Skip to content
Snippets Groups Projects
Commit f5a7c656 authored by Yannick Moy's avatar Yannick Moy Committed by Pierre-Marie de Rodat
Browse files

[Ada] Use error marker for messages in GNATprove mode

gcc/ada/

	* gnat1drv.adb (Adjust_Global_Switches): Force error marker in
	GNATprove mode.
parent 0964be07
No related branches found
No related tags found
No related merge requests found
......@@ -565,6 +565,10 @@ procedure Gnat1drv is
Tagged_Type_Expansion := False;
-- Force the use of "error:" prefix for error messages
Unique_Error_Tag := True;
-- Detect that the runtime library support for floating-point numbers
-- may not be compatible with SPARK analysis of IEEE-754 floats.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment