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]

Re: More build problems on Alpha


    Bother.  I assume it accepts "cvttqc"?

Yes.

    In which case, I guess for now change

    -          fprintf (file, "/%s%s", (trap ? trap : ""), (round ? round : ""));
    +          fprintf (file, "%s%s", (trap ? trap : ""), (round ? round : ""));

    in print_operand, and we'll cross the slash-or-no-slash
    bridge when the T3E port actually goes in.

OK.


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