Re: [PATCH 3/4] A tweak to fortran -> call graph interface

2011-03-23 Thread Jan Hubicka
> Hi, > > it seems to me that fortran can call cgraph_create_node directly > without checking for its existence first. > > Thanks, > > Martin > > > 2011-03-18 Martin Jambor > > * trans-decl.c (gfc_generate_function_code): Call cgraph_create_node > instead of cgraph_get_create_n

[PATCH 3/4] A tweak to fortran -> call graph interface

2011-03-19 Thread Martin Jambor
Hi, it seems to me that fortran can call cgraph_create_node directly without checking for its existence first. Thanks, Martin 2011-03-18 Martin Jambor * trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of cgraph_get_create_node. Index: src/gcc/for