This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/13498] CPP include search path documentation is incorrect
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Dec 2003 19:35:16 -0000
- Subject: [Bug preprocessor/13498] CPP include search path documentation is incorrect
- References: <20031227180913.13498.fcusack@fcusack.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-27 19:35 -------
It is better on the mainline, In the manual:
/usr/local/include
libdir/gcc/target/version/include
/usr/target/include
/usr/include
Which is closer than before.
Here is what I get from cpp -v x.c -o /dev/null:
/usr/local/include
GCC_PREFIX/include
libdir/gcc/target/version/include
GCC_PREFIX/target/include
/usr/include
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |documentation
Last reconfirmed|0000-00-00 00:00:00 |2003-12-27 19:35:15
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13498