diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-01-02 23:45:25 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-01-02 23:45:25 +0000 |
commit | cb51d3827a6d861b9fc1810f4c2b1e25af5a8761 (patch) | |
tree | 2e20d239c9d839c96a34d1f07c5009e760d3bb36 /gcc | |
parent | d59224e6cd33eac84e18a22fd3e2e6fc270d7ddd (diff) | |
download | gcc-cb51d3827a6d861b9fc1810f4c2b1e25af5a8761.zip gcc-cb51d3827a6d861b9fc1810f4c2b1e25af5a8761.tar.gz gcc-cb51d3827a6d861b9fc1810f4c2b1e25af5a8761.tar.bz2 |
* gnat.dg/specs/debug1.ads: Delete.
From-SVN: r232035
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gnat.dg/specs/debug1.ads | 14 |
2 files changed, 4 insertions, 14 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c1fac71..27a03a0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 index 9c0cdfb..0000000 --- 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 } } |