Enable -ftrapping-math by default.
* common.opt (ftrapping-math): Default to on. From-SVN: r86972
This commit is contained in:
parent
9d2da95b69
commit
10060b8391
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user