Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!buchanan From: buchanan@cs.ubc.ca (John (juancho) buchanan) Newsgroups: comp.sys.sgi Subject: Fun with cc Message-ID: <1991Feb27.194623.25354@cs.ubc.ca> Date: 27 Feb 91 19:46:23 GMT Sender: news@cs.ubc.ca (Usenet News) Organization: University of British Columbia, Vancouver, B.C., Canada Lines: 23 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 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] ~ %