<div class="gmail_quote">On Fri, Feb 17, 2012 at 7:15 PM, Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Feb 14, 2012 at 6:18 PM, Richard Smith<br>
<<a href="mailto:richard-llvm@metafoo.co.uk">richard-llvm@metafoo.co.uk</a>> wrote:<br>
> Author: rsmith<br>
> Date: Tue Feb 14 20:18:13 2012<br>
> New Revision: 150557<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=150557&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=150557&view=rev</a><br>
> Log:<br>
> Implement DR1454. This allows all intermediate results in constant expressions<br>
> to be core constant expressions (including pointers and references to<br>
> temporaries), and makes constexpr calculations Turing-complete. A Turing machine<br>
> simulator is included as a testcase.<br>
><br>
> This opens up the possibilty of removing CCValue entirely, and removing some<br>
> copies from the constant evaluator in the process, but that cleanup is not part<br>
> of this change.<br>
<br>
This commit appears to be breaking the following testcase from the gcc<br>
testsuite:<br>
<br>
int *p = (int*)(int[1]){0};<br></blockquote><div><br></div><div>Thanks, fixed in r150870.</div></div>