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]

Re: [Bug target/12133] 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.


Attachment: vdfmode.patch
Description: vdfmode.patch


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