On 7/6/07 3:31 PM, Brooks Moses wrote:

> Hmm.  Looking at that, I suspect that the relevant file is actually the
> "selected_int_kind.inc" one that it includes.  Can you post that as well?

Attached.
  integer, parameter :: c = 5
  type (int_info), parameter :: int_infos(c) = (/ &
    int_info (1, range(0_1)), &
    int_info (2, range(0_2)), &
    int_info (4, range(0_4)), &
    int_info (8, range(0_8)), &
    int_info (16, range(0_16)) /)

Reply via email to