URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [alias-mangle.C] - Rev 821
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/34936
// { dg-do compile }
/* { dg-final { scan-assembler "_ZN1AIdEC1Ev" } } */
typedef double X __attribute((may_alias)) ;
template<typename> struct A
{
A();
};
A<X> a;
Go to most recent revision | Compare with Previous | Blame | View Log