]> git.ipfire.org Git - thirdparty/gcc.git/commit
sem_ch3.adb (Process_Subtype): An allocator is a valid construct that can carry a...
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Aug 2008 15:14:29 +0000 (17:14 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Aug 2008 15:14:29 +0000 (17:14 +0200)
commitaecf0203034942824ef2b4d1b30d168f6b595491
tree74bd37de7d1d2f235b76bade011fcd2d0d61b9e2
parent1f1aa84f063d166ac95f7bfbcf039a6f7592dfe7
sem_ch3.adb (Process_Subtype): An allocator is a valid construct that can carry a null exclusion indicator...

2008-08-05  Ed Schonberg  <schonberg@adacore.com>

* sem_ch3.adb (Process_Subtype): An allocator is a valid construct that
can carry a null exclusion indicator, and on which an error may be
posted if the indicator is redundant.

* sem_ch8.adb (Analyze_Object_Renaming): Verify that a null exclusion
does not apply to a subtype mark that already excludes null.

* sem_ch12.adb (Formal_Object_Declaration): Verify that a null
exclusion does not apply to a subtype mark that already excludes null.

From-SVN: r138728
gcc/ada/ChangeLog
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch8.adb