public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/39297]  New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
@ 2009-02-25  2:59 hjl dot tools at gmail dot com
  2009-02-25  3:34 ` [Bug middle-end/39297] " hjl dot tools at gmail dot com
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-25  2:59 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia64, revision 144413 gave

FAIL: gcc.dg/tree-ssa/loop-31.c scan-tree-dump-times optimized " \+ 2" 1

Revision 144404 is OK. Revision 144405:

http://gcc.gnu.org/ml/gcc-cvs/2009-02/msg00572.html

may be the cause.


-- 
           Summary: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com
GCC target triplet: ia64-unknown-linux-gnu


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
@ 2009-02-25  3:34 ` hjl dot tools at gmail dot com
  2009-02-25  8:52 ` rguenth at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-25  3:34 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

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


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
  2009-02-25  3:34 ` [Bug middle-end/39297] " hjl dot tools at gmail dot com
@ 2009-02-25  8:52 ` rguenth at gcc dot gnu dot org
  2009-02-25 14:38 ` hjl dot tools at gmail dot com
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-02-25  8:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-02-25 08:52 -------
Sooo - what is the content of the .optimized dump?


-- 


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
  2009-02-25  3:34 ` [Bug middle-end/39297] " hjl dot tools at gmail dot com
  2009-02-25  8:52 ` rguenth at gcc dot gnu dot org
@ 2009-02-25 14:38 ` hjl dot tools at gmail dot com
  2009-02-25 14:41 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-25 14:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2009-02-25 14:37 -------
(In reply to comment #1)
> Sooo - what is the content of the .optimized dump?
> 

;; Function foo (foo)

Analyzing Edge Insertions.
foo (int len, int v)
{
  long unsigned int D.1255;
  long unsigned int ivtmp.14;

<bb 2>:
  if (len > 0)
    goto <bb 3>;
  else
    goto <bb 5>;

<bb 3>:
  ivtmp.14 = (long unsigned int) &a[0];
  D.1255 = ((long unsigned int) &a + 2) + (long unsigned int) ((unsigned int)
le
n + 4294967295) * 2;

<bb 4>:
  MEM[index: ivtmp.14] = (short int) (short int) v;
  ivtmp.14 = ivtmp.14 + 2;
  if (ivtmp.14 != D.1255)
    goto <bb 4>;
  else
    goto <bb 5>;

<bb 5>:
  return a[0];

}


-- 


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-02-25 14:38 ` hjl dot tools at gmail dot com
@ 2009-02-25 14:41 ` pinskia at gcc dot gnu dot org
  2009-02-25 14:48 ` rguenther at suse dot de
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-02-25 14:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-02-25 14:41 -------
Note index: again, booooo. I thought I got rid of all those.


-- 


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2009-02-25 14:41 ` pinskia at gcc dot gnu dot org
@ 2009-02-25 14:48 ` rguenther at suse dot de
  2009-02-25 14:53 ` hjl dot tools at gmail dot com
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenther at suse dot de @ 2009-02-25 14:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenther at suse dot de  2009-02-25 14:48 -------
Subject: Re:  [4.4 Regression]
 gcc.dg/tree-ssa/loop-31.c

On Wed, 25 Feb 2009, hjl dot tools at gmail dot com wrote:

> ------- Comment #2 from hjl dot tools at gmail dot com  2009-02-25 14:37 -------
> (In reply to comment #1)
> > Sooo - what is the content of the .optimized dump?
> > 
> 
> ;; Function foo (foo)
> 
> Analyzing Edge Insertions.
> foo (int len, int v)
> {
>   long unsigned int D.1255;
>   long unsigned int ivtmp.14;
> 
> <bb 2>:
>   if (len > 0)
>     goto <bb 3>;
>   else
>     goto <bb 5>;
> 
> <bb 3>:
>   ivtmp.14 = (long unsigned int) &a[0];
>   D.1255 = ((long unsigned int) &a + 2) + (long unsigned int) ((unsigned int)
> le
> n + 4294967295) * 2;

This likely used to be folded to &a[len], but the addressing-mode
is still what it is supposed to be.  Can you attach the dump with
the patch reverted as well?

> <bb 4>:
>   MEM[index: ivtmp.14] = (short int) (short int) v;
>   ivtmp.14 = ivtmp.14 + 2;
>   if (ivtmp.14 != D.1255)
>     goto <bb 4>;
>   else
>     goto <bb 5>;
> 
> <bb 5>:
>   return a[0];
> 
> }
> 
> 
> 


-- 


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2009-02-25 14:48 ` rguenther at suse dot de
@ 2009-02-25 14:53 ` hjl dot tools at gmail dot com
  2009-02-25 15:01 ` rguenther at suse dot de
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-25 14:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl dot tools at gmail dot com  2009-02-25 14:53 -------
Revision 144404 gave:

