Re: [PATCH] Fix wrong refactoring in cgraph_node::function_symbol

2014-08-25 Thread Ilya Enkovich
2014-08-22 16:36 GMT+04:00 Martin Liška : > On 08/13/2014 02:25 PM, Ilya Enkovich wrote: >> Hi, >> >> This patch is to fix wrong refactoring for cgraph_node::function_symbol >> introduced by this patch: >> https://gcc.gnu.org/ml/gcc-cvs/2014-07/msg00805.html. Here is how function >> was refacto

Re: [PATCH] Fix wrong refactoring in cgraph_node::function_symbol

2014-08-22 Thread Martin Liška
On 08/13/2014 02:25 PM, Ilya Enkovich wrote: > Hi, > > This patch is to fix wrong refactoring for cgraph_node::function_symbol > introduced by this patch: > https://gcc.gnu.org/ml/gcc-cvs/2014-07/msg00805.html. Here is how function > was refactored: > > -cgraph_function_node (struct cgraph_node

Re: [PATCH] Fix wrong refactoring in cgraph_node::function_symbol

2014-08-13 Thread Jan Hubicka
> 2014-08-13 Ilya Enkovich > > * cgraph.c (cgraph_node::function_symbol): Fix wrong > cgraph_function_node to cgraph_node::function_symbol > refactoring. OK, thanks1 Honza > > diff --git a/gcc/cgraph.c b/gcc/cgraph.c > index 5a0b903..370a96a 100644 > --- a/gcc/cgraph.c > +++

Re: [PATCH] Fix wrong refactoring in cgraph_node::function_symbol

2014-08-13 Thread Ilya Enkovich
2014-08-13 16:48 GMT+04:00 Richard Biener : > On Wed, Aug 13, 2014 at 2:25 PM, Ilya Enkovich wrote: >> Hi, >> >> This patch is to fix wrong refactoring for cgraph_node::function_symbol >> introduced by this patch: >> https://gcc.gnu.org/ml/gcc-cvs/2014-07/msg00805.html. Here is how function >>

Re: [PATCH] Fix wrong refactoring in cgraph_node::function_symbol

2014-08-13 Thread Richard Biener
On Wed, Aug 13, 2014 at 2:25 PM, Ilya Enkovich wrote: > Hi, > > This patch is to fix wrong refactoring for cgraph_node::function_symbol > introduced by this patch: > https://gcc.gnu.org/ml/gcc-cvs/2014-07/msg00805.html. Here is how function > was refactored: > > -cgraph_function_node (struct c

[PATCH] Fix wrong refactoring in cgraph_node::function_symbol

2014-08-13 Thread Ilya Enkovich
Hi, This patch is to fix wrong refactoring for cgraph_node::function_symbol introduced by this patch: https://gcc.gnu.org/ml/gcc-cvs/2014-07/msg00805.html. Here is how function was refactored: -cgraph_function_node (struct cgraph_node *node, enum availability *availability) +cgraph_node * +cg