[tree-ssa] merge to 20030923

Andrew Pinski pinskia@physics.uc.edu
Sun Sep 28 09:17:00 GMT 2003


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



More information about the Java-patches mailing list