On 10/08/2015 03:14 PM, Christian Bruel wrote:
Probably at the time of start_decl, because DECL_ALIGN will have the boundary given by the global target_flags at that time. But this shouldn't be a problem since what matters is the DECL_ALIGN recomputed with the definition when there is something to layout.
I'm not so sure. Don't we take DECL_ALIGN into account when optimizing things like alignment tests?
Bernd