This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16589] [3.5.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]