* gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / cttiadd.cc
index ffba405cc166051174b97c51d08b79c994dac0da..14ac6d130e565424f3f8f206e6cb49dd1f6a3f62 100644 (file)
@@ -27,7 +27,7 @@ template<class T> T add(T v1, T v2)
 
 int main()
 {
-  char c;
+  unsigned char c;
   int i;
   float f;
   extern void add1();
This page took 0.025535 seconds and 4 git commands to generate.