[Patch] bug 18102 framework/header search path

Matt Rice ratmice@yahoo.com
Sat Nov 20 05:04:00 GMT 2004


on darwin with the -F and -I flags if the same dir
appears twice, the framework headers wouldn't be
searched for unless the -F flag is first, because
remove_duplicates would remove the second

this patch considers them to differ if the paths are
the same but the constructs differ.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18102


ChangeLog:
2004-11-19  Matt Rice <ratmice@yahoo.com>
c-incpath.c (remove_duplicates): check for construct
equality.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 18102.diff
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20041120/484c5fc4/attachment.ksh>


More information about the Gcc-patches mailing list