aboutsummaryrefslogtreecommitdiff
path: root/4.7.3
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-24 11:37:44 +0000
committerMike Frysinger <vapier@gentoo.org>2013-12-24 11:37:44 +0000
commitd10448c1956ef61f1f00416ff5708b24cb457fdb (patch)
treef4c5738310fc7df76c28eb2fcd8d282dbd250c4f /4.7.3
parentAdd patch for bug #494606. (diff)
downloadgcc-patches-d10448c1956ef61f1f00416ff5708b24cb457fdb.tar.gz
gcc-patches-d10448c1956ef61f1f00416ff5708b24cb457fdb.tar.bz2
gcc-patches-d10448c1956ef61f1f00416ff5708b24cb457fdb.zip
fix build time warnings due to missing header for warning() prototype
Diffstat (limited to '4.7.3')
-rw-r--r--4.7.3/gentoo/67_all_gcc-poison-system-directories.patch8
-rw-r--r--4.7.3/gentoo/README.history3
2 files changed, 11 insertions, 0 deletions
diff --git a/4.7.3/gentoo/67_all_gcc-poison-system-directories.patch b/4.7.3/gentoo/67_all_gcc-poison-system-directories.patch
index a9aee27..ab3408c 100644
--- a/4.7.3/gentoo/67_all_gcc-poison-system-directories.patch
+++ b/4.7.3/gentoo/67_all_gcc-poison-system-directories.patch
@@ -126,6 +126,14 @@ Index: gcc-4_7-branch/gcc/incpath.c
===================================================================
--- gcc-4_7-branch.orig/gcc/incpath.c 2012-04-10 10:54:04.000000000 -0700
+++ gcc-4_7-branch/gcc/incpath.c 2012-04-10 10:56:02.267442207 -0700
+@@ -30,6 +30,7 @@
+ #include "intl.h"
+ #include "incpath.h"
+ #include "cppdefault.h"
++#include "diagnostic-core.h"
+
+ /* Microsoft Windows does not natively support inodes.
+ VMS has non-numeric inodes. */
@@ -361,6 +361,26 @@
}
fprintf (stderr, _("End of search list.\n"));
diff --git a/4.7.3/gentoo/README.history b/4.7.3/gentoo/README.history
index f5a68c8..710908c 100644
--- a/4.7.3/gentoo/README.history
+++ b/4.7.3/gentoo/README.history
@@ -1,3 +1,6 @@
+1.5 [pending]
+ U 67_all_gcc-poison-system-directories.patch
+
1.4 23 Dec 2013
+ 20_all_gcj-freetype.patch