re PR fortran/33626 (Parentheses get wrong kind during matching)
authorTobias Schlüter <tobi@gcc.gnu.org>
Thu, 4 Oct 2007 07:34:38 +0000 (09:34 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 4 Oct 2007 07:34:38 +0000 (09:34 +0200)
commitdcdc83a1857653c02c8997e5787c6a41244bdb95
tree5d613f9362d2db5a149669cd486b176bac4e9468
parent40700892a05255bcfb07f759cdbe61481e3ed670
re PR fortran/33626 (Parentheses get wrong kind during matching)

PR fortran/33626
fortran/
* resolve.c (resolve_operator): Always copy the type for
expressions in parentheses.
testsuite/
* gfortran.dg/parens_6.f90: New.

From-SVN: r129002
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/parens_6.f90 [new file with mode: 0644]