* doc/cpp.texi (Search Path): Fix outdated C++ path.

From-SVN: r192901
This commit is contained in:
Jonathan Wakely 2012-10-29 00:17:31 +00:00 committed by Jonathan Wakely
parent a7dbc1cbe5
commit 9f896ee513
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-10-29 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/cpp.texi (Search Path): Fix outdated C++ path.
2012-10-28 Jan Hubicka <jh@suse.cz>
* ipa-inline-analysis.c (eliminated_by_inlining_prob): Handle

View File

@ -856,7 +856,8 @@ requested with @code{@w{#include <@var{file}>}} in:
/usr/include
@end smallexample
For C++ programs, it will also look in @file{/usr/include/g++-v3},
For C++ programs, it will also look in
@file{@var{libdir}/../include/c++/@var{version}},
first. In the above, @var{target} is the canonical name of the system
GCC was configured to compile code for; often but not always the same as
the canonical name of the system it runs on. @var{version} is the