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 c/42716] [4.5 Regression] ICE in extract_range_from_assert, at tree-vrp.c:1423



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-01-13 11:08 -------
Because at gimplification time we simplify *&g_13 == g_13 which is not folded
by fold to g_13 == g_13 but the gimplifier doesn't re-fold parents of folded
expressions.  And we never fold that comparison again.


-- 


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


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