This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2007 22:13:51 -0000
- Subject: [Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings
- References: <bug-25241-1000@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from joseph at codesourcery dot com 2007-01-30 22:13 -------
Subject: Re: DejaGNU does not distinguish between errors
and warnings
On Tue, 30 Jan 2007, manu at gcc dot gnu dot org wrote:
> There are around 6914 tests failing. And I am not even sure if the above patch
> is correct. Perhaps there is something wrong on it that is causing excessive
> failures. :-(
I guess some of the fixing needs automating:
If the logs have a single diagnostic for a line, and that diagnostic is an
error but the testcase uses dg-warning on that line (or vice versa), then
it should be possible to fix the testcase in a fairly automated way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25241