diff options
author | 2013-12-24 11:37:44 +0000 | |
---|---|---|
committer | 2013-12-24 11:37:44 +0000 | |
commit | d10448c1956ef61f1f00416ff5708b24cb457fdb (patch) | |
tree | f4c5738310fc7df76c28eb2fcd8d282dbd250c4f /4.7.1 | |
parent | Add patch for bug #494606. (diff) | |
download | gcc-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.1')
-rw-r--r-- | 4.7.1/gentoo/67_all_gcc-poison-system-directories.patch | 8 | ||||
-rw-r--r-- | 4.7.1/gentoo/README.history | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/4.7.1/gentoo/67_all_gcc-poison-system-directories.patch b/4.7.1/gentoo/67_all_gcc-poison-system-directories.patch index a9aee27..ab3408c 100644 --- a/4.7.1/gentoo/67_all_gcc-poison-system-directories.patch +++ b/4.7.1/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.1/gentoo/README.history b/4.7.1/gentoo/README.history index 5de5f1d..46f0d6c 100644 --- a/4.7.1/gentoo/README.history +++ b/4.7.1/gentoo/README.history @@ -1,6 +1,7 @@ 1.6 [pending] - 03_all_java-nomulti.patch + 40_all_superh-mieee-default-fix-pr33135.patch + U 67_all_gcc-poison-system-directories.patch 1.5 21 Oct 2012 + 39_all_gfortran-sysroot-pr54725.patch |