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 / noreturn1.ads
1 with Ada.Exceptions; use Ada.Exceptions;
2
3 package Noreturn1 is
4
5    procedure Error (E : in Exception_Occurrence);
6    pragma No_Return (Error);
7
8 end Noreturn1;