diff options
author | Tom Tromey <tromey@redhat.com> | 2004-12-06 15:32:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2004-12-06 15:32:38 +0000 |
commit | a58d74533c0b06903094936b4d3ba3712fe10ca9 (patch) | |
tree | c828f6f61d900bf37c9c5909e2bd3852aef32c0a /gcc/java/java-tree.h | |
parent | 0bc371d376f3fe74f0be50edd9d7b1dc82d22598 (diff) | |
download | gcc-a58d74533c0b06903094936b4d3ba3712fe10ca9.zip gcc-a58d74533c0b06903094936b4d3ba3712fe10ca9.tar.gz gcc-a58d74533c0b06903094936b4d3ba3712fe10ca9.tar.bz2 |
re PR java/14853 (Assignment to final field permitted when compiling to native)
PR java/14853:
* java-tree.h (extract_field_decl): Declare.
* parse.y (extract_field_decl): Renamed from
strip_out_static_field_access_decl. No longer static.
* check-init.c (get_variable_decl): Unwrap COMPOUND_EXPRs.
From-SVN: r91778
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index 54cf01b..843e5f7 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -1922,4 +1922,6 @@ extern tree build_expr_wfl PARAMS ((tree, const char *, int, int)); extern void java_genericize PARAMS ((tree)); extern int java_gimplify_expr PARAMS ((tree *, tree *, tree *)); +extern tree extract_field_decl (tree); + #endif /* ! GCC_JAVA_TREE_H */ |