This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12289] [3.4 Regression] Solaris 9/Intel bootstrap failure: ICE in expand_call compiling java/io/ObjectInputStream.java
- From: "jsturm at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2003 13:53:40 -0000
- Subject: [Bug optimization/12289] [3.4 Regression] Solaris 9/Intel bootstrap failure: ICE in expand_call compiling java/io/ObjectInputStream.java
- References: <20030915193414.12289.ro@techfak.uni-bielefeld.de>
- 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=12289
jsturm at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Last reconfirmed|2003-09-22 08:02:13 |2003-09-23 13:53:39
date| |
------- Additional Comments From jsturm at gcc dot gnu dot org 2003-09-23 13:53 -------
The stack misalignment happens when expanding a 'noreturn' call while evaluating
the function arguments of the affected call. This is only seen on targets that
require -fcheck-references, non-GNU targets mostly.
A workaround is to build with -fno-defer-pop. I'll see if I can come up with a
simple patch.