Re: [PATCH] Fix regexps in avx512* tests

2014-11-28 Thread Uros Bizjak
On Fri, Nov 28, 2014 at 2:54 PM, Petr Murzin wrote: > Hello, > This patch is according to this input: > https://gcc.gnu.org/ml/gcc-patches/2014-10/msg02441.html > Furthermore, the following regexps were fixed in order to make more > precise assembler scanning. The endings like (?:\n|\[\ \t\]+#) ar

[PATCH] Fix regexps in avx512* tests

2014-11-28 Thread Petr Murzin
Hello, This patch is according to this input: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg02441.html Furthermore, the following regexps were fixed in order to make more precise assembler scanning. The endings like (?:\n|\[\ \t\]+#) are used in ICC which may generate comments. Please have a look.