This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
test for excess errors
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: gcc at gcc dot gnu dot org
- Date: Wed, 23 Aug 2006 08:57:53 -0400 (EDT)
- Subject: test for excess errors
Is it the expected behavior for dejagnu to always report warnings
as errors in the "test for excess errors" check? Is this a design
decision or just how dejagnu currently works? I ask because the
current output of "test for excess errors" when a FAIL occurs can
be inaccurate. With -m64 on Darwin we currently get a significant number
of false positives in the fortran testsuite due to linker warnings being
mistaken for errors. Thanks in advance for any clarifications.
Jack