Re: [PATCH] Fix ICE with invalid use of flags output operand

2016-06-21 Thread Uros Bizjak
Hello! > this fixes an ICE that happens when an asm statement tries to print > the flags output operand. > gcc: > 2016-06-11 Bernd Edlinger > > * config/i386/i386.c (print_reg): Emit an error message on attempt to > print FLAGS_REG. > > testsuite: > 2016-06-11 Bernd Edlinger > > * gcc.targe

Re: [PING] [PATCH] Fix ICE with invalid use of flags output operand

2016-06-21 Thread Bernd Edlinger
Oh, yes. Uros... ? Thanks Bernd. Am 21.06.2016 um 17:04 schrieb Jeff Law: > On 06/21/2016 02:09 AM, Bernd Edlinger wrote: >> Ping... >> >> for this patch: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00871.html >> >> I'd say it's a no-brainer... > You might want to contact Uros directly. He

Re: [PING] [PATCH] Fix ICE with invalid use of flags output operand

2016-06-21 Thread Jeff Law
On 06/21/2016 02:09 AM, Bernd Edlinger wrote: Ping... for this patch: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00871.html I'd say it's a no-brainer... You might want to contact Uros directly. He does the most with the x86 backend these days. jeff

[PING] [PATCH] Fix ICE with invalid use of flags output operand

2016-06-21 Thread Bernd Edlinger
Ping... for this patch: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00871.html I'd say it's a no-brainer... > Hi, > > this fixes an ICE that happens when an asm statement tries to print > the flags output operand. > > Boot-strapped and reg-tested on x86_64-linux-gnu. > OK for trunk? > > >

[PATCH] Fix ICE with invalid use of flags output operand

2016-06-11 Thread Bernd Edlinger
Hi, this fixes an ICE that happens when an asm statement tries to print the flags output operand. Boot-strapped and reg-tested on x86_64-linux-gnu. OK for trunk? Thanks Bernd.gcc: 2016-06-11 Bernd Edlinger * config/i386/i386.c (print_reg): Emit an error message on attempt to