bit_packed_array5.ads: Move dg directive to...
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 27 May 2011 14:25:39 +0000 (14:25 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 27 May 2011 14:25:39 +0000 (14:25 +0000)
* gnat.dg/bit_packed_array5.ads: Move dg directive to...
* gnat.dg/bit_packed_array5.adb: ...here.

From-SVN: r174338

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/bit_packed_array5.adb
gcc/testsuite/gnat.dg/bit_packed_array5.ads

index 61892232fffd790a7efd898721ef83ecbfd9e6aa..3a2833207c049150adb1873e86c2bc1f8dc0343e 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/bit_packed_array5.ads: Move dg directive to...
+       * gnat.dg/bit_packed_array5.adb: ...here.
+
 2011-05-27  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/42056
@@ -14,8 +19,7 @@
 2011-05-27  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/49189
-       * gnat.dg/bit_packed_array5.adb: New testcase.
-       * gnat.dg/bit_packed_array5.ads: Likewise.
+       * gnat.dg/bit_packed_array5.ad[sb]: New testcase.
 
 2011-05-26  Jason Merrill  <jason@redhat.com>
 
index de574fb0d26c98859c5cf1c448a235f6628c5a6f..1f93c6bf7d4a12b1d2d3c08496ede45429ad9dfa 100644 (file)
@@ -1,3 +1,5 @@
+-- { dg-do compile }
+
 with System;
 
 package body Bit_Packed_Array5 is
index 8d335f0c393b33685fa02204a774a74a16b2df70..3513e0a1dbf921f976690e85291f38683448d947 100644 (file)
@@ -1,5 +1,3 @@
--- { dg-do compile }
-
 package Bit_Packed_Array5 is
 
    type Bit_Array is array (Integer range <>) of Boolean;