Re: [PATCH] Fix PR63184

2018-12-07 Thread Jeff Law
On 12/7/18 3:55 AM, Richard Biener wrote: > On Fri, 7 Dec 2018, Richard Biener wrote: > >> >> The following fixes PR63184 by using tree-affine to resolve pointer >> comparisons. Instead of trying to stick this into a match.pd pattern >> the following does this in the more constrained forwprop env

Re: [PATCH] Fix PR63184

2018-12-07 Thread Richard Biener
sses that are resolved with the existing patterns. I'll attach the patch to the PR and leave it alone. Richard. > Richard. > > From 79e88f7d31def4c49fe0b401e7fda408ef447710 Mon Sep 17 00:00:00 2001 > From: Richard Guenther > Date: Fri, 7 Dec 2018 10:47:07 +0100 > Subject: [P

[PATCH] Fix PR63184

2018-12-07 Thread Richard Biener
nning on x86_64-unknown-linux-gnu. I'll collect some statistics from bootstrap. Richard. >From 79e88f7d31def4c49fe0b401e7fda408ef447710 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Fri, 7 Dec 2018 10:47:07 +0100 Subject: [PATCH] fix-pr63184 2018-12-07 Richard Biener