This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/53732] [4.7/4.8 Regression] "mismatching comparison operand types" on compile


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.


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