From mboxrd@z Thu Jan 1 00:00:00 1970 From: bwc@borf.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020314191935.CF51319A57@mail.cse.psu.edu> Subject: [9fans] Is this a bug in 8c? Date: Thu, 14 Mar 2002 14:20:08 -0500 Topicbox-Message-UUID: 673350a6-eaca-11e9-9e20-41e7f4b1d025 Is there a bug in 8c compiling the following? main(void) { long long a, b, c, d; getval(&a, &b, &c, &d); a = b + c > d ? d - b : c; } gives /usr/bwc/bug.c:4 function args not checked: getval /usr/bwc/bug.c:5 unknown vlong LIST /usr/bwc/bug.c:5 unknown vlong COND 8c 6915:error