r148900 - in /trunk/gcc/ada: ChangeLog clean.ad...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Wed Jun 24 09:19:00 GMT 2009
Author: charlet
Date: Wed Jun 24 09:19:41 2009
New Revision: 148900
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148900
Log:
2009-06-24 Javier Miranda <miranda@adacore.com>
* exp_ch4.adb (Expand_N_Type_Conversion): Handle entities that are
visible through limited-with context clauses. In addition, avoid an
extra tag check that is not required when the class-wide
designated types of the operand and target types are
the same entity.
(Tagged_Membership): Handle entities from the limited view.
2009-06-24 Emmanuel Briot <briot@adacore.com>
* gnatcmd.adb, make.adb, mlib-prj.adb, prj.ads, clean.adb,
prj-nmsc.adb, prj-env.adb (File_Name_Data): removed
(Spec_Or_Body): now a subtype of Source_Kind, to avoid using two
different vocabularies for similar concepts (Impl/Body_Part and
Spec/Specification).
(Unit_Data): now points directly to a Source_Id, rather than duplicating
some of the information in File_Name_Data. This also saves a bit of
memory. However, since we are now using a pointer we need to test
for null explicitly in several places of the code
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/clean.adb
trunk/gcc/ada/exp_ch4.adb
trunk/gcc/ada/gnatcmd.adb
trunk/gcc/ada/make.adb
trunk/gcc/ada/mlib-prj.adb
trunk/gcc/ada/prj-env.adb
trunk/gcc/ada/prj-nmsc.adb
trunk/gcc/ada/prj.ads
More information about the Gcc-cvs
mailing list