URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [opt/] [pr23056.C] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/23056// { dg-do compile }template <bool T> struct S { virtual ~S(); };void foo (){static_cast<bool>("Foo");}S<true> a;
Go to most recent revision | Compare with Previous | Blame | View Log
