• fxcoudert's avatar
    * intrinsics/fget.c: New file. · 16de8065
    fxcoudert authored
    	* intrinsics/ftell.c: New file.
    	* io/unix.c (stream_offset): New function.
    	* io/io.h: Add prototype for stream_offset.
    	* Makefile.am: Add intrinsics/fget.c and intrinsics/ftell.c.
    	* Makefile.in: Regenerate.
    
    	* intrinsic.c (add_functions): Add COMPLEX, FTELL, FGETC, FGET,
    	FPUTC, FPUT, AND, XOR and OR intrinsic functions.
    	(add_subroutines): Add FGETC, FGET, FPUTC, FPUT and FTELL intrinsic
    	subroutines.
    	* gfortran.h: Add GFC_ISYM_AND, GFC_ISYM_COMPLEX, GFC_ISYM_FGET,
    	GFC_ISYM_FGETC, GFC_ISYM_FPUT, GFC_ISYM_FPUTC, GFC_ISYM_FTELL,
    	GFC_ISYM_OR, GFC_ISYM_XOR.
    	* iresolve.c (gfc_resolve_and, gfc_resolve_complex,
    	gfc_resolve_or, gfc_resolve_fgetc, gfc_resolve_fget,
    	gfc_resolve_fputc, gfc_resolve_fput, gfc_resolve_ftell,
    	gfc_resolve_xor, gfc_resolve_fgetc_sub, gfc_resolve_fget_sub,
    	gfc_resolve_fputc_sub, gfc_resolve_fput_sub, gfc_resolve_ftell_sub):
    	New functions.
    	* check.c (gfc_check_complex, gfc_check_fgetputc_sub,
    	gfc_check_fgetputc, gfc_check_fgetput_sub, gfc_che...
    16de8065
trans-intrinsic.c 88.6 KB