[Bug middle-end/30311] [4.3 regression] revision 120211 failed to compile perlbench

2007-01-06 Thread hjl at lucon dot org
--- 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 ---

[Bug middle-end/30311] [4.3 regression] revision 120211 failed to compile perlbench

2007-01-06 Thread ghazi at gcc dot gnu dot org
--- 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

[Bug middle-end/30311] [4.3 regression] revision 120211 failed to compile perlbench

2007-01-01 Thread jsm28 at gcc dot gnu dot org
--- 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

[Bug middle-end/30311] [4.3 regression] revision 120211 failed to compile perlbench

2006-12-28 Thread ghazi at gcc dot gnu dot org
--- 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:

[Bug middle-end/30311] [4.3 regression] revision 120211 failed to compile perlbench

2006-12-27 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug middle-end/30311] [4.3 regression] revision 120211 failed to compile perlbench

2006-12-27 Thread reichelt at gcc dot gnu dot org
--- 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 (