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++/49776] [C++0x]ICE in build_data_member_initialization, at cp/semantics.c:5499


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

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-07-26 20:00:34 UTC ---
Author: paolo
Date: Tue Jul 26 20:00:31 2011
New Revision: 176809

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176809
Log:
/cp
2011-07-26  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/49776
    * typeck.c (cp_build_modify_expr): Check digest_init return value
    for error_mark_node.

/testsuite
2011-07-26  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/49776
    * g++.dg/cpp0x/constexpr-49776.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-49776.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog


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