[Bug fortran/44347] gfortran segmentation violation in gfc_conv_scalarized_array_ref

2010-05-31 Thread mikael at gcc dot gnu dot org
--- Comment #3 from mikael at gcc dot gnu dot org 2010-05-31 18:10 --- (In reply to comment #2) > I think the code is invalid: > > (1) i, ip, ir are used unitialized; > (2) the arguments of selected_real_kind should be scalar integer. > > So this pr is probably ICE-on-invalid for 4.4

[Bug fortran/44347] gfortran segmentation violation in gfc_conv_scalarized_array_ref

2010-05-31 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2010-05-31 17:56 --- I think the code is invalid: (1) i, ip, ir are used unitialized; (2) the arguments of selected_real_kind should be scalar integer. So this pr is probably ICE-on-invalid for 4.4 and 4.5(?) and accept invalid for 4.6

[Bug fortran/44347] gfortran segmentation violation in gfc_conv_scalarized_array_ref

2010-05-31 Thread mikael at gcc dot gnu dot org
--- Comment #1 from mikael at gcc dot gnu dot org 2010-05-31 17:14 --- Works with trunk. -- mikael at gcc dot gnu dot org changed: What|Removed |Added Status|