Re: [PATCH][OBVIOUS] Fix wrong escaping of brackets (PR testsuite/90564).

2019-05-22 Thread Martin Liška
On 5/22/19 11:13 AM, Segher Boessenkool wrote: > Hi, > > On Wed, May 22, 2019 at 10:24:32AM +0200, Martin Liška wrote: >> The patch fixes couple of tests that I've just tested on ppc64le-linux-gnu. >> >> I'm going to install the patch. > > Could you please not use double quotes, instead? E.g. >

Re: [PATCH][OBVIOUS] Fix wrong escaping of brackets (PR testsuite/90564).

2019-05-22 Thread Segher Boessenkool
Hi, On Wed, May 22, 2019 at 10:24:32AM +0200, Martin Liška wrote: > The patch fixes couple of tests that I've just tested on ppc64le-linux-gnu. > > I'm going to install the patch. Could you please not use double quotes, instead? E.g. > - res = __builtin_crypto_vshasigmaw (test, 1, 0xff); /* {

[PATCH][OBVIOUS] Fix wrong escaping of brackets (PR testsuite/90564).

2019-05-22 Thread Martin Liška
Hi. The patch fixes couple of tests that I've just tested on ppc64le-linux-gnu. I'm going to install the patch. Thanks, Martin gcc/testsuite/ChangeLog: 2019-05-22 Martin Liska PR testsuite/90564 * gcc.target/powerpc/pr80315-1.c: Add one extra \ to escape brackets.