[Bug tree-optimization/19833] bogus uninitialized variable warning for powerpc64

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19833

[Bug tree-optimization/19833] bogus uninitialized variable warning for powerpc64

2005-05-25 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-05-25 22:39 --- Closing the bug. -- What|Removed |Added Status|ASSIGNED|RESOLV

[Bug tree-optimization/19833] bogus uninitialized variable warning for powerpc64

2005-05-25 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-05-25 22:38 --- Diego fixed the bug, I removed the xfails. -- What|Removed |Added AssignedTo|unassigne

[Bug tree-optimization/19833] bogus uninitialized variable warning for powerpc64

2005-05-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-24 23:42 --- Subject: Bug 19833 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-24 23:41:53 Modified files: gcc/testsuite/gcc.dg: uninit-4.c uninit-9.c g

[Bug tree-optimization/19833] bogus uninitialized variable warning for powerpc64

2005-05-24 Thread dnovillo at redhat dot com
--- Additional Comments From dnovillo at redhat dot com 2005-05-24 23:06 --- Subject: Re: bogus uninitialized variable warning for powerpc64 On Tue, May 24, 2005 at 11:02:09PM -, janis at gcc dot gnu dot org wrote: > Diego, can this PR be closed as fixed? > Yes. Apologies for no

[Bug tree-optimization/19833] bogus uninitialized variable warning for powerpc64

2005-05-24 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-05-24 23:02 --- Diego, can this PR be closed as fixed? Test gcc.dg/uninit-4.c started to XPASS with this patch from dnovillo: http://gcc.gnu.org/ml/gcc-cvs/2005-05/msg00529.html On the same day, test uninit-9.c also st

[Bug tree-optimization/19833] bogus uninitialized variable warning for powerpc64

2005-02-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-08 23:57 --- It also fails on powerpc-darwin with -m64 too. So maybe xfailing it for powerpc*-*-* && lp64 would be a better idea. -- What|Removed |Added ---