home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / bug / 2826 < prev    next >
Encoding:
Text File  |  1992-11-24  |  579 b   |  18 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!kpc.COM!mikew
  3. From: mikew@kpc.COM
  4. Subject: Bug in DEC Alpha/AXP backend for gcc.
  5. Message-ID: <9211240109.AA05810@thorn.kpc.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 23 Nov 1992 09:09:49 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 5
  12.  
  13. In the output_prolog function in config/alpha.c file in gcc-2.3.1,
  14. the sequence "\tadd $30,$28,$15\n" is output. Unfortunately add is
  15. not a legal instruction.  This should probably be an addq instruction.
  16.  
  17.  
  18.