public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Review request summary
@ 2020-03-13 19:39 Vasee Vinayagamoorthy
  2020-03-13 19:48 ` Richard Sandiford
  0 siblings, 1 reply; 2+ messages in thread
From: Vasee Vinayagamoorthy @ 2020-03-13 19:39 UTC (permalink / raw)
  To: gcc-patches; +Cc: richard.sandiford, kyrylo.tkachov, nd, vidya.praveen

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

Hello,

The commit [1], as referenced below, which added a new test case,
contains a typo in the dg-final directive, which eventually causes
the gcc.log file to not be produced. This patch fixes the typo.

Tested by running regressions for aarch64-none-elf.

OK for trunk?




gcc/testsuite/ChangeLog:

2020-03-11  Vasee Vinayagamoorthy  <vaseeharan.vinayagamoorthy@arm.com\>

	* gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c: Fix DejaGnu typo.


Regards
Vasee Vinayagamoorthy

PS: I do not have commit rights, therefore could I request
someone to commit it on my behalf if this patch is approved.
Thanks in advance.

[1] https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=1f520d3412962e22b0338461d82f41abba8a4f12

[-- Attachment #2: dejagnu-typo.patch --]
[-- Type: text/x-diff, Size: 691 bytes --]

diff --git a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
index c2631a541ea..05c305840b6 100644
--- a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
+++ b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
@@ -1,7 +1,7 @@
 /* { dg-do assemble { target { aarch64*-*-* } } } */
 /* { dg-require-effective-target aarch64_asm_bf16_ok } */
 /* { dg-additional-options "-save-temps -march=armv8.2-a+bf16+nosimd" } */
-/* { dg-final { check-function-bodies "**" "" "-O[^0]" } } */
+/* { dg-final { check-function-bodies "**" "" {-O[^0]} } } */
 
 #include <arm_neon.h>
 

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

* Re: Review request summary
  2020-03-13 19:39 Review request summary Vasee Vinayagamoorthy
@ 2020-03-13 19:48 ` Richard Sandiford
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Sandiford @ 2020-03-13 19:48 UTC (permalink / raw)
  To: Vasee Vinayagamoorthy; +Cc: gcc-patches, kyrylo.tkachov, nd, vidya.praveen

Vasee Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> writes:
> Hello,
>
> The commit [1], as referenced below, which added a new test case,
> contains a typo in the dg-final directive, which eventually causes
> the gcc.log file to not be produced. This patch fixes the typo.
>
> Tested by running regressions for aarch64-none-elf.
>
> OK for trunk?
>
>
>
>
> gcc/testsuite/ChangeLog:
>
> 2020-03-11  Vasee Vinayagamoorthy  <vaseeharan.vinayagamoorthy@arm.com\>

(stray backslash btw, probably a mailer-ism)

>
> 	* gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c: Fix DejaGnu typo.

Looks good, thanks, and sorry again for messing this up.

Pushed to master.

Richard
>
>
> Regards
> Vasee Vinayagamoorthy
>
> PS: I do not have commit rights, therefore could I request
> someone to commit it on my behalf if this patch is approved.
> Thanks in advance.
>
> [1] https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=1f520d3412962e22b0338461d82f41abba8a4f12
>
> diff --git a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
> index c2631a541ea..05c305840b6 100644
> --- a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
> +++ b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
> @@ -1,7 +1,7 @@
>  /* { dg-do assemble { target { aarch64*-*-* } } } */
>  /* { dg-require-effective-target aarch64_asm_bf16_ok } */
>  /* { dg-additional-options "-save-temps -march=armv8.2-a+bf16+nosimd" } */
> -/* { dg-final { check-function-bodies "**" "" "-O[^0]" } } */
> +/* { dg-final { check-function-bodies "**" "" {-O[^0]} } } */
>  
>  #include <arm_neon.h>
>  

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

end of thread, other threads:[~2020-03-13 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-13 19:39 Review request summary Vasee Vinayagamoorthy
2020-03-13 19:48 ` Richard Sandiford

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).