diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-26 21:05:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-26 21:05:43 +0000 |
commit | cc1fff6b8df4217991c430d703eb577348ceedee (patch) | |
tree | a9ac6521145c0ca76754ac853df90e398465ad8d | |
parent | add ia64 reloc fixes #503838 (diff) | |
download | gcc-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
-rw-r--r-- | 4.4.7/gentoo/93_all_gcc-4.4-cloog-dl.patch | 2 | ||||
-rw-r--r-- | 4.4.7/gentoo/README.history | 3 | ||||
-rw-r--r-- | 4.5.4/gentoo/93_all_gcc-4.5-cloog-dl.patch | 2 | ||||
-rw-r--r-- | 4.5.4/gentoo/README.history | 3 | ||||
-rw-r--r-- | 4.8.5/gentoo/74_all_gcc48_cloog-dl.patch | 2 | ||||
-rw-r--r-- | 4.8.5/gentoo/README.history | 1 | ||||
-rw-r--r-- | 4.9.3/gentoo/74_all_gcc49_cloog-dl.patch | 2 | ||||
-rw-r--r-- | 4.9.3/gentoo/README.history | 1 | ||||
-rw-r--r-- | 5.3.0/gentoo/74_all_gcc5_isl-dl.patch | 2 | ||||
-rw-r--r-- | 5.3.0/gentoo/README.history | 1 |
10 files changed, 14 insertions, 5 deletions
diff --git a/4.4.7/gentoo/93_all_gcc-4.4-cloog-dl.patch b/4.4.7/gentoo/93_all_gcc-4.4-cloog-dl.patch index 99c095d..737a071 100644 --- a/4.4.7/gentoo/93_all_gcc-4.4-cloog-dl.patch +++ b/4.4.7/gentoo/93_all_gcc-4.4-cloog-dl.patch @@ -354,7 +354,7 @@ index b732b40..798b141 100644 + if (!init_cloog_pointers ()) + { -+ sorry ("Graphite loop optimizations cannot be used"); ++ sorry ("Graphite loop optimizations cannot be used; rebuild gcc to fix"); + return; + } + diff --git a/4.4.7/gentoo/README.history b/4.4.7/gentoo/README.history index 4476515..c9a142b 100644 --- a/4.4.7/gentoo/README.history +++ b/4.4.7/gentoo/README.history @@ -1,3 +1,6 @@ +1.4 [pending] + U 93_all_gcc-4.4-cloog-dl.patch + 1.3 13 Jan 2016 - 00_all_gcc-trampolinewarn.patch - 10_all_gcc-default-format-security.patch diff --git a/4.5.4/gentoo/93_all_gcc-4.5-cloog-dl.patch b/4.5.4/gentoo/93_all_gcc-4.5-cloog-dl.patch index 62cc3c2..0c69ca0 100644 --- a/4.5.4/gentoo/93_all_gcc-4.5-cloog-dl.patch +++ b/4.5.4/gentoo/93_all_gcc-4.5-cloog-dl.patch @@ -234,7 +234,7 @@ http://cvs.fedoraproject.org/viewvc/devel/gcc/gcc45-cloog-dl.patch + if (!init_cloog_pointers ()) + { -+ sorry ("Graphite loop optimizations cannot be used"); ++ sorry ("Graphite loop optimizations cannot be used; rebuild gcc to fix"); + return false; + } + diff --git a/4.5.4/gentoo/README.history b/4.5.4/gentoo/README.history index 0500f16..3ff2df2 100644 --- a/4.5.4/gentoo/README.history +++ b/4.5.4/gentoo/README.history @@ -1,3 +1,6 @@ +1.4 [pending] + U 93_all_gcc-4.5-cloog-dl.patch + 1.3 13 Jan 2016 - 09_all_gcc-4.5-Wtrampolines.patch - 10_all_gcc-default-format-security.patch diff --git a/4.8.5/gentoo/74_all_gcc48_cloog-dl.patch b/4.8.5/gentoo/74_all_gcc48_cloog-dl.patch index 4ecdf41..9feb4b2 100644 --- a/4.8.5/gentoo/74_all_gcc48_cloog-dl.patch +++ b/4.8.5/gentoo/74_all_gcc48_cloog-dl.patch @@ -572,7 +572,7 @@ https://bugs.gentoo.org/557330 + + if (!init_cloog_pointers ()) + { -+ sorry ("Graphite loop optimizations cannot be used"); ++ sorry ("Graphite loop optimizations cannot be used; rebuild gcc to fix"); + return; + } + diff --git a/4.8.5/gentoo/README.history b/4.8.5/gentoo/README.history index 99b3e2c..9219db9 100644 --- a/4.8.5/gentoo/README.history +++ b/4.8.5/gentoo/README.history @@ -1,6 +1,7 @@ 1.4 [pending] U 09_all_default-ssp.patch + 34_all_libjava-classpath-locale-sort.patch + U 74_all_gcc48_cloog-dl.patch 1.3 29 Aug 2015 U 74_all_gcc48_cloog-dl.patch diff --git a/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch b/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch index b5a340a..0383e96 100644 --- a/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch +++ b/4.9.3/gentoo/74_all_gcc49_cloog-dl.patch @@ -563,7 +563,7 @@ https://bugs.gentoo.org/552278 + + if (!init_cloog_pointers ()) + { -+ sorry ("Graphite loop optimizations cannot be used"); ++ sorry ("Graphite loop optimizations cannot be used; rebuild gcc to fix"); + return; + } + diff --git a/4.9.3/gentoo/README.history b/4.9.3/gentoo/README.history index 75c1385..2d3b434 100644 --- a/4.9.3/gentoo/README.history +++ b/4.9.3/gentoo/README.history @@ -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 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 |