r235248 - in /trunk/gcc/ada: ChangeLog einfo.ad...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Wed Apr 20 09:22:00 GMT 2016
Author: charlet
Date: Wed Apr 20 09:21:59 2016
New Revision: 235248
URL: https://gcc.gnu.org/viewcvs?rev=235248&root=gcc&view=rev
Log:
2016-04-20 Yannick Moy <moy@adacore.com>
* osint.adb (Relocate_Path): Fix test when Path is shorter than Prefix.
* einfo.adb (Set_Overridden_Operation): Add assertion.
* sem_util.adb (Unique_Entity): for renaming-as-body return the spec
entity.
2016-04-20 Javier Miranda <miranda@adacore.com>
* exp_unst.adb (Append_Unique_Call): New subprogram.
(Unnest_Subprogram): Replace the unique occurrence
of Call.Append() by Append_Unique_Call() which protects us from
adding to the Calls table duplicated entries.
2016-04-20 Arnaud Charlet <charlet@adacore.com>
* exp_attr.adb (Is_GCC_Target): Fix for C backend.
* xref_lib.ads (Dependencies_Tables): instantiate
Table package with types that guarantee its safe use.
* s-imgllu.adb, s-imgint.adb, s-imguns.adb, s-imglli.adb: Avoid nested
procedures.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/einfo.adb
trunk/gcc/ada/exp_attr.adb
trunk/gcc/ada/exp_unst.adb
trunk/gcc/ada/osint.adb
trunk/gcc/ada/s-imgint.adb
trunk/gcc/ada/s-imglli.adb
trunk/gcc/ada/s-imgllu.adb
trunk/gcc/ada/s-imguns.adb
trunk/gcc/ada/sem_util.adb
trunk/gcc/ada/xref_lib.ads
More information about the Gcc-cvs
mailing list