public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations
       [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
@ 2020-04-22 21:52 ` msebor at gcc dot gnu.org
  2020-04-28 16:58 ` msebor at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-04-22 21:52 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 85484 Summary: missing -Wstringop-overflow for strcpy with a string of non-const length
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85484

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

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

* [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations
       [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
  2020-04-22 21:52 ` [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations msebor at gcc dot gnu.org
@ 2020-04-28 16:58 ` msebor at gcc dot gnu.org
  2020-11-17  2:50 ` msebor at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-04-28 16:58 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 94815 Summary: Abusive -Wrestrict warning with sprintf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94815

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations
       [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
  2020-04-22 21:52 ` [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations msebor at gcc dot gnu.org
  2020-04-28 16:58 ` msebor at gcc dot gnu.org
@ 2020-11-17  2:50 ` msebor at gcc dot gnu.org
  2021-05-04  0:16 ` msebor at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-11-17  2:50 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 95673 Summary: missing -Wstring-compare for an impossible strncmp test
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95673

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

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

* [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations
       [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-11-17  2:50 ` msebor at gcc dot gnu.org
@ 2021-05-04  0:16 ` msebor at gcc dot gnu.org
  2021-09-05  6:41 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-05-04  0:16 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 91914 Summary: [9 Regression] Invalid strlen optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91914

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

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

* [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations
       [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-05-04  0:16 ` msebor at gcc dot gnu.org
@ 2021-09-05  6:41 ` pinskia at gcc dot gnu.org
  2022-05-15 22:06 ` roger at nextmovesoftware dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-05  6:41 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 86708 Summary: strlen of an empty aggregate element or member string not folded
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86708

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

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

* [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations
       [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-09-05  6:41 ` pinskia at gcc dot gnu.org
@ 2022-05-15 22:06 ` roger at nextmovesoftware dot com
  2022-05-27  8:37 ` rguenth at gcc dot gnu.org
  2023-07-07  9:06 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: roger at nextmovesoftware dot com @ 2022-05-15 22:06 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 83907 Summary: missing strlen optimization for non-zero memset followed by a nul byte store
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83907

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

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

* [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations
       [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-05-15 22:06 ` roger at nextmovesoftware dot com
@ 2022-05-27  8:37 ` rguenth at gcc dot gnu.org
  2023-07-07  9:06 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  8:37 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 91490 Summary: [9 Regression] bogus argument missing terminating nul warning on strlen of a flexible array member
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91490

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

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

* [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations
       [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2022-05-27  8:37 ` rguenth at gcc dot gnu.org
@ 2023-07-07  9:06 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 97260 Summary: [10 regression] memcmp of constant string and local constant array not folded
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97260

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

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

end of thread, other threads:[~2023-07-07  9:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-83819-4@http.gcc.gnu.org/bugzilla/>
2020-04-22 21:52 ` [Bug tree-optimization/83819] [meta-bug] missing strlen optimizations msebor at gcc dot gnu.org
2020-04-28 16:58 ` msebor at gcc dot gnu.org
2020-11-17  2:50 ` msebor at gcc dot gnu.org
2021-05-04  0:16 ` msebor at gcc dot gnu.org
2021-09-05  6:41 ` pinskia at gcc dot gnu.org
2022-05-15 22:06 ` roger at nextmovesoftware dot com
2022-05-27  8:37 ` rguenth at gcc dot gnu.org
2023-07-07  9:06 ` 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).