<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 - CLANG_ENABLE_BOOTSTRAP=ON is failing "no member named 'imaxdiv_t' in the global namespace""
   href="https://bugs.llvm.org/show_bug.cgi?id=39162">39162</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>CLANG_ENABLE_BOOTSTRAP=ON is failing "no member named 'imaxdiv_t' in the global namespace"
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>Linux
          </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>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sylvestre@debian.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>with gcc-8:

cd
/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-7-7/build-llvm/tools/clang/stage2-bins/lib/MC
&&
/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-7-7/build-llvm/./bin/clang++
 -DGTEST_HAS_RTTI=0  -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS
-I/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-7-7/build-llvm/tools/clang/stage2-bins/lib/MC
-I/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-7-7/lib/MC
-I/usr/include/libxml2
-I/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-7-7/build-llvm/tools/clang/stage2-bins/include
-I/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-7-7/include
 -fPIC -fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -std=c++11 -Wall -Wextra
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers
-pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Wstring-conversion -g    -fno-exceptions -fno-rtti
-o CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o -c
/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-7-7/lib/MC/MCInstPrinter.cpp
In file included from
/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-7-7/lib/MC/MCInstPrinter.cpp:18:
/usr/lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/cinttypes:58:11:
error: no member named 'imaxdiv_t' in the global namespace
  using ::imaxdiv_t;
        ~~^
/usr/lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/cinttypes:61:11:
error: no member named 'imaxabs' in the global namespace
  using ::imaxabs;
        ~~^
/usr/lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/cinttypes:62:11:
error: no member named 'imaxdiv' in the global namespace
  using ::imaxdiv;
        ~~^</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>