public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/35406]  New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
@ 2008-02-29 15:20 hjl dot tools at gmail dot com
  2008-03-04 17:15 ` [Bug tree-optimization/35406] " ismail at namtrac dot org
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-02-29 15:20 UTC (permalink / raw)
  To: gcc-bugs

On Linux/x86-64, I got

FAIL: gfortran.dg/ldist-1.f90  -O  scan-tree-dump-times ldist "distributed:
split to 4 loops" 1
FAIL: gcc.dg/tree-ssa/ldist-4.c scan-tree-dump-times ldist "distributed: split
to 2 loops" 0


-- 
           Summary: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c
                    don't work
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug tree-optimization/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
@ 2008-03-04 17:15 ` ismail at namtrac dot org
  2008-03-06 18:35 ` [Bug testsuite/35406] " belyshev at depni dot sinp dot msu dot ru
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: ismail at namtrac dot org @ 2008-03-04 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ismail at namtrac dot org  2008-03-04 17:14 -------
Confirming on i686-apple-darwin9 with m64.


-- 

ismail at namtrac dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ismail at namtrac dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-03-04 17:14:36
               date|                            |


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
  2008-03-04 17:15 ` [Bug tree-optimization/35406] " ismail at namtrac dot org
@ 2008-03-06 18:35 ` belyshev at depni dot sinp dot msu dot ru
  2008-03-09 23:47 ` danglin at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2008-03-06 18:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from belyshev at depni dot sinp dot msu dot ru  2008-03-06 18:34 -------
Both are testsuite bugs, apparently.

ldist-1.f90 scans for:
! { dg-final { scan-tree-dump-times "distributed: split to 4 loops" 1 "ldist" }
}

and the dump output is: "Loop 1 distributed: split to 5 loops."


And ldist-4.c is even xfailed in a weird way:
/* We used to distribute also innermost loops, but these could produce
   too much code in the outer loop, degrading performance of scalar
   code.  So this test is XFAILed because the cost model of the stand
   alone distribution pass has evolved.  */
/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 0 "ldist"
} } */

and it works now:
FIXME: Loop 1 not distributed: it has more than two basic blocks.
Loop 2 distributed: split to 2 loops.


-- 

belyshev at depni dot sinp dot msu dot ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |belyshev at depni dot sinp
                   |                            |dot msu dot ru
           Severity|normal                      |trivial
          Component|tree-optimization           |testsuite
   Last reconfirmed|2008-03-04 17:14:36         |2008-03-06 18:34:21
               date|                            |


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
  2008-03-04 17:15 ` [Bug tree-optimization/35406] " ismail at namtrac dot org
  2008-03-06 18:35 ` [Bug testsuite/35406] " belyshev at depni dot sinp dot msu dot ru
@ 2008-03-09 23:47 ` danglin at gcc dot gnu dot org
  2008-03-10  0:09 ` jvdelisle at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-03-09 23:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2008-03-09 23:47 -------
Also fails on hppa2.0w-hp-hpux11.11.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2008-03-09 23:47 ` danglin at gcc dot gnu dot org
@ 2008-03-10  0:09 ` jvdelisle at gcc dot gnu dot org
  2008-03-14  3:49 ` jvdelisle at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-03-10  0:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2008-03-10 00:08 -------
If it is just the test case I will attempt to fix it.  If anyone else is
already doing so, please let me know so I don't waste my time.  :)


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-03-06 18:34:21         |2008-03-10 00:08:32
               date|                            |


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2008-03-10  0:09 ` jvdelisle at gcc dot gnu dot org
@ 2008-03-14  3:49 ` jvdelisle at gcc dot gnu dot org
  2008-03-14  3:51 ` jvdelisle at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-03-14  3:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2008-03-14 03:49 -------
Subject: Bug 35406

Author: jvdelisle
Date: Fri Mar 14 03:48:23 2008
New Revision: 133206

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133206
Log:
2008-03-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/35406
        * gfortran.dg/ldist-1.f90: Update test to check for 5 loops distributed
        instead of 4.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/ldist-1.f90


-- 


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2008-03-14  3:49 ` jvdelisle at gcc dot gnu dot org
@ 2008-03-14  3:51 ` jvdelisle at gcc dot gnu dot org
  2008-03-14  4:04 ` jvdelisle at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-03-14  3:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jvdelisle at gcc dot gnu dot org  2008-03-14 03:50 -------
Closing.  Please reopen if I broke anything.


-- 

jvdelisle at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (5 preceding siblings ...)
  2008-03-14  3:51 ` jvdelisle at gcc dot gnu dot org
@ 2008-03-14  4:04 ` jvdelisle at gcc dot gnu dot org
  2008-03-14  5:01 ` jvdelisle at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-03-14  4:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jvdelisle at gcc dot gnu dot org  2008-03-14 04:04 -------
I forgot the C case with ldist-4.c,  :)


-- 

jvdelisle at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (6 preceding siblings ...)
  2008-03-14  4:04 ` jvdelisle at gcc dot gnu dot org
@ 2008-03-14  5:01 ` jvdelisle at gcc dot gnu dot org
  2008-03-14  5:07 ` jvdelisle at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-03-14  5:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jvdelisle at gcc dot gnu dot org  2008-03-14 05:00 -------
Subject: Bug 35406

Author: jvdelisle
Date: Fri Mar 14 04:59:39 2008
New Revision: 133207

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133207
Log:
2008-03-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR testsuite/35406
        * gcc.dg/tree-ssa/ldist-4.c: Update expected scan match count from 0
        to 1.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c


-- 


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (7 preceding siblings ...)
  2008-03-14  5:01 ` jvdelisle at gcc dot gnu dot org
@ 2008-03-14  5:07 ` jvdelisle at gcc dot gnu dot org
  2008-03-14  5:21 ` hjl dot tools at gmail dot com
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-03-14  5:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jvdelisle at gcc dot gnu dot org  2008-03-14 05:06 -------
Closing again.


-- 

jvdelisle at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (8 preceding siblings ...)
  2008-03-14  5:07 ` jvdelisle at gcc dot gnu dot org
@ 2008-03-14  5:21 ` hjl dot tools at gmail dot com
  2008-03-14  6:38 ` ubizjak at gmail dot com
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-03-14  5:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from hjl dot tools at gmail dot com  2008-03-14 05:20 -------
The old gcc.dg/tree-ssa/ldist-4.c passed on Linux/ia32 and failed
on Linux/Intel64. Revision 133206 changed it to fail on Linux/ia32
and pass on Linux/Intel64. I think you want "4|5" instead of 4 or
5. The same goes for gcc.dg/tree-ssa/ldist-4.c.


-- 

hjl dot tools at gmail dot com changed:

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


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (9 preceding siblings ...)
  2008-03-14  5:21 ` hjl dot tools at gmail dot com
@ 2008-03-14  6:38 ` ubizjak at gmail dot com
  2008-03-14 11:29 ` hp at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: ubizjak at gmail dot com @ 2008-03-14  6:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from ubizjak at gmail dot com  2008-03-14 06:37 -------
(In reply to comment #10)
> The old gcc.dg/tree-ssa/ldist-4.c passed on Linux/ia32 and failed
> on Linux/Intel64. Revision 133206 changed it to fail on Linux/ia32
> and pass on Linux/Intel64. I think you want "4|5" instead of 4 or
> 5. The same goes for gcc.dg/tree-ssa/ldist-4.c.

Actually, the test produces different results for 32bit vs 64bit targets.
You can see that in addition to x86_64, it also fails for ppc64, I guess that
the same way [1].

I think we need:

/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 0 "ldist"
{ target ilp32 } } } */
/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 1 "ldist"
{ target lp64 } } } */

for ldist-4.c and something similar for fortran test.

[1] http://gcc.gnu.org/ml/gcc-testresults/2008-03/msg01040.html


-- 


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (10 preceding siblings ...)
  2008-03-14  6:38 ` ubizjak at gmail dot com
@ 2008-03-14 11:29 ` hp at gcc dot gnu dot org
  2008-03-14 12:44 ` ubizjak at gmail dot com
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-03-14 11:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from hp at gcc dot gnu dot org  2008-03-14 11:28 -------
(In reply to comment #11)

> Actually, the test produces different results for 32bit vs 64bit targets.

Are you sure you don't mean 32 vs 64-bit *hosts*?

My cris-elf (32-bit target) autotester runs on a x86_64 F8, and it tells me
that between 133196:133207 these regressions were introduced, coincident with
jvdelisle's changes and that there were no non-testsuite changes in this range:
gcc.sum gcc.dg/tree-ssa/ldist-4.c
gfortran.sum gfortran.dg/ldist-1.f90
and gcc.log and fortran.log says:
FAIL: gcc.dg/tree-ssa/ldist-4.c scan-tree-dump-times ldist "distributed: split
to 2 loops" 1
FAIL: gfortran.dg/ldist-1.f90  -O  scan-tree-dump-times ldist "distributed:
split to 5 loops" 1


-- 


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (11 preceding siblings ...)
  2008-03-14 11:29 ` hp at gcc dot gnu dot org
