From 648e68d5fc7753a79925c9fc58a261bda8ff466d Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Tue, 15 Nov 2016 23:42:33 +0000 Subject: [PATCH] install.texi: Remove references to java/libjava. 2016-11-16 Matthias Klose * doc/install.texi: Remove references to java/libjava. From-SVN: r242463 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75f7cfa9bd1..3cd5284eae1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-11-16 Matthias Klose + + * doc/install.texi: Remove references to java/libjava. + 2016-11-16 Kugan Vivekanandarajah * tree-ssa-coalesce.c (register_default_def): Remove register_ssa_partition. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dbb02bb7b25..14f9d8de205 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 -- 2.11.4.GIT