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

[Bug preprocessor/13498] CPP include search path documentation is incorrect


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


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