This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12453] New: Regression in g++.dg/ext/stmtexpr1.C
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2003 06:45:50 -0000
- Subject: [Bug c++/12453] New: Regression in g++.dg/ext/stmtexpr1.C
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12453
Summary: Regression in g++.dg/ext/stmtexpr1.C
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rth at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
In this test case, gimplification attempts to create a temporary of class A.
Since A has a constructor, this triggers an abort. We need to either refactor
the TARGET_EXPR handling in gimplify.c or rearrange how the front end presents
this information.
The test will be xfailed on the branch, but must be fixed before merging.