blob: ec7c57ac56cbdbb6cac05212718f398813633ac9 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-isolate-paths" } */
int x, y;
static inline int
z ()
{
return x ? y : 0;
}
int
lower_for (int j)
{
return j % z ();
}
/* { dg-final { scan-tree-dump-times "__builtin_trap" 1 "isolate-paths"} } */