This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug rtl-optimization/17027] [3.4 Regression] ICE with noreturn function in loop at -O2
- From: Christian Ehrhardt <ehrhardt at mathematik dot uni-ulm dot de>
- To: ebotcazou at gcc dot gnu dot org <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 3 Sep 2004 16:56:03 +0200
- Subject: Re: [Bug rtl-optimization/17027] [3.4 Regression] ICE with noreturn function in loop at -O2
- References: <20040814151417.17027.sfc@village.uunet.be> <20040903144556.16595.qmail@sourceware.org>
On Fri, Sep 03, 2004 at 02:45:56PM -0000, ebotcazou at gcc dot gnu dot org wrote:
> Note that I don't need to specify -mcpu to get the SIGSEGV.
Indeed. The original testcase (first attachment) does require -mcpu=v9
to trigger the ICE here whereas the simplified version (comment #4) doesn't.
regards Christian