public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5713] testsuite: make bic-bitmask-18.c test more precise [PR103479]
@ 2021-12-02 13:35 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2021-12-02 13:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7d6c20c06ce4e5d595245af503b045c2032c02f7

commit r12-5713-g7d6c20c06ce4e5d595245af503b045c2032c02f7
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Thu Dec 2 13:30:08 2021 +0000

    testsuite: make bic-bitmask-18.c test more precise [PR103479]
    
    This updates the testcase bic-bitmask-18.c to seach for " = 0;" as an expression
    so it doesn't match any other partial expressions.
    
    gcc/testsuite/ChangeLog:
    
            PR testsuite/103479
            * gcc.dg/bic-bitmask-18.c: Update regexpr to expect = 0;.

Diff:
---
 gcc/testsuite/gcc.dg/bic-bitmask-18.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/bic-bitmask-18.c b/gcc/testsuite/gcc.dg/bic-bitmask-18.c
index 9d11b3bf4a4..70bab0c5203 100644
--- a/gcc/testsuite/gcc.dg/bic-bitmask-18.c
+++ b/gcc/testsuite/gcc.dg/bic-bitmask-18.c
@@ -19,6 +19,6 @@ void fun2(uint32_t *x, int n)
 
 #include "bic-bitmask.h"
 
-/* { dg-final { scan-tree-dump-times {= 0} 1 dce7 { target vect_int } } } */
+/* { dg-final { scan-tree-dump-times { = 0;} 1 dce7 { target vect_int } } } */
 /* { dg-final { scan-tree-dump-not {\s+bic\s+} dce7 { target { aarch64*-*-* } } } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-02 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 13:35 [gcc r12-5713] testsuite: make bic-bitmask-18.c test more precise [PR103479] Tamar Christina

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