public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/42644]  New: wrong code for -fgraphite-identify in 183.equake
@ 2010-01-07  1:42 janis at gcc dot gnu dot org
  2010-01-07  1:43 ` [Bug tree-optimization/42644] " janis at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: janis at gcc dot gnu dot org @ 2010-01-07  1:42 UTC (permalink / raw)
  To: gcc-bugs

Test 183.equake from SPEC CPU2000 gets wrong results on powerpc64-linux (-m32
or -m64) when compiled with either "-O2 -fgraphite-identity" or "-O2
-floop-parallelize-all".  I'll attach an executable testcase that demonstrates
the failure.  Test 178.galgel fails with the same options but I haven't
investigated it.

The failure starts with the merge from the Graphite branch for r150301.  With
options "-O2 -fgraphite-identity" the minimized testcase and the two CPU2000
tests pass with r150248, the last revision before that merge that builds on
powerpc64-linux.  They also pass with GCC 4.4.2 with "-O2 -fgraphite-identity".


-- 
           Summary: wrong code for -fgraphite-identify in 183.equake
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janis at gcc dot gnu dot org
GCC target triplet: powerpc64-linux


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


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

* [Bug tree-optimization/42644] wrong code for -fgraphite-identify in 183.equake
  2010-01-07  1:42 [Bug tree-optimization/42644] New: wrong code for -fgraphite-identify in 183.equake janis at gcc dot gnu dot org
@ 2010-01-07  1:43 ` janis at gcc dot gnu dot org
  2010-01-07 11:49 ` [Bug tree-optimization/42644] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: janis at gcc dot gnu dot org @ 2010-01-07  1:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from janis at gcc dot gnu dot org  2010-01-07 01:43 -------
Created an attachment (id=19495)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19495&action=view)
minimized executable testcase


-- 


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


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

* [Bug tree-optimization/42644] [4.5 Regression] wrong code for -fgraphite-identify in 183.equake
  2010-01-07  1:42 [Bug tree-optimization/42644] New: wrong code for -fgraphite-identify in 183.equake janis at gcc dot gnu dot org
  2010-01-07  1:43 ` [Bug tree-optimization/42644] " janis at gcc dot gnu dot org
@ 2010-01-07 11:49 ` rguenth at gcc dot gnu dot org
  2010-01-07 14:55 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-07 11:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.4.2
            Summary|wrong code for -fgraphite-  |[4.5 Regression] wrong code
                   |identify in 183.equake      |for -fgraphite-identify in
                   |                            |183.equake
   Target Milestone|---                         |4.5.0


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


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

* [Bug tree-optimization/42644] [4.5 Regression] wrong code for -fgraphite-identify in 183.equake
  2010-01-07  1:42 [Bug tree-optimization/42644] New: wrong code for -fgraphite-identify in 183.equake janis at gcc dot gnu dot org
  2010-01-07  1:43 ` [Bug tree-optimization/42644] " janis at gcc dot gnu dot org
  2010-01-07 11:49 ` [Bug tree-optimization/42644] [4.5 Regression] " rguenth at gcc dot gnu dot org
@ 2010-01-07 14:55 ` rguenth at gcc dot gnu dot org
  2010-01-14  8:45 ` spop at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-07 14:55 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/42644] [4.5 Regression] wrong code for -fgraphite-identify in 183.equake
  2010-01-07  1:42 [Bug tree-optimization/42644] New: wrong code for -fgraphite-identify in 183.equake janis at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-01-07 14:55 ` rguenth at gcc dot gnu dot org
@ 2010-01-14  8:45 ` spop at gcc dot gnu dot org
  2010-01-20 15:26 ` uramakrishna at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: spop at gcc dot gnu dot org @ 2010-01-14  8:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from spop at gcc dot gnu dot org  2010-01-14 08:44 -------
This might be a duplicate of PR42130.


-- 

spop at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |42130


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


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

* [Bug tree-optimization/42644] [4.5 Regression] wrong code for -fgraphite-identify in 183.equake
  2010-01-07  1:42 [Bug tree-optimization/42644] New: wrong code for -fgraphite-identify in 183.equake janis at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2010-01-14  8:45 ` spop at gcc dot gnu dot org
@ 2010-01-20 15:26 ` uramakrishna at gmail dot com
  2010-01-20 15:51 ` grosser at gcc dot gnu dot org
  2010-03-08 17:55 ` [Bug tree-optimization/42644] [4.5 Regression][graphite] " spop at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: uramakrishna at gmail dot com @ 2010-01-20 15:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from uramakrishna at gmail dot com  2010-01-20 15:26 -------
Created an attachment (id=19666)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19666&action=view)
Reduced test case for this PR

We (Tobias, Li and Ramakrishna) have reduced the test case further. This file
shows the problem.


-- 


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


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

* [Bug tree-optimization/42644] [4.5 Regression] wrong code for -fgraphite-identify in 183.equake
  2010-01-07  1:42 [Bug tree-optimization/42644] New: wrong code for -fgraphite-identify in 183.equake janis at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2010-01-20 15:26 ` uramakrishna at gmail dot com
@ 2010-01-20 15:51 ` grosser at gcc dot gnu dot org
  2010-03-08 17:55 ` [Bug tree-optimization/42644] [4.5 Regression][graphite] " spop at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: grosser at gcc dot gnu dot org @ 2010-01-20 15:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

grosser at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |grosser at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-20 15:50:56
               date|                            |


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


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

* [Bug tree-optimization/42644] [4.5 Regression][graphite] wrong code for -fgraphite-identify in 183.equake
  2010-01-07  1:42 [Bug tree-optimization/42644] New: wrong code for -fgraphite-identify in 183.equake janis at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2010-01-20 15:51 ` grosser at gcc dot gnu dot org
@ 2010-03-08 17:55 ` spop at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: spop at gcc dot gnu dot org @ 2010-03-08 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from spop at gcc dot gnu dot org  2010-03-08 17:55 -------
Fixed by http://gcc.gnu.org/viewcvs?view=revision&revision=157286


-- 

spop at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-03-08 17:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-07  1:42 [Bug tree-optimization/42644] New: wrong code for -fgraphite-identify in 183.equake janis at gcc dot gnu dot org
2010-01-07  1:43 ` [Bug tree-optimization/42644] " janis at gcc dot gnu dot org
2010-01-07 11:49 ` [Bug tree-optimization/42644] [4.5 Regression] " rguenth at gcc dot gnu dot org
2010-01-07 14:55 ` rguenth at gcc dot gnu dot org
2010-01-14  8:45 ` spop at gcc dot gnu dot org
2010-01-20 15:26 ` uramakrishna at gmail dot com
2010-01-20 15:51 ` grosser at gcc dot gnu dot org
2010-03-08 17:55 ` [Bug tree-optimization/42644] [4.5 Regression][graphite] " spop 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).