K 10 svn:author V 3 imp K 8 svn:date V 27 2019-08-08T20:09:36.788436Z K 7 svn:log V 268 Stopgap fix for gcc platforms. Our in-tree gcc doesn't have a no-tree-vectorize optimization knob, so we get a warning that it's unused. This causes the build to fail on all our gcc platforms. Add a quick version check as a stop-gap measure to get CI building again. END