public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/101604] New: [meta-bug] bogus/missing -Wvla-parameter
@ 2021-07-23 19:19 msebor at gcc dot gnu.org
  2021-07-23 19:20 ` [Bug c/101604] " msebor at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-07-23 19:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101604

            Bug ID: 101604
           Summary: [meta-bug] bogus/missing -Wvla-parameter
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

This is a meta-bug for false positives and negatives in and enhancements for
-Wvla-parameter, new in GCC 11.

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

* [Bug c/101604] [meta-bug] bogus/missing -Wvla-parameter
  2021-07-23 19:19 [Bug c/101604] New: [meta-bug] bogus/missing -Wvla-parameter msebor at gcc dot gnu.org
@ 2021-07-23 19:20 ` msebor at gcc dot gnu.org
  2021-12-16 22:48 ` msebor at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-07-23 19:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101604

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-07-23
           Keywords|                            |diagnostic, meta-bug
              Alias|                            |Wvla-parameter

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

* [Bug c/101604] [meta-bug] bogus/missing -Wvla-parameter
  2021-07-23 19:19 [Bug c/101604] New: [meta-bug] bogus/missing -Wvla-parameter msebor at gcc dot gnu.org
  2021-07-23 19:20 ` [Bug c/101604] " msebor at gcc dot gnu.org
@ 2021-12-16 22:48 ` msebor at gcc dot gnu.org
  2022-03-17 19:45 ` msebor at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-12-16 22:48 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 101289 Summary: [11 Regression] bogus -Wvla-paramater warning when using const for vla param
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101289

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

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

* [Bug c/101604] [meta-bug] bogus/missing -Wvla-parameter
  2021-07-23 19:19 [Bug c/101604] New: [meta-bug] bogus/missing -Wvla-parameter msebor at gcc dot gnu.org
  2021-07-23 19:20 ` [Bug c/101604] " msebor at gcc dot gnu.org
  2021-12-16 22:48 ` msebor at gcc dot gnu.org
@ 2022-03-17 19:45 ` msebor at gcc dot gnu.org
  2022-04-07 10:40 ` rguenth at gcc dot gnu.org
  2023-11-03 19:23 ` uecker at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: msebor at gcc dot gnu.org @ 2022-03-17 19:45 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 97548 Summary: [11 Regression] bogus -Wvla-parameter on a bound expression involving a parameter
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97548

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

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

* [Bug c/101604] [meta-bug] bogus/missing -Wvla-parameter
  2021-07-23 19:19 [Bug c/101604] New: [meta-bug] bogus/missing -Wvla-parameter msebor at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-03-17 19:45 ` msebor at gcc dot gnu.org
@ 2022-04-07 10:40 ` rguenth at gcc dot gnu.org
  2023-11-03 19:23 ` uecker at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-07 10:40 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 101585 Summary: [11 Regression] Bad interaction of -fsanitize=undefined and -Wvla-parameters
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101585

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

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

* [Bug c/101604] [meta-bug] bogus/missing -Wvla-parameter
  2021-07-23 19:19 [Bug c/101604] New: [meta-bug] bogus/missing -Wvla-parameter msebor at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-04-07 10:40 ` rguenth at gcc dot gnu.org
@ 2023-11-03 19:23 ` uecker at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: uecker at gcc dot gnu.org @ 2023-11-03 19:23 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 98536 Summary: warning  with  -Wvla-parameter for unspecified bound getting specified later
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98536

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

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

end of thread, other threads:[~2023-11-03 19:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 19:19 [Bug c/101604] New: [meta-bug] bogus/missing -Wvla-parameter msebor at gcc dot gnu.org
2021-07-23 19:20 ` [Bug c/101604] " msebor at gcc dot gnu.org
2021-12-16 22:48 ` msebor at gcc dot gnu.org
2022-03-17 19:45 ` msebor at gcc dot gnu.org
2022-04-07 10:40 ` rguenth at gcc dot gnu.org
2023-11-03 19:23 ` uecker 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).