1 2 3 4 5 6 7 8
/* { dg-do compile } */ /* { dg-require-effective-target fixed_point } */ /* { dg-options "-fnon-call-exceptions" } */ _Accum sa; int c; void div_csa() { c /= sa; }