public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/82738] [meta-bug] issues with the -Og optimization level
       [not found] <bug-82738-4@http.gcc.gnu.org/bugzilla/>
@ 2021-05-14 11:15 ` jakub at gcc dot gnu.org
  2021-05-14 11:36 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14 11:15 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 88730 Summary: [8 Regression] gcc generates wrong debug information at -Og
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88730

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

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

* [Bug debug/82738] [meta-bug] issues with the -Og optimization level
       [not found] <bug-82738-4@http.gcc.gnu.org/bugzilla/>
  2021-05-14 11:15 ` [Bug debug/82738] [meta-bug] issues with the -Og optimization level jakub at gcc dot gnu.org
@ 2021-05-14 11:36 ` jakub at gcc dot gnu.org
  2021-05-14 11:37 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14 11:36 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 89434 Summary: [8 Regression] wrong code with -Og and __builtin_mul_overflow()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89434

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

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

* [Bug debug/82738] [meta-bug] issues with the -Og optimization level
       [not found] <bug-82738-4@http.gcc.gnu.org/bugzilla/>
  2021-05-14 11:15 ` [Bug debug/82738] [meta-bug] issues with the -Og optimization level jakub at gcc dot gnu.org
  2021-05-14 11:36 ` jakub at gcc dot gnu.org
@ 2021-05-14 11:37 ` jakub at gcc dot gnu.org
  2022-01-26 17:52 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 89506 Summary: [8 Regression] ICE: in decompose, at rtl.h:2266 with -Og -g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89506

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

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

* [Bug debug/82738] [meta-bug] issues with the -Og optimization level
       [not found] <bug-82738-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-05-14 11:37 ` jakub at gcc dot gnu.org
@ 2022-01-26 17:52 ` pinskia at gcc dot gnu.org
  2022-08-31 11:04 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-26 17:52 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 101529 Summary: [11 Regression] wrong code with __builtin_convertvector() and __builtin_shufflevector() at -Og caused by r11-2192
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101529

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

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

* [Bug debug/82738] [meta-bug] issues with the -Og optimization level
       [not found] <bug-82738-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-01-26 17:52 ` pinskia at gcc dot gnu.org
@ 2022-08-31 11:04 ` rguenth at gcc dot gnu.org
  2022-10-14 10:48 ` rguenth at gcc dot gnu.org
  2023-09-12 10:50 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-08-31 11:04 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 65244 Summary: Bogus -Wmaybe-uninitialized warning with posix_memalign() and -Og
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65244

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

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

* [Bug debug/82738] [meta-bug] issues with the -Og optimization level
       [not found] <bug-82738-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-08-31 11:04 ` rguenth at gcc dot gnu.org
@ 2022-10-14 10:48 ` rguenth at gcc dot gnu.org
  2023-09-12 10:50 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-10-14 10:48 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 106331 Summary: [10 Regression] Whole array assignment of empty string segfaults with -Og since r12-2633-ge5e164effa30fd2b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106331

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

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

* [Bug debug/82738] [meta-bug] issues with the -Og optimization level
       [not found] <bug-82738-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-10-14 10:48 ` rguenth at gcc dot gnu.org
@ 2023-09-12 10:50 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-09-12 10:50 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 111278 Summary: error: call to ‘...’ declared with attribute error: code path is reachable with -Og, but not -O2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111278

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

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

end of thread, other threads:[~2023-09-12 10:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-82738-4@http.gcc.gnu.org/bugzilla/>
2021-05-14 11:15 ` [Bug debug/82738] [meta-bug] issues with the -Og optimization level jakub at gcc dot gnu.org
2021-05-14 11:36 ` jakub at gcc dot gnu.org
2021-05-14 11:37 ` jakub at gcc dot gnu.org
2022-01-26 17:52 ` pinskia at gcc dot gnu.org
2022-08-31 11:04 ` rguenth at gcc dot gnu.org
2022-10-14 10:48 ` rguenth at gcc dot gnu.org
2023-09-12 10:50 ` rguenth 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).