exp_ch3.adb (Make_Eq_If): If the etype of the _parent component is an interface type...
authorJavier Miranda <miranda@adacore.com>
Tue, 30 Aug 2011 13:23:33 +0000 (13:23 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 30 Aug 2011 13:23:33 +0000 (15:23 +0200)
commit6d4e4fbcd2f5c5a73d263c4f45b0438d7dec9492
treec1c905b268ac4a15da6e463ef91f8fb021829a19
parentd15f94220de07aa75f31274ba0da466901501383
exp_ch3.adb (Make_Eq_If): If the etype of the _parent component is an interface type then do not generate...

2011-08-30  Javier Miranda  <miranda@adacore.com>

* exp_ch3.adb (Make_Eq_If): If the etype of the _parent component is an
interface type then do not generate code to compare this component.
Required since they have no components and their equality operator is
abstract.

From-SVN: r178300
gcc/ada/ChangeLog
gcc/ada/exp_ch3.adb