public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/37182] [4.4 Regression] Revision 139286 caused gcc.dg/pr17506.c and gcc.dg/uninit-15.c
       [not found] <bug-37182-4@http.gcc.gnu.org/bugzilla/>
@ 2021-09-02 15:21 ` cvs-commit at gcc dot gnu.org
  0 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-09-02 15:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 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:9695e1c23be5b5c55d572ced152897313ddb96ae

commit r12-3315-g9695e1c23be5b5c55d572ced152897313ddb96ae
Author: Martin Sebor <msebor@redhat.com>
Date:   Thu Sep 2 09:20:09 2021 -0600

    Improve -Wuninitialized note location.

    Related:
    PR tree-optimization/17506 - warning about uninitialized variable points to
wrong location
    PR testsuite/37182 - Revision 139286 caused gcc.dg/pr17506.c and
gcc.dg/uninit-15.c

    gcc/ChangeLog:

            PR tree-optimization/17506
            PR testsuite/37182
            * tree-ssa-uninit.c (warn_uninit): Remove conditional guarding
note.

    gcc/testsuite/ChangeLog:

            PR tree-optimization/17506
            PR testsuite/37182
            * gcc.dg/diagnostic-tree-expr-ranges-2.c: Add expected output.
            * gcc.dg/uninit-15-O0.c: Remove xfail.
            * gcc.dg/uninit-15.c: Same.

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

* [Bug testsuite/37182] [4.4 Regression] Revision 139286 caused gcc.dg/pr17506.c and gcc.dg/uninit-15.c
  2008-08-20 23:17 [Bug middle-end/37182] New: [4.4 Regression] " hjl dot tools at gmail dot com
  2008-08-21  9:47 ` [Bug testsuite/37182] [4.4 Regression] Revision 139286 caused " rguenth at gcc dot gnu dot org
  2008-08-21 11:24 ` rguenth at gcc dot gnu dot org
@ 2008-08-21 11:25 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-08-21 11:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-08-21 11:24 -------
Subject: Bug 37182

Author: rguenth
Date: Thu Aug 21 11:22:52 2008
New Revision: 139374

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139374
Log:
2008-08-21  Richard Guenther  <rguenther@suse.de>

        PR testsuite/37182
        * gcc.dg/pr17506.c: Remove duplicate testcase.
        * gcc.dg/uninit-15.c: Adjust to allow for both correct
        behaviors, one xfailed.

Removed:
    trunk/gcc/testsuite/gcc.dg/pr17506.c
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/uninit-15.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37182


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

* [Bug testsuite/37182] [4.4 Regression] Revision 139286 caused gcc.dg/pr17506.c and gcc.dg/uninit-15.c
  2008-08-20 23:17 [Bug middle-end/37182] New: [4.4 Regression] " hjl dot tools at gmail dot com
  2008-08-21  9:47 ` [Bug testsuite/37182] [4.4 Regression] Revision 139286 caused " rguenth at gcc dot gnu dot org
@ 2008-08-21 11:24 ` rguenth at gcc dot gnu dot org
  2008-08-21 11:25 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-08-21 11:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-08-21 11:23 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37182


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

* [Bug testsuite/37182] [4.4 Regression] Revision 139286 caused gcc.dg/pr17506.c and gcc.dg/uninit-15.c
  2008-08-20 23:17 [Bug middle-end/37182] New: [4.4 Regression] " hjl dot tools at gmail dot com
@ 2008-08-21  9:47 ` rguenth at gcc dot gnu dot org
  2008-08-21 11:24 ` rguenth at gcc dot gnu dot org
  2008-08-21 11:25 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-08-21  9:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-08-21 09:46 -------
It's a pure testsuite problem.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |testsuite
           Keywords|                            |diagnostic


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37182


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

end of thread, other threads:[~2021-09-02 15:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-37182-4@http.gcc.gnu.org/bugzilla/>
2021-09-02 15:21 ` [Bug testsuite/37182] [4.4 Regression] Revision 139286 caused gcc.dg/pr17506.c and gcc.dg/uninit-15.c cvs-commit at gcc dot gnu.org
2008-08-20 23:17 [Bug middle-end/37182] New: [4.4 Regression] " hjl dot tools at gmail dot com
2008-08-21  9:47 ` [Bug testsuite/37182] [4.4 Regression] Revision 139286 caused " rguenth at gcc dot gnu dot org
2008-08-21 11:24 ` rguenth at gcc dot gnu dot org
2008-08-21 11:25 ` rguenth at gcc dot gnu dot 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).