> 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
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