diff mbox

xtensa: don't xfail gcc.c-torture/compile/20001226-1.c

Message ID 1478029515-16292-1-git-send-email-jcmvbkbc@gmail.com
State New
Headers show

Commit Message

Max Filippov Nov. 1, 2016, 7:45 p.m. UTC
With jump trampolines implemented in binutils since 2.25 and enabled by
default this test no longer fails on xtensa.

2016-11-01  Max Filippov  <jcmvbkbc@gmail.com>
gcc/testsuite/
	* gcc.c-torture/compile/20001226-1.c: Don't xfail on xtensa.
---
 gcc/testsuite/gcc.c-torture/compile/20001226-1.c | 1 -
 1 file changed, 1 deletion(-)

Comments

augustine.sterling@gmail.com Nov. 2, 2016, 5:22 p.m. UTC | #1
On Tue, Nov 1, 2016 at 12:45 PM, Max Filippov <jcmvbkbc@gmail.com> wrote:
> With jump trampolines implemented in binutils since 2.25 and enabled by
> default this test no longer fails on xtensa.
>
> 2016-11-01  Max Filippov  <jcmvbkbc@gmail.com>
> gcc/testsuite/
>         * gcc.c-torture/compile/20001226-1.c: Don't xfail on xtensa.

Approved.
Max Filippov Nov. 2, 2016, 6:48 p.m. UTC | #2
On Wed, Nov 2, 2016 at 10:22 AM, augustine.sterling@gmail.com
<augustine.sterling@gmail.com> wrote:
> On Tue, Nov 1, 2016 at 12:45 PM, Max Filippov <jcmvbkbc@gmail.com> wrote:
>> With jump trampolines implemented in binutils since 2.25 and enabled by
>> default this test no longer fails on xtensa.
>>
>> 2016-11-01  Max Filippov  <jcmvbkbc@gmail.com>
>> gcc/testsuite/
>>         * gcc.c-torture/compile/20001226-1.c: Don't xfail on xtensa.
>
> Approved.

Applied to trunk. Thank you!

-- Max
diff mbox

Patch

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 } */