[Bug tree-optimization/68775] spec2006 test case 465.tonto fails with the gcc 6.0 fortran compiler
seurer at linux dot vnet.ibm.com
gcc-bugzilla@gcc.gnu.org
Thu Dec 10 21:46:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68775
--- Comment #6 from William Seurer <seurer at linux dot vnet.ibm.com> ---
Sorry, I wasn't very clear there. I was adding options to the default set.
Compiling as-is using the default options the run will fail.
Adding -fno-tree-loop-vectorize the run will fail.
Adding -fno-tree-slp-vectorize the run will succeed. Of course just using
-fno-tree-slp-vectorize also allows the run to succeed.
The specific module that breaks things is shell2.fppized.f90. When I compile
just it with -fno-tree-slp-vectorize also the run succeeds.
More information about the Gcc-bugs
mailing list