This hunk was omitted from r224531. Tested with "make check-jit"; takes jit.sum from 7699 to 7829 passes.
Committed to trunk as r224535. gcc/testsuite/ChangeLog: PR jit/66539 * jit.dg/all-non-failing-tests.h: Add test-debug-strings.c to "testcases" array. --- gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 +++ 1 file changed, 3 insertions(+) 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}, -- 1.8.5.3