aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr103248.c
blob: da6232d21ee52fc71b4cbf58df3a0ea3e025dcb1 (plain)
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; }