Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.7.1/gentoo: 67_all_gcc-poison-system-directories.patch README.history
Date: Tue, 24 Dec 2013 11:37:49
Message-Id: 20131224113744.C66462004C@flycatcher.gentoo.org
1 vapier 13/12/24 11:37:44
2
3 Modified: 67_all_gcc-poison-system-directories.patch
4 README.history
5 Log:
6 fix build time warnings due to missing header for warning() prototype
7
8 Revision Changes Path
9 1.2 src/patchsets/gcc/4.7.1/gentoo/67_all_gcc-poison-system-directories.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.7.1/gentoo/67_all_gcc-poison-system-directories.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.7.1/gentoo/67_all_gcc-poison-system-directories.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.7.1/gentoo/67_all_gcc-poison-system-directories.patch?r1=1.1&r2=1.2
14
15 Index: 67_all_gcc-poison-system-directories.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.7.1/gentoo/67_all_gcc-poison-system-directories.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 67_all_gcc-poison-system-directories.patch 19 Aug 2012 01:25:21 -0000 1.1
22 +++ 67_all_gcc-poison-system-directories.patch 24 Dec 2013 11:37:44 -0000 1.2
23 @@ -126,6 +126,14 @@
24 ===================================================================
25 --- gcc-4_7-branch.orig/gcc/incpath.c 2012-04-10 10:54:04.000000000 -0700
26 +++ gcc-4_7-branch/gcc/incpath.c 2012-04-10 10:56:02.267442207 -0700
27 +@@ -30,6 +30,7 @@
28 + #include "intl.h"
29 + #include "incpath.h"
30 + #include "cppdefault.h"
31 ++#include "diagnostic-core.h"
32 +
33 + /* Microsoft Windows does not natively support inodes.
34 + VMS has non-numeric inodes. */
35 @@ -361,6 +361,26 @@
36 }
37 fprintf (stderr, _("End of search list.\n"));
38
39
40
41 1.10 src/patchsets/gcc/4.7.1/gentoo/README.history
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.7.1/gentoo/README.history?rev=1.10&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.7.1/gentoo/README.history?rev=1.10&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.7.1/gentoo/README.history?r1=1.9&r2=1.10
46
47 Index: README.history
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.7.1/gentoo/README.history,v
50 retrieving revision 1.9
51 retrieving revision 1.10
52 diff -u -r1.9 -r1.10
53 --- README.history 25 Nov 2012 03:33:56 -0000 1.9
54 +++ README.history 24 Dec 2013 11:37:44 -0000 1.10
55 @@ -1,6 +1,7 @@
56 1.6 [pending]
57 - 03_all_java-nomulti.patch
58 + 40_all_superh-mieee-default-fix-pr33135.patch
59 + U 67_all_gcc-poison-system-directories.patch
60
61 1.5 21 Oct 2012
62 + 39_all_gfortran-sysroot-pr54725.patch