public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/49498] New: [4.7 Regression]: gcc.dg/uninit-pred-8_b.c bogus warning line 20
@ 2011-06-22  0:03 hp at gcc dot gnu.org
  2011-06-22  3:08 ` [Bug regression/49498] " hp at gcc dot gnu.org
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: hp at gcc dot gnu.org @ 2011-06-22  0:03 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression]: gcc.dg/uninit-pred-8_b.c bogus
                    warning line 20
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hp@gcc.gnu.org
                CC: law@gcc.gnu.org, jamborm@gcc.gnu.org


With revision 175107 this test passed.
>From revision 175123 and on, this test has failed as follows:

Running /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/dg.exp ...
...
FAIL: gcc.dg/uninit-pred-8_b.c bogus warning (test for bogus messages, line 20)

With the message in the gcc.log being:

Executing on host: /tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/xgcc
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c  
-Wuninitialized -O2 -S   -isystem
/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/targ-include -isystem
/tmp/hpautotest-gcc1/gcc/newlib/libc/include  -o uninit-pred-8_b.s    (timeout
= 300)
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c: In function
'foo':

/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c:20:11: warning:
'v' may be used uninitialized in this function [-Wmaybe-uninitialized]

/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c: In function
'foo_2':

/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c:42:11: warning:
'v' may be used uninitialized in this function [-Wmaybe-uninitialized]

output is:
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c: In function
'foo':

/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c:20:11: warning:
'v' may be used uninitialized in this function [-Wmaybe-uninitialized]

/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c: In function
'foo_2':

/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/uninit-pred-8_b.c:42:11: warning:
'v' may be used uninitialized in this function [-Wmaybe-uninitialized]


FAIL: gcc.dg/uninit-pred-8_b.c bogus warning (test for bogus messages, line 20)
PASS: gcc.dg/uninit-pred-8_b.c bogus warning (test for bogus messages, line 23)
PASS: gcc.dg/uninit-pred-8_b.c bogus warning (test for bogus messages, line 39)
PASS: gcc.dg/uninit-pred-8_b.c warning (test for warnings, line 42)
PASS: gcc.dg/uninit-pred-8_b.c (test for excess errors)

Authors of patches in suspect revision range CC:ed.

I see this for multiple targets on reports to gcc-testresults@ (mmix, mips,
avr, m32c), but oddly not for some of the main targets (x86_64, i686, arm).

I'm guessing that this isn't jamborm's commit r175111 but will triage and
update.


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

end of thread, other threads:[~2015-06-26 20:30 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-22  0:03 [Bug regression/49498] New: [4.7 Regression]: gcc.dg/uninit-pred-8_b.c bogus warning line 20 hp at gcc dot gnu.org
2011-06-22  3:08 ` [Bug regression/49498] " hp at gcc dot gnu.org
2011-06-22  9:16 ` rguenth at gcc dot gnu.org
2011-06-22 17:28 ` law at redhat dot com
2011-06-30 19:43 ` law at redhat dot com
2011-06-30 20:38 ` xinliangli at gmail dot com
2011-07-05 16:05 ` law at redhat dot com
2011-07-05 16:07 ` law at redhat dot com
2011-07-05 22:53 ` xinliangli at gmail dot com
2011-07-07 16:23 ` law at redhat dot com
2011-07-07 19:32 ` xinliangli at gmail dot com
2011-07-07 21:27 ` law at redhat dot com
2011-07-07 21:52 ` hp at gcc dot gnu.org
2011-07-11 15:29 ` law at redhat dot com
2011-10-15 17:11 ` ktietz at gcc dot gnu.org
2012-03-22  8:49 ` [Bug tree-optimization/49498] [4.7/4.8 " rguenth at gcc dot gnu.org
2012-06-14  8:25 ` rguenth at gcc dot gnu.org
2012-09-20 10:28 ` jakub at gcc dot gnu.org
2012-11-20  7:09 ` amker.cheng at gmail dot com
2012-11-21 13:08 ` pinskia at gcc dot gnu.org
2012-11-21 13:24 ` amker.cheng at gmail dot com
2013-04-11  7:59 ` [Bug tree-optimization/49498] [4.7/4.8/4.9 " rguenth at gcc dot gnu.org
2014-06-12 13:47 ` [Bug tree-optimization/49498] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:32 ` [Bug tree-optimization/49498] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:24 ` [Bug tree-optimization/49498] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:00 ` [Bug tree-optimization/49498] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:30 ` jakub 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).