From: David Daney Date: Fri, 6 Aug 2010 04:02:42 +0000 (+0000) Subject: * class.c (build_utf8_ref): Make decl DECL_USER_ALIGN. X-Git-Tag: releases/gcc-4.6.0~5214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff474fc5cc9ad871d75ae00c5afe84a509bc631;p=thirdparty%2Fgcc.git * class.c (build_utf8_ref): Make decl DECL_USER_ALIGN. From-SVN: r162930 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 00e7ce754c63..2959b084518a 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2010-08-05 David Daney + + * class.c (build_utf8_ref): Make decl DECL_USER_ALIGN. + 2010-07-27 Joseph Myers * lang.c (java_handle_option): Update prototype and return value diff --git a/gcc/java/class.c b/gcc/java/class.c index 78f77ab2d264..81e527a96576 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -983,6 +983,7 @@ build_utf8_ref (tree name) TREE_READONLY (decl) = 1; TREE_THIS_VOLATILE (decl) = 0; DECL_INITIAL (decl) = cinit; + DECL_USER_ALIGN(decl) = 1; if (HAVE_GAS_SHF_MERGE) {