public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/16996] [meta-bug] code size improvements
       [not found] <bug-16996-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-15  6:57 ` rguenth at gcc dot gnu.org
  2021-08-21 21:55 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-15  6:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16996
Bug 16996 depends on bug 33315, which changed state.

Bug 33315 Summary: stores not commoned by sinking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33315

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug other/16996] [meta-bug] code size improvements
       [not found] <bug-16996-4@http.gcc.gnu.org/bugzilla/>
  2020-05-15  6:57 ` [Bug other/16996] [meta-bug] code size improvements rguenth at gcc dot gnu.org
@ 2021-08-21 21:55 ` pinskia at gcc dot gnu.org
  2022-04-26 19:19 ` roger at nextmovesoftware dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-21 21:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16996
Bug 16996 depends on bug 5738, which changed state.

Bug 5738 Summary: Missed code hoisting opportunity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=5738

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug other/16996] [meta-bug] code size improvements
       [not found] <bug-16996-4@http.gcc.gnu.org/bugzilla/>
  2020-05-15  6:57 ` [Bug other/16996] [meta-bug] code size improvements rguenth at gcc dot gnu.org
  2021-08-21 21:55 ` pinskia at gcc dot gnu.org
@ 2022-04-26 19:19 ` roger at nextmovesoftware dot com
  2023-06-21  3:54 ` pinskia at gcc dot gnu.org
  2024-01-04  1:06 ` guojiufu at gcc dot gnu.org
  4 siblings, 0 replies; 10+ messages in thread
From: roger at nextmovesoftware dot com @ 2022-04-26 19:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16996
Bug 16996 depends on bug 40361, which changed state.

Bug 40361 Summary: Conditional return not always profitable with -Os
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40361

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug other/16996] [meta-bug] code size improvements
       [not found] <bug-16996-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-04-26 19:19 ` roger at nextmovesoftware dot com
@ 2023-06-21  3:54 ` pinskia at gcc dot gnu.org
  2024-01-04  1:06 ` guojiufu at gcc dot gnu.org
  4 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-21  3:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16996
Bug 16996 depends on bug 11180, which changed state.

Bug 11180 Summary: [avr-gcc] Optimization decrease performance of struct assignment.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11180

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug other/16996] [meta-bug] code size improvements
       [not found] <bug-16996-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-06-21  3:54 ` pinskia at gcc dot gnu.org
@ 2024-01-04  1:06 ` guojiufu at gcc dot gnu.org
  4 siblings, 0 replies; 10+ messages in thread
From: guojiufu at gcc dot gnu.org @ 2024-01-04  1:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16996
Bug 16996 depends on bug 30271, which changed state.

Bug 30271 Summary: -mstrict-align can add an store extra for struct argument passing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30271

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug other/16996] [meta-bug] code size improvements
  2004-08-12  1:51 [Bug other/16996] New: " pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-01-21 17:13 ` mmitchel at gcc dot gnu dot org
@ 2005-09-20 21:59 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-20 21:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 16996 depends on bug 23898, which changed state.

Bug 23898 Summary: basic block reordering excessively increases code size; get_uncond_jump_length pessimistic
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23898

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/16996] [meta-bug] code size improvements
  2004-08-12  1:51 [Bug other/16996] New: " pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-01-17 15:25 ` pinskia at gcc dot gnu dot org
@ 2005-01-21 17:13 ` mmitchel at gcc dot gnu dot org
  2005-09-20 21:59 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-01-21 17:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 16996 depends on bug 15559, which changed state.

Bug 15559 Summary: [3.3/3.4/4.0 Regression] misses opportunity for hoisting an expression that would simplify control flow
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15559

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

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


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

* [Bug other/16996] [meta-bug] code size improvements
  2004-08-12  1:51 [Bug other/16996] New: " pinskia at gcc dot gnu dot org
  2004-08-12  1:51 ` [Bug other/16996] " pinskia at gcc dot gnu dot org
  2004-11-02  1:29 ` pinskia at gcc dot gnu dot org
@ 2005-01-17 15:25 ` pinskia at gcc dot gnu dot org
  2005-01-21 17:13 ` mmitchel at gcc dot gnu dot org
  2005-09-20 21:59 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-17 15:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 16996 depends on bug 14151, which changed state.

Bug 14151 Summary: [new-ra] new-ra get frame size incorrect
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14151

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |WONTFIX

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


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

* [Bug other/16996] [meta-bug] code size improvements
  2004-08-12  1:51 [Bug other/16996] New: " pinskia at gcc dot gnu dot org
  2004-08-12  1:51 ` [Bug other/16996] " pinskia at gcc dot gnu dot org
@ 2004-11-02  1:29 ` pinskia at gcc dot gnu dot org
  2005-01-17 15:25 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-02  1:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 16996 depends on bug 14859, which changed state.

Bug 14859 Summary: [tree-ssa] integrate identical cases of a switch statement.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14859

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/16996] [meta-bug] code size improvements
  2004-08-12  1:51 [Bug other/16996] New: " pinskia at gcc dot gnu dot org
@ 2004-08-12  1:51 ` pinskia at gcc dot gnu dot org
  2004-11-02  1:29 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-12  1:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-12 01:51:25
               date|                            |


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


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

end of thread, other threads:[~2024-01-04  1:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16996-4@http.gcc.gnu.org/bugzilla/>
2020-05-15  6:57 ` [Bug other/16996] [meta-bug] code size improvements rguenth at gcc dot gnu.org
2021-08-21 21:55 ` pinskia at gcc dot gnu.org
2022-04-26 19:19 ` roger at nextmovesoftware dot com
2023-06-21  3:54 ` pinskia at gcc dot gnu.org
2024-01-04  1:06 ` guojiufu at gcc dot gnu.org
2004-08-12  1:51 [Bug other/16996] New: " pinskia at gcc dot gnu dot org
2004-08-12  1:51 ` [Bug other/16996] " pinskia at gcc dot gnu dot org
2004-11-02  1:29 ` pinskia at gcc dot gnu dot org
2005-01-17 15:25 ` pinskia at gcc dot gnu dot org
2005-01-21 17:13 ` mmitchel at gcc dot gnu dot org
2005-09-20 21:59 ` pinskia 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).