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 / elim1.adb
1 package body elim1 is
2    procedure d (a : t) is
3    begin
4       null;
5    end; 
6 end;