[comp.sys.sgi] Fun with cc

buchanan@cs.ubc.ca (John (juancho) buchanan) (02/28/91)

One of our students found this little gem, which I though would be of
interest to the compiler group.

groucho [45] ~ % rlogin gummo
IRIX System V Release 3.3.2 gummo.cs.ubc.ca
Copyright (c) 1988,1989,1990 Silicon Graphics, Inc.
All Rights Reserved.
gummo [41] ~ % cat crash.c
#include <gl/gl.h>

void main()
{
   bgnline();
   v2f( 0.0, 0.0 );
   endline();
}
gummo [42] ~ % cc -c crash.c
Fatal error in: /usr/lib/ugen - core dumped
 Signal 133 gummo [43] ~ % 
gummo [43] ~ % file `which cc`
/usr/bin/cc:    mipseb demand paged stripped - version 2.0
gummo [44] ~ %