This is the mail archive of the gcc-patches@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: [m68k] Fix PR target/13292: -msoft-float seems to corrupt builtin defines


On Sat, Jun 12, 2004 at 04:40:11AM +0200, Bernardo Innocenti wrote:
> The -msoft-float option incorrectly removed MASK_68040_ONLY
> in addition to MASK_68881.  This leads to incorrect
> predefines and unwanted degradation of integer code.
> 
> There was just one place where we were using
> TARGET_68040_ONLY to generate a floating-point
> instruction without taking TARGET_68881 into account.

  What about TARGET_FLT_EVAL_METHOD?

  Gunther


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