This is the mail archive of the gcc-bugs@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]

[Bug fortran/44649] [OOP] F2008: storage_size intrinsic (also working for polymorphic types)



------- Comment #2 from janus at gcc dot gnu dot org  2010-07-08 21:30 -------
Subject: Bug 44649

Author: janus
Date: Thu Jul  8 21:29:56 2010
New Revision: 161977

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161977
Log:
2010-07-08  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/44649
        * gfortran.h (gfc_isym_id): Add
GFC_ISYM_C_SIZEOF,GFC_ISYM_STORAGE_SIZE.
        * intrinsic.h (gfc_check_c_sizeof,gfc_check_storage_size,
        gfc_resolve_storage_size): New prototypes.
        * check.c (gfc_check_c_sizeof,gfc_check_storage_size): New functions.
        * intrinsic.c (add_functions): Add STORAGE_SIZE.
        * iresolve.c (gfc_resolve_storage_size): New function.
        * trans-intrinsic.c (gfc_conv_intrinsic_sizeof): Handle polymorphic
        arguments.
        (gfc_conv_intrinsic_storage_size): New function.
        (gfc_conv_intrinsic_function): Handle STORAGE_SIZE.

2010-07-08  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/44649
        * gfortran.dg/c_sizeof_1.f90: Modified.
        * gfortran.dg/storage_size_1.f08: New.
        * gfortran.dg/storage_size_2.f08: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/storage_size_1.f08
    trunk/gcc/testsuite/gfortran.dg/storage_size_2.f08
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/check.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/intrinsic.c
    trunk/gcc/fortran/intrinsic.h
    trunk/gcc/fortran/iresolve.c
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/c_sizeof_1.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44649


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