This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32352] Crash (out of bounds) with converting real to integer array index with -mrecip
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2007 13:38:25 -0000
- Subject: [Bug middle-end/32352] Crash (out of bounds) with converting real to integer array index with -mrecip
- References: <bug-32352-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from ubizjak at gmail dot com 2007-06-15 13:38 -------
(In reply to comment #3)
> -> Middle-end
target, because middle end just throws conversion into target optabs.
> -> WONTFIX - or can one do something about it?
Hardly... We can penalize everything with another NR-step (just for one last
ULP!), or we have in mind that (a == b) checks should be avoided, surely for
SFmode floats.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32352