aboutsummaryrefslogtreecommitdiff
path: root/5.3.0
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-26 21:05:43 +0000
committerMike Frysinger <vapier@gentoo.org>2016-01-26 21:05:43 +0000
commitcc1fff6b8df4217991c430d703eb577348ceedee (patch)
treea9ac6521145c0ca76754ac853df90e398465ad8d /5.3.0
parentadd ia64 reloc fixes #503838 (diff)
downloadgcc-patches-cc1fff6b8df4217991c430d703eb577348ceedee.tar.gz
gcc-patches-cc1fff6b8df4217991c430d703eb577348ceedee.tar.bz2
gcc-patches-cc1fff6b8df4217991c430d703eb577348ceedee.zip
improve graphite warning so users know they need to rebuild gcc #573004
Diffstat (limited to '5.3.0')
-rw-r--r--5.3.0/gentoo/74_all_gcc5_isl-dl.patch2
-rw-r--r--5.3.0/gentoo/README.history1
2 files changed, 2 insertions, 1 deletions
diff --git a/5.3.0/gentoo/74_all_gcc5_isl-dl.patch b/5.3.0/gentoo/74_all_gcc5_isl-dl.patch
index 899506d..aff6aec 100644
--- a/5.3.0/gentoo/74_all_gcc5_isl-dl.patch
+++ b/5.3.0/gentoo/74_all_gcc5_isl-dl.patch
@@ -608,7 +608,7 @@ https://bugs.gentoo.org/552278
+
+ if (!init_isl_pointers ())
+ {
-+ sorry ("Graphite loop optimizations cannot be used");
++ sorry ("Graphite loop optimizations cannot be used; rebuild gcc to fix");
+ return;
+ }
+
diff --git a/5.3.0/gentoo/README.history b/5.3.0/gentoo/README.history
index 50321b8..5430da0 100644
--- a/5.3.0/gentoo/README.history
+++ b/5.3.0/gentoo/README.history
@@ -1,5 +1,6 @@
1.1 [pending]
+ 36_all_gcc-ia64-pr60465.patch
+ U 74_all_gcc5_isl-dl.patch
1.0 05 Dec 2015
+ 05_all_gcc-spec-env.patch