Commit f316861a by Rainer Orth Committed by Rainer Orth

* g++.dg/template/char1.C: Use signed char.

From-SVN: r169082
parent 1dd584a2
2011-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/template/char1.C: Use signed char.
2011-01-21 Tobias Burnus <burnus@net-b.de>
PR fortran/47377
......
template <class CharType, CharType line_terminator = 0>
class String {};
String<char, 255> s; // { dg-warning "overflow" }
String<signed char, 255> s; // { dg-warning "overflow" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment