Assembler Warning Messages During Microway FORTRAN Compilation

Richard Henderson rth@cygnus.com
Mon Jan 26 10:45:00 GMT 1998


On Mon, Jan 26, 1998 at 08:48:44AM -0600, Tom Browder wrote:
> /microway/tools/as -nocpp -D -o afrag.o afrag.s
> afrag.s: Assembler messages:
> afrag.s:112: Warning: Used $at without ".set noat"

There are two possible meanings for this -- either the instruction
at line 112 is a byte-word instruction (ldbu, ldwu, stb, stw) or
the offset is out of range indicating a compiler bug.

The former problem can be solved on RH 5.0's as by adding -m21164a
to the assembler command line.


r~



More information about the Gcc mailing list