public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/35629] [4.4/4.5/4.6 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-01 11:58 ` jakub at gcc dot gnu.org
  2011-04-16 10:45 ` [Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-10-01 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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


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

* [Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 11:58 ` [Bug tree-optimization/35629] [4.4/4.5/4.6 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jakub at gcc dot gnu.org
@ 2011-04-16 10:45 ` jakub at gcc dot gnu.org
  2011-12-03 19:19 ` pinskia at gcc dot gnu.org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16 10:45 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.6                       |4.4.7


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

* [Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 11:58 ` [Bug tree-optimization/35629] [4.4/4.5/4.6 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jakub at gcc dot gnu.org
  2011-04-16 10:45 ` [Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
@ 2011-12-03 19:19 ` pinskia at gcc dot gnu.org
  2011-12-03 19:19 ` pinskia at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-12-03 19:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-03 19:18:31 UTC ---
(In reply to comment #11)

Oh it fixes PR 50971 also which was my aim.


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

* [Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-12-03 19:19 ` pinskia at gcc dot gnu.org
@ 2011-12-03 19:19 ` pinskia at gcc dot gnu.org
  2012-01-21 10:37 ` pinskia at gcc dot gnu.org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-12-03 19:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-03 19:17:13 UTC ---
I have a couple of improvements for find_subloop_latch_edge_by_ivs which fixes
this testcase (though the dump output is slightly different but the number of
loops is correct and the subloops are done correctly).


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

* [Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-12-03 19:19 ` pinskia at gcc dot gnu.org
@ 2012-01-21 10:37 ` pinskia at gcc dot gnu.org
  2012-03-13 15:00 ` [Bug tree-optimization/35629] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-21 10:37 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |pinskia at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-21 09:37:37 UTC ---
I have a fix which I am testing.


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

* [Bug tree-optimization/35629] [4.5/4.6/4.7/4.8 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2012-01-21 10:37 ` pinskia at gcc dot gnu.org
@ 2012-03-13 15:00 ` jakub at gcc dot gnu.org
  2012-07-02 13:16 ` [Bug tree-optimization/35629] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 15:00 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:47:34 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug tree-optimization/35629] [4.6/4.7/4.8 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-03-13 15:00 ` [Bug tree-optimization/35629] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-07-02 13:16 ` rguenth at gcc dot gnu.org
  2013-04-12 15:18 ` [Bug tree-optimization/35629] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:16 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.4                       |4.6.4


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

* [Bug tree-optimization/35629] [4.7/4.8/4.9 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2012-07-02 13:16 ` [Bug tree-optimization/35629] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2013-04-12 15:18 ` jakub at gcc dot gnu.org
  2014-06-12 13:48 ` [Bug tree-optimization/35629] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 15:18 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.4                       |4.7.4

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 15:16:53 UTC ---
GCC 4.6.4 has been released and the branch has been closed.


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

* [Bug tree-optimization/35629] [4.7/4.8/4.9/4.10 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2013-04-12 15:18 ` [Bug tree-optimization/35629] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2014-06-12 13:48 ` rguenth at gcc dot gnu.org
  2014-12-19 13:32 ` [Bug tree-optimization/35629] [4.8/4.9/5 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12 13:48 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.4                       |4.8.4

--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
The 4.7 branch is being closed, moving target milestone to 4.8.4.


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

* [Bug tree-optimization/35629] [4.8/4.9/5 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2014-06-12 13:48 ` [Bug tree-optimization/35629] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
@ 2014-12-19 13:32 ` jakub at gcc dot gnu.org
  2015-06-23  8:26 ` [Bug tree-optimization/35629] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-12-19 13:32 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |4.8.5

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.4 has been released.


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

* [Bug tree-optimization/35629] [4.8/4.9/5/6 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2014-12-19 13:32 ` [Bug tree-optimization/35629] [4.8/4.9/5 " jakub at gcc dot gnu.org
@ 2015-06-23  8:26 ` rguenth at gcc dot gnu.org
  2015-06-26 20:00 ` [Bug tree-optimization/35629] [4.9/5/6 " jakub at gcc dot gnu.org
  2015-06-26 20:31 ` jakub at gcc dot gnu.org
  12 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-23  8:26 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.5                       |4.9.3

--- Comment #18 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gcc-4_8-branch is being closed, re-targeting regressions to 4.9.3.


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

* [Bug tree-optimization/35629] [4.9/5/6 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2015-06-23  8:26 ` [Bug tree-optimization/35629] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
@ 2015-06-26 20:00 ` jakub at gcc dot gnu.org
  2015-06-26 20:31 ` jakub at gcc dot gnu.org
  12 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


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

* [Bug tree-optimization/35629] [4.9/5/6 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails
       [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2015-06-26 20:00 ` [Bug tree-optimization/35629] [4.9/5/6 " jakub at gcc dot gnu.org
@ 2015-06-26 20:31 ` jakub at gcc dot gnu.org
  12 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:31 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


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

end of thread, other threads:[~2015-06-26 20:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-35629-4@http.gcc.gnu.org/bugzilla/>
2010-10-01 11:58 ` [Bug tree-optimization/35629] [4.4/4.5/4.6 Regression] gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile fails jakub at gcc dot gnu.org
2011-04-16 10:45 ` [Bug tree-optimization/35629] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
2011-12-03 19:19 ` pinskia at gcc dot gnu.org
2011-12-03 19:19 ` pinskia at gcc dot gnu.org
2012-01-21 10:37 ` pinskia at gcc dot gnu.org
2012-03-13 15:00 ` [Bug tree-optimization/35629] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 13:16 ` [Bug tree-optimization/35629] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2013-04-12 15:18 ` [Bug tree-optimization/35629] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-06-12 13:48 ` [Bug tree-optimization/35629] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:32 ` [Bug tree-optimization/35629] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:26 ` [Bug tree-optimization/35629] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:00 ` [Bug tree-optimization/35629] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:31 ` jakub 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).