jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller than...
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Fri, 24 Aug 2001 17:40:54 +0000 (10:40 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 24 Aug 2001 17:40:54 +0000 (10:40 -0700)
commit496849ba9adf83390849c27eb83d556c5d403cb6
treed9bf3f14985d225ac1ec275d43787ee9713b21b1
parentf2c333a19db8f4a917ad0a64ef4bd818a8865d89
jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller than 4 bytes.

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)

From-SVN: r45156
gcc/java/ChangeLog
gcc/java/jcf-parse.c
gcc/java/parse.y