PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr53698.c
blobe36200af8520a11ef7c912ded4aad700f11dacd4
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-O -mx32 -maddress-mode=long -fno-tree-dominator-opts" } */
4 extern char foo[];
6 void
7 test2 (void)
9 int s;
10 for (s = 0;; ++s)
12 if (foo[s] != s)
13 __builtin_abort ();
14 foo[s] = s;