home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp / 10130 < prev    next >
Encoding:
Text File  |  1992-09-08  |  823 b   |  38 lines

  1. Path: sparky!uunet!spool.mu.edu!wupost!gumby!destroyer!ncar!noao!arizona!pagels
  2. From: pagels@cs.arizona.edu (Michael A. Pagels)
  3. Newsgroups: comp.sys.hp
  4. Subject: Bug in gcc 2.2.2 -- ARGW4
  5. Message-ID: <21680@optima.cs.arizona.edu>
  6. Date: 7 Sep 92 17:14:11 GMT
  7. Sender: news@cs.arizona.edu
  8. Organization: U of Arizona, CS Dept, Tucson
  9. Lines: 27
  10.  
  11. The following code:
  12.  
  13. lookMACROINST(xl, yb, ro, sx, sy, la, st)
  14.         int xl, yb, ro, la;
  15.         double sx, sy;
  16.         char *st;
  17. {
  18. }
  19.  
  20. generates error:
  21.  
  22. as: /usr/tmp/cca19691.s @line#14 [err#1025]
  23.   Unrecognized keyword - ARGW4
  24.  
  25. due to the following:
  26.  
  27. .EXPORT lookMACROINST,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=FR,ARGW4=FU,RTNVAL=GR
  28.  
  29. assembly line.
  30.  
  31. This is on a 720.  As I do not yet have an assembly manual, does
  32. anyone have a gcc 2.2.2 fix?
  33.  
  34.  
  35. Thanks in advance!
  36.  
  37. Michael
  38.