Commit 9f896ee5 by Jonathan Wakely Committed by Jonathan Wakely

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

From-SVN: r192901
parent a7dbc1cb
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment