public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Remove XFAIL from gcc/testsuite/gcc.dg/unroll-7.c
@ 2023-08-16  1:02 Thiago Jung Bauermann
  2023-08-21 19:19 ` Richard Sandiford
  0 siblings, 1 reply; 3+ messages in thread
From: Thiago Jung Bauermann @ 2023-08-16  1:02 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jan Hubicka, Thiago Jung Bauermann

This test passes since commit e41103081bfa "Fix undefined behaviour in
profile_count::differs_from_p", so remove the xfail annotation.

Tested on aarch64-linux-gnu, armv8l-linux-gnueabihf and x86_64-linux-gnu.

gcc/testsuite/ChangeLog:
	* gcc.dg/unroll-7.c: Remove xfail.
---
 gcc/testsuite/gcc.dg/unroll-7.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/unroll-7.c b/gcc/testsuite/gcc.dg/unroll-7.c
index 650448df5db1..17c5e533c2cb 100644
--- a/gcc/testsuite/gcc.dg/unroll-7.c
+++ b/gcc/testsuite/gcc.dg/unroll-7.c
@@ -15,4 +15,4 @@ int t(void)
 /* { dg-final { scan-rtl-dump "upper bound: 999999" "loop2_unroll" } } */
 /* { dg-final { scan-rtl-dump "realistic bound: 999999" "loop2_unroll" } } */
 /* { dg-final { scan-rtl-dump "considering unrolling loop with constant number of iterations" "loop2_unroll" } } */
-/* { dg-final { scan-rtl-dump-not "Invalid sum" "loop2_unroll" {xfail *-*-* } } } */
+/* { dg-final { scan-rtl-dump-not "Invalid sum" "loop2_unroll" } } */

base-commit: 5da4c0b85a97727e6802eaf3a0d47bcdb8da5f51

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Remove XFAIL from gcc/testsuite/gcc.dg/unroll-7.c
  2023-08-16  1:02 [PATCH] Remove XFAIL from gcc/testsuite/gcc.dg/unroll-7.c Thiago Jung Bauermann
@ 2023-08-21 19:19 ` Richard Sandiford
  2023-08-21 22:49   ` Thiago Jung Bauermann
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Sandiford @ 2023-08-21 19:19 UTC (permalink / raw)
  To: Thiago Jung Bauermann via Gcc-patches; +Cc: Thiago Jung Bauermann, Jan Hubicka

Thiago Jung Bauermann via Gcc-patches <gcc-patches@gcc.gnu.org> writes:
> This test passes since commit e41103081bfa "Fix undefined behaviour in
> profile_count::differs_from_p", so remove the xfail annotation.
>
> Tested on aarch64-linux-gnu, armv8l-linux-gnueabihf and x86_64-linux-gnu.
>
> gcc/testsuite/ChangeLog:
> 	* gcc.dg/unroll-7.c: Remove xfail.

Thanks, pushed to trunk.  Sorry for the slow response.

Richard

> ---
>  gcc/testsuite/gcc.dg/unroll-7.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/testsuite/gcc.dg/unroll-7.c b/gcc/testsuite/gcc.dg/unroll-7.c
> index 650448df5db1..17c5e533c2cb 100644
> --- a/gcc/testsuite/gcc.dg/unroll-7.c
> +++ b/gcc/testsuite/gcc.dg/unroll-7.c
> @@ -15,4 +15,4 @@ int t(void)
>  /* { dg-final { scan-rtl-dump "upper bound: 999999" "loop2_unroll" } } */
>  /* { dg-final { scan-rtl-dump "realistic bound: 999999" "loop2_unroll" } } */
>  /* { dg-final { scan-rtl-dump "considering unrolling loop with constant number of iterations" "loop2_unroll" } } */
> -/* { dg-final { scan-rtl-dump-not "Invalid sum" "loop2_unroll" {xfail *-*-* } } } */
> +/* { dg-final { scan-rtl-dump-not "Invalid sum" "loop2_unroll" } } */
>
> base-commit: 5da4c0b85a97727e6802eaf3a0d47bcdb8da5f51

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Remove XFAIL from gcc/testsuite/gcc.dg/unroll-7.c
  2023-08-21 19:19 ` Richard Sandiford
@ 2023-08-21 22:49   ` Thiago Jung Bauermann
  0 siblings, 0 replies; 3+ messages in thread
From: Thiago Jung Bauermann @ 2023-08-21 22:49 UTC (permalink / raw)
  To: Richard Sandiford; +Cc: Thiago Jung Bauermann via Gcc-patches, Jan Hubicka


Richard Sandiford <richard.sandiford@arm.com> writes:

> Thiago Jung Bauermann via Gcc-patches <gcc-patches@gcc.gnu.org> writes:
>> This test passes since commit e41103081bfa "Fix undefined behaviour in
>> profile_count::differs_from_p", so remove the xfail annotation.
>>
>> Tested on aarch64-linux-gnu, armv8l-linux-gnueabihf and x86_64-linux-gnu.
>>
>> gcc/testsuite/ChangeLog:
>> 	* gcc.dg/unroll-7.c: Remove xfail.
>
> Thanks, pushed to trunk.  Sorry for the slow response.

Thank you! No problem.

-- 
Thiago

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-21 22:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-16  1:02 [PATCH] Remove XFAIL from gcc/testsuite/gcc.dg/unroll-7.c Thiago Jung Bauermann
2023-08-21 19:19 ` Richard Sandiford
2023-08-21 22:49   ` Thiago Jung Bauermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).