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]

[PATCH] implement g77's UMASK for gfortran


Here's an implementation of g77's UMASK intrinsic function
and subroutine that is needed by gfortran.  Bootstrapped and
tested on i386-unknown-freebsd6.0.

libgfortran's ChangeLog:

2004-11-13  Steven G. Kargl  <kargls@comcast.net>

        * Makefile.am: Add intrinsics/umask.c
        * Makefile.in: Regenerated
        * intrinsics/umask.c: New file

gcc/fortran's ChangeLog

2004-11-13  Steven G. Kargl  <kargls@comcast.net>

        * check.c (gfc_check_umask,gfc_check_umask_sub): New functions
        * gfortran.h (GFC_ISYM_UMASK): New symbol
        * intrinsic.c (add_functions,add_subroutines): Add function and subroutine
          to tables.
        * intrinsic.h: Add function prototypes
        * iresolve.c (gfc_resolve_umask, gfc_resolve_umask_sub): New functions
        * trans-intrinsic.c (gfc_conv_intrinsic_function): Use symbol
-- 
Steve

Attachment: umask.c
Description: Text document

Attachment: lib.umask.diff
Description: Text document

Attachment: umask.diff
Description: Text document


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