home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!kpc.COM!mikew
- From: mikew@kpc.COM
- Subject: Bug in DEC Alpha/AXP backend for gcc.
- Message-ID: <9211240109.AA05810@thorn.kpc.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Mon, 23 Nov 1992 09:09:49 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 5
-
- In the output_prolog function in config/alpha.c file in gcc-2.3.1,
- the sequence "\tadd $30,$28,$15\n" is output. Unfortunately add is
- not a legal instruction. This should probably be an addq instruction.
-
-
-