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: unassignedb...@nondot.org
          Reporter: kloczko.tom...@gmail.com
                CC: htmldevelo...@gmail.com, llvm-bugs@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@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to