public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/36098]  New: [4.4 Regression] 435.gromacs miscompares at -O3
@ 2008-05-01  9:07 rguenth at gcc dot gnu dot org
  2008-05-01  9:08 ` [Bug tree-optimization/36098] " rguenth at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-05-01  9:07 UTC (permalink / raw)
  To: gcc-bugs

435.gromacs started to miscompare with -O3 -funroll-loops -fpeel-loops
-ftree-vectorize on the trunk.  Last known good revision was r134722.


-- 
           Summary: [4.4 Regression] 435.gromacs miscompares at -O3
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org
GCC target triplet: x64_86-linux-gnu


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


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

* [Bug tree-optimization/36098] [4.4 Regression] 435.gromacs miscompares at -O3
  2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
@ 2008-05-01  9:08 ` rguenth at gcc dot gnu dot org
  2008-05-01 23:11 ` hjl dot tools at gmail dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-05-01  9:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug tree-optimization/36098] [4.4 Regression] 435.gromacs miscompares at -O3
  2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
  2008-05-01  9:08 ` [Bug tree-optimization/36098] " rguenth at gcc dot gnu dot org
@ 2008-05-01 23:11 ` hjl dot tools at gmail dot com
  2008-05-02  5:06 ` hjl dot tools at gmail dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-05-01 23:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2008-05-01 23:10 -------
Which revision failed? I can start a regression hunt.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com


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


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

* [Bug tree-optimization/36098] [4.4 Regression] 435.gromacs miscompares at -O3
  2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
  2008-05-01  9:08 ` [Bug tree-optimization/36098] " rguenth at gcc dot gnu dot org
  2008-05-01 23:11 ` hjl dot tools at gmail dot com
@ 2008-05-02  5:06 ` hjl dot tools at gmail dot com
  2008-05-02  9:03 ` rguenther at suse dot de
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-05-02  5:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2008-05-02 05:05 -------
Revision 134730:

http://gcc.gnu.org/ml/gcc-cvs/2008-04/msg00959.html

is the cause.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-05-02 05:05:28
               date|                            |


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


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

* [Bug tree-optimization/36098] [4.4 Regression] 435.gromacs miscompares at -O3
  2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-05-02  5:06 ` hjl dot tools at gmail dot com
@ 2008-05-02  9:03 ` rguenther at suse dot de
  2008-05-14  7:05 ` irar at il dot ibm dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenther at suse dot de @ 2008-05-02  9:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenther at suse dot de  2008-05-02 09:02 -------
Subject: Re:  [4.4 Regression] 435.gromacs
 miscompares at -O3

On Fri, 2 May 2008, hjl dot tools at gmail dot com wrote:

> ------- Comment #2 from hjl dot tools at gmail dot com  2008-05-02 05:05 -------
> Revision 134730:
> 
> http://gcc.gnu.org/ml/gcc-cvs/2008-04/msg00959.html
> 
> is the cause.

That was my guess as well.  An interesting thing would be to know
if the failure goes away with -fno-tree-vectorize.

Richard.


-- 


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


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

* [Bug tree-optimization/36098] [4.4 Regression] 435.gromacs miscompares at -O3
  2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-05-02  9:03 ` rguenther at suse dot de
@ 2008-05-14  7:05 ` irar at il dot ibm dot com
  2008-05-14 12:12 ` irar at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-14  7:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from irar at il dot ibm dot com  2008-05-14 07:04 -------
It's a bug in SLP analysis. I am working on a fix.

Ira


-- 

irar at il dot ibm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |irar at il dot ibm dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-05-02 05:05:28         |2008-05-14 07:04:37
               date|                            |


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


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

* [Bug tree-optimization/36098] [4.4 Regression] 435.gromacs miscompares at -O3
  2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-05-14  7:05 ` irar at il dot ibm dot com
@ 2008-05-14 12:12 ` irar at gcc dot gnu dot org
  2008-05-14 12:30 ` irar at gcc dot gnu dot org
  2008-05-14 12:31 ` irar at il dot ibm dot com
  7 siblings, 0 replies; 9+ messages in thread
From: irar at gcc dot gnu dot org @ 2008-05-14 12:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from irar at gcc dot gnu dot org  2008-05-14 12:12 -------
Subject: Bug 36098

Author: irar
Date: Wed May 14 12:11:21 2008
New Revision: 135288

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135288
Log:
        PR tree-optimization/36098
        * tree-vect-analyze.c (vect_analyze_group_access): Set the gap
        value for the first load in the group in case of a gap.
        (vect_build_slp_tree): Check that there are no gaps in loads.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/vect/O3-pr36098.c
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/gcc-4_3-branch/gcc/tree-vect-analyze.c


-- 


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


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

* [Bug tree-optimization/36098] [4.4 Regression] 435.gromacs miscompares at -O3
  2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-05-14 12:12 ` irar at gcc dot gnu dot org
@ 2008-05-14 12:30 ` irar at gcc dot gnu dot org
  2008-05-14 12:31 ` irar at il dot ibm dot com
  7 siblings, 0 replies; 9+ messages in thread
From: irar at gcc dot gnu dot org @ 2008-05-14 12:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from irar at gcc dot gnu dot org  2008-05-14 12:29 -------
Subject: Bug 36098

Author: irar
Date: Wed May 14 12:28:53 2008
New Revision: 135290

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135290
Log:
        PR tree-optimization/36098
        * tree-vect-analyze.c (vect_analyze_group_access): Set the gap
        value for the first load in the group in case of a gap.
        (vect_build_slp_tree): Check that there are no gaps in loads.



Added:
    trunk/gcc/testsuite/gcc.dg/vect/O3-pr36098.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/vect/vect.exp
    trunk/gcc/tree-vect-analyze.c


-- 


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


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

* [Bug tree-optimization/36098] [4.4 Regression] 435.gromacs miscompares at -O3
  2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-05-14 12:30 ` irar at gcc dot gnu dot org
@ 2008-05-14 12:31 ` irar at il dot ibm dot com
  7 siblings, 0 replies; 9+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-14 12:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from irar at il dot ibm dot com  2008-05-14 12:30 -------
Fixed.


-- 

irar at il dot ibm dot com changed:

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


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


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

end of thread, other threads:[~2008-05-14 12:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-01  9:07 [Bug tree-optimization/36098] New: [4.4 Regression] 435.gromacs miscompares at -O3 rguenth at gcc dot gnu dot org
2008-05-01  9:08 ` [Bug tree-optimization/36098] " rguenth at gcc dot gnu dot org
2008-05-01 23:11 ` hjl dot tools at gmail dot com
2008-05-02  5:06 ` hjl dot tools at gmail dot com
2008-05-02  9:03 ` rguenther at suse dot de
2008-05-14  7:05 ` irar at il dot ibm dot com
2008-05-14 12:12 ` irar at gcc dot gnu dot org
2008-05-14 12:30 ` irar at gcc dot gnu dot org
2008-05-14 12:31 ` irar at il dot ibm dot com

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).