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/26795] [4.2 Regression] ACATS ICE c37213d on x86 in valid_in_set, at tree-ssa-pre.c:1579



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-03-22 19:19 -------
The problem is the follow if is being hit:
2941          /* If OP is a constant that has overflowed, do not value number
2942             this expression.  */
2943          if (CONSTANT_CLASS_P (op)
2944              && TREE_OVERFLOW (op))

Which means we don't get a VH correctly for this statement.


-- 


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


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