URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [int128-1.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/50454// { dg-do compile { target int128 } }template<typename T>struct limits;template<>struct limits<__int128> { }; // { dg-error "does not support" }template<>struct limits<unsigned __int128> { }; // { dg-error "does not support" }
Go to most recent revision | Compare with Previous | Blame | View Log
