This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14452] [3.4/3.5? regression] ICE in stabilize_call, at cp/tree.c:2466
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Mar 2004 20:21:42 -0000
- Subject: [Bug c++/14452] [3.4/3.5? regression] ICE in stabilize_call, at cp/tree.c:2466
- References: <20040305201513.14452.jkillius@arcor.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-03-07 20:21 -------
OK, with newer compilers from the 3.4 branch it indeed fails. Here's
a simple example:
-------------------
struct S {};
void foo ()
{
bool installed = false;
new S(installed? S() : S());
}
-------------------
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
x.cc: In function `void foo()':
x.cc:5: internal compiler error: in stabilize_call, at cp/tree.c:2466
Please submit a full bug report,
I don't know how a recent mainline snapshot behaves.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Known to fail| |3.4.0
Last reconfirmed|0000-00-00 00:00:00 |2004-03-07 20:21:39
date| |
Summary|ICE in stabilize_call, at |[3.4/3.5? regression] ICE in
|cp/tree.c:2466 |stabilize_call, at
| |cp/tree.c:2466
Target Milestone|--- |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14452