This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ongoing bootstrap failures on ppc64 since 2007-07-02


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]