]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: make bic-bitmask-18.c test more precise [PR103479]
authorTamar Christina <tamar.christina@arm.com>
Thu, 2 Dec 2021 13:30:08 +0000 (13:30 +0000)
committerTamar Christina <tamar.christina@arm.com>
Thu, 2 Dec 2021 13:30:08 +0000 (13:30 +0000)
commit7d6c20c06ce4e5d595245af503b045c2032c02f7
treecfd25aa7ce100c71bb456bd548e59701035a3dc1
parent9af081003f9c19f33457e0ed1aa14a764f462c3c
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;.
gcc/testsuite/gcc.dg/bic-bitmask-18.c