public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35629]  New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
@ 2008-03-18 21:03 jrp at dial dot pipex dot com
  2008-03-18 21:33 ` [Bug tree-optimization/35629] " rguenth at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-03-18 21:03 UTC (permalink / raw)
  To: gcc-bugs

Revision 133318 failed:

Native configuration is i686-pc-linux-gnu

                === gcc tests ===


Running target unix
XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file
(^|\\\\n)cmdlne-dI-M.*:[^\\\\n]*cmdlne-dI-M.c
XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file
(^|\\\\n)cmdlne-dM-M[^\\\\n]*:[^\\\\n]*cmdlne-dM-M.c
FAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "Found latch edge"
5
FAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "Merged latch
edges" 2
FAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "4 loops found" 2
FAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "3 loops found" 2
FAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "2 loops found" 1

                === gcc Summary ===

# of expected passes            49134
# of unexpected failures        5
# of unexpected successes       2
# of expected failures          166
# of untested testcases         35
# of unsupported tests          269
/home/jrp/build/gcc/xgcc  version 4.4.0 20080318 (experimental) (GCC) 



Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure -v --enable-languages=c,c++,fortran
--enable-shared --with-system-zlib --without-included-gettext
--enable-threads=posix --enable-nls --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --enable-checking=release
--with-arch=core2
Thread model: posix
gcc version 4.4.0 20080317 (experimental) (GCC)


-- 
           Summary: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile
                    fails
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jrp at dial dot pipex dot com
 GCC build triplet: gcc version 4.4.0 20080317 (experimental) (GCC)
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug tree-optimization/35629] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
@ 2008-03-18 21:33 ` rguenth at gcc dot gnu dot org
  2008-03-18 21:33 ` [Bug tree-optimization/35629] [4.4 Regression] " rguenth at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-18 21:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2008-03-18 21:32 -------
Confirmed.  PREDICT_EXPR seems to force BBs unmerged and confuses loop
discovery.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-03-18 21:32:14
               date|                            |


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
  2008-03-18 21:33 ` [Bug tree-optimization/35629] " rguenth at gcc dot gnu dot org
@ 2008-03-18 21:33 ` rguenth at gcc dot gnu dot org
  2008-03-19  3:07 ` hp at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-18 21:33 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization
            Summary|gcc.dg/tree-ssa/loop-25.c   |[4.4 Regression]
                   |scan-tree-dump-times profile|gcc.dg/tree-ssa/loop-25.c
                   |fails                       |scan-tree-dump-times profile
                   |                            |fails
   Target Milestone|---                         |4.4.0


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
  2008-03-18 21:33 ` [Bug tree-optimization/35629] " rguenth at gcc dot gnu dot org
  2008-03-18 21:33 ` [Bug tree-optimization/35629] [4.4 Regression] " rguenth at gcc dot gnu dot org
@ 2008-03-19  3:07 ` hp at gcc dot gnu dot org
  2008-03-19  6:59 ` ubizjak at gmail dot com
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-03-19  3:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2008-03-19 03:07 -------
My autotester says loop-25 fails in the same way for cris-elf, due to a patch
committed in the range 133311:133318.


-- 

hp at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (2 preceding siblings ...)
  2008-03-19  3:07 ` hp at gcc dot gnu dot org
@ 2008-03-19  6:59 ` ubizjak at gmail dot com
  2008-03-19 13:23 ` hjl dot tools at gmail dot com
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ubizjak at gmail dot com @ 2008-03-19  6:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ubizjak at gmail dot com  2008-03-19 06:58 -------
*** Bug 35636 has been marked as a duplicate of this bug. ***


-- 

ubizjak 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=35629


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (3 preceding siblings ...)
  2008-03-19  6:59 ` ubizjak at gmail dot com
@ 2008-03-19 13:23 ` hjl dot tools at gmail dot com
  2008-03-19 22:58 ` danglin at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-03-19 13:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2008-03-19 13:23 -------
I think revision 133313

http://gcc.gnu.org/ml/gcc-cvs/2008-03/msg00531.html

is the cause.


-- 


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (4 preceding siblings ...)
  2008-03-19 13:23 ` hjl dot tools at gmail dot com
@ 2008-03-19 22:58 ` danglin at gcc dot gnu dot org
  2008-03-19 23:07 ` hubicka at ucw dot cz
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-03-19 22:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from danglin at gcc dot gnu dot org  2008-03-19 22:58 -------
Also seen on hppa.


-- 

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=35629


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (5 preceding siblings ...)
  2008-03-19 22:58 ` danglin at gcc dot gnu dot org
@ 2008-03-19 23:07 ` hubicka at ucw dot cz
  2008-04-10  0:04 ` hp at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hubicka at ucw dot cz @ 2008-03-19 23:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from hubicka at ucw dot cz  2008-03-19 23:06 -------
