diff options
author | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 1999-10-29 14:37:51 -0700 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 1999-10-29 14:37:51 -0700 |
commit | ed598dde43da766e72a6abf0f2b4622392b0fecd (patch) | |
tree | da1deee234e4528eb37d3d47999e05fb60cc102c | |
parent | 8119c7200793ac1e1c667f20d948eeffb11996e3 (diff) | |
download | gcc-ed598dde43da766e72a6abf0f2b4622392b0fecd.zip gcc-ed598dde43da766e72a6abf0f2b4622392b0fecd.tar.gz gcc-ed598dde43da766e72a6abf0f2b4622392b0fecd.tar.bz2 |
class.c (add_method_1): Set DECL_INLINE to 1 for private, static and final method.
Fri Oct 29 14:35:18 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* class.c (add_method_1): Set DECL_INLINE to 1 for private, static
and final method.
From-SVN: r30268
-rw-r--r-- | gcc/java/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 401336e..c547b45 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 29 14:35:18 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> + + * class.c (add_method_1): Set DECL_INLINE to 1 for private, static + and final method. + Fri Oct 29 14:23:32 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (expression_statement:): Call function to report |