This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/15708] [3.5 Regression] ICE in expand_expr_real_1
- 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: 28 May 2004 16:02:38 -0000
- Subject: [Bug java/15708] [3.5 Regression] ICE in expand_expr_real_1
- References: <20040528155936.15708.green@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-28 16:02 -------
This looks more to be a java front-end bug:
/* If we got back the original object, something is wrong. Perhaps
we are evaluating an expression too early. In any event, don't
infinitely recurse. */
if (tem == exp)
abort ();
--
What |Removed |Added
----------------------------------------------------------------------------
Component|middle-end |java
Keywords| |ice-on-valid-code
Summary|ICE in expand_expr_real_1 |[3.5 Regression] ICE in
| |expand_expr_real_1
Target Milestone|--- |3.5.0
Version|unknown |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15708