public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/25590]  New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
@ 2005-12-28 16:08 danglin at gcc dot gnu dot org
  2005-12-28 16:15 ` [Bug tree-optimization/25590] " danglin at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-12-28 16:08 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gcc-4.2/objdir/gcc/xgcc
-B/home/dave/gcc-4.2/objdi
r/gcc/ /home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c   -O2
-ftree-vectorize -ftree-vectorizer-verbose=3 -fdump-tree-vect-stats
-fno-show-co
lumn  -lm   -o ./gen-vect-11.exe    (timeout = 300)
PASS: gcc.dg/tree-ssa/gen-vect-11.c (test for excess errors)
Setting LD_LIBRARY_PATH to
:/home/dave/gcc-4.2/objdir/gcc::/home/dave/gcc-4.2/ob
jdir/gcc:/home/dave/gcc-4.2/objdir/hppa-linux/libstdc++-v3/.libs:/home/dave/gcc-
4.2/objdir/hppa-linux/libmudflap/.libs:/home/dave/gcc-4.2/objdir/hppa-linux/libs
sp/.libs:/home/dave/gcc-4.2/objdir/./gcc:/home/dave/gcc-4.2/objdir/./prev-gcc
PASS: gcc.dg/tree-ssa/gen-vect-11.c execution test
FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1

Fails on both hppa-unknown-linux-gnu and hppa2.0w-hp-hpux11.11.


-- 
           Summary: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times
                    vectorized 1 loops 1
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa*-*-*
  GCC host triplet: hppa*-*-*
GCC target triplet: hppa*-*-*


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


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

* [Bug tree-optimization/25590] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
@ 2005-12-28 16:15 ` danglin at gcc dot gnu dot org
  2005-12-28 16:20 ` [Bug testsuite/25590] " pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-12-28 16:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2005-12-28 16:15 -------
Created an attachment (id=10561)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10561&action=view)
tree dump


-- 


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


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

* [Bug testsuite/25590] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
  2005-12-28 16:15 ` [Bug tree-optimization/25590] " danglin at gcc dot gnu dot org
@ 2005-12-28 16:20 ` pinskia at gcc dot gnu dot org
  2005-12-28 16:31 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-28 16:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-28 16:20 -------
I noticed this on x86_64 also.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kazu at gcc dot gnu dot org
          Component|tree-optimization           |testsuite


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


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

* [Bug testsuite/25590] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
  2005-12-28 16:15 ` [Bug tree-optimization/25590] " danglin at gcc dot gnu dot org
  2005-12-28 16:20 ` [Bug testsuite/25590] " pinskia at gcc dot gnu dot org
@ 2005-12-28 16:31 ` pinskia at gcc dot gnu dot org
  2006-01-04  0:50 ` hp at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-28 16:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-12-28 16:30 -------
Confirmed, just a missing XFAIL as we have unsigned char + unsigned char which
gets changed to (int)(unsigned char)+(int)(unsigned char) after Kazu's patch:
2005-12-26  Kazu Hirata  <kazu@codesourcery.com>

        PR tree-optimization/25125
        * convert.c (convert_to_integer): Don't narrow the type of a
        PLUX_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type
        is signed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-28 16:30:59
               date|                            |


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


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

* [Bug testsuite/25590] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-28 16:31 ` pinskia at gcc dot gnu dot org
@ 2006-01-04  0:50 ` hp at gcc dot gnu dot org
  2006-01-04  1:08 ` jsm28 at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-04  0:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hp at gcc dot gnu dot org  2006-01-04 00:50 -------
Where it used to work for 108426 I see this for 109236
on (cross from i686-pc-linux-gnu FC2 unless otherwise noted):
mips-elf
sh-elf
i686-pc-linux-gnu (native, FC2)
cris-axis-linux-gnu
cris-axis-elf
mmix-knuth-mmixware


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|hppa*-*-*                   |
   GCC host triplet|hppa*-*-*                   |
 GCC target triplet|hppa*-*-*                   |


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



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

