re GNATS gcj/85 (Compiler optimizes away private methods when native methods might...
authorTom Tromey <tromey@cygnus.com>
Fri, 5 Nov 1999 18:27:28 +0000 (18:27 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 5 Nov 1999 18:27:28 +0000 (18:27 +0000)
commit09e7d04a1b2b2365cc8bc61a0ab41115b653a2ce
tree3b52e6e9e1b58af468ce584c71e1c1a47ce2832b
parent467403ca5587335ab372bc19f8e261af067afe2f
re GNATS gcj/85 (Compiler optimizes away private methods when native methods might access them)

* class.c (finish_class): Emit inlined methods if any native
methods exist in the class.  Fixes PR gcj/85.

From-SVN: r30420
gcc/java/ChangeLog
gcc/java/class.c