https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45435

--- Comment #3 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Author: aldyh
Date: Wed Sep 13 16:16:45 2017
New Revision: 252235

URL: https://gcc.gnu.org/viewcvs?rev=252235&root=gcc&view=rev
Log:
2017-08-01  Thomas Koenig  <tkoe...@gcc.gnu.org>

        PR fortran/45435
        * lang.opt (fc-prototypes): Add option.
        * gfortran.h (gfc_typespec): Add interop_kind to struct.
        (gfc_dump_c_prototypes): Add prototype.
        * decl.c (gfc_match_kind_spec): Copy symbol used for kind to typespec.
        * parse.c (gfc_parse_file): Call gfc_dump_prototypes.
        * dump-parse-tree.c (gfc_dump_c_prototypes): New function.
        (type_return): New enum.
        (get_c_type_name): New function.
        (write_decl): New function.
        (write_type): New function.
        (write_variable): New function.
        (write_proc): New function.
        (write_interop_decl): New function.
        * invoke.texi: Document -fc-prototypes.

Modified:
    branches/range-gen2/gcc/fortran/ChangeLog
    branches/range-gen2/gcc/fortran/decl.c
    branches/range-gen2/gcc/fortran/dump-parse-tree.c
    branches/range-gen2/gcc/fortran/gfortran.h
    branches/range-gen2/gcc/fortran/invoke.texi
    branches/range-gen2/gcc/fortran/lang.opt
    branches/range-gen2/gcc/fortran/parse.c

Reply via email to