[Bug tree-optimization/106246] [13 Regression] powerpc-darwin9 bootstrap fails after r13-1575-gcf3a120084e946 ICE vect_transform_loops, at tree-vectorizer.cc:1032
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 11 06:49:39 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106246
--- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #2)
> Maybe a duplicate of PR106228. I can't reproduce with the fix for that in
> the tree. Is there anything besides --target=powerpc-darwin9 to use? Any
> -mcpu=?
there's a build (with debug) on gcc186
(/home/iains/gcc-master/bld-x-ppc-darwin9) if that's any use.
I bootstrapped master and then :
$ ./gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=./gcc/xgcc
Target: powerpc-apple-darwin9
Configured with: ../src/configure --prefix=/home/iains/gcc-master/gcc-13-0-0
--target=powerpc-apple-darwin9 --build=x86_64-pc-linux-gnu
--enable-languages=c,c++
it could be a dup, indeed (I also see the libgfortran fails on the previous
rev, and the new vector test case fails).
More information about the Gcc-bugs
mailing list