home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!wupost!gumby!destroyer!ncar!noao!arizona!pagels
- From: pagels@cs.arizona.edu (Michael A. Pagels)
- Newsgroups: comp.sys.hp
- Subject: Bug in gcc 2.2.2 -- ARGW4
- Message-ID: <21680@optima.cs.arizona.edu>
- Date: 7 Sep 92 17:14:11 GMT
- Sender: news@cs.arizona.edu
- Organization: U of Arizona, CS Dept, Tucson
- Lines: 27
-
- The following code:
-
- lookMACROINST(xl, yb, ro, sx, sy, la, st)
- int xl, yb, ro, la;
- double sx, sy;
- char *st;
- {
- }
-
- generates error:
-
- as: /usr/tmp/cca19691.s @line#14 [err#1025]
- Unrecognized keyword - ARGW4
-
- due to the following:
-
- .EXPORT lookMACROINST,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=FR,ARGW4=FU,RTNVAL=GR
-
- assembly line.
-
- This is on a 720. As I do not yet have an assembly manual, does
- anyone have a gcc 2.2.2 fix?
-
-
- Thanks in advance!
-
- Michael
-