diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/ifcvt-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/ifcvt-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c index 37aa76a0d1b..46245f0d069 100644 --- a/gcc/testsuite/gcc.dg/ifcvt-4.c +++ b/gcc/testsuite/gcc.dg/ifcvt-4.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* { dg-additional-options "-misel" { target { powerpc*-*-* } } } */ | 2 | /* { dg-additional-options "-misel" { target { powerpc*-*-* } } } */ |
3 | /* { dg-additional-options "-march=z196" { target { s390x-*-* } } } */ | 3 | /* { dg-additional-options "-march=z196" { target { s390x-*-* } } } */ |
4 | /* { dg-additional-options "-mtune-ctrl=^one_if_conv_insn" { target { i?86-*-* x86_64-*-* } } } */ | 4 | /* { dg-additional-options "-mtune-ctrl=^one_if_conv_insn" { target { i?86-*-* x86_64-*-* } } } */ |
5 | /* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* avr-*-* hppa*64*-*-* visium-*-*" riscv*-*-* msp430-*-* nios2-*-*} } */ | 5 | /* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* avr-*-* hppa*64*-*-* visium-*-*" riscv*-*-* msp430-*-* nios2-*-* pru-*-* } } */ |
6 | /* { dg-skip-if "" { "s390x-*-*" } { "-m31" } } */ | 6 | /* { dg-skip-if "" { "s390x-*-*" } { "-m31" } } */ |
7 | 7 | ||
8 | typedef int word __attribute__((mode(word))); | 8 | typedef int word __attribute__((mode(word))); |