http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47723
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed|2011-02-14 08:16:16 |2011.05.03 21:14:02 CC| |jason at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #12 from Jason Merrill <jason at gcc dot gnu.org> 2011-05-03 21:14:02 UTC --- (In reply to comment #10) > Jason, does DR 318 mean G++ should accept this, because the constructor is not > an acceptable lookup result? > struct S { }; > S* p = new S::S(); I suppose it does.