Path: utzoo!attcan!uunet!husc6!cmcl2!phri!dasys1!newman From: newman@dasys1.UUCP (Ken Newman) Newsgroups: comp.sys.atari.st Subject: Megamax v1.1 bug Keywords: Megamax bug structure tags Message-ID: <4482@dasys1.UUCP> Date: 18 May 88 01:38:46 GMT Organization: The Big Electric Cat Lines: 25 The following is a very simple program that exhibits a very nasty bug in Megamax C v1.1. Compiling this program CRASHES THE COMPILER AND CORRUPTS THE OBJECT FILE!! (two bombs appear). main () { struct x y; int i; for (i = 0; i < 1000; i++) ; } The problem seems to be referencing the undefined structure tag. I don't know if this bug still exists in Laser C, anyone care to check? Any comments from Megamax? Ken Newman -- Ken Newman Big Electric Cat Public UNIX ..!cmcl2!phri!dasys1!newman