home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12866 < prev    next >
Encoding:
Text File  |  1992-11-13  |  603 b   |  24 lines

  1. Path: sparky!uunet!convex!darwin.sura.net!wupost!csus.edu!netcom.com!netcomsv!spud.Hyperion.COM!spud.Hyperion.COM!not-for-mail
  2. From: wolf@spud.Hyperion.COM (Michael Wolf)
  3. Newsgroups: comp.sys.hp
  4. Subject: compiler bus error
  5. Date: 12 Nov 1992 18:10:38 -0800
  6. Organization: Hyperion, Mountain View, CA, USA
  7. Lines: 11
  8. Distribution: ca
  9. Message-ID: <1dv2quINN4ld@spud.Hyperion.COM>
  10. NNTP-Posting-Host: spud.hyperion.com
  11. Keywords: bug
  12.  
  13. % uname -a
  14. HP-UX renoir A.08.07 A 9000/710 2011230030
  15. % cat foo.c
  16. extern struct pstate q1[],q2[],q3[];
  17. struct pstate {
  18.         int a;
  19. };
  20. % cc -c foo.c
  21.  
  22.  Signal 10: bus error
  23. %
  24.