--- Comment #7 from hjl at lucon dot org 2007-01-06 16:16 ---
Gcc 4.2 revision 120343 compiles SPEC CPU 2006 correctly.
--
hjl at lucon dot org changed:
What|Removed |Added
---
--- Comment #6 from ghazi at gcc dot gnu dot org 2007-01-06 16:05 ---
sparc-sun-solaris2.10 issue appears to be fixed.
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00470.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30311
--- Comment #5 from jsm28 at gcc dot gnu dot org 2007-01-02 00:38 ---
Subject: Bug 30311
Author: jsm28
Date: Tue Jan 2 00:38:21 2007
New Revision: 120329
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120329
Log:
gcc:
PR middle-end/30311
* caller-save.c (add_sto
--- Comment #4 from ghazi at gcc dot gnu dot org 2006-12-29 04:36 ---
A similar error that may be related was posted here:
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01713.html
The testcase in my post was from a gcc bootstrap.
--
ghazi at gcc dot gnu dot org changed:
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-12-28 01:44 ---
Hmm, I don't know this is really valid code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30311
--- Comment #2 from reichelt at gcc dot gnu dot org 2006-12-28 01:14
---
Reduced testcase, fails with -O or higher:
=
inline double bar(double x)
{
long double d;
__asm__ ("" : "=t" (d) : "0" (x));
return d;
}
double foo(double x)
{
if (