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

[Ada] Mark generic body outside of SPARK

gcc/ada/

	* libgnat/a-tiflio.adb: Mark body not in SPARK.
	* libgnat/a-tiflio.ads: Mark spec in SPARK.
parent d79e7af5
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
with Ada.Text_IO.Float_Aux;
package body Ada.Text_IO.Float_IO is
package body Ada.Text_IO.Float_IO with SPARK_Mode => Off is
package Aux renames Ada.Text_IO.Float_Aux;
......
......@@ -43,7 +43,7 @@
private generic
type Num is digits <>;
package Ada.Text_IO.Float_IO is
package Ada.Text_IO.Float_IO with SPARK_Mode => On is
Default_Fore : Field := 2;
Default_Aft : Field := Num'Digits - 1;
......
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