diff options
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index 20afb50..4856e5f 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -949,7 +949,7 @@ merge_init_test_initialization (void **entry, void *x) However, what if the method that is suppoed to do the initialization is itself inlined in the caller? When expanding the called method - we'll assume that the class initalization has already been done, + we'll assume that the class initialization has already been done, because the DECL_INITIAL of the init_test_decl is set. To fix this we remove the DECL_INITIAL (in the caller scope) of all |