Commit 10060b83 by James E Wilson Committed by Jim Wilson

Enable -ftrapping-math by default.

* common.opt (ftrapping-math): Default to on.

From-SVN: r86972
parent 9d2da95b
2004-09-02 James E Wilson <wilson@specifixinc.com>
* common.opt (ftrapping-math): Default to on.
2004-09-02 Richard Earnshaw <rearnsha@arm.com>
* arm/predicates.md (arm_reload_memory_operand): Allow MEM.
......
......@@ -813,7 +813,7 @@ Perform superblock formation via tail duplication
; (user-visible) trap. This is the case, for example, in nonstop
; IEEE 754 arithmetic.
ftrapping-math
Common Report Var(flag_trapping_math)
Common Report Var(flag_trapping_math) Init(1)
Assume floating-point operations can trap
ftrapv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment