aboutsummaryrefslogtreecommitdiff
path: root/4.7.3
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2013-04-28 03:00:14 +0000
committerRyan Hill <rhill@gentoo.org>2013-04-28 03:00:14 +0000
commit67f8dd8fc90e67a6c76d710198489ea66712a2e7 (patch)
treef162b25f1f45ba4849522f71727440de0983868a /4.7.3
parentIn-progress patchset for 4.7.3 based on latest 4.7.2 patchset. (diff)
downloadgcc-patches-67f8dd8fc90e67a6c76d710198489ea66712a2e7.tar.gz
gcc-patches-67f8dd8fc90e67a6c76d710198489ea66712a2e7.tar.bz2
gcc-patches-67f8dd8fc90e67a6c76d710198489ea66712a2e7.zip
Patch info file directly.
Diffstat (limited to '4.7.3')
-rw-r--r--4.7.3/gentoo/12_all_default-warn-trampolines.patch21
1 files changed, 11 insertions, 10 deletions
diff --git a/4.7.3/gentoo/12_all_default-warn-trampolines.patch b/4.7.3/gentoo/12_all_default-warn-trampolines.patch
index 4b26aec..00d4b86 100644
--- a/4.7.3/gentoo/12_all_default-warn-trampolines.patch
+++ b/4.7.3/gentoo/12_all_default-warn-trampolines.patch
@@ -1,8 +1,9 @@
Enable -Wtrampolines by default.
+
--- a/gcc/common.opt
+++ b/gcc/common.opt
-@@ -639,7 +639,7 @@ Common Var(warn_system_headers) Warning
+@@ -642,7 +642,7 @@ Common Var(warn_system_headers) Warning
Do not suppress warnings from system headers
Wtrampolines
@@ -11,14 +12,14 @@ Enable -Wtrampolines by default.
Warn whenever a trampoline is generated
Wtype-limits
---- a/gcc/doc/invoke.texi
-+++ b/gcc/doc/invoke.texi
-@@ -3878,6 +3878,8 @@ headers---for that, @option{-Wunknown-pragmas} must also be used.
- for most targets, it is made up of code and thus requires the stack
- to be made executable in order for the program to work properly.
+--- a/gcc/doc/gcc.info
++++ b/gcc/doc/gcc.info
+@@ -3782,6 +3782,8 @@ option was used.
+ and thus requires the stack to be made executable in order for
+ the program to work properly.
-+ This warning is enabled by default in Gentoo.
++ This warning is enabled by default in Gentoo.
+
- @item -Wfloat-equal
- @opindex Wfloat-equal
- @opindex Wno-float-equal
+ `-Wfloat-equal'
+ Warn if floating-point values are used in equality comparisons.
+