OSDN Git Service

* tree-ssa-sccvn.c (vn_reference_lookup_3): Always punt if the call to
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / assert.ads
1 package Assert is
2
3    procedure Assert (Condition : Boolean);
4
5 end Assert;