https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #10 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> I don't see the error with a reasonably current trunk. Can anybody
> confirm that? If so, we could just commit a test case and close.

Confirmed with r269406:

% gfc pr71706.f90 -fcoarray=lib -lcaf_single -fcheck=all -fdefault-integer-8
pr71706.f90:1:0:

    1 | program p
      | 
Error: mismatching comparison operand types
integer(kind=4)
integer(kind=8)
_5 = _3 < me.4_4;
pr71706.f90:1:0: internal compiler error: verify_gimple failed

Reply via email to