* [Bug testsuite/25590] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-01-04  0:50 ` hp at gcc dot gnu dot org
@ 2006-01-04  1:08 ` jsm28 at gcc dot gnu dot org
  2006-01-04  7:33 ` dorit at il dot ibm dot com
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-01-04  1:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jsm28 at gcc dot gnu dot org  2006-01-04 01:08 -------
Appeared between 109012 and 109267 on i686-pc-linux-gnu, hppa2.0w-hp-hpux11.11,
hppa64-hp-hpux11.11.


-- 

jsm28 at gcc dot gnu dot org changed:

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


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



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

* [Bug testsuite/25590] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-01-04  1:08 ` jsm28 at gcc dot gnu dot org
@ 2006-01-04  7:33 ` dorit at il dot ibm dot com
  2006-01-04  7:36 ` dorit at il dot ibm dot com
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dorit at il dot ibm dot com @ 2006-01-04  7:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dorit at il dot ibm dot com  2006-01-04 07:33 -------
Maybe related to:

2005-12-26  Kazu Hirata  <kazu@codesourcery.com>

        PR tree-optimization/25125
        * convert.c (convert_to_integer): Don't narrow the type of a
        PLUX_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type
        is signed.

(indeed this testcase fails vectorization due to cast to unsigned char).
If that's the case, it should probably be xfailed and the PR should be "missed
optimization"


-- 


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



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

* [Bug testsuite/25590] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-01-04  7:33 ` dorit at il dot ibm dot com
@ 2006-01-04  7:36 ` dorit at il dot ibm dot com
  2006-01-17  2:02 ` [Bug testsuite/25590] [4.1/4.2 regression] " hp at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dorit at il dot ibm dot com @ 2006-01-04  7:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from dorit at il dot ibm dot com  2006-01-04 07:36 -------
(sorry, didn't notice it was already diagnosed as such)


-- 


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



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

* [Bug testsuite/25590] [4.1/4.2 regression] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2006-01-04  7:36 ` dorit at il dot ibm dot com
@ 2006-01-17  2:02 ` hp at gcc dot gnu dot org
  2006-01-23 16:38 ` kazu at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-17  2:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from hp at gcc dot gnu dot org  2006-01-17 02:02 -------
Also seen on 4.1 branch, regression appearing between
Fri Dec 30 21:24:33 UTC 2005 (revision 109181M)
and Wed Jan 11 14:14:27 UTC 2006 (revision 109585M)
for cris-axis-elf, cris-axis-linux-gnu and mmix-knuth-mmixware, cross from
i686-pc-linux-gnu (FC2).


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org
            Summary|FAIL: gcc.dg/tree-ssa/gen-  |[4.1/4.2 regression] FAIL:
                   |vect-11.c scan-tree-dump-   |gcc.dg/tree-ssa/gen-vect-
                   |times vectorized 1 loops 1  |11.c scan-tree-dump-times
                   |                            |vectorized 1 loops 1


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


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

* [Bug testsuite/25590] [4.1/4.2 regression] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2006-01-17  2:02 ` [Bug testsuite/25590] [4.1/4.2 regression] " hp at gcc dot gnu dot org
@ 2006-01-23 16:38 ` kazu at gcc dot gnu dot org
  2006-01-23 17:42 ` jules at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-01-23 16:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from kazu at gcc dot gnu dot org  2006-01-23 16:38 -------
Posted a patch.


-- 

kazu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |kazu at gcc dot gnu dot org
                   |dot org                     |
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2006-
                   |                            |01/msg01510.html
             Status|NEW                         |ASSIGNED


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


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

* [Bug testsuite/25590] [4.1/4.2 regression] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2006-01-23 16:38 ` kazu at gcc dot gnu dot org
@ 2006-01-23 17:42 ` jules at gcc dot gnu dot org
  2006-01-23 17:45 ` jules at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jules at gcc dot gnu dot org @ 2006-01-23 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jules at gcc dot gnu dot org  2006-01-23 17:42 -------
Subject: Bug 25590

Author: jules
Date: Mon Jan 23 17:42:38 2006
New Revision: 110133

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110133
Log:
        Backport from mainline.
        2006-01-23  Kazu Hirata  <kazu@codesourcery.com>
        PR testsuite/25590
        * gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c: Add -fwrapv.


