r260593 - in /trunk/gcc/ada: ChangeLog gnatbind...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Wed May 23 10:23:00 GMT 2018
Author: pmderodat
Date: Wed May 23 10:23:34 2018
New Revision: 260593
URL: https://gcc.gnu.org/viewcvs?rev=260593&root=gcc&view=rev
Log:
[Ada] gnatbind: do not list No_Implementation_Restrictions
When the gnatbind -r switch is used, do not list
No_Implementation_Restrictions, because after using the new restriction list,
No_Implementation_Restrictions will cause an error.
2018-05-23 Bob Duff <duff@adacore.com>
gcc/ada/
* gnatbind.adb (List_Applicable_Restrictions): Add
No_Implementation_Restrictions to the list of restrictions not to list.
Remove double negative "not No_Restriction_List". Comment the
commentary that is output, so it won't cause errors if used directly in
a gnat.adc.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/gnatbind.adb
More information about the Gcc-cvs
mailing list