]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/34760 (PRIVATE variable not allowed as STAT variable in ALLOCATE)
authorTobias Burnus <burnus@net-b.de>
Sat, 19 Jan 2008 15:41:04 +0000 (16:41 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 19 Jan 2008 15:41:04 +0000 (16:41 +0100)
commitd7e2fcd0038214e3e3d9301fa7f22cccb54de009
tree1be5fcc97dfa3af194b49fcac90136b7e4261ed0
parent0a84fec6967c3b45c3bf62d5e00d3e8f6cfb6368
re PR fortran/34760 (PRIVATE variable not allowed as STAT variable in ALLOCATE)

2008-01-19  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34760
        * primary.c (match_variable): Handle FL_UNKNOWN without
        uneducated guessing.
        (match_variable): Improve error message.

2008-01-19  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34760
        * gfortran.dg/implicit_11.f90: New.
        * gfortran.dg/allocate_stat.f90: Update dg-error pattern.
        * gfortran.dg/entry_15.f90: Ditto.
        * gfortran.dg/func_assign.f90: Ditto.
        * gfortran.dg/gomp/reduction3.f90: Ditto.
        * gfortran.dg/proc_assign_1.f90: Ditto.

        * gfortran.dg/interface_proc_end.f90: Use dg-error instead
        of dg-excess-errors.

From-SVN: r131652
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/allocate_stat.f90
gcc/testsuite/gfortran.dg/entry_15.f90
gcc/testsuite/gfortran.dg/func_assign.f90
gcc/testsuite/gfortran.dg/gomp/reduction3.f90
gcc/testsuite/gfortran.dg/implicit_11.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/interface_proc_end.f90
gcc/testsuite/gfortran.dg/proc_assign_1.f90
This page took 0.065961 seconds and 5 git commands to generate.