--- 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
--- 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
--- 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|