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

2020-10-26 Thread Jozef Lawrynowicz
it gets clobbered to assist + with attribute validation. */ initial = DECL_INITIAL (decl); if (initialized) >From fad6cc4df13e00c55d381e82772438161282a008 Mon Sep 17 00:00:00 2001 From: Jozef Lawrynowicz Date: Tue, 20 Oct 2020 14:03:42 +0100 Subject: [PATCH] cp/decl.c: Set DE

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

2020-10-26 Thread Jozef Lawrynowicz
or trunk? >From 6fbb18ab081069fb2730360f9e09425b9b1f6a7d Mon Sep 17 00:00:00 2001 From: Jozef Lawrynowicz Date: Tue, 20 Oct 2020 14:03:42 +0100 Subject: [PATCH] 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