aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2012-10-29 00:17:31 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2012-10-29 00:17:31 +0000
commit9f896ee513b518352140f8cfa2296306a318e85f (patch)
tree6d4864289b9dfb70bee51efbe9001f0975095abd /gcc
parenta7dbc1cbe52e7aea67d75d8ed26a67c18a3780ed (diff)
downloadgcc-9f896ee513b518352140f8cfa2296306a318e85f.zip
gcc-9f896ee513b518352140f8cfa2296306a318e85f.tar.gz
gcc-9f896ee513b518352140f8cfa2296306a318e85f.tar.bz2
* doc/cpp.texi (Search Path): Fix outdated C++ path.
From-SVN: r192901
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/cpp.texi3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8f4ca6c..e1235d2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
index fa5989e..c463e7c 100644
--- a/gcc/doc/cpp.texi
+++ b/gcc/doc/cpp.texi
@@ -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