@ 2008-03-14 12:44 ` ubizjak at gmail dot com
  2008-03-14 12:55 ` ubizjak at gmail dot com
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: ubizjak at gmail dot com @ 2008-03-14 12:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from ubizjak at gmail dot com  2008-03-14 12:42 -------
(In reply to comment #12)

> > Actually, the test produces different results for 32bit vs 64bit targets.
> 
> Are you sure you don't mean 32 vs 64-bit *hosts*?

Hm, I have to look into my {,-m32} testresults on x86_64 host.

No, looking at [1] I don't think so.

[1] http://gcc.gnu.org/ml/gcc-testresults/2008-03/msg01037.html


-- 


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (12 preceding siblings ...)
  2008-03-14 12:44 ` ubizjak at gmail dot com
@ 2008-03-14 12:55 ` ubizjak at gmail dot com
  2008-03-14 13:49 ` hp at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: ubizjak at gmail dot com @ 2008-03-14 12:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from ubizjak at gmail dot com  2008-03-14 12:53 -------
Created an attachment (id=15315)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15315&action=view)
testsuite patch relative to r133207

Proposed patch, relative to r133207.

HP, does this patch solve your problems?


-- 


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (13 preceding siblings ...)
  2008-03-14 12:55 ` ubizjak at gmail dot com
@ 2008-03-14 13:49 ` hp at gcc dot gnu dot org
  2008-03-14 14:19 ` uros at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-03-14 13:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from hp at gcc dot gnu dot org  2008-03-14 13:48 -------
(In reply to comment #14)
> HP, does this patch solve your problems?

Yes it does, thank you.


-- 


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (14 preceding siblings ...)
  2008-03-14 13:49 ` hp at gcc dot gnu dot org
@ 2008-03-14 14:19 ` uros at gcc dot gnu dot org
  2008-03-14 14:26 ` ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 21+ messages in thread
From: uros at gcc dot gnu dot org @ 2008-03-14 14:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from uros at gcc dot gnu dot org  2008-03-14 14:18 -------
Subject: Bug 35406

Author: uros
Date: Fri Mar 14 14:17:41 2008
New Revision: 133216

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133216
Log:
        PR testsuite/35406
        * gcc.dg/tree-ssa/ldist-4.c: Update expected scan match
        count from 0 to 1 for lp64 targets.
        * gfortran.dg/ldist-1.f90: Update test to check
        for 5 loops distributed instead of 4 for lp64 targets.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c
    trunk/gcc/testsuite/gfortran.dg/ldist-1.f90


-- 


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (15 preceding siblings ...)
  2008-03-14 14:19 ` uros at gcc dot gnu dot org
@ 2008-03-14 14:26 ` ubizjak at gmail dot com
  2008-06-14 18:16 ` danglin at gcc dot gnu dot org
  2008-07-04 19:53 ` jsm28 at gcc dot gnu dot org
  18 siblings, 0 replies; 21+ messages in thread
From: ubizjak at gmail dot com @ 2008-03-14 14:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from ubizjak at gmail dot com  2008-03-14 14:25 -------
Fixed again.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (16 preceding siblings ...)
  2008-03-14 14:26 ` ubizjak at gmail dot com
@ 2008-06-14 18:16 ` danglin at gcc dot gnu dot org
  2008-07-04 19:53 ` jsm28 at gcc dot gnu dot org
  18 siblings, 0 replies; 21+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-06-14 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from danglin at gcc dot gnu dot org  2008-06-14 18:15 -------
The revised testcase still fails on hppa*-*-* (32-bit).  The dump
contains "Loop 1 distributed: split to 5 loops."


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
  2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
                   ` (17 preceding siblings ...)
  2008-06-14 18:16 ` danglin at gcc dot gnu dot org
@ 2008-07-04 19:53 ` jsm28 at gcc dot gnu dot org
  18 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 19:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from jsm28 at gcc dot gnu dot org  2008-07-04 19:53 -------
Removing milestone; no indication here that this is a regression.


-- 

jsm28 at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/35406] gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work
       [not found] <bug-35406-4@http.gcc.gnu.org/bugzilla/>
@ 2015-02-12  0:28 ` jvdelisle at gcc dot gnu.org
  0 siblings, 0 replies; 21+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2015-02-12  0:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35406

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |jvdelisle at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #20 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Closing. Stale


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

end of thread, other threads:[~2015-02-12  0:28 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-29 15:20 [Bug tree-optimization/35406] New: gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work hjl dot tools at gmail dot com
2008-03-04 17:15 ` [Bug tree-optimization/35406] " ismail at namtrac dot org
2008-03-06 18:35 ` [Bug testsuite/35406] " belyshev at depni dot sinp dot msu dot ru
2008-03-09 23:47 ` danglin at gcc dot gnu dot org
2008-03-10  0:09 ` jvdelisle at gcc dot gnu dot org
2008-03-14  3:49 ` jvdelisle at gcc dot gnu dot org
2008-03-14  3:51 ` jvdelisle at gcc dot gnu dot org
2008-03-14  4:04 ` jvdelisle at gcc dot gnu dot org
2008-03-14  5:01 ` jvdelisle at gcc dot gnu dot org
2008-03-14  5:07 ` jvdelisle at gcc dot gnu dot org
2008-03-14  5:21 ` hjl dot tools at gmail dot com
2008-03-14  6:38 ` ubizjak at gmail dot com
2008-03-14 11:29 ` hp at gcc dot gnu dot org
2008-03-14 12:44 ` ubizjak at gmail dot com
2008-03-14 12:55 ` ubizjak at gmail dot com
2008-03-14 13:49 ` hp at gcc dot gnu dot org
2008-03-14 14:19 ` uros at gcc dot gnu dot org
2008-03-14 14:26 ` ubizjak at gmail dot com
2008-06-14 18:16 ` danglin at gcc dot gnu dot org
2008-07-04 19:53 ` jsm28 at gcc dot gnu dot org
     [not found] <bug-35406-4@http.gcc.gnu.org/bugzilla/>
2015-02-12  0:28 ` jvdelisle at gcc dot gnu.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).