* gnat.dg/specs/debug1.ads: Delete.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 2 Jan 2016 23:45:25 +0000 (23:45 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 2 Jan 2016 23:45:25 +0000 (23:45 +0000)
From-SVN: r232035

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/specs/debug1.ads [deleted file]

index c1fac7146fa2b58af928b7de8ee13a574df96952..27a03a062c85e232d54e3e147f9ddf23333e7c48 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-02  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/debug1.ads: Delete.
+
 2016-01-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        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 (file)
index 9c0cdfb..0000000
+++ /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 } }