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;.
This commit is contained in:
Tamar Christina 2021-12-02 13:30:08 +00:00
parent 9af081003f
commit 7d6c20c06c
1 changed files with 1 additions and 1 deletions

View File

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