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

--- Comment #7 from David Binderman <dcb314 at hotmail dot com> ---
gcc 13.1.0 doesn't like it either:

fujitsu $ ~/gcc/results.13.1.0/bin/gcc -c -w -O2 -ffree-line-length-none
./trunk/Fortran/0376/0376_0105.f90
./trunk/Fortran/0376/0376_0105.f90:40:4:

   40 | if (len(pa(:,:)(:))/=1)print *,'error-11-b'
      |    1
internal compiler error: Segmentation fault
0xb883f9 ???
        /home/dcb42/gcc/working/gcc/../../gcc-13.1.0/gcc/toplev.cc:314
0x52d46e gfc_conv_expr_descriptor
       
/home/dcb42/gcc/working/gcc/../../gcc-13.1.0/gcc/fortran/trans-array.cc:7937

Reply via email to