home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!convex!darwin.sura.net!wupost!csus.edu!netcom.com!netcomsv!spud.Hyperion.COM!spud.Hyperion.COM!not-for-mail
- From: wolf@spud.Hyperion.COM (Michael Wolf)
- Newsgroups: comp.sys.hp
- Subject: compiler bus error
- Date: 12 Nov 1992 18:10:38 -0800
- Organization: Hyperion, Mountain View, CA, USA
- Lines: 11
- Distribution: ca
- Message-ID: <1dv2quINN4ld@spud.Hyperion.COM>
- NNTP-Posting-Host: spud.hyperion.com
- Keywords: bug
-
- % uname -a
- HP-UX renoir A.08.07 A 9000/710 2011230030
- % cat foo.c
- extern struct pstate q1[],q2[],q3[];
- struct pstate {
- int a;
- };
- % cc -c foo.c
-
- Signal 10: bus error
- %
-