* jcf-dump.c (print_constant): Add break.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238824
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-07-28 Marek Polacek <polacek@redhat.com>
+
+ PR c/7652
+ * jcf-dump.c (print_constant): Add break.
+
2016-07-21 Richard Biener <rguenther@suse.de>
* jcf-parse.c (java_emit_static_constructor): Set
if (verbosity > 0)
fprintf (out, "Fieldref: %ld=", (long) JPOOL_USHORT2 (jcf, index));
print_constant (out, jcf, JPOOL_USHORT2 (jcf, index), 0);
+ break;
case 5:
case 6:
case 7: