Re: [PATCH] Fix IPA ICF with ASM statements (PR inline-asm/82001).

2017-08-30 Thread Richard Biener
On Wed, Aug 30, 2017 at 12:17 PM, Martin Liška wrote: > On 08/30/2017 11:18 AM, Richard Biener wrote: >> On Wed, Aug 30, 2017 at 11:12 AM, Martin Liška wrote: >>> Hi. >>> >>> Following patch compares also constraints of input and output operands of >>> ASM statements. >>> Patch can bootstrap on

Re: [PATCH] Fix IPA ICF with ASM statements (PR inline-asm/82001).

2017-08-30 Thread Martin Liška
| 10 ++ >> gcc/testsuite/gcc.dg/ipa/pr82001.c | 21 + >> 2 files changed, 31 insertions(+) >> create mode 100644 gcc/testsuite/gcc.dg/ipa/pr82001.c >> >> >From dbbbf807a5721cb14da95fddbfe9afc32cd60ce7 Mon Sep 17 00:00:00 2001 From: marxin Date: Mon, 28 Aug 2017 13

Re: [PATCH] Fix IPA ICF with ASM statements (PR inline-asm/82001).

2017-08-30 Thread Richard Biener
On Wed, Aug 30, 2017 at 11:12 AM, Martin Liška wrote: > Hi. > > Following patch compares also constraints of input and output operands of ASM > statements. > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? It's now no longer "compare_tree_lis

[PATCH] Fix IPA ICF with ASM statements (PR inline-asm/82001).

2017-08-30 Thread Martin Liška
Hi. Following patch compares also constraints of input and output operands of ASM statements. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2017-08-28 Martin Liska PR inline-asm/82001 * ipa-icf-gimple