This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/27875] [4.2 Regression] ICE on gcc testsuite.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2006 05:37:54 -0000
- Subject: [Bug target/27875] [4.2 Regression] ICE on gcc testsuite.
- References: <bug-27875-12262@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2006-06-30 05:37 -------
It has to do with the return only.
The reduced code ICEs at -O1 and above only:
double foo() { return 0.0;}
because otherwise we get a temporary variable.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27875