This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/45491] New: FAIL: gcc.c-torture/compile/pr45085.c


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/  
-
O0  -O2  -Wuninitialized -c  -o pr45085.o
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-
torture/compile/pr45085.c    (timeout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c: In function
'fn
9':
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t3' may be used uninitialized in this function [-Wuninitialized]
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t2' may be used uninitialized in this function [-Wuninitialized]
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t1' may be used uninitialized in this function [-Wuninitialized]
output is:
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c: In function
'fn
9':
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t3' may be used uninitialized in this function [-Wuninitialized]
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t2' may be used uninitialized in this function [-Wuninitialized]
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t1' may be used uninitialized in this function [-Wuninitialized]

FAIL: gcc.c-torture/compile/pr45085.c  -O0  (test for excess errors)
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t3' may be used uninitialized in this function [-Wuninitialized]
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t2' may be used uninitialized in this function [-Wuninitialized]
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/pr45085.c:35:12: warning: 
't.t1' may be used uninitialized in this function [-Wuninitialized]

First seen in revision 163038.  163010 was ok.


-- 
           Summary: FAIL: gcc.c-torture/compile/pr45085.c
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]