diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/testsuite/gnat.dg/biased_uc.adb | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gnat.dg/env_compile_capacity.adb | 2 | ||||
| -rw-r--r-- | gcc/testsuite/gnat.dg/in_mod_conv.adb | 2 | ||||
| -rw-r--r-- | gcc/testsuite/gnat.dg/inline_scope.adb | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gnat.dg/layered_instance.adb | 2 | ||||
| -rw-r--r-- | gcc/testsuite/gnat.dg/test_prio.adb | 3 |
6 files changed, 9 insertions, 8 deletions
diff --git a/gcc/testsuite/gnat.dg/biased_uc.adb b/gcc/testsuite/gnat.dg/biased_uc.adb index d881e11..af90f42 100644 --- a/gcc/testsuite/gnat.dg/biased_uc.adb +++ b/gcc/testsuite/gnat.dg/biased_uc.adb @@ -1,5 +1,5 @@ --- { do-do run } --- { do-options "-gnatws" } +-- { dg-do run } +-- { dg-options "-gnatws" } with Unchecked_Conversion; procedure biased_uc is diff --git a/gcc/testsuite/gnat.dg/env_compile_capacity.adb b/gcc/testsuite/gnat.dg/env_compile_capacity.adb index e3ebcc8..03d2086 100644 --- a/gcc/testsuite/gnat.dg/env_compile_capacity.adb +++ b/gcc/testsuite/gnat.dg/env_compile_capacity.adb @@ -1,4 +1,4 @@ --- { do-do compile } +-- { dg-do compile } with My_Env_Versioned_Value_Set_G; package body Env_Compile_Capacity is diff --git a/gcc/testsuite/gnat.dg/in_mod_conv.adb b/gcc/testsuite/gnat.dg/in_mod_conv.adb index e240c0e..5ff0808 100644 --- a/gcc/testsuite/gnat.dg/in_mod_conv.adb +++ b/gcc/testsuite/gnat.dg/in_mod_conv.adb @@ -1,4 +1,4 @@ --- { do-do compile } +-- { dg-do compile } procedure in_mod_conv is package Test is diff --git a/gcc/testsuite/gnat.dg/inline_scope.adb b/gcc/testsuite/gnat.dg/inline_scope.adb index 58cc2f5..d83ce18 100644 --- a/gcc/testsuite/gnat.dg/inline_scope.adb +++ b/gcc/testsuite/gnat.dg/inline_scope.adb @@ -1,5 +1,5 @@ --- { do-do compile } --- { do-options "-gnatN" } +-- { dg-do compile } +-- { dg-options "-gnatN" } with inline_scope_p; procedure inline_scope (X : Integer) is diff --git a/gcc/testsuite/gnat.dg/layered_instance.adb b/gcc/testsuite/gnat.dg/layered_instance.adb index 54f8d25..f1326be 100644 --- a/gcc/testsuite/gnat.dg/layered_instance.adb +++ b/gcc/testsuite/gnat.dg/layered_instance.adb @@ -1,4 +1,4 @@ --- { do-do compile } +-- { dg-do compile } with Layered_Abstraction_P; with layered_abstraction; diff --git a/gcc/testsuite/gnat.dg/test_prio.adb b/gcc/testsuite/gnat.dg/test_prio.adb index 85e5cdd..30d07a8 100644 --- a/gcc/testsuite/gnat.dg/test_prio.adb +++ b/gcc/testsuite/gnat.dg/test_prio.adb @@ -1,5 +1,6 @@ --- { do-do run } +-- { dg-do run } -- { dg-options "-gnatws" } + pragma Locking_Policy (Ceiling_Locking); with test_prio_p;use test_prio_p; with text_io; use text_io; |
