* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.9.3/gentoo: 74_all_gcc49_cloog-dl.patch README.history
@ 2015-10-10 17:46 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2015-10-10 17:46 UTC (permalink / raw
To: gentoo-commits
vapier 15/10/10 17:46:38
Modified: 74_all_gcc49_cloog-dl.patch README.history
Log:
drop isl/val_gmp.h include as gcc-4 doesn't use it, and older isl doesn't provide it #562728
Revision Changes Path
1.3 src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch
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
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
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
Index: 74_all_gcc49_cloog-dl.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 74_all_gcc49_cloog-dl.patch 15 Jul 2015 04:32:29 -0000 1.2
+++ 74_all_gcc49_cloog-dl.patch 10 Oct 2015 17:46:38 -0000 1.3
@@ -107,7 +107,7 @@
mpz_clear (bound_two);
--- a/gcc/graphite-poly.h
+++ b/gcc/graphite-poly.h
-@@ -22,6 +22,410 @@ along with GCC; see the file COPYING3. If not see
+@@ -22,6 +22,409 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_GRAPHITE_POLY_H
#define GCC_GRAPHITE_POLY_H
@@ -120,7 +120,6 @@
+#include <isl/options.h>
+#include <isl/ast.h>
+#include <isl/ast_build.h>
-+#include <isl/val_gmp.h>
+#include <cloog/isl/cloog.h>
+#include <dlfcn.h>
+#ifdef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE
1.4 src/patchsets/gcc/4.9.3/gentoo/README.history
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?r1=1.3&r2=1.4
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.history 10 Aug 2015 11:08:03 -0000 1.3
+++ README.history 10 Oct 2015 17:46:38 -0000 1.4
@@ -1,3 +1,6 @@
+1.3 10 Oct 2015
+ U 74_all_gcc49_cloog-dl.patch
+
1.2 10 Aug 2015
U 93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.9.3/gentoo: 74_all_gcc49_cloog-dl.patch README.history
@ 2016-01-26 21:05 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2016-01-26 21:05 UTC (permalink / raw
To: gentoo-commits
vapier 16/01/26 21:05:43
Modified: 74_all_gcc49_cloog-dl.patch README.history
Log:
improve graphite warning so users know they need to rebuild gcc #573004
Revision Changes Path
1.4 src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch?r1=1.3&r2=1.4
Index: 74_all_gcc49_cloog-dl.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 74_all_gcc49_cloog-dl.patch 10 Oct 2015 17:46:38 -0000 1.3
+++ 74_all_gcc49_cloog-dl.patch 26 Jan 2016 21:05:43 -0000 1.4
@@ -563,7 +563,7 @@
+
+ if (!init_cloog_pointers ())
+ {
-+ sorry ("Graphite loop optimizations cannot be used");
++ sorry ("Graphite loop optimizations cannot be used; rebuild gcc to fix");
+ return;
+ }
+
1.11 src/patchsets/gcc/4.9.3/gentoo/README.history
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history?r1=1.10&r2=1.11
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.3/gentoo/README.history,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- README.history 20 Jan 2016 20:27:56 -0000 1.10
+++ README.history 26 Jan 2016 21:05:43 -0000 1.11
@@ -1,5 +1,6 @@
1.6 [pending]
+ 36_all_gcc-ia64-pr60465.patch
+ U 74_all_gcc49_cloog-dl.patch
1.5 12 Jan 2016
+ 92_all_gcc-4.9-hwloops-ICE-pr63681.patch
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-26 21:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-10 17:46 [gentoo-commits] gentoo commit in src/patchsets/gcc/4.9.3/gentoo: 74_all_gcc49_cloog-dl.patch README.history Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2016-01-26 21:05 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox