diff options
author | Kwok Cheung Yeung <kcy@codesourcery.com> | 2016-05-04 14:56:19 +0000 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 2016-05-04 10:56:19 -0400 |
commit | 5396db971eb7a0997e9bcf15b2f9bda4db003b87 (patch) | |
tree | 3e0e2fcc24d26a64cdf5aef5685e50244974528e | |
parent | de55efd5a26ac59b22099af9384d9014ca522576 (diff) | |
download | gcc-5396db971eb7a0997e9bcf15b2f9bda4db003b87.zip gcc-5396db971eb7a0997e9bcf15b2f9bda4db003b87.tar.gz gcc-5396db971eb7a0997e9bcf15b2f9bda4db003b87.tar.bz2 |
mips16-attributes.c: Skip if -mmicromips flag is present.
2016-05-04 Kwok Cheung Yeung <kcy@codesourcery.com>
* gcc.target/mips/mips16-attributes.c: Skip if -mmicromips
flag is present.
From-SVN: r235881
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mips16-attributes.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ddde877..06a1f07 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-05-04 Kwok Cheung Yeung <kcy@codesourcery.com> + + * gcc.target/mips/mips16-attributes.c: Skip if -mmicromips + flag is present. + 2016-05-04 Marek Polacek <polacek@redhat.com> PR c/48778 diff --git a/gcc/testsuite/gcc.target/mips/mips16-attributes.c b/gcc/testsuite/gcc.target/mips/mips16-attributes.c index 28bb9aa..d90ec66 100644 --- a/gcc/testsuite/gcc.target/mips/mips16-attributes.c +++ b/gcc/testsuite/gcc.target/mips/mips16-attributes.c @@ -3,6 +3,7 @@ function. */ /* { dg-do run } */ /* { dg-options "(-mips16)" } */ +/* { dg-skip-if "" { *-*-* } { "-mmicromips" } { "" } } */ #include <stdlib.h> |