This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]