This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r146945 - in /trunk/gcc/ada: ChangeLog sem_ch12...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 29 Apr 2009 10:28:55 -0000
- Subject: r146945 - in /trunk/gcc/ada: ChangeLog sem_ch12...
Author: charlet
Date: Wed Apr 29 10:28:55 2009
New Revision: 146945
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146945
Log:
2009-04-29 Ed Schonberg <schonberg@adacore.com>
* sem_disp.adb (Check_Dispatching_Operation): if the dispatching
operation is a body without previous spec, update the list of
primitive operations to ensure that cross-reference information is
up-to-date.
* sem_ch12.adb (Build_Instance_Compilation_Unit_Nodes): When creating a
new compilation unit node for the instance declaration, keep the
context items of the original unit on it, so that the context of the
instance body only holds the context inherited from the generic body.
2009-04-29 Bob Duff <duff@adacore.com>
* sem_res.adb: Minor comment fix.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/sem_ch12.adb
trunk/gcc/ada/sem_disp.adb
trunk/gcc/ada/sem_res.adb