Re: [PATCH] gimplify-unit-at-a-time (final)
Tobias Burnus <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran,gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
Richard Guenther wrote: > This is the final patch implementing gimplifying unit-at-a-time. > Approval is needed for the C++, C, Ada, Java and Fortran frontend > changes. Bootstrapped and tested on x86_64-unknown-linux-gnu. > Ok for trunk? > The Fortran part is OK. Tobias > fortran/ > * f95-lang.c (gfc_be_parse_file): Do not finalize the CU here. > * trans-decl.c (gfc_gimplify_function): Remove. > (build_entry_thunks): Do not gimplify here. > (create_main_function): Likewise. > (gfc_generate_function_code): Likewise. > > * gfortran.dg/missing_optional_dummy_5.f90: Adjust pattern. >