Re: [patch] fix outdated path in cpp.texi

2012-10-28 Thread Gerald Pfeifer
On Sun, 21 Oct 2012, Jonathan Wakely wrote: I was going to say Ack, since it's a doc patch, but somehow my own tests on various platforms (FreeBSD, GNU/Linux,...) did not confirm /usr/include/c++ in the search path. Or do you mean that it's at the root of some search paths, that is

Re: [patch] fix outdated path in cpp.texi

2012-10-28 Thread Jonathan Wakely
On 28 October 2012 22:21, Gerald Pfeifer wrote: On Sun, 21 Oct 2012, Jonathan Wakely wrote: I was going to say Ack, since it's a doc patch, but somehow my own tests on various platforms (FreeBSD, GNU/Linux,...) did not confirm /usr/include/c++ in the search path. Or do you mean that it's at

Re: [patch] fix outdated path in cpp.texi

2012-10-28 Thread Jonathan Wakely
On 29 October 2012 00:08, Jonathan Wakely wrote: Yes, libdir/gcc/target/version/../../../../include/c++/version would be more accurate, because libdir is not necessarily /usr I'll come up with something better ... I've committed this to the trunk. commit

Re: [patch] fix outdated path in cpp.texi

2012-10-21 Thread Gerald Pfeifer
On Thu, 18 Oct 2012, Jonathan Wakely wrote: http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html claims the search path for C++ headers starts with /usr/include/g++-v3 which hasn't been true for many years. 2012-10-18 Jonathan Wakely jwakely@gmail.com * doc/cpp.texi (Search

Re: [patch] fix outdated path in cpp.texi

2012-10-21 Thread Jonathan Wakely
On 21 October 2012 20:34, Gerald Pfeifer wrote: On Thu, 18 Oct 2012, Jonathan Wakely wrote: http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html claims the search path for C++ headers starts with /usr/include/g++-v3 which hasn't been true for many years. 2012-10-18 Jonathan Wakely

[patch] fix outdated path in cpp.texi

2012-10-17 Thread Jonathan Wakely
http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html claims the search path for C++ headers starts with /usr/include/g++-v3 which hasn't been true for many years. 2012-10-18 Jonathan Wakely jwakely@gmail.com * doc/cpp.texi (Search Path): Fix outdated C++ path. Tested with make doc