public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-01 18:05 ` msebor at gcc dot gnu.org
  2020-05-01 19:10 ` msebor at gcc dot gnu.org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-05-01 18:05 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 87719 Summary: missing warning on printf %s and unterminated array
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87719

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
  2020-05-01 18:05 ` [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow msebor at gcc dot gnu.org
@ 2020-05-01 19:10 ` msebor at gcc dot gnu.org
  2020-12-01 20:58 ` msebor at gcc dot gnu.org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-05-01 19:10 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 83278 Summary: missing -Wformat-overflow for an inlined __builtin___sprintf_chk with a local buffer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83278

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
  2020-05-01 18:05 ` [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow msebor at gcc dot gnu.org
  2020-05-01 19:10 ` msebor at gcc dot gnu.org
@ 2020-12-01 20:58 ` msebor at gcc dot gnu.org
  2021-05-05 17:09 ` msebor at gcc dot gnu.org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-12-01 20:58 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 97373 Summary: missing warning on sprintf into allocated destination
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97373

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-12-01 20:58 ` msebor at gcc dot gnu.org
@ 2021-05-05 17:09 ` msebor at gcc dot gnu.org
  2022-01-04 21:31 ` msebor at gcc dot gnu.org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-05-05 17:09 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 100325 Summary: missing warning with -O0 on sprintf overflow with pointer plus offset
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100325

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-05-05 17:09 ` msebor at gcc dot gnu.org
@ 2022-01-04 21:31 ` msebor at gcc dot gnu.org
  2022-01-14 16:20 ` msebor at gcc dot gnu.org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: msebor at gcc dot gnu.org @ 2022-01-04 21:31 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 92943 Summary: missing -Wformat-overflow with an allocated buffer with non-constant size in known range
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92943

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-01-04 21:31 ` msebor at gcc dot gnu.org
@ 2022-01-14 16:20 ` msebor at gcc dot gnu.org
  2022-02-03 20:37 ` msebor at gcc dot gnu.org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: msebor at gcc dot gnu.org @ 2022-01-14 16:20 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 104012 Summary: [12 regression] -Wformat-truncation warnings not taking previous length check into account
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104012

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-01-14 16:20 ` msebor at gcc dot gnu.org
@ 2022-02-03 20:37 ` msebor at gcc dot gnu.org
  2022-03-17 20:19 ` msebor at gcc dot gnu.org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: msebor at gcc dot gnu.org @ 2022-02-03 20:37 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 104119 Summary: [12 Regression] unexpected -Wformat-overflow after strlen in ILP32 since Ranger integration
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104119

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2022-02-03 20:37 ` msebor at gcc dot gnu.org
@ 2022-03-17 20:19 ` msebor at gcc dot gnu.org
  2022-12-14  2:28 ` pinskia at gcc dot gnu.org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: msebor at gcc dot gnu.org @ 2022-03-17 20:19 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 77721 Summary: -Wformat-truncation not uses arg range for converted vars
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2022-03-17 20:19 ` msebor at gcc dot gnu.org
@ 2022-12-14  2:28 ` pinskia at gcc dot gnu.org
  2023-01-24 21:16 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-12-14  2:28 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 108091 Summary: '-Wformat-overflow' determines incorrect size when printing strings from an array of structs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108091

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2022-12-14  2:28 ` pinskia at gcc dot gnu.org
@ 2023-01-24 21:16 ` pinskia at gcc dot gnu.org
  2023-06-21  4:28 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-01-24 21:16 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 108518 Summary: Format-overflow warning using `*.s` directive with null but zero-length string
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108518

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2023-01-24 21:16 ` pinskia at gcc dot gnu.org
@ 2023-06-21  4:28 ` pinskia at gcc dot gnu.org
  2023-06-21  4:33 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-21  4:28 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 80776 Summary: -Wformat-overflow false positive for %d on integer bounded by __builtin_unreachable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80776

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2023-06-21  4:28 ` pinskia at gcc dot gnu.org
@ 2023-06-21  4:33 ` pinskia at gcc dot gnu.org
  2023-06-21  4:45 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-21  4:33 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 94021 Summary: -Wformat-truncation false positive due to excessive integer range
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94021

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2023-06-21  4:33 ` pinskia at gcc dot gnu.org
@ 2023-06-21  4:45 ` pinskia at gcc dot gnu.org
  2023-07-07  9:21 ` rguenth at gcc dot gnu.org
  2023-10-25  3:35 ` pinskia at gcc dot gnu.org
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-21  4:45 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 83733 Summary: -Wformat-overflow false positive for %d on bounded integer when inlining
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83733

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2023-06-21  4:45 ` pinskia at gcc dot gnu.org
@ 2023-07-07  9:21 ` rguenth at gcc dot gnu.org
  2023-10-25  3:35 ` pinskia at gcc dot gnu.org
  14 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07  9:21 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 98444 Summary: [10 Regression] compile error with -ftracer and -Werror=format-overflow
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98444

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

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

* [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
       [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2023-07-07  9:21 ` rguenth at gcc dot gnu.org
@ 2023-10-25  3:35 ` pinskia at gcc dot gnu.org
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-10-25  3:35 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 80776 Summary: -Wformat-overflow false positive for %d on integer bounded by __builtin_unreachable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80776

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

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

end of thread, other threads:[~2023-10-25  3:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-85741-4@http.gcc.gnu.org/bugzilla/>
2020-05-01 18:05 ` [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow msebor at gcc dot gnu.org
2020-05-01 19:10 ` msebor at gcc dot gnu.org
2020-12-01 20:58 ` msebor at gcc dot gnu.org
2021-05-05 17:09 ` msebor at gcc dot gnu.org
2022-01-04 21:31 ` msebor at gcc dot gnu.org
2022-01-14 16:20 ` msebor at gcc dot gnu.org
2022-02-03 20:37 ` msebor at gcc dot gnu.org
2022-03-17 20:19 ` msebor at gcc dot gnu.org
2022-12-14  2:28 ` pinskia at gcc dot gnu.org
2023-01-24 21:16 ` pinskia at gcc dot gnu.org
2023-06-21  4:28 ` pinskia at gcc dot gnu.org
2023-06-21  4:33 ` pinskia at gcc dot gnu.org
2023-06-21  4:45 ` pinskia at gcc dot gnu.org
2023-07-07  9:21 ` rguenth at gcc dot gnu.org
2023-10-25  3:35 ` pinskia 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).