cppinit.c (remove_dup_dirs): Inform if a system include directory is being reordered.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 4 Jul 2001 20:06:27 +0000 (20:06 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 4 Jul 2001 20:06:27 +0000 (20:06 +0000)
commitdbead49c0a4e21b710926a9ee52328337531948d
treef561f96897d67ba37dab1fe3762f2eeb5c37a52f
parent0cf97c8b4b732df1f15f697730f9ee50737e7b6a
cppinit.c (remove_dup_dirs): Inform if a system include directory is being reordered.

* cppinit.c (remove_dup_dirs): Inform if a system include
        directory is being reordered.
* doc/invoke.texi (Directory Options): GCC warns if you hide a
system include.
* doc/cpp.texi (Search Paths): Likewise.
* doc/gcc.texi (Interoperation): Remove information about
-I/usr/include.

From-SVN: r43769
gcc/ChangeLog
gcc/cppinit.c
gcc/doc/cpp.texi
gcc/doc/gcc.texi
gcc/doc/invoke.texi