public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/94004] [8/9/10 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers
       [not found] <bug-94004-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-25 16:49 ` cvs-commit at gcc dot gnu.org
  2020-03-25 16:50 ` [Bug middle-end/94004] [8/9 " msebor at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-25 16:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Sebor <msebor@gcc.gnu.org>:

https://gcc.gnu.org/g:b5228b1bc8cb81be494f5b5faa68b6b859ce0227

commit r10-7381-gb5228b1bc8cb81be494f5b5faa68b6b859ce0227
Author: Martin Sebor <msebor@redhat.com>
Date:   Wed Mar 25 10:48:13 2020 -0600

    PR middle-end/94004 - missing -Walloca on calls to alloca due to
-Wno-system-headers

    gcc/testsuite/ChangeLog:

            PR middle-end/94004
            * gcc.dg/Walloca-larger-than-3.c: New test.
            * gcc.dg/Walloca-larger-than-3.h: New test header.
            * gcc.dg/Wvla-larger-than-4.c: New test.

    gcc/ChangeLog:

            PR middle-end/94004
            * gimple-ssa-warn-alloca.c (pass_walloca::execute): Issue warnings
            even for alloca calls resulting from system macro expansion.
            Include inlining context in all warnings.

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

* [Bug middle-end/94004] [8/9 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers
       [not found] <bug-94004-4@http.gcc.gnu.org/bugzilla/>
  2020-03-25 16:49 ` [Bug middle-end/94004] [8/9/10 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers cvs-commit at gcc dot gnu.org
@ 2020-03-25 16:50 ` msebor at gcc dot gnu.org
  2021-05-14  9:53 ` [Bug middle-end/94004] [9 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-03-25 16:50 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |10.0
            Summary|[8/9/10 Regression] missing |[8/9 Regression] missing
                   |-Walloca on calls to alloca |-Walloca on calls to alloca
                   |due to -Wno-system-headers  |due to -Wno-system-headers
      Known to fail|10.0                        |

--- Comment #8 from Martin Sebor <msebor at gcc dot gnu.org> ---
Fixed on trunk (GCC 10).

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

* [Bug middle-end/94004] [9 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers
       [not found] <bug-94004-4@http.gcc.gnu.org/bugzilla/>
  2020-03-25 16:49 ` [Bug middle-end/94004] [8/9/10 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers cvs-commit at gcc dot gnu.org
  2020-03-25 16:50 ` [Bug middle-end/94004] [8/9 " msebor at gcc dot gnu.org
@ 2021-05-14  9:53 ` jakub at gcc dot gnu.org
  2021-06-01  8:16 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:53 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug middle-end/94004] [9 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers
       [not found] <bug-94004-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-05-14  9:53 ` [Bug middle-end/94004] [9 " jakub at gcc dot gnu.org
@ 2021-06-01  8:16 ` rguenth at gcc dot gnu.org
  2022-01-26 17:22 ` msebor at gcc dot gnu.org
  2022-05-27  8:46 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug middle-end/94004] [9 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers
       [not found] <bug-94004-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-06-01  8:16 ` rguenth at gcc dot gnu.org
@ 2022-01-26 17:22 ` msebor at gcc dot gnu.org
  2022-05-27  8:46 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: msebor at gcc dot gnu.org @ 2022-01-26 17:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|msebor at gcc dot gnu.org          |unassigned at gcc dot gnu.org
             Status|ASSIGNED                    |NEW

--- Comment #11 from Martin Sebor <msebor at gcc dot gnu.org> ---
I'm not planning to backport it.

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

* [Bug middle-end/94004] [9 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers
       [not found] <bug-94004-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-01-26 17:22 ` msebor at gcc dot gnu.org
@ 2022-05-27  8:46 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  8:46 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|9.5                         |10.0

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed for GCC 10.

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

end of thread, other threads:[~2022-05-27  8:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-94004-4@http.gcc.gnu.org/bugzilla/>
2020-03-25 16:49 ` [Bug middle-end/94004] [8/9/10 Regression] missing -Walloca on calls to alloca due to -Wno-system-headers cvs-commit at gcc dot gnu.org
2020-03-25 16:50 ` [Bug middle-end/94004] [8/9 " msebor at gcc dot gnu.org
2021-05-14  9:53 ` [Bug middle-end/94004] [9 " jakub at gcc dot gnu.org
2021-06-01  8:16 ` rguenth at gcc dot gnu.org
2022-01-26 17:22 ` msebor at gcc dot gnu.org
2022-05-27  8:46 ` 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).