diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2016-11-02 18:36:52 +0000 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gcc.gnu.org> | 2016-11-02 18:36:52 +0000 |
commit | bd17a9dfab9ac07061cc3abdbfe2ab6cfa68f4d8 (patch) | |
tree | 94b41244a6190c3e4a5534381fc7960252af03e9 | |
parent | 9ae4ef4cd3f5881501d7569d36c833806051962b (diff) | |
download | gcc-bd17a9dfab9ac07061cc3abdbfe2ab6cfa68f4d8.zip gcc-bd17a9dfab9ac07061cc3abdbfe2ab6cfa68f4d8.tar.gz gcc-bd17a9dfab9ac07061cc3abdbfe2ab6cfa68f4d8.tar.bz2 |
xtensa: don't xfail gcc.c-torture/compile/20001226-1.c
With jump trampolines implemented in binutils since 2.25 and enabled by
default this test no longer fails on xtensa.
2016-11-02 Max Filippov <jcmvbkbc@gmail.com>
gcc/testsuite/
* gcc.c-torture/compile/20001226-1.c: Don't xfail on xtensa.
From-SVN: r241801
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/20001226-1.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 163a26d..08e85e3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-11-02 Max Filippov <jcmvbkbc@gmail.com> + + * gcc.c-torture/compile/20001226-1.c: Don't xfail on xtensa. + 2016-11-01 Tamar Christina <tamar.christina@arm.com> * gcc.target/arm/simd/vmaxnm_f32_1.c (dg-require-effective-target): diff --git a/gcc/testsuite/gcc.c-torture/compile/20001226-1.c b/gcc/testsuite/gcc.c-torture/compile/20001226-1.c index 127c4da..687b43a 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20001226-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/20001226-1.c @@ -1,7 +1,6 @@ /* { dg-do assemble } */ /* { dg-skip-if "too much code for avr" { "avr-*-*" } { "*" } { "" } } */ /* { dg-skip-if "too much code for pdp11" { "pdp11-*-*" } { "*" } { "" } } */ -/* { dg-xfail-if "jump beyond 128K not supported" { xtensa*-*-* } { "-O0" } { "" } } */ /* { dg-xfail-if "PR36698" { spu-*-* } { "-O0" } { "" } } */ /* { dg-skip-if "" { m32c-*-* } { "*" } { "" } } */ /* { dg-timeout-factor 4.0 } */ |