------- Comment #4 from reichelt at gcc dot gnu dot org 2009-10-30 15:58 ------- Even shorter C testcase:
=========================== struct A {}; int foo(); struct A bar(double x) { double y; if (foo()) y = 1 / x; return bar(y); } =========================== -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c++ |rtl-optimization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41619