aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@gcc.gnu.org>2005-05-15 18:31:26 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-05-15 18:31:26 +0000
commit5dbf7c2a457716c75d000d108037b467c9371cf6 (patch)
tree3e2b2f88b304d635c7fa97bd795644334a669437 /gcc/java/expr.c
parent6e60504feb4cb207cbf7bcbb4b858868946307e3 (diff)
downloadgcc-5dbf7c2a457716c75d000d108037b467c9371cf6.zip
gcc-5dbf7c2a457716c75d000d108037b467c9371cf6.tar.gz
gcc-5dbf7c2a457716c75d000d108037b467c9371cf6.tar.bz2
reverted erroneous checkin
From-SVN: r99742
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index d720f0f..3a4002b 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -1800,7 +1800,6 @@ create_label_decl (tree name)
TREE_TYPE (return_address_type_node));
DECL_CONTEXT (decl) = current_function_decl;
DECL_IGNORED_P (decl) = 1;
- DECL_ARTIFICIAL (decl) = 1;
return decl;
}