2001-08-23 Alexandre Petit-Bianco <apbianco@redhat.com>
commit57763f86c882f6b524e8f328a8056b1ac74be262
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Aug 2001 17:40:54 +0000 (24 17:40 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Aug 2001 17:40:54 +0000 (24 17:40 +0000)
treed9bf3f14985d225ac1ec275d43787ee9713b21b1
parente3a2daf6822f26a1da8fd6f0f5e904ceb733a014
2001-08-23  Alexandre Petit-Bianco  <apbianco@redhat.com>

* jcf-parse.c (yyparse): Set magic to 0, don't issue error for a
file smaller than 4 bytes.
* parse.y (check_inner_circular_reference): New function.
(check_circular_reference): Likewise.
(array_initializer:): Accept {,}.
(java_check_circular_reference): Rewritten using
check_circular_reference and check_inner_circular_reference.
(java_complete_expand_method): Unconditionally save and restore
the unpurged exception list.
(build_dot_class_method_invocation): Unmangle signature parameter.

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

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