https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104024
Martin Jambor <jamborm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamborm at gcc dot gnu.org --- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> --- 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?