This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54325] [4.7/4.8 Regression] C++11 uniform initialization syntax for argument-less abstract base class constructor fails


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54325

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2012-12-07 04:54:42 UTC ---
Author: jason
Date: Fri Dec  7 04:54:27 2012
New Revision: 194284

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194284
Log:
    PR c++/54325
    * tree.c (build_aggr_init_expr): Don't check for abstract class.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist-pure.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/g++.dg/other/abstract3.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]