PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr79673.c
blob2ca667bde4bb644942ae7915ffe6d93a94c3c629
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 void used(double x);
5 void usel(long x);
6 void test(int c)
8 if (c)
9 used(*((double __seg_gs *) 0));
10 else
11 usel(*((long __seg_gs *) 0));