~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/1c/1cc9bfe69731fc56b65b4ed1ae2f692e3ada760a.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

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 for alpha-linux-gnu, 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