This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53491] [4.7 Regression] ICE in build_target_expr_with_type, at cp/tree.c:587
- From: "paolo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 29 May 2012 10:56:57 +0000
- Subject: [Bug c++/53491] [4.7 Regression] ICE in build_target_expr_with_type, at cp/tree.c:587
- Auto-submitted: auto-generated
- References: <bug-53491-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53491
--- Comment #7 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-05-29 10:56:57 UTC ---
Author: paolo
Date: Tue May 29 10:56:53 2012
New Revision: 187950
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187950
Log:
/cp
2012-05-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53491
* tree.c (stabilize_expr): Handle exp of void type.
/testsuite
2012-05-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53491
* g++.dg/parse/crash60.C: New.
Added:
branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/crash60.C
Modified:
branches/gcc-4_7-branch/gcc/cp/ChangeLog
branches/gcc-4_7-branch/gcc/cp/tree.c
branches/gcc-4_7-branch/gcc/testsuite/ChangeLog