mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 22:11:30 +08:00
* doc/cpp.texi (Search Path): Fix outdated C++ path.
From-SVN: r192901
This commit is contained in:
parent
a7dbc1cbe5
commit
9f896ee513
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user