[Bug fortran/53732] [4.7/4.8 Regression] "mismatching comparison operand types" on compile
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Thu Jun 21 20:33:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53732
--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-06-21 20:32:48 UTC ---
> Well, it did!-) The patch even fixed the PR (no regression with -m32, further
> testing in progress).
Testing finished without anything to report.
> I wonder if
>
> - if (!skip_nested)
> + if (!subscript && !skip_nested)
>
> would not be enough?
Forget it! It does not work.
More information about the Gcc-bugs
mailing list