This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
pch/warn-1.c failure on AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Geoffrey Keating <geoffk at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 28 Aug 2003 00:26:04 -0400
- Subject: pch/warn-1.c failure on AIX
The pch/warn-1.c test is producing a FAIL on AIX due to a
different error message than the testcase is expecting:
/gcc/dje/src/gcc/testsuite/gcc.dg/pch/warn-1.c:5:97: warning: ./warn-1.h.gch: not used because `DEFINED_VALUE' is defined
/gcc/dje/src/gcc/testsuite/gcc.dg/pch/warn-1.c:5:97: warn-1.h: A file or directory in the path name does not exist.
PASS: gcc.dg/pch/warn-1.c (test for errors, line 5)
FAIL: gcc.dg/pch/warn-1.c (test for excess errors)
The testcase looks for "No such file", which is not present in the output
on AIX. Should the testcase expect more variants?
David