re PR fortran/36795 (crash with character allocatable array argument)
authorTobias Burnus <burnus@net-b.de>
Sat, 19 Jul 2008 18:29:18 +0000 (20:29 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 19 Jul 2008 18:29:18 +0000 (20:29 +0200)
commit5e2be41f37d39b91e27c4d129a5861cfe80809ec
tree7e56dd4f2c521e0c9b24826bf7475fda87f7a473
parente513a086f036e9d3951fa7c184fdc323feefbae1
re PR fortran/36795 (crash with character allocatable array argument)

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

        PR fortran/36795
        * matchexp.c (gfc_get_parentheses): Remove obsolete workaround,
        which caused the generation of wrong code.

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

        PR fortran/36795
        * char_expr_1.f90: New.
        * char_expr_2.f90: New.

From-SVN: r137986
gcc/fortran/ChangeLog
gcc/fortran/matchexp.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/char_expr_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/char_expr_2.f90 [new file with mode: 0644]