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.9.3/gentoo: 74_all_gcc49_cloog-dl.patch README.history
Date: Sat, 10 Oct 2015 17:46:45
Message-Id: 20151010174638.48C03929@oystercatcher.gentoo.org
1 vapier 15/10/10 17:46:38
2
3 Modified: 74_all_gcc49_cloog-dl.patch README.history
4 Log:
5 drop isl/val_gmp.h include as gcc-4 doesn't use it, and older isl doesn't provide it #562728
6
7 Revision Changes Path
8 1.3 src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?r1=1.2&r2=1.3
13
14 Index: 74_all_gcc49_cloog-dl.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- 74_all_gcc49_cloog-dl.patch 15 Jul 2015 04:32:29 -0000 1.2
21 +++ 74_all_gcc49_cloog-dl.patch 10 Oct 2015 17:46:38 -0000 1.3
22 @@ -107,7 +107,7 @@
23 mpz_clear (bound_two);
24 --- a/gcc/graphite-poly.h
25 +++ b/gcc/graphite-poly.h
26 -@@ -22,6 +22,410 @@ along with GCC; see the file COPYING3. If not see
27 +@@ -22,6 +22,409 @@ along with GCC; see the file COPYING3. If not see
28 #ifndef GCC_GRAPHITE_POLY_H
29 #define GCC_GRAPHITE_POLY_H
30
31 @@ -120,7 +120,6 @@
32 +#include <isl/options.h>
33 +#include <isl/ast.h>
34 +#include <isl/ast_build.h>
35 -+#include <isl/val_gmp.h>
36 +#include <cloog/isl/cloog.h>
37 +#include <dlfcn.h>
38 +#ifdef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE
39
40
41
42 1.4 src/patchsets/gcc/4.9.3/gentoo/README.history
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?r1=1.3&r2=1.4
47
48 Index: README.history
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- README.history 10 Aug 2015 11:08:03 -0000 1.3
55 +++ README.history 10 Oct 2015 17:46:38 -0000 1.4
56 @@ -1,3 +1,6 @@
57 +1.3 10 Oct 2015
58 + U 74_all_gcc49_cloog-dl.patch
59 +
60 1.2 10 Aug 2015
61 U 93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch