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]
Other format: [Raw text]

Re: Add -iquote support


Ziemowit Laski <zlaski@apple.com> writes:

> A really stupid nit:  Why not '-iuser' instead of '-iquote'?
> After all, we have '-isystem' and not (AFAIK) '-ianglebracket'... :-)

It's "-isystem" because it does something special - it makes the
headers found under that path be treated as system headers (warnings
are suppressed, and a few other things that i don't remember offhand).
"-ianglebracket" is "-I".

I think Mike's original suggestion is fine.

zw


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