Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash16.C
blob674fc4fa6791eca5071d2916b45a8039d82775c1
1 // { dg-do compile }
2 // { dg-options "-fshow-column" }
3 // GROUPS passed old-abort
5 class Graph { // { dg-error "1:new types|1: note: \\(perhaps" }
6 public:
7       unsigned         char N;
8       Graph(void) {} // { dg-error "7:'Graph" }
11 Graph::Graph(void) // { dg-error "18:return type|1: error: redefinition" }
12 {    N = 10;