rs6000: Correct the function code for _AMO_LD_DEC_BOUNDED
[official-gcc.git] / gcc / testsuite / g++.dg / abi / anon1.C
blob52018c317c45ff061838613f815370f59596fefa
1 // PR c++/54883
2 // { dg-additional-options "-fno-pie" { target ia32 } }
4 namespace { enum E { E1 }; } void f(E e) { }
6 // { dg-final { scan-assembler-not "globl" { xfail { powerpc-ibm-aix* } } } }