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/55638] Wrongly accepts INTENT + VALUE - and wrongly requires it for PURE


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

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-12-15 23:25:41 UTC ---
Author: burnus
Date: Sat Dec 15 23:25:36 2012
New Revision: 194525

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194525
Log:
2012-12-16  Tobias Burnus  <burnus@net-b.de>

        PR fortran/55638
        * resolve.c (resolve_formal_arglist): Allow VALUE without
        INTENT for ELEMENTAL procedures.

2012-12-16  Tobias Burnus  <burnus@net-b.de>

        PR fortran/55638
        * gfortran.dg/elemental_args_check_3.f90: Update dg-error.
        * gfortran.dg/elemental_args_check_7.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/elemental_args_check_7.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/elemental_args_check_3.f90


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