Subject: Re:  [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times
profile fails

This seems to affect about every target, but it is essentially harmless.
I am discussing with Zdenek the proper fix.

Honza


-- 


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (6 preceding siblings ...)
  2008-03-19 23:07 ` hubicka at ucw dot cz
@ 2008-04-10  0:04 ` hp at gcc dot gnu dot org
  2008-04-16  2:45 ` hp at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-04-10  0:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hp at gcc dot gnu dot org  2008-04-10 00:03 -------
(In reply to comment #6)
> I am discussing with Zdenek the proper fix.

Any conclusion in sight?  If not, I'll xfail this as per protocol.


-- 


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (7 preceding siblings ...)
  2008-04-10  0:04 ` hp at gcc dot gnu dot org
@ 2008-04-16  2:45 ` hp at gcc dot gnu dot org
  2008-04-20 20:39 ` rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-04-16  2:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from hp at gcc dot gnu dot org  2008-04-16 02:44 -------
Subject: Bug 35629

Author: hp
Date: Wed Apr 16 02:44:01 2008
New Revision: 134339

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134339
Log:
        PR tree-optimization/35629
        * gcc.dg/tree-ssa/loop-25.c: Xfail all but the first
        scan-tree-dump-times.

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


-- 


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (8 preceding siblings ...)
  2008-04-16  2:45 ` hp at gcc dot gnu dot org
@ 2008-04-20 20:39 ` rguenth at gcc dot gnu dot org
  2008-12-04 12:37 ` jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-04-20 20:39 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (9 preceding siblings ...)
  2008-04-20 20:39 ` rguenth at gcc dot gnu dot org
@ 2008-12-04 12:37 ` jakub at gcc dot gnu dot org
  2009-01-30  8:01 ` hubicka at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-04 12:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jakub at gcc dot gnu dot org  2008-12-04 12:35 -------
Honza, any news on this?  If it is really harmless, maybe we should just make
it P4, not P2.


-- 


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


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

* [Bug tree-optimization/35629] [4.4 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (10 preceding siblings ...)
  2008-12-04 12:37 ` jakub at gcc dot gnu dot org
@ 2009-01-30  8:01 ` hubicka at gcc dot gnu dot org
  2009-04-21 16:02 ` [Bug tree-optimization/35629] [4.4/4.5 " jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2009-01-30  8:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from hubicka at gcc dot gnu dot org  2009-01-30 08:00 -------
Yes, it is harmless, so P4 should be better match.  The test is checking that
loop disambugiation is done one way not the other way while both are correct
choices.

Honza


-- 

hubicka at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4


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


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

* [Bug tree-optimization/35629] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (11 preceding siblings ...)
  2009-01-30  8:01 ` hubicka at gcc dot gnu dot org
@ 2009-04-21 16:02 ` jakub at gcc dot gnu dot org
  2009-07-22 10:33 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-04-21 16:02 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=35629


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

* [Bug tree-optimization/35629] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (12 preceding siblings ...)
  2009-04-21 16:02 ` [Bug tree-optimization/35629] [4.4/4.5 " jakub at gcc dot gnu dot org
@ 2009-07-22 10:33 ` jakub at gcc dot gnu dot org
  2009-10-15 12:54 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-07-22 10:33 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=35629


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

* [Bug tree-optimization/35629] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (13 preceding siblings ...)
  2009-07-22 10:33 ` jakub at gcc dot gnu dot org
@ 2009-10-15 12:54 ` jakub at gcc dot gnu dot org
  2010-01-21 13:18 ` jakub at gcc dot gnu dot org
  2010-04-30  8:59 ` [Bug tree-optimization/35629] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-15 12:54 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/35629] [4.4/4.5 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (14 preceding siblings ...)
  2009-10-15 12:54 ` jakub at gcc dot gnu dot org
@ 2010-01-21 13:18 ` jakub at gcc dot gnu dot org
  2010-04-30  8:59 ` [Bug tree-optimization/35629] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-01-21 13:18 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.3                       |4.4.4


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


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

* [Bug tree-optimization/35629] [4.4/4.5/4.6 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
  2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
                   ` (15 preceding siblings ...)
  2010-01-21 13:18 ` jakub at gcc dot gnu dot org
@ 2010-04-30  8:59 ` jakub at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-30  8:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.4                       |4.4.5


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


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

end of thread, other threads:[~2010-04-30  8:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-18 21:03 [Bug c++/35629] New: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jrp at dial dot pipex dot com
2008-03-18 21:33 ` [Bug tree-optimization/35629] " rguenth at gcc dot gnu dot org
2008-03-18 21:33 ` [Bug tree-optimization/35629] [4.4 Regression] " rguenth at gcc dot gnu dot org
2008-03-19  3:07 ` hp at gcc dot gnu dot org
2008-03-19  6:59 ` ubizjak at gmail dot com
2008-03-19 13:23 ` hjl dot tools at gmail dot com
2008-03-19 22:58 ` danglin at gcc dot gnu dot org
2008-03-19 23:07 ` hubicka at ucw dot cz
2008-04-10  0:04 ` hp at gcc dot gnu dot org
2008-04-16  2:45 ` hp at gcc dot gnu dot org
2008-04-20 20:39 ` rguenth at gcc dot gnu dot org
2008-12-04 12:37 ` jakub at gcc dot gnu dot org
2009-01-30  8:01 ` hubicka at gcc dot gnu dot org
2009-04-21 16:02 ` [Bug tree-optimization/35629] [4.4/4.5 " jakub at gcc dot gnu dot org
2009-07-22 10:33 ` jakub at gcc dot gnu dot org
2009-10-15 12:54 ` jakub at gcc dot gnu dot org
2010-01-21 13:18 ` jakub at gcc dot gnu dot org
2010-04-30  8:59 ` [Bug tree-optimization/35629] [4.4/4.5/4.6 " jakub 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).