From 76bf2c97952bda74591761d2ac1ac9eb1aa1697c Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 3 Aug 2003 09:28:25 +0000 Subject: cppfiles.c (stack_file): Use file path. * cppfiles.c (stack_file): Use file path. testsuite: * lib/dg-pch.exp: Work round PCH bug. From-SVN: r70114 --- gcc/cppfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cppfiles.c') diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 007eb09..8dcc269 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -621,7 +621,7 @@ stack_file (cpp_reader *pfile, _cpp_file *file, bool import) pfile->mi_cmacro = 0; /* Generate the call back. */ - _cpp_do_file_change (pfile, LC_ENTER, file->name, 1, sysp); + _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp); return true; } -- cgit v1.1