Re: [testsuite] gcc.dg: make message check lines unique in test summary

2012-06-12 Thread Richard Guenther
On Tue, Jun 12, 2012 at 4:37 AM, Janis Johnson wrote: > This test modifies dg-error, dg-warning, dg-message, and dg-bogus test > directives by adding comments that will be added to lines in the test > summary to eliminate non-unique lines for checks of messages for the > same line of source code i

[testsuite] gcc.dg: make message check lines unique in test summary

2012-06-11 Thread Janis Johnson
This test modifies dg-error, dg-warning, dg-message, and dg-bogus test directives by adding comments that will be added to lines in the test summary to eliminate non-unique lines for checks of messages for the same line of source code in a test. Tested on i686-pc-linux-gnu and arm-none-eabi. OK f