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

--- Comment #9 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #8)
... snip ...
> before the patch and with
> 
> pr66310_1.f90:3:0:
> 
>        print *, repeat(z, huge(1_4))
>  
> internal compiler error: Segmentation fault: 11
> 
> after the patch.

The patch fixes two places where the signed integer wrapped giving the
18446744065119617024 message.  The Segfault you have noted is in yet another
place where some address is getting exceeded. I also found this problem and it
will require further tracking.

Reply via email to