2017-11-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / pr64391.c
blob235118aa363f82e69aa9dd09b410a7db4a7e1c7e
1 /* PR middle-end/64391 */
2 /* { dg-do compile } */
3 /* { dg-options "-fgnu-tm" } */
5 void
6 foo (void)
8 #pragma GCC ivdep
9 while (1);