janis at gcc dot gnu dot org
Tue, 08 Feb 2005 15:45:04 -0800
Test gcc.dg/uninit-4.c has failed on powerpc64-unknown-linux-gnu with -m64
since 2004-12-17 for a bogus uninitialized variable warning. No other target
for which test results have been reported for the last few days gets this
failure. The change is with this patch:
2004-12-17 Diego Novillo <[EMAIL PROTECTED]>
tree-optimization/18501
* tree-optimize.c (init_tree_optimization_passes): Run
pass_late_warn_uninitialized before the last DCE run.
The following testsuite changes were made at the same time:
2004-12-17 Diego Novillo <[EMAIL PROTECTED]>
* gcc.dg/pr18501.c: New test.
* gcc.dg/uninit-5.c: XFAIL.
* gcc.dg/uninit-9.c: XFAIL.
This is probably low priority, but I wanted a PR to reference when I mark
uninit-4.c XFAIL for { powerpc64*-*-* && lp64 }. (The new XFAILs for the
other tests don't have such references to PRs.)
--
Summary: bogus uninitialized variable warning for powerpc64
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: janis at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19833