This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [tree-ssa] merge to 20030923
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Sun, 28 Sep 2003 00:02:56 -0700
- Subject: Re: [tree-ssa] merge to 20030923
- References: <20030928065248.GA9392@redhat.com>
On Sep 27, 2003, at 23:52, Richard Henderson wrote:
+FAIL: gcc.dg/uninit-D.c (test for excess errors)
This one I know why (because it is my test) it fails because
the way constructors are handled on local variables on the
tree-ssa is different than on the mainline, they are separated
from the variable. The fix is to see if we have (when gimplifing)
int a = a; and then mark the variable as being initialized (some how)
when the option "-Winit-self" is not used.
Thanks,
Andrew Pinski