------- Comment #3 from ebotcazou at gcc dot gnu dot org 2007-02-20 23:54 ------- Subject: Bug 30684
Author: ebotcazou Date: Tue Feb 20 23:54:16 2007 New Revision: 122181 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122181 Log: PR ada/30684 Backport from 4.2 branch: 2006-11-17 Eric Botcazou <[EMAIL PROTECTED]> * ada-tree.h (DECL_READONLY_ONCE_ELAB): New macro. * decl.c (elaborate_expression_1): Test the DECL_READONLY_ONCE_ELAB flag in addition to TREE_READONLY to assert the constantness of variables for elaboration purposes. * trans.c (add_decl_expr): Do not dynamically elaborate padded objects if the initializer takes into account the padding. Set DECL_READONLY_ONCE_ELAB flag on variables originally TREE_READONLY but whose elaboration cannot be performed statically. Modified: branches/gcc-4_1-branch/gcc/ada/ChangeLog branches/gcc-4_1-branch/gcc/ada/ada-tree.h branches/gcc-4_1-branch/gcc/ada/decl.c branches/gcc-4_1-branch/gcc/ada/trans.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30684