[Bug target/32664] [sh] ICE in create_pre_exit, at mode-switching.c:373

2007-07-07 Thread mstein at phenix dot rootshell dot be
--- Comment #1 from mstein at phenix dot rootshell dot be 2007-07-07 07:46 --- Created an attachment (id=13862) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13862action=view) preprocessed source file from gcc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32664

[Bug target/32664] [sh] ICE in create_pre_exit, at mode-switching.c:373

2007-07-07 Thread kkojima at gcc dot gnu dot org
--- Comment #2 from kkojima at gcc dot gnu dot org 2007-07-07 10:42 --- This is same on sh4-unknown-linux-gnu. A reduced testcase long long foo (long long u) { return u; } fails on sh4 with -fnon-call-exceptions. It looks that it started to fail after the patch r126403 | uros |