From: Christophe Lyon Date: Wed, 1 Jul 2020 12:23:51 +0000 (+0000) Subject: arm: Fix handler-align.c testcase [PR target/94743] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa8b5ca0b540fde5890f3114f2d7076d5238fc2e;p=gcc.git arm: Fix handler-align.c testcase [PR target/94743] This testcase triggers the new warning, so compile it with -mgeneral-regs-only. 2020-07-01 Christophe Lyon PR target/94743 gcc/testsuite/ * gcc.target/arm/handler-align.c: Add -mgeneral-regs-only. --- diff --git a/gcc/testsuite/gcc.target/arm/handler-align.c b/gcc/testsuite/gcc.target/arm/handler-align.c index 6c5187b2028..93db8e2a738 100644 --- a/gcc/testsuite/gcc.target/arm/handler-align.c +++ b/gcc/testsuite/gcc.target/arm/handler-align.c @@ -1,6 +1,6 @@ /* Test epilogue of a realigned interrupt handler. */ /* { dg-do run } */ -/* { dg-options "-mthumb -Os" } */ +/* { dg-options "-mthumb -Os -mgeneral-regs-only" } */ /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */ /* { dg-require-effective-target arm_cortex_m } */ /* { dg-require-effective-target arm_eabi } */