From: Eric Botcazou Date: Sat, 2 Jan 2016 23:45:25 +0000 (+0000) Subject: * gnat.dg/specs/debug1.ads: Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb51d3827a6d861b9fc1810f4c2b1e25af5a8761;p=gcc.git * gnat.dg/specs/debug1.ads: Delete. From-SVN: r232035 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c1fac7146fa..27a03a062c8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-01-02 Eric Botcazou + + * gnat.dg/specs/debug1.ads: Delete. + 2016-01-01 Jerry DeLisle PR libgfortran/68867 diff --git a/gcc/testsuite/gnat.dg/specs/debug1.ads b/gcc/testsuite/gnat.dg/specs/debug1.ads deleted file mode 100644 index 9c0cdfbc8d7..00000000000 --- a/gcc/testsuite/gnat.dg/specs/debug1.ads +++ /dev/null @@ -1,14 +0,0 @@ --- { dg-do compile { target *-*-linux* } } --- { dg-options "-gdwarf-2 -cargs -dA -margs" } - -package Debug1 is - - function N return Integer; - pragma Import (Ada, N); - - type Arr is array (-N .. N) of Boolean; - A : Arr; - -end Debug1; - --- { dg-final { scan-assembler-times "DW_AT_artificial" 18 } }