re PR java/20338 (Program compiled with gcj crashes when accessing private static...
authorRanjit Mathew <rmathew@hotmail.com>
Wed, 9 Mar 2005 19:04:54 +0000 (19:04 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Wed, 9 Mar 2005 19:04:54 +0000 (19:04 +0000)
commit9e1af876ec17db808d3a1d2ace85b7734b0fca2c
tree15448ee1326556d1ada0e1472081e3218f1530e3
parent02bab9db99a4b27a1f486dfc299053d103032ce3
re PR java/20338 (Program compiled with gcj crashes when accessing private static method from nested class)

PR java/20338
* decl.c (finish_method): Emit _Jv_InitClass for private static
methods inside inner classes as well.

From-SVN: r96200
gcc/java/ChangeLog
gcc/java/decl.c