On Thu, 27 Jun 2024, Marek Polacek wrote:
> Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk?
>
> -- >8 --
> I had this PR in my open tabs so why not go ahead and fix it.
>
> decl_attributes gets last_decl, the last already pushed declaration,
> to be used in common_handle_aligned_att
Sorry, I used the wrong e-mail address for Joseph.
On Thu, Jun 27, 2024 at 05:04:41PM -0400, Marek Polacek wrote:
> Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk?
>
> -- >8 --
> I had this PR in my open tabs so why not go ahead and fix it.
>
> decl_attributes gets last_decl, the la
Bootstrapped/regtested on x86_64-pc-linux-gnu, ok for trunk?
-- >8 --
I had this PR in my open tabs so why not go ahead and fix it.
decl_attributes gets last_decl, the last already pushed declaration,
to be used in common_handle_aligned_attribute. In C++, we look up
the decl via find_last_decl,