public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/74762] [8/9/10/11 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)
       [not found] <bug-74762-4@http.gcc.gnu.org/bugzilla/>
@ 2021-04-16 19:44 ` msebor at gcc dot gnu.org
  2021-05-14  9:48 ` [Bug c++/74762] [9/10/11/12 " jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-04-16 19:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |10.2.0, 11.0, 7.3.0, 8.3.0,
                   |                            |9.2.0
   Last reconfirmed|2016-08-12 00:00:00         |2021-4-16

--- Comment #15 from Martin Sebor <msebor at gcc dot gnu.org> ---
No change in GCC 11.

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

* [Bug c++/74762] [9/10/11/12 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)
       [not found] <bug-74762-4@http.gcc.gnu.org/bugzilla/>
  2021-04-16 19:44 ` [Bug c++/74762] [8/9/10/11 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING) msebor at gcc dot gnu.org
@ 2021-05-14  9:48 ` jakub at gcc dot gnu.org
  2021-05-24 22:18 ` msebor 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  9:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug c++/74762] [9/10/11/12 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)
       [not found] <bug-74762-4@http.gcc.gnu.org/bugzilla/>
  2021-04-16 19:44 ` [Bug c++/74762] [8/9/10/11 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING) msebor at gcc dot gnu.org
  2021-05-14  9:48 ` [Bug c++/74762] [9/10/11/12 " jakub at gcc dot gnu.org
@ 2021-05-24 22:18 ` msebor at gcc dot gnu.org
  2021-06-01  8:08 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-05-24 22:18 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #17 from Martin Sebor <msebor at gcc dot gnu.org> ---
Patch: https://gcc.gnu.org/pipermail/gcc-patches/2021-May/571120.html

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

* [Bug c++/74762] [9/10/11/12 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)
       [not found] <bug-74762-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-05-24 22:18 ` msebor at gcc dot gnu.org
@ 2021-06-01  8:08 ` rguenth at gcc dot gnu.org
  2021-06-26 15:15 ` egallager at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #18 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] 7+ messages in thread

* [Bug c++/74762] [9/10/11/12 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)
       [not found] <bug-74762-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-06-01  8:08 ` rguenth at gcc dot gnu.org
@ 2021-06-26 15:15 ` egallager at gcc dot gnu.org
  2021-06-28 20:13 ` [Bug c++/74762] [9/10/11 " msebor at gcc dot gnu.org
  2021-06-28 21:20 ` cvs-commit at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-06-26 15:15 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #19 from Eric Gallager <egallager at gcc dot gnu.org> ---
does the TREE_NO_WARNING overhaul that Martin Sebor did affect this?

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

* [Bug c++/74762] [9/10/11 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)
       [not found] <bug-74762-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-06-26 15:15 ` egallager at gcc dot gnu.org
@ 2021-06-28 20:13 ` msebor at gcc dot gnu.org
  2021-06-28 21:20 ` cvs-commit at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-06-28 20:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
            Summary|[9/10/11/12 Regression]     |[9/10/11 Regression]
                   |missing uninitialized       |missing uninitialized
                   |warning (C++, parenthesized |warning (C++, parenthesized
                   |expr, TREE_NO_WARNING)      |expr, TREE_NO_WARNING)
      Known to fail|11.0                        |11.1.0
             Status|ASSIGNED                    |RESOLVED
   Target Milestone|9.5                         |12.0

--- Comment #20 from Martin Sebor <msebor at gcc dot gnu.org> ---
Yes, this was indeed resolved by r12-1804 and related.  One of the last patches
in the series (yet to be committed) adds a test for this to the test suite:
https://gcc.gnu.org/pipermail/gcc-patches/2021-June/571984.html

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

* [Bug c++/74762] [9/10/11 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING)
       [not found] <bug-74762-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-06-28 20:13 ` [Bug c++/74762] [9/10/11 " msebor at gcc dot gnu.org
@ 2021-06-28 21:20 ` cvs-commit at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-06-28 21:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #21 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:40c64c9ea565230817f08b5e66a30a1c94ec880c

commit r12-1861-g40c64c9ea565230817f08b5e66a30a1c94ec880c
Author: Martin Sebor <msebor@redhat.com>
Date:   Mon Jun 28 15:14:50 2021 -0600

    Regression tests for TREE_NO_WARNING enhancement to warning groups
[PR74765, PR74762].

    PR middle-end/74765 - missing uninitialized warning (parenthesis,
TREE_NO_WARNING abuse)
    PR middle-end/74762 - [9/10/11/12 Regression] missing uninitialized warning
(C++, parenthesized expr, TREE_NO_WARNING)

    gcc/testsuite/ChangeLog:

            * g++.dg/uninit-pr74762.C: New test.
            * g++.dg/warn/uninit-pr74765.C: Same.

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

end of thread, other threads:[~2021-06-28 21:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-74762-4@http.gcc.gnu.org/bugzilla/>
2021-04-16 19:44 ` [Bug c++/74762] [8/9/10/11 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING) msebor at gcc dot gnu.org
2021-05-14  9:48 ` [Bug c++/74762] [9/10/11/12 " jakub at gcc dot gnu.org
2021-05-24 22:18 ` msebor at gcc dot gnu.org
2021-06-01  8:08 ` rguenth at gcc dot gnu.org
2021-06-26 15:15 ` egallager at gcc dot gnu.org
2021-06-28 20:13 ` [Bug c++/74762] [9/10/11 " msebor at gcc dot gnu.org
2021-06-28 21:20 ` cvs-commit 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).