This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gimple weirdness for Java


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]