From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3C90FEE4.7E6685DB@princeton.edu> From: Martin Harriss MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] Is this a bug in 8c? References: <8bc281d412984b02b8d406bf730c16c6@plan9.bell-labs.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 14 Mar 2002 14:49:56 -0500 Topicbox-Message-UUID: 6744d722-eaca-11e9-9e20-41e7f4b1d025 Russ Cox wrote: > > 8c et al. don't do ? : for non-integer types, > and long long is a non-integer type (meaning > it's synthesized from multiple machine words). > Ken said the amount of work wasn't worth it. > > Russ But it doesn't do the comma operator for long longs either. I found that quite annoying when trying to port something to Plan 9. Surely that would not be so hard? In any event, I agree that the error message makes it look like there's a bug. Martin