rs6000: Change optab for ibm128 and ieee128 conversion
[official-gcc.git] / gcc / testsuite / g++.dg / tm / pr58635-1.C
blobb566b0c84eb6d558539a53d51c33a28504fa819c
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-fgnu-tm" }
4 int
5 foo (void)
7   return __transaction_atomic noexcept(false) (false);
10 int
11 bar (int i)
13   return __transaction_atomic noexcept(false) (i);