This is the mail archive of the gcc-patches@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: alpha fp suffix cleanup


> This was prompted by the T3 patch we saw recently, wherein it
> appeared that the Cray assembler would accept "cvttq/c" but
> not "cvttqc".  And, I assume from the way the "su" and "sui"
> suffixes had been brutally disabled, would accept "addt/su"
> but not "addtsu".  As far as I know, gas and dec assemblers
> have always accepted either form.

Turns out it's a bug in the Cray assembler after all. It won't accept su
and friends for cvt instructions. I've now disabled IEEE mode and
-mfp-rounding-mode altogether for the T3E as I can't support them
properly; if Cray fixes this I'll reenable it. Anyway, thanks for taking
care of that.

Bye

Roman



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