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: [gfortran] Reimplement BLOCK DATA


On Monday 30 August 2004 15:00, Tobias Schlüter wrote:
> 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
>
>  * gfortran.h (gfc_namespace): Add new field is_block_data.
>  * parse.c (accept_statement): Remove special handling for BLOCK DATA.
>  (parse_block_data): Record BLOCK DATA name, set is_block_data field.
>  * trans.c (gfc_generate_code): Handle BLOCK DATA units.
>  * trans.h (gfc_generate_block_data): Add prototype.
>  * trans-decl.c (gfc_generate_block_data): New function.

Ok.
Please add the testcase as well.

Paul


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