>>>>> "Marek" == Marek Polacek <pola...@redhat.com> writes:

Marek> +++ gcc/gcc/java/jcf-dump.c
Marek> @@ -926,6 +926,8 @@ print_constant (FILE *out, JCF *jcf, int index, int 
verbosity)
Marek>            if (verbosity > 0)
Marek>              fprintf (out, "Fieldref: %ld=", (long) JPOOL_USHORT2 (jcf, 
index));
Marek>            print_constant (out, jcf, JPOOL_USHORT2 (jcf, index), 0);
Marek> +          /* XXX Really fallthru?  */
Marek> +          gcc_fallthrough ();

I think this one is a bug.

Tom

Reply via email to