diff options
author | David Malcolm <dmalcolm@redhat.com> | 2015-06-16 19:44:05 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2015-06-16 19:44:05 +0000 |
commit | e0710289199369c888d12ce1f1c0144f4c587e2d (patch) | |
tree | 0ca200fcf01144058835cd88d67b174c6d93026f /gcc | |
parent | 7599760d235cf31c8c6013b62fb41cc810b514b6 (diff) | |
download | gcc-e0710289199369c888d12ce1f1c0144f4c587e2d.zip gcc-e0710289199369c888d12ce1f1c0144f4c587e2d.tar.gz gcc-e0710289199369c888d12ce1f1c0144f4c587e2d.tar.bz2 |
PR jit/66539: Properly add testcase
gcc/testsuite/ChangeLog:
PR jit/66539
* jit.dg/all-non-failing-tests.h: Add test-debug-strings.c
to "testcases" array.
From-SVN: r224535
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 66101a9..260f1a6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,12 @@ 2015-06-16 David Malcolm <dmalcolm@redhat.com> PR jit/66539 + * jit.dg/all-non-failing-tests.h: Add test-debug-strings.c + to "testcases" array. + +2015-06-16 David Malcolm <dmalcolm@redhat.com> + + PR jit/66539 * jit.dg/all-non-failing-tests.h: Add test-debug-strings.c. * jit.dg/test-debug-strings.c: New test case. * jit.dg/test-quadratic.c (make_calc_discriminant): Verify that diff --git a/gcc/testsuite/jit.dg/all-non-failing-tests.h b/gcc/testsuite/jit.dg/all-non-failing-tests.h index f0000cc..2ac56f2 100644 --- a/gcc/testsuite/jit.dg/all-non-failing-tests.h +++ b/gcc/testsuite/jit.dg/all-non-failing-tests.h @@ -222,6 +222,9 @@ const struct testcase testcases[] = { {"constants", create_code_constants, verify_code_constants}, + {"debug_strings", + create_code_debug_strings, + verify_code_debug_strings}, {"dot_product", create_code_dot_product, verify_code_dot_product}, |