<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </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 --- - Template recursion issue with boost and std::__1::__make_tuple_types_imp"
   href="http://llvm.org/bugs/show_bug.cgi?id=18345">18345</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Template recursion issue with boost and std::__1::__make_tuple_types_imp
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libc++
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>hhinnant@apple.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>alex323@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=11799" name="attach_11799" title="Test program fails to compile with SIZE set to 1024, but succeeds with SIZE 100">attachment 11799</a> <a href="attachment.cgi?id=11799&action=edit" title="Test program fails to compile with SIZE set to 1024, but succeeds with SIZE 100">[details]</a></span>
Test program fails to compile with SIZE set to 1024, but succeeds with SIZE 100

Hello. The attached program does not compile on the following platform:

FreeBSD 10.0-RC3 #4 r260027
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Boost 1.55.0

but it works with gcc 4.8. If you set SIZE to 100 it compiles, but if you set
SIZE to 1024, it fails to compile and gives this error message:

/usr/include/c++/v1/array:295:24: fatal error: recursive template instantiation
exceeded maximum depth of 256

I posted a thread about it on the cfe-dev mailing list, and it was suggested[0]
that I file a bug report here.

---
[0] <a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-December/034312.html">http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-December/034312.html</a></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>