gimple weirdness for Java

Diego Novillo dnovillo@redhat.com
Wed Jun 9 15:23:00 GMT 2004


On Wed, 2004-06-09 at 11:12, Andrew Haley wrote:

> Look at the .ssa dump below.  #1#4_8 is undefined, isn't it?
> 
Yup.  It's SSA_NAME_DEF_STMT is an empty statement, right?  If #1#4 is a
compiler generated temporary, the gimplifier or the FE are doing
something odd.

In the original normal form, variable #1#4 has an undefined value when
<D434>->littleThing is not NULL.


Diego.



More information about the Gcc mailing list