This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12092] ICE: Floating point exception
- From: "kcook at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2003 20:18:39 -0000
- Subject: [Bug optimization/12092] ICE: Floating point exception
- References: <20030828094713.12092.wmertens@gentoo.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12092
------- Additional Comments From kcook at gcc dot gnu dot org 2003-09-09 20:18 -------
A different question is shouldn't -march=pentium4 -mtune=i486 be declared invalid?
To me, tuning (ie scheduling) for a processor that is less than the baseline
architecture (which -march specifies) just seems wrong.
The 486 didn't know about SSE2, it didn't know about SSE, it didn't know about
MMX, it didn't even know about CMOV, but by specifying -march=pentium4 all of
those features are enabled. So, there is no way for the scheduler to come up
with a correct schedule.