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: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Oct 2003 17:59:41 -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
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-10-03 17:59 -------
Subject: Bug 12289
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: sayle@gcc.gnu.org 2003-10-03 17:59:37
Modified files:
gcc : ChangeLog calls.c
Log message:
PR optimization/12289
* calls.c (emit_call_1): Pretend to have popped the arguments
to noreturn and longjmp functions instead of ignoring them.
(expand_call): Don't adjust stack_pointer_dela while
inhibit_defer_pop is set.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1268&r2=2.1269
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/calls.c.diff?cvsroot=gcc&r1=1.301&r2=1.302