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