This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32361] TYPE DECLARATION TO INITIALIZE DATA IN NAMED COMMON
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2007 02:23:58 -0000
- Subject: [Bug fortran/32361] TYPE DECLARATION TO INITIALIZE DATA IN NAMED COMMON
- References: <bug-32361-14710@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-06-21 02:23 -------
Subject: Bug 32361
Author: jvdelisle
Date: Thu Jun 21 02:23:45 2007
New Revision: 125908
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125908
Log:
2007-06-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/32361
* match.c (gfc_match_common): If the symbol value expression type is
NULL_EXPR, don't error if previously initialized.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/match.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32361