From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Thomas Bushnell, BSG" Message-ID: <87zo1apyjl.fsf@becket.becket.net> Content-Type: text/plain; charset=us-ascii References: <8bc281d412984b02b8d406bf730c16c6@plan9.bell-labs.com> Subject: Re: [9fans] Is this a bug in 8c? Date: Fri, 15 Mar 2002 10:18:36 +0000 Topicbox-Message-UUID: 676c778c-eaca-11e9-9e20-41e7f4b1d025 rsc@plan9.bell-labs.com (Russ Cox) writes: > 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. Wow, the snide self-superiority of the previous conversation is really coming home to roost. GCC is castigated for having "too many bugs", while 8c is apparently riddled with *intentional* bugs. So far we have the aliasing/registerization bug in optimization, that long long is not treated as an integer type, and that ?: doesn't work for non-integer types. Are there more of these cute litlle intentional bugs? Thomas