On Mon, Jul 24, 2017 at 1:52 PM, Martin Liška wrote:
> Hi.
>
> The patch fixed PR mentioned in subject of this email. We should not call the
> transformation
> on targets that do not support aliases.
>
> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
> Apart from that,
> >From 046931ec490d20a6c003094367f7f0bfae64647f Mon Sep 17 00:00:00 2001
> From: marxin
> Date: Mon, 24 Jul 2017 11:21:18 +0200
> Subject: [PATCH] Fix wrong condition in ipa-visibility.c (PR ipa/81520).
>
> gcc/ChangeLog:
>
> 2017-07-24 Martin Liska
>
>
ong condition in ipa-visibility.c (PR ipa/81520).
gcc/ChangeLog:
2017-07-24 Martin Liska
PR ipa/81520
* ipa-visibility.c (function_and_variable_visibility): Make the redirection
just on target that do supporting aliasing. Fix GNU coding style.
gcc/testsuite/ChangeLog:
2017-07-24 Mar