URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [warn/] [pragma-system_header3.h] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
#pragma GCC system_header template <typename T> int* g() { static char c; return reinterpret_cast<int*>(&c); } template <typename T> T* h() { static char c; return reinterpret_cast<T*>(&c); }
Go to most recent revision | Compare with Previous | Blame | View Log