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

Neil Booth neil@daikokuya.demon.co.uk
Thu Mar 1 23:29:00 GMT 2001


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



More information about the Gcc-bugs mailing list