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/30564] ice for legal code with -O3



------- Comment #2 from rguenth at gcc dot gnu dot org  2007-01-23 21:29 -------
Nice one.

(gdb) up
#1  0x085aa055 in extract_range_from_assert (vr_p=0xbf806324, expr=0xb7ba1ee8)
    at /home/richard/src/trunk/gcc/tree-vrp.c:845
845       gcc_assert (limit != var);
(gdb) call debug_generic_expr (expr)
ASSERT_EXPR <i_657, i_657 != i_657>

reducing.


-- 


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


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