OSDN Git Service

2005-09-01 Javier Miranda <miranda@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Sep 2005 07:54:48 +0000 (07:54 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Sep 2005 07:54:48 +0000 (07:54 +0000)
commit166ee026cdc41c3bf1b5a1379ddce8c6253b8d3b
treed7a5a8f5007bee419ecccaf73a6db9e7c78b677e
parent8a2fc7f3949873ca97069d89a39e48a8982b6b68
2005-09-01  Javier Miranda  <miranda@adacore.com>

* itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram
that given an entity T creates and returns an Itype that duplicates the
contents of T. The returned Itype has the null-exclusion
attribute set to True, and its Etype attribute references T
to keep the association between the two entities.
Update copyright notice

* sem_aggr.adb (Check_Can_Never_Be_Null,
Aggregate_Constraint_Checks, Resolve_Aggregate,
Resolve_Array_Aggregate, Resolve_Record_Aggregate): Code cleanup.

* sem_ch5.adb (Analyze_Assignment): Code cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103868 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/itypes.adb
gcc/ada/itypes.ads
gcc/ada/sem_aggr.adb
gcc/ada/sem_ch5.adb