Re: [testsuite] gcc.dg/Wstrict-aliasing-converted-assigned.c: fix dg-message errors

2012-06-28 Thread Mike Stump
On Jun 28, 2012, at 5:55 PM, Janis Johnson wrote: > Test gcc.dg/Wstrict-aliasing-converted-assigned.c uses a combination of > "target" and "xfail" selectors in a way that would be nice if it worked, > OK for trunk? Ok. I prefer no spacing between the comment and the dg-message lines... ok eith

[testsuite] gcc.dg/Wstrict-aliasing-converted-assigned.c: fix dg-message errors

2012-06-28 Thread Janis Johnson
Test gcc.dg/Wstrict-aliasing-converted-assigned.c uses a combination of "target" and "xfail" selectors in a way that would be nice if it worked, but it doesn't. Unfortunately the local code to override dg-error and friends ignores errors, so directives with errors have been silently skipped. I pl