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/12133] Reload abort in simd-3.c


------- Additional Comments From rearnsha at arm dot com  2003-12-19 15:34 -------
Subject: Re:  Reload abort in simd-3.c

This is just an idea on how we might prevent this.  It does fix the abort, 
but I haven't had time to test it much.

The patch works by using adjust_address_nv to generate a candidate 
replacement address and then tries to validate that specific address (and 
mode) rather than trying to guess by using offsettable_address_p, which 
clearly doesn't work in this case.

R.



------- Additional Comments From rearnsha at arm dot com  2003-12-19 15:34 -------
Created an attachment (id=5348)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5348&action=view)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12133


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