re PR fortran/52101 (Obsolescence warning for non-obs. feature character name*length)
authorTobias Burnus <burnus@net-b.de>
Tue, 17 Jul 2012 09:40:12 +0000 (11:40 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 17 Jul 2012 09:40:12 +0000 (11:40 +0200)
commit2767f2cc5cc916f4a99cbfd510cf5a5454c54221
tree4201cb480d0a338993f8d7f5a9550c6839536d71
parent22969a8cc829014eea1121926343509970fb4b47
re PR fortran/52101 (Obsolescence warning for non-obs. feature character name*length)

2012-07-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52101
        * decl.c (match_char_length): Extra argument, show obsolenscent
        warning only if *length is used after the typename.
        (variable_decl, gfc_match_char_spec): Update call

2012-07-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52101
        * gfortran.dg/oldstyle_4.f90: New.

From-SVN: r189565
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/oldstyle_4.f90 [new file with mode: 0644]