[Bug libmudflap/26442] ICE on valid unreachable code when compiling with -fmudflap

2006-02-23 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2006-02-23 15:17 --- Confirmed. Reduced testcase: === struct A { A(); }; void foo() { if (0) A(); } === Happens since GCC 4.0.0 -- reichelt at gcc dot gnu dot org changed:

[Bug libmudflap/26442] ICE on valid unreachable code when compiling with -fmudflap

2006-02-23 Thread walter dot zimmer at dlr dot de
--- Comment #1 from walter dot zimmer at dlr dot de 2006-02-23 13:29 --- Created an attachment (id=10901) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10901&action=view) The preprocessed source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26442