[llvm-bugs] [Bug 51998] New: 13.0.0-rc4: compile time warnings
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Sep 28 07:34:23 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51998
Bug ID: 51998
Summary: 13.0.0-rc4: compile time warnings
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: kloczko.tomasz at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
Created attachment 25302
--> https://bugs.llvm.org/attachment.cgi?id=25302&action=edit
llvm compile time warnings
gcc 11.2.1.
First just summary stats:
[tkloczko at barrel SPECS]$ cat llvm.out | grep -- -W | sed 's/.*\[//; s/\]//' |
sort | uniq -c | sort -nr
37 -Wuninitialized
12 -Wnonnull
5 -Walloc-size-larger-than=
3 -Wodr
3 -Wcast-function-type
2 -Wtype-limits
2 -Wstringop-overflow=
2
/home/tkloczko/rpmbuild/BUILD/llvm-13.0.0rc4.src/include/llvm/Support/SourceMgr.h:241:
note: '-Wmisleading-indentation' is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
1 -Wunused-but-set-parameter
1 -Wextra
1
/home/tkloczko/rpmbuild/BUILD/llvm-13.0.0rc4.src/x86_64-redhat-linux-gnu/lib/Target/X86/X86GenDAGISel.inc:287031:
note: '-Wmisleading-indentation' is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
1
/home/tkloczko/rpmbuild/BUILD/llvm-13.0.0rc4.src/x86_64-redhat-linux-gnu/lib/Target/RISCV/RISCVGenDAGISel.inc:656342:
note: '-Wmisleading-indentation' is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
1
/home/tkloczko/rpmbuild/BUILD/llvm-13.0.0rc4.src/x86_64-redhat-linux-gnu/lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc:959:
note: '-Wmisleading-indentation' is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
1
/home/tkloczko/rpmbuild/BUILD/llvm-13.0.0rc4.src/x86_64-redhat-linux-gnu/lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc:123444:
note: '-Wmisleading-indentation' is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
1
/home/tkloczko/rpmbuild/BUILD/llvm-13.0.0rc4.src/x86_64-redhat-linux-gnu/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc:210602:
note: '-Wmisleading-indentation' is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
1
/home/tkloczko/rpmbuild/BUILD/llvm-13.0.0rc4.src/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:1814:
note: '-Wmisleading-indentation' is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
1
/home/tkloczko/rpmbuild/BUILD/llvm-13.0.0rc4.src/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp:487:
note: '-Wmisleading-indentation' is disabled from this point onwards, since
column-tracking was disabled due to the size of the code/headers
In attachment are all those warnings extracerd from stderr.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210928/e3ce8540/attachment-0001.html>
More information about the llvm-bugs
mailing list