This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/29788] [4.1/4.2/4.3 Regression] ICE in var_ann, at tree-flow-inline.h:130



------- Comment #8 from amacleod at redhat dot com  2006-11-11 14:36 -------
Created an attachment (id=12591)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12591&action=view)
patch to fix the out of ssa bug exposed when PRE/FRE are turned off.

That would fix it, but its safer for future changes to simply check if the
annotation exists right in var_to_partition rather than at a single instance. 

I'll check this in shortly


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29788


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