This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] PR33152 Initialization/declaration problems in block data
- From: Tobias Burnus <burnus at net-b dot de>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 25 Nov 2007 22:26:48 +0100
- Subject: Re: [patch, fortran] PR33152 Initialization/declaration problems in block data
- References: <47492130.9000107@verizon.net>
:REVIEWMAIL:
Jerry DeLisle wrote:
> The patch removes wrong error messages and adds a new one. Fairly
> self explanatory.
The patch is OK.
Tobias:
PS: With the patch invalid code is accepted, which was before rejected,
but the checks were very limited; therefore, it makes sense that this
patch gets committed first. See
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34227 for details