2018-09-26 Sergey Rybin <rybin@adacore.com>
gcc/ada/
* doc/gnat_ugn/gnat_utility_programs.rst: Add note about
processing of aggregate projects in gnatmetric and gnatstub.
From-SVN: r264622
+2018-09-26 Sergey Rybin <rybin@adacore.com>
+
+ * doc/gnat_ugn/gnat_utility_programs.rst: Add note about
+ processing of aggregate projects in gnatmetric and gnatstub.
+
2018-09-26 Hristian Kirtchev <kirtchev@adacore.com>
* contracts.adb, exp_unst.adb, exp_util.adb, gnat1drv.adb,
:switch:`-P {file}`
Indicates the name of the project file that describes the set of sources
to be processed. The exact set of argument sources depends on other options
- specified, see below.
+ specified, see below. An aggregate project is allowed as the file parameter
+ only if it has exactly one non-aggregate project being aggregated.
.. index:: -U (gnatmetric)
:switch:`-P {file}`
Indicates the name of the project file that describes the set of sources
- to be processed.
+ to be processed. An aggregate project is allowed as the file parameter only
+ if it has exactly one non-aggregate project being aggregated.
.. index:: -X (gnatstub)