https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104024

--- Comment #6 from Kewen Lin <linkw at gcc dot gnu.org> ---
(In reply to Martin Jambor from comment #5)
> I have just seen a similar ICE with a ppc64le cross-compiler.  Running
> 
> ~/cross/bin/ppc64le-linux-gnu-gcc
> /home/worker/buildworker/tiber-option-juggler/build/gcc/testsuite/c-c++-
> common/torture/builtin-arith-overflow-p-6.c -mpower10-fusion -mno-vsx -Og
> 
> (where the input comes from our testcase but the options are of course
> invented) results in ICE in in curr_insn_transform, at
> lra-constraints.cc:4231.  Is this the same issue or should I file a new bug?

I believe it's due to the same root cause, -mcpu=power6 doesn't enable any vsx
features (like -mno-vsx), you don't need to open a new one. :)

Reply via email to