r219252 - in /trunk/gcc/ada: ChangeLog bindgen....
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Tue Jan 6 10:30:00 GMT 2015
Author: charlet
Date: Tue Jan 6 10:30:54 2015
New Revision: 219252
URL: https://gcc.gnu.org/viewcvs?rev=219252&root=gcc&view=rev
Log:
2015-01-06 Pascal Obry <obry@adacore.com>
* bindgen.adb: Minor style fix.
2015-01-06 Robert Dewar <dewar@adacore.com>
* sem_util.ads, sem_util.adb: Minor reformatting.
2015-01-06 Vincent Celier <celier@adacore.com>
* prj-conf.adb (Parse_Project_And_Apply_Config): Reset incomplete
with flags before parsing the projects.
* prj-err.adb (Error_Msg): Do nothing if there are incomplete withs.
* prj-part.adb (Post_Parse_Context_Clause): Set Incomplete_Withs
to True in the flags, when Ignore_Missing_With is True and an
imported project cannot be found.
* prj-proc.adb (Expression): When there are incomplete withs and
a variable or attribute is not found, set the variable/attribute
to unknown.
* prj.ads (Processing_Flags): New flag Incomplete_Withs,
defaulted to False.
2015-01-06 Vasiliy Fofanov <fofanov@adacore.com>
* prj-proc.adb, prj-part.adb, prj.adb, prj.ads, prj-conf.adb,
prj-err.adb: Add new switch --no-command-line.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/bindgen.adb
trunk/gcc/ada/gnat_ugn.texi
trunk/gcc/ada/prj-conf.adb
trunk/gcc/ada/prj-err.adb
trunk/gcc/ada/prj-part.adb
trunk/gcc/ada/prj-proc.adb
trunk/gcc/ada/prj.adb
trunk/gcc/ada/prj.ads
trunk/gcc/ada/sem_util.adb
trunk/gcc/ada/sem_util.ads
More information about the Gcc-cvs
mailing list