* ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / pr80725.c
blob4a402c41422e5c67cd13605bd7b69b2215892b13
1 /* Regression test for PR/80725. */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -march=zEC12" } */
6 int a, e;
7 const char b;
8 char c;
9 const int d;
10 void bar (short);
12 void
13 foo (int x, int y)
15 long f = d;
16 short g = 0;
17 while (e)
18 while (a < x)
20 if (y)
21 goto *d;
22 g = b | b + g;
23 bar (g);
24 c = (char) (long) foo;