This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14468] [tree-ssa] ICE in verify_stmts (tree-cfg.c)
- 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: 7 Mar 2004 16:56:03 -0000
- Subject: [Bug c++/14468] [tree-ssa] ICE in verify_stmts (tree-cfg.c)
- References: <20040307163848.14468.epanelelytha@kellertimo.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-07 16:56 -------
"Lowering" strikes:
From:
i.6 = (struct N *)i;
T.7 = i.6 + &a - 1B;
To:
T.7 = (struct N *)i.6 + (struct N *)&a - 1B;
But then again C++ is producing werid trees (i.e. if I disable some lowering from happening in the
front-end, this works as expected).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-03-07 16:56:03
date| |
Target Milestone|--- |tree-ssa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14468