vapier 16/01/26 21:05:43 Modified: 74_all_gcc5_isl-dl.patch README.history Log: improve graphite warning so users know they need to rebuild gcc #573004
Revision Changes Path 1.2 src/patchsets/gcc/5.3.0/gentoo/74_all_gcc5_isl-dl.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/74_all_gcc5_isl-dl.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/74_all_gcc5_isl-dl.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/74_all_gcc5_isl-dl.patch?r1=1.1&r2=1.2 Index: 74_all_gcc5_isl-dl.patch =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/5.3.0/gentoo/74_all_gcc5_isl-dl.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 74_all_gcc5_isl-dl.patch 5 Dec 2015 21:12:19 -0000 1.1 +++ 74_all_gcc5_isl-dl.patch 26 Jan 2016 21:05:43 -0000 1.2 @@ -608,7 +608,7 @@ + + if (!init_isl_pointers ()) + { -+ sorry ("Graphite loop optimizations cannot be used"); ++ sorry ("Graphite loop optimizations cannot be used; rebuild gcc to fix"); + return; + } + 1.3 src/patchsets/gcc/5.3.0/gentoo/README.history file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/README.history?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/README.history?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.3.0/gentoo/README.history?r1=1.2&r2=1.3 Index: README.history =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/5.3.0/gentoo/README.history,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README.history 20 Jan 2016 20:27:57 -0000 1.2 +++ README.history 26 Jan 2016 21:05:43 -0000 1.3 @@ -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
