This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31337] [4.2/4.3 regression] ICE with statement expression
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Mar 2007 06:46:59 -0000
- Subject: [Bug c++/31337] [4.2/4.3 regression] ICE with statement expression
- References: <bug-31337-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-25 08:46 -------
This is a front-end issue:
<<cleanup_point <<< Unknown tree: expr_stmt
(void) (a = TARGET_EXPR <D.2077, <<cleanup_point TARGET_EXPR <D.2076, <<<
Unknown tree: aggr_init_expr
4
__comp_ctor
D.2076
0B >>>
>>>>) >>>
We have a cleanup_point expression which causes an extra variable to be created
but since the type is addressable, we abort.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|middle-end |c++
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-03-25 07:46:59
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31337