This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran] PR 59023: [4.9 regression] ICE in gfc_search_interface with BIND(C)


In addition this patch fixes PR 59662.

Also: Ping!

Cheers,
Janus



2013/12/31 Janus Weil <janus@gcc.gnu.org>:
> Hi all,
>
> ... and the reg-bashing continues: Here is a small patch to fix a
> bind(c) problem. It essentially prevents 'resolve_global_procedure' to
> be applied to bind(c) procedures.
>
> Regtested on x86_64-unknown-linux-gnu. Ok for trunk?
>
> Cheers,
> Janus
>
>
>
> 2013-12-31  Janus Weil  <janus@gcc.gnu.org>
>
>     PR fortran/59023
>     * resolve.c (resolve_global_procedure): Don't apply to c-binding
>     procedures.
>     (gfc_verify_binding_labels): Remove duplicate line.
>
> 2013-12-31  Janus Weil  <janus@gcc.gnu.org>
>
>     PR fortran/59023
>     * gfortran.dg/bind_c_procs_2.f90: New.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]