~ubuntu-branches/ubuntu/raring/gcc-4.7/raring

« back to all changes in this revision

Viewing changes to debian/patches/alpha-ieee-doc.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-17 23:19:46 UTC
  • Revision ID: package-import@ubuntu.com-20111217231946-n668coanjbjgqxq7
Tags: 4.7-20111217-1
* GCC-4.7 snapshot build.
  - Including the GFDL documentation; will stay in experimental
    until the 4.7.0 release sometime next year.
* Update patches for the trunk.
* Update symbols files.
* Build libitm packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: #212912
 
2
# DP: on alpha-linux, make -mieee default and add -mieee-disable switch
 
3
# DP: to turn default off (doc patch)
 
4
 
 
5
---
 
6
 gcc/doc/invoke.texi |    7 +++++++
 
7
 1 files changed, 7 insertions(+), 0 deletions(-)
 
8
 
 
9
--- a/src/gcc/doc/invoke.texi
 
10
+++ b/src/gcc/doc/invoke.texi
 
11
@@ -9980,6 +9980,13 @@ able to correctly support denormalized numbers and exceptional IEEE
 
12
 values such as not-a-number and plus/minus infinity.  Other Alpha
 
13
 compilers call this option @option{-ieee_with_no_inexact}.
 
14
 
 
15
+DEBIAN SPECIFIC: This option is on by default, unless
 
16
+@option{-ffinite-math-only} (which is part of the @option{-ffast-math}
 
17
+set) is specified, because the software functions in the GNU libc math
 
18
+libraries generate denormalized numbers, NaNs, and infs (all of which
 
19
+will cause a programs to SIGFPE when it attempts to use the results without
 
20
+@option{-mieee}).
 
21
+
 
22
 @item -mieee-with-inexact
 
23
 @opindex mieee-with-inexact
 
24
 This is like @option{-mieee} except the generated code also maintains