Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / iftrap-2.c
blobbb7bb5726b1b70d1bd235cc7343fb9dde0e860fe
1 void foo(int p, int q)
3 if (p)
5 if (q)
6 __builtin_trap ();
8 else
9 bar();