[Bug other/19266] [mudflap] ICE when compiling with -fmudflap -O
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jan 5 15:51:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-05 15:50 -------
The bug is in mf_build_check_statement_for.
It assumes that the prev_bb and the bb has an edge between them which is just wrong.
find_edge (join_bb->prev_bb, join_bb)
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |
Known to fail|4.0.0 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19266
More information about the Gcc-bugs
mailing list