Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / zcur_attr.adb
blob5d15f5e9d73248d85b4f9d71fdbe3898ed6a7d5a
1 -- { dg-do compile }
2 -- { dg-options "-fdump-tree-optimized" }
4 package body ZCUR_Attr is
5 function F return Integer is (0);
6 end ZCUR_Attr;
8 -- { dg-final { scan-tree-dump "zero_call_used_regs \[(\]\"all\"\[)\]" "optimized" } }