<html><head></head><body bgcolor="#FFFFFF"><div><br></div><div>On May 1, 2012, at 6:19 PM, Richard Smith <<a href="mailto:richard@metafoo.co.uk">richard@metafoo.co.uk</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div><div>Hi Doug,</div><div><br></div>Since we've now found that this breaks libstdc++4.7's std::pair for builtin types, I think we should disable or revert this change for compatibility, at least for 3.1, and probably until we discuss it at Portland.<div>
<br></div><div>A patch to temporarily disable this feature is attached. If you'd prefer to rip out the delayed parsing instead, let me know and I'll put together a more comprehensive patch.</div></div></blockquote><div><br></div>Let's disable it on trunk and merge that to the branch. <div><br></div><div>As a separate step, we'll rip this feature out of trunk. <br><div><br><blockquote type="cite"><div><div>
Thanks!</div><div>Richard<br><br><div class="gmail_quote">On Mon, Apr 16, 2012 at 5:24 PM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com" target="_blank">dgregor@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div><br><div><div>On Apr 16, 2012, at 12:44 PM, Richard Smith <<a href="mailto:richard@metafoo.co.uk" target="_blank">richard@metafoo.co.uk</a>> wrote:</div>

<br><blockquote type="cite"><div class="gmail_quote">On Mon, Apr 16, 2012 at 11:27 AM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com" target="_blank">dgregor@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Author: dgregor<br>
Date: Mon Apr 16 13:27:27 2012<br>
New Revision: 154844<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=154844&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=154844&view=rev</a><br>
Log:<br>
Implement the last part of C++ [class.mem]p2, delaying the parsing of<br>
exception specifications on member functions until after the closing<br>
'}' for the containing class. This allows, for example, a member<br>
function to throw an instance of its own class. Fixes PR12564 and a<br>
fairly embarassing oversight in our C++98/03 support.<br></blockquote><div><br></div><div>This feature was removed from the language in DR1308 (which was voted into the WP at Kona).</div></div>
</blockquote></div><br></div></div><div>Richard and I have discussed this, and we think that removing this feature from the language is in error. We'll continue to implement the pre-DR1308 wording and bring the issue up for discussion again at the new committee meeting.</div>

<div><br></div><div><span style="white-space:pre-wrap"> </span>- Doug</div></div>
</blockquote></div><br>
</div>
</div></blockquote><blockquote type="cite"><div><disable-delayed-parsing-exception-spec.diff></div></blockquote></div></div></body></html>