This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: More build problems on Alpha
- To: rth at redhat dot com
- Subject: Re: More build problems on Alpha
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Tue, 24 Jul 01 20:49:41 EDT
- Cc: gcc at gcc dot gnu dot org
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.