This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]