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
This commit is contained in:
parent
53cfd9360d
commit
e9c6bb460b
@ -1,5 +1,5 @@
|
||||
-- { dg-do compile }
|
||||
-- { dg-options "-gnatct" }
|
||||
-- { dg-options "-gnatc" }
|
||||
|
||||
with Discr1_Pkg; use Discr1_Pkg;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- { dg-do compile }
|
||||
-- { dg-options "-gnat12 -gnatct" }
|
||||
-- { dg-options "-gnatc" }
|
||||
|
||||
with Ada.Containers.Vectors;
|
||||
with Limited_With4_Pkg;
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- { dg-do compile }
|
||||
-- { dg-options "-gnat12 -gnatct" }
|
||||
-- { dg-options "-gnatc" }
|
||||
|
||||
limited with Limited_With4;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- { dg-do compile }
|
||||
-- { dg-options "-gnatct" }
|
||||
-- { dg-options "-gnatc" }
|
||||
|
||||
package Private1.Sub is
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- { dg-do compile }
|
||||
-- { dg-options "-gnatct" }
|
||||
-- { dg-options "-gnatc" }
|
||||
|
||||
package Task1 is
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user