This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA (c-common): PATCH to handle_aligned_attribute for debug/43370


On Wed, 5 May 2010, Jason Merrill wrote:

> My patch for PR 35315 changed decl_attributes to keep ATTR_FLAG_TYPE_IN_PLACE
> even when dealing with a decl if that decl is the naming TYPE_DECL for its
> type, but I didn't update handle_aligned_attribute to deal properly with this
> situation.  This patch changes that the latter function to respect the flag if
> it is set.
> 
> I looked at the other handle_*_attribute functions in c-common, but it doesn't
> seem that any others need this change.
> 
> Tested x86_64-pc-linux-gnu.  OK for trunk, 4.4 and 4.5?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]