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]

Re: Results for 2.97 20010212 (experimental) testsuite on i686-pc -cyg win


Christopher Faylor wrote:-

> Would this fix the problem then?

This is fine for mainline, and branch, with a documentation update.

Thanks,

Neil.

> Index: cppinit.c
> ===================================================================
> RCS file: /cvs/uberbaum/gcc/cppinit.c,v
> retrieving revision 1.150
> diff -u -p -r1.150 cppinit.c
> --- cppinit.c	2001/02/25 09:43:02	1.150
> +++ cppinit.c	2001/03/01 04:24:22
> @@ -236,7 +236,7 @@ append_include_chain (pfile, dir, path, 
>    new->nlen = len;
>    new->ino  = st.st_ino;
>    new->dev  = st.st_dev;
> -  if (path == SYSTEM)
> +  if (path == SYSTEM || path == AFTER)
>  #ifdef NO_IMPLICIT_EXTERN_C
>      new->sysp = 1;
>  #else


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