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/47507] PURE functions with VALUE arguments invalidly rejectd


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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-28 19:49:28 UTC ---
Author: burnus
Date: Fri Jan 28 19:49:25 2011
New Revision: 169372

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

        PR fortran/47507
        * resolve.c (resolve_formal_arglist): Allow arguments with VALUE
        attribute also without INTENT.

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

        PR fortran/47507
        * gfortran.dg/pure_formal_1.f90: New.


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


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