public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/36758] [4.3/4.4/4.5/4.6/4.7 Regression] addition moved out of the loop when used with an argument
       [not found] <bug-36758-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 13:25 ` rguenth at gcc dot gnu.org
  2012-01-13 11:22 ` [Bug rtl-optimization/36758] [4.4/4.5/4.6 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 13:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #24 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:13:00 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


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

* [Bug rtl-optimization/36758] [4.4/4.5/4.6 Regression] addition moved out of the loop when used with an argument
       [not found] <bug-36758-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 13:25 ` [Bug rtl-optimization/36758] [4.3/4.4/4.5/4.6/4.7 Regression] addition moved out of the loop when used with an argument rguenth at gcc dot gnu.org
@ 2012-01-13 11:22 ` rguenth at gcc dot gnu.org
  2012-03-13 13:30 ` [Bug rtl-optimization/36758] [4.5/4.6 " jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-13 11:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.7.0
            Summary|[4.4/4.5/4.6/4.7            |[4.4/4.5/4.6 Regression]
                   |Regression] addition moved  |addition moved out of the
                   |out of the loop when used   |loop when used with an
                   |with an argument            |argument
      Known to fail|                            |

--- Comment #25 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-13 10:56:46 UTC ---
I get, on trunk,

.L2:
        addi 3,1,8
        bl f0
        cmpwi 7,3,0
        bne+ 7,.L2

for ppc and

.L2:
        leaq    12(%rsp), %rdi
        call    f0
        testl   %eax, %eax
        jne     .L2

on x86_64.  Thus, fixed on trunk (at least).


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

* [Bug rtl-optimization/36758] [4.5/4.6 Regression] addition moved out of the loop when used with an argument
       [not found] <bug-36758-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 13:25 ` [Bug rtl-optimization/36758] [4.3/4.4/4.5/4.6/4.7 Regression] addition moved out of the loop when used with an argument rguenth at gcc dot gnu.org
  2012-01-13 11:22 ` [Bug rtl-optimization/36758] [4.4/4.5/4.6 " rguenth at gcc dot gnu.org
@ 2012-03-13 13:30 ` jakub at gcc dot gnu.org
  2012-07-02 11:45 ` rguenth at gcc dot gnu.org
  2013-04-12 16:18 ` [Bug rtl-optimization/36758] [4.6 " jakub at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 13:30 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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


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

* [Bug rtl-optimization/36758] [4.5/4.6 Regression] addition moved out of the loop when used with an argument
       [not found] <bug-36758-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-03-13 13:30 ` [Bug rtl-optimization/36758] [4.5/4.6 " jakub at gcc dot gnu.org
@ 2012-07-02 11:45 ` rguenth at gcc dot gnu.org
  2013-04-12 16:18 ` [Bug rtl-optimization/36758] [4.6 " jakub at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 11:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #27 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-02 11:44:51 UTC ---
The 4.5 branch is being closed, adjusting target milestone.


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

* [Bug rtl-optimization/36758] [4.6 Regression] addition moved out of the loop when used with an argument
       [not found] <bug-36758-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-07-02 11:45 ` rguenth at gcc dot gnu.org
@ 2013-04-12 16:18 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 16:18 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.6.4                       |4.7.0

--- Comment #28 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 16:17:49 UTC ---
The 4.6 branch has been closed, fixed in GCC 4.7.0.


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

end of thread, other threads:[~2013-04-12 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-36758-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 13:25 ` [Bug rtl-optimization/36758] [4.3/4.4/4.5/4.6/4.7 Regression] addition moved out of the loop when used with an argument rguenth at gcc dot gnu.org
2012-01-13 11:22 ` [Bug rtl-optimization/36758] [4.4/4.5/4.6 " rguenth at gcc dot gnu.org
2012-03-13 13:30 ` [Bug rtl-optimization/36758] [4.5/4.6 " jakub at gcc dot gnu.org
2012-07-02 11:45 ` rguenth at gcc dot gnu.org
2013-04-12 16:18 ` [Bug rtl-optimization/36758] [4.6 " 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).