;; Function foo (foo)

Analyzing Edge Insertions.
foo (int len, int v)
{
  short int * D.1254;
  short int * ivtmp.14;

<bb 2>:
  if (len > 0)
    goto <bb 3>;
  else
    goto <bb 5>;

<bb 3>:
  D.1254 = &a[0] + ((long unsigned int) ((unsigned int) len + 4294967295) + 1)
* 2;
  ivtmp.14 = &a[0];

<bb 4>:
  MEM[base: ivtmp.14] = (short int) (short int) v;
  ivtmp.14 = ivtmp.14 + 2;
  if (ivtmp.14 != D.1254)
    goto <bb 4>;
  else
    goto <bb 5>;

<bb 5>:
  return a[0];

}


-- 


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (5 preceding siblings ...)
  2009-02-25 14:53 ` hjl dot tools at gmail dot com
@ 2009-02-25 15:01 ` rguenther at suse dot de
  2009-02-25 15:09 ` hjl dot tools at gmail dot com
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenther at suse dot de @ 2009-02-25 15:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenther at suse dot de  2009-02-25 15:01 -------
Subject: Re:  [4.4 Regression]
 gcc.dg/tree-ssa/loop-31.c

On Wed, 25 Feb 2009, hjl dot tools at gmail dot com wrote:

> ------- Comment #5 from hjl dot tools at gmail dot com  2009-02-25 14:53 -------
> Revision 144404 gave:

Is the assembly different?


-- 


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (6 preceding siblings ...)
  2009-02-25 15:01 ` rguenther at suse dot de
@ 2009-02-25 15:09 ` hjl dot tools at gmail dot com
  2009-02-25 17:01 ` hjl dot tools at gmail dot com
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-25 15:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hjl dot tools at gmail dot com  2009-02-25 15:09 -------
Revision 144405 gave:

        .text
        .align 16
        .global foo#
        .type   foo#, @function
        .proc foo#
foo:
        .prologue
        .body
        cmp4.ge p6, p7 = 0, r32
        (p6) br.cond.spnt .L2
        addl r14 = @ltoffx(a#), r1
        ;;
        ld8.mov r14 = [r14], a#
        adds r16 = -1, r32
        ;;
        addp4 r16 = r16, r0
        addl r15 = @gprel(.LC0), gp
        ;;
        ld8 r15 = [r15]
        ;;
        shladd r15 = r16, 1, r15
.L3:
        st2 [r14] = r33, 2
        ;;
        cmp.ne p6, p7 = r15, r14
        (p6) br.cond.sptk .L3
.L2:
        addl r14 = @ltoffx(a#), r1
        ;;
        ld8.mov r14 = [r14], a#
        ;;
        ld2 r8 = [r14]
        br.ret.sptk.many b0
        ;;
        .endp foo#

Revision 144404 gave:

        .proc foo#
foo:
        .prologue
        .save ar.lc, r2
        mov r2 = ar.lc
        .body
        cmp4.ge p6, p7 = 0, r32
        (p6) br.cond.spnt .L2
        adds r15 = -1, r32
        ;;
        addp4 r15 = r15, r0
        ;;
        adds r15 = 1, r15
        addl r14 = @ltoffx(a#), r1
        ;;
        ld8.mov r14 = [r14], a#
        ;;
        shladd r15 = r15, 1, r14
        ;;
        sub r15 = r15, r14
        ;;
        adds r15 = -2, r15
        ;;
        shr.u r15 = r15, 1
        ;;
        mov ar.lc = r15
.L3:
        st2 [r14] = r33, 2
        ;;
        br.cloop.sptk.few .L3
.L2:
        addl r14 = @ltoffx(a#), r1
        ;;
        ld8.mov r14 = [r14], a#
        ;;
        ld2 r8 = [r14]
        mov ar.lc = r2
        br.ret.sptk.many b0
        ;;
        .endp foo#


-- 


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (7 preceding siblings ...)
  2009-02-25 15:09 ` hjl dot tools at gmail dot com
@ 2009-02-25 17:01 ` hjl dot tools at gmail dot com
  2009-02-25 18:24 ` hjl dot tools at gmail dot com
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-25 17:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from hjl dot tools at gmail dot com  2009-02-25 17:00 -------
gcc.dg/tree-ssa/loop-31.c comes from PR 32283. This testcase only
runs on arms and ia64.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |32283
              nThis|                            |


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (8 preceding siblings ...)
  2009-02-25 17:01 ` hjl dot tools at gmail dot com
@ 2009-02-25 18:24 ` hjl dot tools at gmail dot com
  2009-02-25 18:34 ` rakdver at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-25 18:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from hjl dot tools at gmail dot com  2009-02-25 18:24 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2009-02/msg01185.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2009-
                   |                            |02/msg01185.html


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (9 preceding siblings ...)
  2009-02-25 18:24 ` hjl dot tools at gmail dot com
@ 2009-02-25 18:34 ` rakdver at gcc dot gnu dot org
  2009-02-25 19:09 ` rakdver at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2009-02-25 18:34 UTC (permalink / raw)
  To: gcc-bugs



-- 

rakdver at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rakdver at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-02-25 18:34:04
               date|                            |


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (10 preceding siblings ...)
  2009-02-25 18:34 ` rakdver at gcc dot gnu dot org
@ 2009-02-25 19:09 ` rakdver at gcc dot gnu dot org
  2009-02-25 19:18 ` hjl dot tools at gmail dot com
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2009-02-25 19:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rakdver at gcc dot gnu dot org  2009-02-25 19:09 -------
The difference between

>   D.1254 = &a[0] + ((long unsigned int) ((unsigned int) len + 4294967295) + 1)
> * 2;

(original) and

>   D.1255 = ((long unsigned int) &a + 2) + (long unsigned int) ((unsigned int)
>            len + 4294967295) * 2;

(current) is mostly cosmetical; the test in the testcase should be made more
robust, but other than that, there is no regression here.


-- 

rakdver at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/gcc-  |
                   |patches/2009-               |
                   |02/msg01185.html            |


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (11 preceding siblings ...)
  2009-02-25 19:09 ` rakdver at gcc dot gnu dot org
@ 2009-02-25 19:18 ` hjl dot tools at gmail dot com
  2009-02-25 22:41 ` rakdver at kam dot mff dot cuni dot cz
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-25 19:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from hjl dot tools at gmail dot com  2009-02-25 19:18 -------
(In reply to comment #10)
> The difference between
> 
> >   D.1254 = &a[0] + ((long unsigned int) ((unsigned int) len + 4294967295) + 1)
> > * 2;
> 
> (original) and
> 
> >   D.1255 = ((long unsigned int) &a + 2) + (long unsigned int) ((unsigned int)
> >            len + 4294967295) * 2;
> 
> (current) is mostly cosmetical; the test in the testcase should be made more
> robust, but other than that, there is no regression here.
> 

The new loop is

.L3:
        st2 [r14] = r33, 2
        ;;
        cmp.ne p6, p7 = r15, r14
        (p6) br.cond.sptk .L3

The old loop is

       mov ar.lc = r15
.L3:
        st2 [r14] = r33, 2
        ;;
        br.cloop.sptk.few .L3

They are quite different.


-- 


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


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

* [Bug middle-end/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (12 preceding siblings ...)
  2009-02-25 19:18 ` hjl dot tools at gmail dot com
@ 2009-02-25 22:41 ` rakdver at kam dot mff dot cuni dot cz
  2009-03-04 12:10 ` [Bug testsuite/39297] " rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rakdver at kam dot mff dot cuni dot cz @ 2009-02-25 22:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rakdver at kam dot mff dot cuni dot cz  2009-02-25 22:41 -------
Subject: Re:  [4.4 Regression] gcc.dg/tree-ssa/loop-31.c

> ------- Comment #11 from hjl dot tools at gmail dot com  2009-02-25 19:18 -------
> (In reply to comment #10)
> > The difference between
> > 
> > >   D.1254 = &a[0] + ((long unsigned int) ((unsigned int) len + 4294967295) + 1)
> > > * 2;
> > 
> > (original) and
> > 
> > >   D.1255 = ((long unsigned int) &a + 2) + (long unsigned int) ((unsigned int)
> > >            len + 4294967295) * 2;
> > 
> > (current) is mostly cosmetical; the test in the testcase should be made more
> > robust, but other than that, there is no regression here.
> > 
> 
> The new loop is
> 
> .L3:
>         st2 [r14] = r33, 2
>         ;;
>         cmp.ne p6, p7 = r15, r14
>         (p6) br.cond.sptk .L3
> 
> The old loop is
> 
>        mov ar.lc = r15
> .L3:
>         st2 [r14] = r33, 2
>         ;;
>         br.cloop.sptk.few .L3
> 
> They are quite different.

nevertheless, loop-31.c test is not supposed to test this; it just
checks whether strength reduction is performed correctly.  I think we
already have another PR regarding the problem that strength reduction
and iv elimination on tree level may cause rtl level # of iterations
analysis to fail (which leads to the code difference).


-- 


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


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

* [Bug testsuite/39297] [4.4 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (13 preceding siblings ...)
  2009-02-25 22:41 ` rakdver at kam dot mff dot cuni dot cz
@ 2009-03-04 12:10 ` rguenth at gcc dot gnu dot org
  2009-04-21 15:59 ` [Bug testsuite/39297] [4.4/4.5 " jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-04 12:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from rguenth at gcc dot gnu dot org  2009-03-04 12:10 -------
Thus this is a testsuite issue.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |testsuite
           Priority|P3                          |P2


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


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

* [Bug testsuite/39297] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (14 preceding siblings ...)
  2009-03-04 12:10 ` [Bug testsuite/39297] " rguenth at gcc dot gnu dot org
@ 2009-04-21 15:59 ` jakub at gcc dot gnu dot org
  2009-06-23 18:28 ` sje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-04-21 15:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/39297] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (15 preceding siblings ...)
  2009-04-21 15:59 ` [Bug testsuite/39297] [4.4/4.5 " jakub at gcc dot gnu dot org
@ 2009-06-23 18:28 ` sje at gcc dot gnu dot org
  2009-07-22 10:35 ` jakub at gcc dot gnu dot org
  2009-08-26 23:10 ` sje at cup dot hp dot com
  18 siblings, 0 replies; 20+ messages in thread
From: sje at gcc dot gnu dot org @ 2009-06-23 18:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from sje at gcc dot gnu dot org  2009-06-23 18:28 -------
Subject: Bug 39297

Author: sje
Date: Tue Jun 23 18:28:26 2009
New Revision: 148862

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148862
Log:
2009-06-23  Steve Ellcey  <sje@cup.hp.com>

        PR testsuite/39297
        * gcc.dg/ssa/loop-31.c: Change scan rules.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/loop-31.c


-- 


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


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

* [Bug testsuite/39297] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (16 preceding siblings ...)
  2009-06-23 18:28 ` sje at gcc dot gnu dot org
@ 2009-07-22 10:35 ` jakub at gcc dot gnu dot org
  2009-08-26 23:10 ` sje at cup dot hp dot com
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-07-22 10:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.1                       |4.4.2


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


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

* [Bug testsuite/39297] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-31.c
  2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
                   ` (17 preceding siblings ...)
  2009-07-22 10:35 ` jakub at gcc dot gnu dot org
@ 2009-08-26 23:10 ` sje at cup dot hp dot com
  18 siblings, 0 replies; 20+ messages in thread
From: sje at cup dot hp dot com @ 2009-08-26 23:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from sje at cup dot hp dot com  2009-08-26 23:10 -------
Test no longer fails due to checkin that fixes the scan for IA64.

See http://gcc.gnu.org/ml/gcc-patches/2009-06/msg01600.html


-- 

sje at cup dot hp dot com changed:

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


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


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

end of thread, other threads:[~2009-08-26 23:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-25  2:59 [Bug middle-end/39297] New: [4.4 Regression] gcc.dg/tree-ssa/loop-31.c hjl dot tools at gmail dot com
2009-02-25  3:34 ` [Bug middle-end/39297] " hjl dot tools at gmail dot com
2009-02-25  8:52 ` rguenth at gcc dot gnu dot org
2009-02-25 14:38 ` hjl dot tools at gmail dot com
2009-02-25 14:41 ` pinskia at gcc dot gnu dot org
2009-02-25 14:48 ` rguenther at suse dot de
2009-02-25 14:53 ` hjl dot tools at gmail dot com
2009-02-25 15:01 ` rguenther at suse dot de
2009-02-25 15:09 ` hjl dot tools at gmail dot com
2009-02-25 17:01 ` hjl dot tools at gmail dot com
2009-02-25 18:24 ` hjl dot tools at gmail dot com
2009-02-25 18:34 ` rakdver at gcc dot gnu dot org
2009-02-25 19:09 ` rakdver at gcc dot gnu dot org
2009-02-25 19:18 ` hjl dot tools at gmail dot com
2009-02-25 22:41 ` rakdver at kam dot mff dot cuni dot cz
2009-03-04 12:10 ` [Bug testsuite/39297] " rguenth at gcc dot gnu dot org
2009-04-21 15:59 ` [Bug testsuite/39297] [4.4/4.5 " jakub at gcc dot gnu dot org
2009-06-23 18:28 ` sje at gcc dot gnu dot org
2009-07-22 10:35 ` jakub at gcc dot gnu dot org
2009-08-26 23:10 ` sje at cup dot hp 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).