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++/47453] [DR 1214] Various non-conforming behaviors with braced-init-list initialization


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

--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-05 19:15:27 UTC ---
Author: jason
Date: Fri Aug  5 19:15:25 2011
New Revision: 177480

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177480
Log:
    PR c++/47453
    * typeck.c (build_x_compound_expr_from_list): Also complain
    about ({...}).

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist56.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist13.C
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist50.C


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