patch-gcc_config_alpha_alpha_opt 601 B

123456789101112131415161718
  1. $OpenBSD: patch-gcc_config_alpha_alpha_opt,v 1.1.1.1 2016/09/04 16:20:16 pascal Exp $
  2. --- gcc/config/alpha/alpha.opt.orig Mon Jan 4 15:30:50 2016
  3. +++ gcc/config/alpha/alpha.opt Tue Aug 23 15:48:16 2016
  4. @@ -38,8 +38,13 @@ mieee
  5. Target Report RejectNegative Mask(IEEE)
  6. Emit IEEE-conformant code, without inexact exceptions.
  7. +mno-ieee
  8. +Target Report RejectNegative InverseMask(IEEE)
  9. +Emit non-IEEE-conformant code
  10. +
  11. mieee-with-inexact
  12. Target Report RejectNegative Mask(IEEE_WITH_INEXACT)
  13. +Emit IEEE-conformant code, with inexact exceptions
  14. mbuild-constants
  15. Target Report Mask(BUILD_CONSTANTS)