Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / aggr29.adb
blobc82a6f4c768e850046d574a3dc590672328ccb85
1 -- { dg-do compile }
2 -- { dg-options "-fdump-tree-gimple" }
4 with Ada.Streams; use Ada.Streams;
6 procedure Aggr29 is
7 A : aliased Stream_Element_Array := (1 .. 512 => <>);
8 begin
9 null;
10 end;
12 -- { dg-final { scan-tree-dump-not "a___UNC = \\*" "gimple" } }