Commit fd5dbe4f by Eric Botcazou

bit_packed_array5.ads: Move dg directive to...

	* gnat.dg/bit_packed_array5.ads: Move dg directive to...
	* gnat.dg/bit_packed_array5.adb: ...here.

From-SVN: r174338
parent efaa76b3
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>
......
-- { dg-do compile }
with System;
package body Bit_Packed_Array5 is
......
-- { dg-do compile }
package Bit_Packed_Array5 is
type Bit_Array is array (Integer range <>) of Boolean;
......
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