URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [char1.C] - Rev 693
Compare with Previous | Blame | View Log
template <class CharType, CharType line_terminator = 0>
class String {};
String<signed char, 255> s; // { dg-warning "overflow" }