Re: [PATCH][AArch64 Testsuite]Fix scan-assembler test false alarm on aarch64-linux-gnu

2014-09-09 Thread Marcus Shawcroft
On 9 September 2014 11:20, Alan Lawrence wrote: > The 'scan-assembler-not not' test in > gcc.target/aarch64/simd/int_comparisons_1.c fails on aarch64-linux-gnu > because the compiler adds a ".note" at the end of the .s file. This patch > tightens the regex to only match a not with surrounding whit

[PATCH][AArch64 Testsuite]Fix scan-assembler test false alarm on aarch64-linux-gnu

2014-09-09 Thread Alan Lawrence
The 'scan-assembler-not not' test in gcc.target/aarch64/simd/int_comparisons_1.c fails on aarch64-linux-gnu because the compiler adds a ".note" at the end of the .s file. This patch tightens the regex to only match a not with surrounding whitespace. (I've verified it still catches such if e.g. t