------- 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 and 4.5(?) and accept invalid > for > 4.6. > The problem was really on the segmentation violation I think. One can reopen to track the absence of errors for (1) and (2). I leave this up to you (or others).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44347