Christopher Bazley <chris.baz...@arm.com> writes: > The test added by r16-1671-ge7ff8e8d77df74 passed despite using > regular expressions that would never match real assembly language > output from the compiler. Because the regular expressions were not > expected to match, and didn't, this was not noticeable; however, > it also made that part of the test useless. > > The regular expressions have been fixed. Verified that the fixed > regular expressions do match assembly language output produced by > the compiler before the changes to ivopts in commit e7ff8e8d77d, > but do not match assembly language output produced by the compiler > after the changes to ivopts. > > gcc/testsuite/ChangeLog: > > * gcc.target/aarch64/sve/adr_7.c: Fix regular expressions.
LGTM, thanks. Pushed to trunk. Richard