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/25160] ICE in print_operand if using -mfloat-gprs w/ non-854x -mcpu option



------- Comment #2 from joseph at codesourcery dot com  2009-03-26 13:04 -------
Subject: Re:  ICE in print_operand if using -mfloat-gprs
 w/ non-854x  -mcpu option

On Thu, 26 Mar 2009, bje at gcc dot gnu dot org wrote:

> I think this patch should suffice.

All the cases (of options inconsistently e500/other) known to be 
problematic give errors in CHECK_E500_OPTIONS in e500.h now, which has the 
advantage of checking once all options have been parsed rather than 
imposing requirements on option ordering.

If there is a case giving an ICE with current trunk, that would be the 
appropriate place to add another check.


-- 


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


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