Modified:
    branches/csl/sourcerygxx-4_1/ChangeLog.csl
    branches/csl/sourcerygxx-4_1/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c


-- 


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


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

* [Bug testsuite/25590] [4.1/4.2 regression] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2006-01-23 17:42 ` jules at gcc dot gnu dot org
@ 2006-01-23 17:45 ` jules at gcc dot gnu dot org
  2006-01-25 16:08 ` kazu at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jules at gcc dot gnu dot org @ 2006-01-23 17:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jules at gcc dot gnu dot org  2006-01-23 17:45 -------
Subject: Bug 25590

Author: jules
Date: Mon Jan 23 17:45:08 2006
New Revision: 110134

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110134
Log:
        Backport from mainline.
        2006-01-23  Kazu Hirata  <kazu@codesourcery.com>
        PR testsuite/25590
        * gcc.dg/tree-ssa/gen-vect-11.c: Add -fwrapv.

Modified:
    branches/csl/coldfire-4_1/ChangeLog.csl
    branches/csl/coldfire-4_1/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c


-- 


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


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

* [Bug testsuite/25590] [4.1/4.2 regression] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2006-01-23 17:45 ` jules at gcc dot gnu dot org
@ 2006-01-25 16:08 ` kazu at gcc dot gnu dot org
  2006-01-25 16:11 ` kazu at gcc dot gnu dot org
  2006-01-25 16:11 ` kazu at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-01-25 16:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from kazu at gcc dot gnu dot org  2006-01-25 16:08 -------
Subject: Bug 25590

Author: kazu
Date: Wed Jan 25 16:08:26 2006
New Revision: 110215

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110215
Log:
        PR testsuite/25590
        * gcc.dg/tree-ssa/gen-vect-11.c: Add -fwrapv.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c


-- 


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


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

* [Bug testsuite/25590] [4.1/4.2 regression] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2006-01-25 16:11 ` kazu at gcc dot gnu dot org
@ 2006-01-25 16:11 ` kazu at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-01-25 16:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from kazu at gcc dot gnu dot org  2006-01-25 16:11 -------
Subject: Bug 25590

Author: kazu
Date: Wed Jan 25 16:11:17 2006
New Revision: 110216

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110216
Log:
        PR testsuite/25590
        * gcc.dg/tree-ssa/gen-vect-11.c: Add -fwrapv.

Modified:
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c


-- 


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


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

* [Bug testsuite/25590] [4.1/4.2 regression] FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1
  2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2006-01-25 16:08 ` kazu at gcc dot gnu dot org
@ 2006-01-25 16:11 ` kazu at gcc dot gnu dot org
  2006-01-25 16:11 ` kazu at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-01-25 16:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from kazu at gcc dot gnu dot org  2006-01-25 16:11 -------
Just checked in a patch.


-- 

kazu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2006-01-25 16:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-28 16:08 [Bug tree-optimization/25590] New: FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1 danglin at gcc dot gnu dot org
2005-12-28 16:15 ` [Bug tree-optimization/25590] " danglin at gcc dot gnu dot org
2005-12-28 16:20 ` [Bug testsuite/25590] " pinskia at gcc dot gnu dot org
2005-12-28 16:31 ` pinskia at gcc dot gnu dot org
2006-01-04  0:50 ` hp at gcc dot gnu dot org
2006-01-04  1:08 ` jsm28 at gcc dot gnu dot org
2006-01-04  7:33 ` dorit at il dot ibm dot com
2006-01-04  7:36 ` dorit at il dot ibm dot com
2006-01-17  2:02 ` [Bug testsuite/25590] [4.1/4.2 regression] " hp at gcc dot gnu dot org
2006-01-23 16:38 ` kazu at gcc dot gnu dot org
2006-01-23 17:42 ` jules at gcc dot gnu dot org
2006-01-23 17:45 ` jules at gcc dot gnu dot org
2006-01-25 16:08 ` kazu at gcc dot gnu dot org
2006-01-25 16:11 ` kazu at gcc dot gnu dot org
2006-01-25 16:11 ` kazu 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).