sem_ch3.adb (Analyze_Object_Declaration): Avoid type Any_Access in unresolved initial...
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Aug 2008 09:30:53 +0000 (11:30 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 5 Aug 2008 09:30:53 +0000 (11:30 +0200)
commitc775e4a16cd3e99a9dd857db0dd2229c44a44c46
tree949519cd7726e66ff86892b3f3b82cb7461eeb7f
parent779dca2f0874271c15e1e3d170af26924d18e785
sem_ch3.adb (Analyze_Object_Declaration): Avoid type Any_Access in unresolved initial value of "null"...

2008-08-05  Bob Duff  <duff@adacore.com>

* sem_ch3.adb (Analyze_Object_Declaration): Avoid type Any_Access in
unresolved initial value of "null", because it causes implicitly
generated "=" operators to be ambiguous, and because this type should
not be passed to gigi.

From-SVN: r138693
gcc/ada/ChangeLog
gcc/ada/sem_ch3.adb