aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.brendan/line1.C
blob: 94130ec467688a66ec474b1d4a8ea89ecbdcffd3 (plain)
1
2
3
4
// { dg-do assemble  }
// GROUPS passed error-messages
typedef struct s S;// { dg-message "" }  previous.*
struct S { int member:1; };  // the lineno for this should be 2, not 0// { dg-error "" }  conflicting types.*