jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed...
authorPer Bothner <per@bothner.com>
Thu, 30 Aug 2001 19:42:36 +0000 (12:42 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 30 Aug 2001 19:42:36 +0000 (12:42 -0700)
commit6e4302ec5b8658dbbed93bc09cf45b52aa94766c
treee6528e4c2ce9e6eab3a1fdb170886090ee7e590d
parent9f5b774b11ece31ef6997459cb74df79168be9d1
jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed at verbosity 1.

* jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
"Double" are printed at verbosity 1.

* jcf-dump.c (main):  Disable flag_print_attributes if --javap.

* jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.

From-SVN: r45296
gcc/java/ChangeLog
gcc/java/jcf-dump.c