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/47531] SHAPE misses KIND= support


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

--- Comment #3 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-02-02 18:02:53 UTC ---
Author: dnovillo
Date: Wed Feb  2 18:02:47 2011
New Revision: 169688

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169688
Log:
2011-01-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47531
        * check.c (gfc_check_shape): Support kind argument in SHAPE.
        * intrinsic.c (add_functions): Ditto.
        * resolve.c (gfc_resolve_shape): Ditto.
        * simplify.c (gfc_simplify_shape): Ditto.
        * intrinsic.h (gfc_check_shape, gfc_resolve_shape,
        gfc_simplify_shape): Update prototypes.
        * intrinisc.text (SHAPE): Document kind argument.

2011-01-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47531
        * gfortran.dg/shape_6.f90: New.

Added:
    branches/google/integration/gcc/testsuite/gfortran.dg/shape_6.f90
Modified:
    branches/google/integration/gcc/fortran/ChangeLog
    branches/google/integration/gcc/fortran/check.c
    branches/google/integration/gcc/fortran/intrinsic.c
    branches/google/integration/gcc/fortran/intrinsic.h
    branches/google/integration/gcc/fortran/intrinsic.texi
    branches/google/integration/gcc/fortran/iresolve.c
    branches/google/integration/gcc/fortran/simplify.c
    branches/google/integration/gcc/testsuite/ChangeLog


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