re PR fortran/23765 (segfault with syntactically wrong common declaration)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Thu, 8 Sep 2005 21:55:59 +0000 (23:55 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 8 Sep 2005 21:55:59 +0000 (23:55 +0200)
commit6d2ae4727da2689156f177de963ccbc2e2a7e6b7
tree390964114567095e1a6a898a2a56079118eec3b3
parent9ff284256a499582521b987c242e0664de1126fb
re PR fortran/23765 (segfault with syntactically wrong common declaration)

fortran/
PR fortran/23765
* match.c (gfc_match_common): Remove unnecessary / wrong special
cases for end-of-statement.
testsuite/
PR fortran/23765
* gfortran.dg/common_6.f90: New test.

From-SVN: r104046
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/common_6.f90 [new file with mode: 0644]