This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52425] [4.6 Regression] ICE when compiling file from audacious on debian sparc
- From: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 29 Feb 2012 12:41:15 +0000
- Subject: [Bug target/52425] [4.6 Regression] ICE when compiling file from audacious on debian sparc
- Auto-submitted: auto-generated
- References: <bug-52425-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52425
Mikael Pettersson <mikpe at it dot uu.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikpe at it dot uu.se
--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2012-02-29 12:41:15 UTC ---
I can reproduce the ICE with a cross to sparc64-linux and -fPIC -g -O2
-std=gnu99 -pthread -S -m32 -mcpu=v8.
The ICE stopped occurring on trunk with r171154:
http://gcc.gnu.org/ml/gcc-cvs/2011-03/msg00576.html
http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01114.html
However that's merely a minor IRA cost tweak with no SPARC-specific bits, so I
suspect the problem is elsewhere.