On Wed, 29 Jan 2014, Joseph S. Myers wrote: > On Wed, 29 Jan 2014, Richard Biener wrote: > > > testing reveals diagnostic regressions > > > > FAIL: gcc.dg/call-diag-2.c abort (test for warnings, line 12) > > FAIL: gcc.dg/call-diag-2.c abort (test for warnings, line 15) > > FAIL: gcc.dg/invalid-call-1.c (test for warnings, line 16) > > > > which may be hard to preserve (didn't investigate thoroughly yet), > > one is probably emitted via the call to require_complete_type > > I remove. > > > > Is it ok to adjust the testcases expectation for what is produced now? > > These appear to be about the "will abort" diagnostics - removing those > dg-message tests, while keeping the dg-warning tests, is fine.
Ah, indeed. I've adjusted the testcases and committed the patch. Thanks, Richard.