-
/usr/include/c++/15.2.0/bits/new_allocator.h:172:66: warning: 'void operator delete(void*, std::size_t)' called on pointer '<unknown>' with nonzero offset 40 [-Wfree-nonheap-object]
172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp:124:15: warning: possibly dangling reference to a temporary [-Wdangling-reference]
124 | const auto &NodeI = find(MatchDag.instr_nodes(), Instr);
| ^~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/include/clang/Sema/Sema.h:355:7: warning: 'clang::Sema' declared with greater visibility than the type of its field 'clang::Sema::ExtVectorDecls' [-Wattributes]
355 | class Sema final {
| ^~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/include/clang/Sema/Sema.h:355:7: warning: 'clang::Sema' declared with greater visibility than the type of its field 'clang::Sema::TentativeDefinitions' [-Wattributes]
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/include/clang/Sema/Sema.h:355:7: warning: 'clang::Sema' declared with greater visibility than the type of its field 'clang::Sema::UnusedFileScopedDecls' [-Wattributes]
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/include/clang/Sema/Sema.h:355:7: warning: 'clang::Sema' declared with greater visibility than the type of its field 'clang::Sema::DelegatingCtorDecls' [-Wattributes]
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/projects/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVInstruction.h:3903:23: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions]
3903 | _SPIRV_OP(ReadClockKHR)
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/CodeGen/MachineModuleInfo.cpp:76:51: warning: 'this' pointer is null [-Wnonnull]
76 | Context.setObjectFileInfo(TM->getObjFileLowering());
| ~~~~~~~~~~~~~~~~~~~~~~^~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/include/llvm/CodeGen/SelectionDAG.h:306:27: warning: storing the address of local variable 'Listener' in '*this.llvm::SelectionDAG::UpdateListeners' [-Wdangling-pointer=]
306 | DAG.UpdateListeners = this;
| ~~~~~~~~~~~~~~~~~~~~^~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/include/llvm/IR/Use.h:65:37: warning: array subscript -3 is outside array bounds of 'const llvm::Instruction [144115188075855871]' [-Warray-bounds=]
65 | operator Value *() const { return Val; }
| ^~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/Transforms/Scalar/ADCE.cpp:298:66: warning: possibly dangling reference to a temporary [-Wdangling-reference]
298 | for (auto &PDTChild : children<DomTreeNode *>(PDT.getRootNode())) {
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/Transforms/IPO/AttributorAttributes.cpp:5551:25: warning: possibly dangling reference to a temporary [-Wdangling-reference]
5551 | const IRPosition &ACSArgPos =
| ^~~~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/Transforms/IPO/AttributorAttributes.cpp:469:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
469 | const IRPosition &ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo);
| ^~~~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp:240:11: warning: possibly dangling reference to a temporary [-Wdangling-reference]
240 | auto &Sec = Dbi->getSectionHeaders()[Section];
| ^~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp:393:9: warning: possibly dangling reference to a temporary [-Wdangling-reference]
393 | auto &Sec = Dbi->getSectionHeaders()[Section - 1];
| ^~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/ObjectYAML/WasmEmitter.cpp:324:70: warning: possibly dangling reference to a temporary [-Wdangling-reference]
324 | std::make_pair(StringRef("sdk"), &Section.SDKs)}) {
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/IR/Core.cpp:92:22: warning: cast between incompatible function types from 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} to 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} [-Wcast-function-type]
92 | LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93 | Handler),
| ~~~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/IR/Core.cpp:98:25: warning: cast between incompatible function types from 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} to 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} [-Wcast-function-type]
98 | return LLVM_EXTENSION reinterpret_cast<LLVMDiagnosticHandler>(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99 | unwrap(C)->getDiagnosticHandlerCallBack());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/Object/ELFObjectFile.cpp:714:3: warning: possibly dangling reference to a temporary [-Wdangling-reference]
714 | for (const Elf_Shdr &Sec : cantFail(EF.sections())) {
| ^~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/lib/Object/ELFObjectFile.cpp:681:15: warning: possibly dangling reference to a temporary [-Wdangling-reference]
681 | const auto &Sections = cantFail(EF.sections());
| ^~~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp:167:25: warning: possibly dangling reference to a temporary [-Wdangling-reference]
167 | const llvm::APSInt &ArrSize =
| ^~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/wasm/SyntheticSections.cpp:845:79: warning: possibly dangling reference to a temporary [-Wdangling-reference]
845 | std::make_pair(&info.Tools, &tools), std::make_pair(&info.SDKs, &sDKs)})
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/ELF/InputSection.cpp:76:37: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions]
76 | invokeELFT(parseCompressedHeader);
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/StaticAnalyzer/Core/SVals.cpp:300:19: warning: possibly dangling reference to a temporary [-Wdangling-reference]
300 | const auto &Value = castAs<nonloc::ConcreteInt>().getValue();
| ^~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp:122:25: warning: possibly dangling reference to a temporary [-Wdangling-reference]
122 | const llvm::APSInt &IntVal = Value.castAs<nonloc::ConcreteInt>().getValue();
| ^~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/ELF/Relocations.cpp:252:3: warning: possibly dangling reference to a temporary [-Wdangling-reference]
252 | for (const Elf_Phdr &phdr :
| ^~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp:132:28: warning: possibly dangling reference to a temporary [-Wdangling-reference]
132 | const RegionRawOffsetV2 &rawOffset =
| ^~~~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/StaticAnalyzer/Core/Store.cpp:494:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
494 | const llvm::APSInt &BaseIdxI =
| ^~~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/StaticAnalyzer/Core/Store.cpp:508:23: warning: possibly dangling reference to a temporary [-Wdangling-reference]
508 | const llvm::APSInt& OffI = Offset.castAs<nonloc::ConcreteInt>().getValue();
| ^~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/ELF/Driver.cpp:2738:27: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions]
2738 | invokeELFT(splitSections);
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/ELF/Driver.cpp:2741:22: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions]
2741 | invokeELFT(markLive);
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/ELF/Driver.cpp:2750:37: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions]
2750 | invokeELFT(createSyntheticSections);
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/ELF/Driver.cpp:2790:21: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions]
2790 | invokeELFT(doIcf);
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/ELF/Driver.cpp:2798:45: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions]
2798 | invokeELFT(readCallGraphsFromObjectFiles);
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/lld/ELF/Driver.cpp:2802:25: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions]
2802 | invokeELFT(writeResult);
| ^
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:2866:15: warning: unused variable 'CE' [-Wunused-variable]
2866 | if (auto *CE = dyn_cast<CXXConstructExpr>(Ex->getSubExpr()))
| ^~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/AST/Interp/ByteCodeExprGen.h:267:19: warning: storing the address of local variable 'Scope' in '*(clang::interp::ByteCodeExprGen<clang::interp::ByteCodeEmitter>*)this.clang::interp::ByteCodeExprGen<clang::interp::ByteCodeEmitter>::VarScope' [-Wdangling-pointer=]
267 | Ctx->VarScope = this;
| ~~~~~~~~~~~~~~^~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/lib/AST/Interp/ByteCodeExprGen.h:267:19: warning: storing the address of local variable 'IfScope' in '*(clang::interp::ByteCodeExprGen<clang::interp::ByteCodeEmitter>*)this.clang::interp::ByteCodeExprGen<clang::interp::ByteCodeEmitter>::VarScope' [-Wdangling-pointer=]
267 | Ctx->VarScope = this;
| ~~~~~~~~~~~~~~^~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/clang/include/clang/Sema/Template.h:370:41: warning: storing the address of local variable 'InstScope' in '*this.clang::Sema::CurrentInstantiationScope' [-Wdangling-pointer=]
370 | SemaRef.CurrentInstantiationScope = this;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
-
/usr/include/c++/15.2.0/bits/unique_ptr.h:1100:30: warning: 'void* __builtin_memset(void*, int, long unsigned int)' offset [0, 23] is out of the bounds [0, 0] [-Warray-bounds=]
1100 | { return unique_ptr<_Tp>(new remove_extent_t<_Tp>[__num]()); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
/home/buildozer/aports/community/intel-graphics-compiler/src/intel-graphics-compiler-2.14.1/build/IGC/llvm-deps-15.0.7/src/llvm/include/llvm/ADT/APInt.h:169:18: warning: 'void operator delete [](void*)' called on a pointer to an unallocated object '1' [-Wfree-nonheap-object]
169 | delete[] U.pVal;
| ^~~~