OSDN Git Service

2001-08-24 Alexandre Petit-Bianco <apbianco@redhat.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Aug 2001 14:46:57 +0000 (14:46 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Aug 2001 14:46:57 +0000 (14:46 +0000)
commit0d0b929a6fda4fea245c5f840f8b4886608eecbe
tree152fb4a4d6d6ad312e62373637163f94729dcb6c
parent24acd22aef581a7824a83cffa242edcd8a440ddf
2001-08-24  Alexandre Petit-Bianco  <apbianco@redhat.com>

* parse.y (check_deprecation): Handle TYPE_DECL in a special case,
don't report anything but deprecated class when marked so. Handle
VAR_DECL.
(patch_method_invocation): Check deprecation on methods and types.
(patch_binop): code becomes an enum tree_code, added default: to
switch to handle that. Detect division by zero, try to fold and
return before using a subroutine.

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01495.html)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45187 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/parse.y