--- Comment #4 from dfranke at gcc dot gnu dot org 2007-07-14 13:34 ---
Done. Closing.
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
Status|N
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-07-14 13:34 ---
Subject: Bug 32724
Author: dfranke
Date: Sat Jul 14 13:33:51 2007
New Revision: 126638
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126638
Log:
gcc/fortran:
2007-07-14 Paul Thomas <[EMAIL PROTECTED]>
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-07-14 11:08 ---
Paul,
thanks for the patch!
I'll regtest, submit to the ML and commit after approval.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32724
--- Comment #1 from pault at gcc dot gnu dot org 2007-07-14 10:49 ---
11.3 Modules
Constraint: A module specification-part shall not contain a stmt-function-stmt,
an entry-stmt, or a format-stmt.
This fixes it
Index: gcc/fortran/parse.c
===