]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/interface.c
re PR fortran/52295 (Allow internal procedure in generic interfaces)
authorTobias Burnus <burnus@net-b.de>
Sat, 18 Feb 2012 12:31:42 +0000 (13:31 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 18 Feb 2012 12:31:42 +0000 (13:31 +0100)
commitd2c5dbf264631433ae44a208e69de8e1ad74f2a8
treec18e46c14d2c62b59b5f706b2be9d3822961aaf2
parent141a25c268513da985b10d374df46f006412a0c7
re PR fortran/52295 (Allow internal procedure in generic interfaces)

2012-02-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52295
        * interface.c (check_interface0): Internal procs in
        generic interfaces are allowed in Fortran 2008.

2012-02-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52295
        * gfortran.dg/interface_35.f90: Use -std=f2003.
        * gfortran.dg/proc_ptr_comp_20.f90: Remove dg-warning.
        * gfortran.dg/interface_assignment_4.f90: Ditto.
        * gfortran.dg/bessel_1.f90: Ditto.
        * gfortran.dg/func_result_6.f90: Ditto.
        * gfortran.dg/hypot_1.f90: Ditto.
        * gfortran.dg/proc_ptr_comp_21.f90: Ditto.

From-SVN: r184372
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bessel_1.f90
gcc/testsuite/gfortran.dg/func_result_6.f90
gcc/testsuite/gfortran.dg/hypot_1.f90
gcc/testsuite/gfortran.dg/interface_35.f90
gcc/testsuite/gfortran.dg/interface_assignment_4.f90
gcc/testsuite/gfortran.dg/proc_ptr_comp_20.f90
gcc/testsuite/gfortran.dg/proc_ptr_comp_21.f90
This page took 0.065914 seconds and 5 git commands to generate.