public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/32269]  New: [4.3 Regression] 403.gcc miscompiled
@ 2007-06-09 10:06 rguenth at gcc dot gnu dot org
  2007-06-10  6:25 ` [Bug middle-end/32269] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-06-09 10:06 UTC (permalink / raw)
  To: gcc-bugs

SPEC2006 403.gcc is miscompiled so we ICE building scilab.i:

scilab.i:12953: Internal compiler error in remove_useless_values, at
cselib.c:394

flags used for building 403.gcc are -O3 -funroll-loops -fpeel-loops
-ftree-vectorize.  (base with -O2 still works ok)

The change happened between r125530 (last working rev) and r125567 (first
failing rev).


-- 
           Summary: [4.3 Regression] 403.gcc miscompiled
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org
GCC target triplet: x86_64-*-*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32269


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/32269] [4.3 Regression] 403.gcc miscompiled
  2007-06-09 10:06 [Bug middle-end/32269] New: [4.3 Regression] 403.gcc miscompiled rguenth at gcc dot gnu dot org
@ 2007-06-10  6:25 ` pinskia at gcc dot gnu dot org
  2007-06-29 18:43 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-06-10  6:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32269


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/32269] [4.3 Regression] 403.gcc miscompiled
  2007-06-09 10:06 [Bug middle-end/32269] New: [4.3 Regression] 403.gcc miscompiled rguenth at gcc dot gnu dot org
  2007-06-10  6:25 ` [Bug middle-end/32269] " pinskia at gcc dot gnu dot org
@ 2007-06-29 18:43 ` mmitchel at gcc dot gnu dot org
  2007-08-01 11:25 ` victork at il dot ibm dot com
  2007-08-22 20:17 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-06-29 18:43 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32269


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/32269] [4.3 Regression] 403.gcc miscompiled
  2007-06-09 10:06 [Bug middle-end/32269] New: [4.3 Regression] 403.gcc miscompiled rguenth at gcc dot gnu dot org
  2007-06-10  6:25 ` [Bug middle-end/32269] " pinskia at gcc dot gnu dot org
  2007-06-29 18:43 ` mmitchel at gcc dot gnu dot org
@ 2007-08-01 11:25 ` victork at il dot ibm dot com
  2007-08-22 20:17 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: victork at il dot ibm dot com @ 2007-08-01 11:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from victork at il dot ibm dot com  2007-08-01 11:24 -------
I've tried to build and run SPEC2006 403.gcc using r126903 and it did *not*
fail.

I've used following optimization flags in configuration file:
#####################################################################
# Optimization
#####################################################################
## Base is low opt
default=base=default=default:
COPTIMIZE    = -O3 -funroll-loops -fpeel-loops -ftree-vectorize
CXXOPTIMIZE  = -O3 -funroll-loops -fpeel-loops -ftree-vectorize
FOPTIMIZE    = -O3 -funroll-loops -fpeel-loops -ftree-vectorize


 % uname -a
Linux lnx-yaakov 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 x86_64
x86_64 x86_64 GNU/Linux


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32269


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/32269] [4.3 Regression] 403.gcc miscompiled
  2007-06-09 10:06 [Bug middle-end/32269] New: [4.3 Regression] 403.gcc miscompiled rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-08-01 11:25 ` victork at il dot ibm dot com
@ 2007-08-22 20:17 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-08-22 20:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2007-08-22 20:17 -------
works again, closing.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32269


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-22 20:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-09 10:06 [Bug middle-end/32269] New: [4.3 Regression] 403.gcc miscompiled rguenth at gcc dot gnu dot org
2007-06-10  6:25 ` [Bug middle-end/32269] " pinskia at gcc dot gnu dot org
2007-06-29 18:43 ` mmitchel at gcc dot gnu dot org
2007-08-01 11:25 ` victork at il dot ibm dot com
2007-08-22 20:17 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).