]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/sem_aggr.adb
itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram that given an...
authorJavier Miranda <miranda@adacore.com>
Mon, 5 Sep 2005 07:54:48 +0000 (09:54 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 5 Sep 2005 07:54:48 +0000 (09:54 +0200)
commitec53a6da66d89c335c60585eb62ad469cf9922f2
treed7a5a8f5007bee419ecccaf73a6db9e7c78b677e
parent1f5a932436112de4e93366915c8dbc77a8f821ff
itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram that given an entity T creates and returns an Itype that...

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.

From-SVN: r103868
gcc/ada/itypes.adb
gcc/ada/itypes.ads
gcc/ada/sem_aggr.adb
gcc/ada/sem_ch5.adb
This page took 0.064304 seconds and 5 git commands to generate.