Commit 5efc527b by Eric Botcazou Committed by Eric Botcazou

* gnat.dg/unchecked_convert4.adb: Add missing rep clause.

From-SVN: r152938
parent 57e4ba84
2009-10-17 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/unchecked_convert4.adb: Add missing rep clause.
2009-10-17 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/aggr11.adb: New test.
* gnat.dg/aggr11_pkg.ads: New helper.
......
......@@ -9,6 +9,7 @@ procedure Unchecked_Convert4 is
type Rec is record
I : Uint32;
end record;
for Rec'Size use 32;
pragma Atomic (Rec);
function Conv is new Unchecked_Conversion (Uint32, Rec);
......
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