frv minmax predicate

DJ Delorie dj@redhat.com
Thu Mar 15 19:29:00 GMT 2007


The minmax_operator predicate also checks the operands of the operator
to be appropriate, but the minmax_operator predicate is used for both
integer and floating point operations.  The predicate, as is, only
matches the integer operands.

Taking out the check on XEXP(...) in minmax_operator seems to get
around the ICE we're seeing, but is this the right thing to do?  Or do
we need separate predicates for integer vs floating point?



More information about the Gcc mailing list