On 4 November 2015 at 09:45, Mike Stump <m...@mrs.kithrup.com> wrote: > in the top of the tree. This is bad as the same line appears in a PASS: and > an XFAIL:. Each test case should be unique. Should it be updated to 64?
I think it is sufficient to change it to: /* { dg-warning "24:missing" "wrong column" { xfail *-*-* } 2 } */ This dg-warning is there to show that the column number is wrong and tell whoever fixes this that there is already a test that only needs updating. Changing 24 to 64 defeats the purpose of having it in the first place. Cheers, Manuel.