aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/jit.dg/all-non-failing-tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/jit.dg/all-non-failing-tests.h')
-rw-r--r--gcc/testsuite/jit.dg/all-non-failing-tests.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/jit.dg/all-non-failing-tests.h b/gcc/testsuite/jit.dg/all-non-failing-tests.h
index 3e2b3b9..58e0c30 100644
--- a/gcc/testsuite/jit.dg/all-non-failing-tests.h
+++ b/gcc/testsuite/jit.dg/all-non-failing-tests.h
@@ -22,6 +22,13 @@
#undef create_code
#undef verify_code
+/* test-alignment.c */
+#define create_code create_code_alignment
+#define verify_code verify_code_alignment
+#include "test-alignment.c"
+#undef create_code
+#undef verify_code
+
/* test-arith-overflow.c */
#define create_code create_code_arith_overflow
#define verify_code verify_code_arith_overflow
@@ -246,6 +253,9 @@ const struct testcase testcases[] = {
{"accessing_union",
create_code_accessing_union,
verify_code_accessing_union},
+ {"alignment",
+ create_code_alignment,
+ verify_code_alignment},
{"arith_overflow",
create_code_arith_overflow,
verify_code_arith_overflow},