Commit ad4cb23c by Arnaud Charlet Committed by Arnaud Charlet

* gnat.dg/specs/genericppc.ads: New test

From-SVN: r138374
parent b38c3c9e
2008-07-31 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/specs/genericppc.ads: New test.
2008-07-31 Jakub Jelinek <jakub@redhat.com>
PR c/36970
......
-- { dg-do compile }
-- { dg-options "-gnatc" }
generic
type T_Item is private;
function genericppc (T : in t_Item; I : integer) return integer;
pragma Precondition (I > 0);
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