public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/42863] [4.5/4.6 Regression] with auto increments
       [not found] <bug-42863-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-16 13:12 ` rguenth at gcc dot gnu.org
  2011-04-28 15:06 ` [Bug rtl-optimization/42863] [4.5/4.6/4.7 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-12-16 13:12 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.2                       |4.5.3

--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-12-16 13:02:44 UTC ---
GCC 4.5.2 is being released, adjusting target milestone.


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

* [Bug rtl-optimization/42863] [4.5/4.6/4.7 Regression] with auto increments
       [not found] <bug-42863-4@http.gcc.gnu.org/bugzilla/>
  2010-12-16 13:12 ` [Bug rtl-optimization/42863] [4.5/4.6 Regression] with auto increments rguenth at gcc dot gnu.org
@ 2011-04-28 15:06 ` rguenth at gcc dot gnu.org
  2012-07-02 12:41 ` [Bug rtl-optimization/42863] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-28 15:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-28 14:50:56 UTC ---
GCC 4.5.3 is being released, adjusting target milestone.


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

* [Bug rtl-optimization/42863] [4.6/4.7/4.8 Regression] with auto increments
       [not found] <bug-42863-4@http.gcc.gnu.org/bugzilla/>
  2010-12-16 13:12 ` [Bug rtl-optimization/42863] [4.5/4.6 Regression] with auto increments rguenth at gcc dot gnu.org
  2011-04-28 15:06 ` [Bug rtl-optimization/42863] [4.5/4.6/4.7 " rguenth at gcc dot gnu.org
@ 2012-07-02 12:41 ` rguenth at gcc dot gnu.org
  2013-04-12 15:17 ` [Bug rtl-optimization/42863] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
  2014-02-10 23:15 ` law at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 12:41 UTC (permalink / raw)
  To: gcc-bugs

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

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] 5+ messages in thread

* [Bug rtl-optimization/42863] [4.7/4.8/4.9 Regression] with auto increments
       [not found] <bug-42863-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2012-07-02 12:41 ` [Bug rtl-optimization/42863] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2013-04-12 15:17 ` jakub at gcc dot gnu.org
  2014-02-10 23:15 ` law at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 15:17 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

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


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

* [Bug rtl-optimization/42863] [4.7/4.8/4.9 Regression] with auto increments
       [not found] <bug-42863-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-04-12 15:17 ` [Bug rtl-optimization/42863] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2014-02-10 23:15 ` law at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: law at redhat dot com @ 2014-02-10 23:15 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |law at redhat dot com
         Resolution|---                         |FIXED

--- Comment #9 from Jeffrey A. Law <law at redhat dot com> ---
AFAICT the current trunk generates code that is as good as or better than
gcc-4.4.

The redundant moves/tests are gone.  And the load of "dst" out of the stack is
deferred until we know we need it.   There's a tiny bit of register shuffling
in one arm of a conditional, but it's offset by avoid it in another
conditional.

Overall, the trunk code is IMHO as good as or better than gcc-4.4. 

There are no plans to identify what changes caused the improved code
generation.  Obviously with no plans to identify the changes, there are no
plans to backport the changes to older release branches.


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

end of thread, other threads:[~2014-02-10 23:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-42863-4@http.gcc.gnu.org/bugzilla/>
2010-12-16 13:12 ` [Bug rtl-optimization/42863] [4.5/4.6 Regression] with auto increments rguenth at gcc dot gnu.org
2011-04-28 15:06 ` [Bug rtl-optimization/42863] [4.5/4.6/4.7 " rguenth at gcc dot gnu.org
2012-07-02 12:41 ` [Bug rtl-optimization/42863] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2013-04-12 15:17 ` [Bug rtl-optimization/42863] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-02-10 23:15 ` law at redhat 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).