Commit e9c6bb46 by Eric Botcazou

discr1.ads: Compile with -gnatc instead of -gnatct.

	* gnat.dg/specs/discr1.ads: Compile with -gnatc instead of -gnatct.
	* gnat.dg/specs/limited_with4.ads: Likewise.
	* gnat.dg/specs/limited_with4_pkg.ads: Likewise.
	* gnat.dg/specs/private1-sub.ads: Likewise.
	* gnat.dg/specs/task1.ads: Likewise.

From-SVN: r279889
parent 53cfd936
-- { dg-do compile }
-- { dg-options "-gnatct" }
-- { dg-options "-gnatc" }
with Discr1_Pkg; use Discr1_Pkg;
......
-- { dg-do compile }
-- { dg-options "-gnat12 -gnatct" }
-- { dg-options "-gnatc" }
with Ada.Containers.Vectors;
with Limited_With4_Pkg;
......
-- { dg-do compile }
-- { dg-options "-gnat12 -gnatct" }
-- { dg-options "-gnatc" }
limited with Limited_With4;
......
-- { dg-do compile }
-- { dg-options "-gnatct" }
-- { dg-options "-gnatc" }
package Private1.Sub is
......
-- { dg-do compile }
-- { dg-options "-gnatct" }
-- { dg-options "-gnatc" }
package Task1 is
......
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