diff options
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r-- | gcc/cp/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c index e9eddf9..98f4bbd 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -2233,7 +2233,7 @@ build_java_class_ref (type) DECL_ARTIFICIAL (class_decl) = 1; DECL_IGNORED_P (class_decl) = 1; pushdecl_top_level (class_decl); - make_decl_rtl (class_decl, NULL_PTR, 1); + make_decl_rtl (class_decl, NULL_PTR); } return class_decl; } |