Commit 62458cc1 by Yannick Moy Committed by Pierre-Marie de Rodat

[Ada] Add Suppressible argument to Assertion_Policy in documentation

2018-06-11  Yannick Moy  <moy@adacore.com>

gcc/ada/

	* doc/gnat_rm/implementation_defined_pragmas.rst: Add Suppressible
	argument to Assertion_Policy
	* gnat_rm.texi: Regenerate.

From-SVN: r261415
parent a1971119
2018-06-11 Yannick Moy <moy@adacore.com> 2018-06-11 Yannick Moy <moy@adacore.com>
* doc/gnat_rm/implementation_defined_pragmas.rst: Add Suppressible
argument to Assertion_Policy
* gnat_rm.texi: Regenerate.
2018-06-11 Yannick Moy <moy@adacore.com>
* gnat1drv.adb: Do not check representation information in CodePeer and * gnat1drv.adb: Do not check representation information in CodePeer and
GNATprove modes, as these modes call a special backend instead of gigi, GNATprove modes, as these modes call a special backend instead of gigi,
so do not have the information. so do not have the information.
......
...@@ -396,7 +396,7 @@ Pragma Assertion_Policy ...@@ -396,7 +396,7 @@ Pragma Assertion_Policy
Syntax:: Syntax::
pragma Assertion_Policy (CHECK | DISABLE | IGNORE); pragma Assertion_Policy (CHECK | DISABLE | IGNORE | SUPPRESSIBLE);
pragma Assertion_Policy ( pragma Assertion_Policy (
ASSERTION_KIND => POLICY_IDENTIFIER ASSERTION_KIND => POLICY_IDENTIFIER
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
@copying @copying
@quotation @quotation
GNAT Reference Manual , May 22, 2018 GNAT Reference Manual , Jun 06, 2018
AdaCore AdaCore
...@@ -1761,7 +1761,7 @@ documentation. ...@@ -1761,7 +1761,7 @@ documentation.
Syntax: Syntax:
@example @example
pragma Assertion_Policy (CHECK | DISABLE | IGNORE); pragma Assertion_Policy (CHECK | DISABLE | IGNORE | SUPPRESSIBLE);
pragma Assertion_Policy ( pragma Assertion_Policy (
ASSERTION_KIND => POLICY_IDENTIFIER ASSERTION_KIND => POLICY_IDENTIFIER
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment