exp_attr.adb (N_Pragma): Chars field removed.
authorJavier Miranda <miranda@adacore.com>
Wed, 26 Mar 2008 07:38:16 +0000 (08:38 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 26 Mar 2008 07:38:16 +0000 (08:38 +0100)
commite10dab7f8dc252e8fa7cb42a4f4452b0f493bdcc
treed372641a25b1510d1a128e297a1fefd0e4146ab3
parentacf63f8c062cc57d127c9bc65af2b60c3548bcab
exp_attr.adb (N_Pragma): Chars field removed.

2008-03-26  Javier Miranda  <miranda@adacore.com>
    Robert Dewar  <dewar@adacore.com>

* exp_attr.adb (N_Pragma): Chars field removed.
(Expand_N_Attribute_Reference): If the designated type associated with
attribute 'Unrestricted_Access is a subprogram entity then replace it
by an E_Subprogram_Type itype.
Implement attribute Old

* sem_attr.ads (Attribute_Class_Array): Move to snames.ads

* sem_attr.adb (Build_Access_Subprogram_Itype): Add documentation.
Replace call to
New_Internal_Entity by call to Create_Itype to centralize calls
building itypes, ad propagate the convention of the designated
subprogram. In addition, disable the machinery cleaning constant
indications from all entities in current scope when 'Unrestricted_Access
corresponds with a node initializing a dispatch table slot.
(Analyze_Attribute): Parameterless attributes returning a string or a
type will not be called with improper arguments, so we can remove junk
code that was dealing with this case.
Implement attribute Old

* snames.ads, snames.h, snames.adb: Add entries for attribute Old
Add entry for pragma Optimize_Alignment
New standard names Sync and Synchronize

From-SVN: r133559
gcc/ada/exp_attr.adb
gcc/ada/sem_attr.adb
gcc/ada/snames.adb
gcc/ada/snames.ads
gcc/ada/snames.h