aboutsummaryrefslogtreecommitdiff
path: root/4.8.0
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-04-05 17:51:26 +0000
committerMike Frysinger <vapier@gentoo.org>2013-04-05 17:51:26 +0000
commit996b6cda0b40ed8e6716557975d8141a4c9a6c6d (patch)
treec78f1b07b2fa134a85592b15c283e96e32605a1c /4.8.0
parentRelease 4.8.0 p1.0. (diff)
downloadgcc-patches-996b6cda0b40ed8e6716557975d8141a4c9a6c6d.tar.gz
gcc-patches-996b6cda0b40ed8e6716557975d8141a4c9a6c6d.tar.bz2
gcc-patches-996b6cda0b40ed8e6716557975d8141a4c9a6c6d.zip
add missing include needed w/newer gcc #464640 by Tim Northover
Diffstat (limited to '4.8.0')
-rw-r--r--4.8.0/gentoo/67_all_gcc-poison-system-directories.patch8
-rw-r--r--4.8.0/gentoo/README.history3
2 files changed, 11 insertions, 0 deletions
diff --git a/4.8.0/gentoo/67_all_gcc-poison-system-directories.patch b/4.8.0/gentoo/67_all_gcc-poison-system-directories.patch
index 56519d8..72b7e0d 100644
--- a/4.8.0/gentoo/67_all_gcc-poison-system-directories.patch
+++ b/4.8.0/gentoo/67_all_gcc-poison-system-directories.patch
@@ -165,6 +165,14 @@ Upstream-Status: Inappropriate [distribution: codesourcery]
%{fgnu-tm:%:include(libitm.spec)%(link_itm)}\
--- a/gcc/incpath.c
+++ b/gcc/incpath.c
+@@ -28,6 +28,7 @@
+ #include "intl.h"
+ #include "incpath.h"
+ #include "cppdefault.h"
++#include "diagnostic.h"
+
+ /* Microsoft Windows does not natively support inodes.
+ VMS has non-numeric inodes. */
@@ -382,6 +382,25 @@ merge_include_chains (const char *sysroot, cpp_reader *pfile, int verbose)
}
fprintf (stderr, _("End of search list.\n"));
diff --git a/4.8.0/gentoo/README.history b/4.8.0/gentoo/README.history
index 820d27e..a81d633 100644
--- a/4.8.0/gentoo/README.history
+++ b/4.8.0/gentoo/README.history
@@ -1,3 +1,6 @@
+1.1 05 Apr 2013
+ U 67_all_gcc-poison-system-directories.patch
+
1.0 03 Apr 2013
+ 10_all_default-fortify-source.patch
+ 11_all_default-warn-format-security.patch