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

--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #8)
> can you also attach fixed_point_compound.c please?

Sorry, it's from LLVM, reduced test-case:

$ cat fixed_point_compound.c
_Accum sa;
int c;

void div_csa() { c /= sa; }

Reply via email to