Newsgroups: comp.sys.atari.st
Path: utzoo!utgpu!jarvis.csri.toronto.edu!dgp.toronto.edu!juancho
From: juancho@dgp.toronto.edu (John Buchanan)
Subject: Csd bugs( was Re: C compilers on the ST)
Message-ID: <8806201327.AA17130@explorer.dgp.toronto.edu>
Organization: University of Toronto, CSRI
References: <3130@crash.cts.com>
Date:	Mon, 20 Jun 88 08:07:05 EDT

In article <3130@crash.cts.com> sreeb@pnet01.cts.com (Ed Beers) writes:
>Csd seems to work very well.  The only bug I have encountered is that integers

	 I found another.  Trying to print out an expression, like the one 
that follows, causes an assert somewhere in their code to fail.  
I have mailed them more specific examples.

	cp->mumble.mumbble;
	   ^ 
	   |
	   The assert statement fails right here.  As I type this > token.

	(*cp).mumble.mumbble; also causes the same failure.

