Re: [PATCH 2/N] Wrap apostrophes in gcc internal format with %'.

2019-03-11 Thread Alexander Monakov
On Mon, 11 Mar 2019, Jakub Jelinek wrote: > On Mon, Mar 11, 2019 at 02:25:59PM +0100, Martin Liška wrote: > > @@ -38375,7 +38375,7 @@ rdseed_step: > >mode0 = insn_data[icode].operand[0].mode; > >if (!insn_data[icode].operand[0].predicate (op0, mode0)) > > { > > - error

Re: [PATCH 2/N] Wrap apostrophes in gcc internal format with %'.

2019-03-11 Thread Jakub Jelinek
On Mon, Mar 11, 2019 at 02:25:59PM +0100, Martin Liška wrote: > @@ -38375,7 +38375,7 @@ rdseed_step: >mode0 = insn_data[icode].operand[0].mode; >if (!insn_data[icode].operand[0].predicate (op0, mode0)) > { > - error ("the xabort's argument must be an 8-bit immediate");

[PATCH 2/N] Wrap apostrophes in gcc internal format with %'.

2019-03-11 Thread Martin Liška
Hi. There's second part where I wrap apostrophes. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin >From fb2e96c246e0dd99afafcc3ec24e766657ca2496 Mon Sep 17 00:00:00 2001 From: marxin Date: Mon, 11 Mar 2019 10:13:41 +0100 Subject: