Snippets for intel-graphics-compiler 2.38.2 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/h00rcyx68ym3ll8rkkxxh72ji2c9cj5h-intel-graphics-compiler-2.38.2.drv.
-
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Support/TarWriter.cpp:108:41: warning: '%011zo' directive output may be truncated writing between 11 and 21 bytes into a region of size 12 [-Wformat-truncation=] 108 | snprintf(Hdr.Size, sizeof(Hdr.Size), "%011zo", PaxAttr.size()); | ^~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/IR/Core.cpp:99: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] 99 | LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 100 | Handler), | ~~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/IR/Core.cpp:105: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] 105 | return LLVM_EXTENSION reinterpret_cast<LLVMDiagnosticHandler>( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106 | unwrap(C)->getDiagnosticHandlerCallBack()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Bitcode/Reader/MetadataLoader.cpp:563:23: warning: unused variable 'S' [-Wunused-variable] 563 | if (auto *S = dyn_cast_or_null<DILocalScope>(IE->getScope())) { | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Bitcode/Reader/MetadataLoader.cpp:558:19: warning: unused variable 'RawImported' [-Wunused-variable] 558 | if (auto *RawImported = CU->getRawImportedEntities()) { | ^~~~~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Object/ELFObjectFile.cpp:764:3: warning: possibly dangling reference to a temporary [-Wdangling-reference] 764 | for (const Elf_Shdr &Sec : cantFail(EF.sections())) { | ^~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Object/ELFObjectFile.cpp:718:15: warning: possibly dangling reference to a temporary [-Wdangling-reference] 718 | const auto &Sections = cantFail(EF.sections()); | ^~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Object/ELF.cpp:765:3: warning: possibly dangling reference to a temporary [-Wdangling-reference] 765 | for (const Elf_Shdr &Sec : cantFail(this->sections())) { | ^~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp:241:11: warning: possibly dangling reference to a temporary [-Wdangling-reference] 241 | auto &Sec = Dbi->getSectionHeaders()[Section]; | ^~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp:394:9: warning: possibly dangling reference to a temporary [-Wdangling-reference] 394 | auto &Sec = Dbi->getSectionHeaders()[Section - 1]; | ^~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/include/llvm/ADT/APInt.h:170:18: warning: 'void operator delete [](void*)' called on a pointer to an unallocated object '1' [-Wfree-nonheap-object] 170 | delete[] U.pVal; | ^~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Transforms/Utils/CodeLayout.cpp:435:10: warning: 'uint64_t {anonymous}::NodeT::inCount() const' defined but not used [-Wunused-function] 435 | uint64_t NodeT::inCount() const { | ^~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Transforms/Utils/CodeLayout.cpp:427:10: warning: 'uint64_t {anonymous}::NodeT::outCount() const' defined but not used [-Wunused-function] 427 | uint64_t NodeT::outCount() const { | ^~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Transforms/Scalar/ADCE.cpp:303:72: warning: possibly dangling reference to a temporary [-Wdangling-reference] 303 | for (const auto &PDTChild : children<DomTreeNode *>(PDT.getRootNode())) { | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Transforms/Scalar/EarlyCSE.cpp:1427:17: warning: unused variable 'CI' [-Wunused-variable] 1427 | if (auto *CI = dyn_cast<ConstrainedFPIntrinsic>(&Inst)) { | ^~ -
/build/build/IGC/llvm-deps-17.0.6/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; } | ^~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Transforms/Scalar/Scalarizer.cpp:733:15: warning: unused variable 'OpVecTy' [-Wunused-variable] 733 | if (auto *OpVecTy = dyn_cast<FixedVectorType>(OpI->getType())) { | ^~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/include/llvm/Transforms/Scalar/SROA.h:96:7: warning: 'llvm::SROAPass' declared with greater visibility than the type of its field 'llvm::SROAPass::SelectsToRewrite' [-Wattributes] 96 | class SROAPass : public PassInfoMixin<SROAPass> { | ^~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/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); | ^~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/AST/Interp/ByteCodeExprGen.h:288: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=] 288 | Ctx->VarScope = this; | ~~~~~~~~~~~~~~^~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/AST/Interp/ByteCodeExprGen.h:288: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=] 288 | Ctx->VarScope = this; | ~~~~~~~~~~~~~~^~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/AST/Interp/Interp.h:964:3: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 964 | S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); | ^ -
/nix/store/qrn789mrv652j7f5bcjp367npzpcyvdi-gcc-15.3.0/include/c++/15.3.0/bits/unique_ptr.h:704:15: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=] 704 | __ptr = pointer(); | ~~~~~~^~~~~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/AST/Interp/Interp.h:948:3: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 948 | S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/AST/Interp/Interp.h:964:3: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=] 964 | S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/AST/Interp/Interp.h:948:3: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=] 948 | S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/AST/Interp/Interp.h:948:3: warning: writing 4 bytes into a region of size 0 [-Wstringop-overflow=] 948 | S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/AST/Interp/Interp.h:948:3: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 948 | S.P.getGlobal(I)->deref<T>() = S.Stk.pop<T>(); | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/utils/TableGen/GlobalISelCombinerMatchTableEmitter.cpp:664:6: warning: 'void {anonymous}::CombineRuleBuilder::verify() const' defined but not used [-Wunused-function] 664 | void CombineRuleBuilder::verify() const { | ^~~~~~~~~~~~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/include/clang/Sema/Sema.h:356:7: warning: 'clang::Sema' declared with greater visibility than the type of its field 'clang::Sema::ExtVectorDecls' [-Wattributes] 356 | class Sema final { | ^~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/include/clang/Sema/Sema.h:356:7: warning: 'clang::Sema' declared with greater visibility than the type of its field 'clang::Sema::TentativeDefinitions' [-Wattributes]
-
/build/build/IGC/llvm-deps-17.0.6/src/clang/include/clang/Sema/Sema.h:356:7: warning: 'clang::Sema' declared with greater visibility than the type of its field 'clang::Sema::UnusedFileScopedDecls' [-Wattributes]
-
/build/build/IGC/llvm-deps-17.0.6/src/clang/include/clang/Sema/Sema.h:356:7: warning: 'clang::Sema' declared with greater visibility than the type of its field 'clang::Sema::DelegatingCtorDecls' [-Wattributes]
-
/build/build/IGC/llvm-deps-17.0.6/src/clang/include/clang/Sema/Template.h:429:41: warning: storing the address of local variable 'InstScope' in '*this.clang::Sema::CurrentInstantiationScope' [-Wdangling-pointer=] 429 | SemaRef.CurrentInstantiationScope = this; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Transforms/IPO/AttributorAttributes.cpp:6300:25: warning: possibly dangling reference to a temporary [-Wdangling-reference] 6300 | const IRPosition &ACSArgPos = | ^~~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/lib/Transforms/IPO/AttributorAttributes.cpp:476:23: warning: possibly dangling reference to a temporary [-Wdangling-reference] 476 | const IRPosition &ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); | ^~~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp:123:25: warning: possibly dangling reference to a temporary [-Wdangling-reference] 123 | const llvm::APSInt &IntVal = Value.castAs<nonloc::ConcreteInt>().getValue(); | ^~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/StaticAnalyzer/Core/Store.cpp:494:23: warning: possibly dangling reference to a temporary [-Wdangling-reference] 494 | const llvm::APSInt &BaseIdxI = | ^~~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/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(); | ^~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/clang/lib/StaticAnalyzer/Core/SVals.cpp:303:19: warning: possibly dangling reference to a temporary [-Wdangling-reference] 303 | const auto &Value = castAs<nonloc::ConcreteInt>().getValue(); | ^~~~~ -
/build/build/IGC/llvm-deps-17.0.6/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 = | ^~~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/src/lld/ELF/Arch/AArch64.cpp:754:23: warning: possibly dangling reference to a temporary [-Wdangling-reference] 754 | const Relocation &rel = sec.relocs()[i]; | ^~~ -
/build/build/IGC/llvm-deps-17.0.6/src/lld/ELF/Relocations.cpp:262:3: warning: possibly dangling reference to a temporary [-Wdangling-reference] 262 | for (const Elf_Phdr &phdr : | ^~~ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/projects/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVInstruction.h:3974:23: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions] 3974 | _SPIRV_OP(ReadClockKHR) | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/projects/llvm-spirv/lib/SPIRV/libSPIRV/SPIRVInstruction.h:4331:24: warning: ISO C++11 requires at least one argument for the '...' in a variadic macro [-Wc++20-extensions] 4331 | _SPIRV_OP(FSigmoidINTEL) | ^ -
/build/build/IGC/llvm-deps-17.0.6/src/llvm/include/llvm/CodeGen/SelectionDAG.h:313:27: warning: storing the address of local variable 'Listener' in '*this.llvm::SelectionDAG::UpdateListeners' [-Wdangling-pointer=] 313 | DAG.UpdateListeners = this; | ~~~~~~~~~~~~~~~~~~~~^~~~~~ -
/build/build/IGC/llvm-deps-17.0.6/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)}) { | ^