Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / asm-1.c
bloba3826e2a78e5deb79a873f7d3099c0b383f73a04
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -O1" } */
4 static inline void asmfunc()
6 __asm__("");
9 __attribute__((transaction_callable))
10 void push()
12 asmfunc();