This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16589] [3.5.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2004 14:54:46 -0000
- Subject: [Bug target/16589] [3.5.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body
- References: <20040716124408.16589.loki@inf.u-szeged.hu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2004-07-16 14:54 -------
The problem is that gcc is now using the IEEE aware conditions which only work
with CC in the FPU, but notice_update_cc still sets cc_status for the SET even
if the destination is a DATA_REG in SFmode.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16589