This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
RE: [Patch, fortran] PR25395 - equivalence to common block array broken
- From: Paul dot Thomas at jet dot uk (Paul Thomas)
- To: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- Cc: <fortran at gcc dot gnu dot org>
- Date: Wed, 22 Feb 2006 10:27:25 -0000
- Subject: RE: [Patch, fortran] PR25395 - equivalence to common block array broken
Tobi,
>
> + seen_one = FALSE;
> more = TRUE;
> while (more)
> {
The use of upper-case booleans vs lower-case ones below lead me to
investigate: the lower case variants are the right ones.
Blast it! I have been doing too much fortran programming...
Thanks
Paul