<div class="gmail_quote">On Mon, May 23, 2011 at 4:14 PM, Sean Hunt <span dir="ltr"><<a href="mailto:scshunt@csclub.uwaterloo.ca">scshunt@csclub.uwaterloo.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":11o">Implement explicit specialization of explicitly-defaulted constructors.<br>
The general out-of-line case (including explicit instantiation mostly<br>
works except that the definition is being lost somewhere between the AST<br>
and CodeGen, so the definition is never emitted.<br>
<br>
Modified:<br>
    cfe/trunk/lib/AST/Decl.cpp<br>
    cfe/trunk/lib/Parse/Parser.cpp<br>
    cfe/trunk/lib/Sema/SemaDeclCXX.cpp<br>
    cfe/trunk/lib/Sema/SemaTemplateInstantiateDecl.cpp</div></blockquote></div><br><div>Test cases please?</div><div><br></div><div>It sounds like you uncovered pre-existing bugs that prevented complete testing (and/or implementation?). In general it would be much easier to review if pre-existing bugs were fixed first, and feature additions were then committed with fairly complete testing.</div>