testsuite: suppress mangling compatibility aliases
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle64.C
blob9c429850eee935fa9c9de99cff95e6ac6670d752
1 // { dg-do compile { target msp430*-*-* } }
2 // { dg-options "-std=gnu++11 -fabi-compat-version=0" }
3 // { dg-skip-if "" { msp430*-*-* } { "-mcpu=msp430" } { "" } }
5 __int20 x;
7 __int20 foo (__int20 a, unsigned __int20 b)
9   return a + b;
12 // { dg-final { scan-assembler "\n_?_Z3foou5int20u6uint20\[: \t\n\]" } }