------- Comment #12 from dominiq at lps dot ens dot fr 2007-08-03 00:17 ------- Subject: Re: selected_(int|real)_kind fail with -fdefault-integer-8
> I think that we may be converging on a patch. Can you test > the attached diff? I have converged in the same direction (modulo the coding style!-): + if (actual->expr->ts.kind != 4) + { + ts.type = BT_INTEGER; + ts.kind = 4; + gfc_convert_type (actual->expr, &ts, 2); + } It pass my tests and it will regtest while I am going to bed (2AM my time). Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32968