diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2015-12-18 18:21:18 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-12-18 18:21:18 +0000 |
commit | b623391ccae3c8d2e60f088c141944466c812676 (patch) | |
tree | 2f4fcb100177c2e06b0494de2fbd3d64705ca073 /gcc | |
parent | 38b69a9c114619088740f49cac9a41410fa668c7 (diff) | |
download | gcc-b623391ccae3c8d2e60f088c141944466c812676.zip gcc-b623391ccae3c8d2e60f088c141944466c812676.tar.gz gcc-b623391ccae3c8d2e60f088c141944466c812676.tar.bz2 |
* gnat.dg/specs/debug1.ads: Bump final count to 18.
From-SVN: r231825
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gnat.dg/specs/debug1.ads | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dabdcea..5da1ce4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-12-18 Eric Botcazou <ebotcazou@adacore.com> + + * gnat.dg/specs/debug1.ads: Bump final count to 18. + 2015-12-18 Paolo Carlini <paolo.carlini@oracle.com> PR c++/67592 diff --git a/gcc/testsuite/gnat.dg/specs/debug1.ads b/gcc/testsuite/gnat.dg/specs/debug1.ads index 92e9184..9c0cdfb 100644 --- a/gcc/testsuite/gnat.dg/specs/debug1.ads +++ b/gcc/testsuite/gnat.dg/specs/debug1.ads @@ -11,4 +11,4 @@ package Debug1 is end Debug1; --- { dg-final { scan-assembler-times "DW_AT_artificial" 17 } } +-- { dg-final { scan-assembler-times "DW_AT_artificial" 18 } } |