OSDN Git Service

* gnat.dg/bit_packed_array5.ads: Move dg directive to...
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2011 14:25:39 +0000 (14:25 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2011 14:25:39 +0000 (14:25 +0000)
* gnat.dg/bit_packed_array5.adb: ...here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174338 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 6189223..3a28332 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 de574fb..1f93c6b 100644 (file)
@@ -1,3 +1,5 @@
+-- { dg-do compile }
+
 with System;
 
 package body Bit_Packed_Array5 is
index 8d335f0..3513e0a 100644 (file)
@@ -1,5 +1,3 @@
--- { dg-do compile }
-
 package Bit_Packed_Array5 is
 
    type Bit_Array is array (Integer range <>) of Boolean;