This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/37622] New: gcc.dg: failure reported for direct2s.c
- From: "tim dot vanholder at anubex dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2008 13:29:30 -0000
- Subject: [Bug testsuite/37622] New: gcc.dg: failure reported for direct2s.c
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Clean build from a source tree that was the result of svn switching to the
4.3.2 release tag (was previously a 4.3.0 release I think).
make check reports a handful of errors; I'm logging each separately once I
determine the likely cause.
the gcc.dg/cpp/direct2s.c test fails with "test for excess errors".
The message is "warning: current file is older than direct2.c".
I suspect that it was an error to duplicate the
#pragma GCC dependency "direct2.c"
line from direct2.c instead of changing it to
#pragma GCC dependency "direct2s.c"
Of course this problem would only be triggered if direct2s.c is older than
direct2.c, which is unlikely to happen except as the result of a svn up/switch.
--
Summary: gcc.dg: failure reported for direct2s.c
Product: gcc
Version: 4.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tim dot vanholder at anubex dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37622