From: Martin Liska Date: Mon, 3 Jun 2019 11:09:05 +0000 (+0200) Subject: Remove Java Trees from GENERIC manual. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fa97a0b3e233d7303aae2090c608480fead8e8a;p=gcc.git Remove Java Trees from GENERIC manual. 2019-06-03 Martin Liska * doc/generic.texi: Remove Java Trees. From-SVN: r271861 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c68c2d9a625..372e880987c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -9,6 +9,10 @@ * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Handle non-decl bases in the original reference. +2019-06-03 Martin Liska + + * doc/generic.texi: Remove Java Trees. + 2019-06-03 Martin Liska * fold-const.c (operand_equal_p): Fix typo as compare_tree_int diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 15f6cfec21b..67f7ad53af6 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -43,7 +43,6 @@ seems inelegant. * Functions:: Function bodies, linkage, and other aspects. * Language-dependent trees:: Topics and trees specific to language front ends. * C and C++ Trees:: Trees specific to C and C++. -* Java Trees:: Trees specific to Java. @end menu @c --------------------------------------------------------------------- @@ -3544,7 +3543,3 @@ In either case, the expression is void. @end table - - -@node Java Trees -@section Java Trees