2015-05-05 Yvan Roux <yvan.roux@linaro.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / alias-mangle.C
blobd804c1a8805bda294fcbc5c29b1eafbe995f1bb3
1 // PR c++/34936
2 // { dg-do compile }
3 /* { dg-final { scan-assembler "_ZN1AIdEC1Ev" } } */
4 typedef double X __attribute((may_alias)) ;
6 template<typename> struct A
8   A();
9 };
11 A<X> a;        // { dg-warning "ignoring attributes on template argument" }