* c-c++-common/ubsan/align-7.c: Skip for -flto -fno-fat-lto-objects.
[official-gcc.git] / gcc / testsuite / c-c++-common / ubsan / save-expr-2.c
blob14ac17def9ce962f8ed2daa5936b7ad08e64b434
1 /* { dg-do compile } */
2 /* { dg-options "-fsanitize=shift -Wall -Werror -O" } */
4 int
5 foo (int i, unsigned int u)
7 return u / i;
10 int
11 bar (int i, unsigned int u)
13 return u % i;