Re: [PATCH 2/3] cp/decl.c: Set DECL_INITIAL before attribute processing

2020-11-21 Thread Jeff Law via Gcc-patches
regtested for arm-none-eabi. > > Ok for trunk? > > 0002-cp-decl.c-Set-DECL_INITIAL-before-attribute-processi.patch > > From f87d3c3aa131cadeaa2f32c9a36609b4dd42db96 Mon Sep 17 00:00:00 2001 > From: Jozef Lawrynowicz > Date: Sun, 15 Nov 2020 21:43:00 + > Subject: [

[PATCH 2/3] cp/decl.c: Set DECL_INITIAL before attribute processing

2020-11-15 Thread Jozef Lawrynowicz
Lawrynowicz Date: Sun, 15 Nov 2020 21:43:00 +0000 Subject: [PATCH 2/3] cp/decl.c: Set DECL_INITIAL before attribute processing Attribute handlers may want to examine DECL_INITIAL for a decl, to validate the attribute being applied. For C++, DECL_INITIAL is currently not set until cp_finish_d