* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / irrevocable-7.c
blobea8a00f0c5532747814cfa217d7d06c4daeba304
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -fdump-ipa-tmipa" } */
4 extern void bark(void);
6 __attribute__((transaction_callable))
7 int foo()
9 bark();
12 /* { dg-final { scan-ipa-dump-times "changeTransactionMode \\(0\\)" 1 "tmipa" } } */
13 /* { dg-final { cleanup-ipa-dump "tmipa" } } */