Commit d99ef225 by Yannick Moy Committed by Pierre-Marie de Rodat

[Ada] Flip the meaning of debug switch -gnatdF

2019-07-11  Yannick Moy  <moy@adacore.com>

gcc/ada/

	* debug.adb: Flip meaning of debug switch -gnatdF.

From-SVN: r273404
parent 708fb956
2019-07-11 Yannick Moy <moy@adacore.com> 2019-07-11 Yannick Moy <moy@adacore.com>
* debug.adb: Flip meaning of debug switch -gnatdF.
2019-07-11 Yannick Moy <moy@adacore.com>
* sem_eval.adb (Is_Same_Value): Add special case for rewritten * sem_eval.adb (Is_Same_Value): Add special case for rewritten
Loop_Entry attribute. Loop_Entry attribute.
......
...@@ -602,10 +602,11 @@ package body Debug is ...@@ -602,10 +602,11 @@ package body Debug is
-- dE Apply compile time elaboration checking for with relations between -- dE Apply compile time elaboration checking for with relations between
-- predefined units. Normally no checks are made. -- predefined units. Normally no checks are made.
-- dF Perform the new SPARK checking rules for pointer aliasing. This is -- dF Disable the new SPARK checking rules for pointer aliasing. This is
-- only activated in GNATprove mode and on SPARK code. These rules are -- only activated as part of GNATprove mode and on SPARK code. Now
-- not yet part of the official SPARK language, but are expected to be -- that pointer support is part of the official SPARK language, this
-- included in a future version of SPARK. -- switch allows reverting to the previous version of GNATprove
-- rejecting pointers.
-- dG Generate all warnings. Normally Errout suppresses warnings on -- dG Generate all warnings. Normally Errout suppresses warnings on
-- units that are not part of the main extended source, and also -- units that are not part of the main extended source, and also
......
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