This is the mail archive of the gcc-bugs@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


On Fri, Mar 02, 2001 at 07:28:32AM +0000, Neil Booth wrote:
>Christopher Faylor wrote:-
>
>> Would this fix the problem then?
>
>This is fine for mainline, and branch, with a documentation update.
>
>Thanks,

I've done this on the mainline.  I'll have to check out the branch and
do it later today.

cgf

>> 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

-- 
cgf@cygnus.com                        Red Hat, Inc.
http://sources.redhat.com/            http://www.redhat.com/


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