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++/50901] [4.6/4.7 Regression] ICE: in build_new_op, at cp/call.c:5016


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

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-10-30 00:24:54 UTC ---
Author: paolo
Date: Sun Oct 30 00:24:51 2011
New Revision: 180671

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

    PR c++/50901
    * call.c (build_new_op_1): Handle ABS_EXPR together with the
    other unary EXPR.

/testsuite
2011-10-29  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/50901
    * g++.dg/cpp0x/pr50901.C: New.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/pr50901.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/call.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


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