<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 13.0.0-rc4: compile time warnings"
   href="https://bugs.llvm.org/show_bug.cgi?id=51998">51998</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>13.0.0-rc4: compile time warnings
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kloczko.tomasz@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=25302" name="attach_25302" title="llvm compile time warnings">attachment 25302</a> <a href="attachment.cgi?id=25302&action=edit" title="llvm compile time warnings">[details]</a></span>
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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>