diff options
author | Matthias Klose <doko@ubuntu.com> | 2016-11-15 23:42:33 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2016-11-15 23:42:33 +0000 |
commit | 648e68d5fc7753a79925c9fc58a261bda8ff466d (patch) | |
tree | 13c8d64340b69d4604d4e59ad8ae2ed376793990 /gcc/doc | |
parent | 5d70ab07b65a3fda05fe3ea00434ab98a66e9272 (diff) | |
download | gcc-648e68d5fc7753a79925c9fc58a261bda8ff466d.zip gcc-648e68d5fc7753a79925c9fc58a261bda8ff466d.tar.gz gcc-648e68d5fc7753a79925c9fc58a261bda8ff466d.tar.bz2 |
install.texi: Remove references to java/libjava.
2016-11-16 Matthias Klose <doko@ubuntu.com>
* doc/install.texi: Remove references to java/libjava.
From-SVN: r242463
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dbb02bb..14f9d8d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10793,8 +10793,8 @@ Inserts a call to @code{__sanitizer_cov_trace_pc} into every basic block. @opindex fbounds-check For front ends that support it, generate additional code to check that indices used to access arrays are within the declared range. This is -currently only supported by the Fortran front end, where -this option defaults to true and false respectively. +currently only supported by the Fortran front end, where this option +defaults to false. @item -fcheck-pointer-bounds @opindex fcheck-pointer-bounds |