From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 3 18:34:23 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F04C16A4A0 for ; Mon, 3 Jul 2006 18:34:23 +0000 (UTC) (envelope-from randyhyde@earthlink.net) Received: from smtpauth04.mail.atl.earthlink.net (smtpauth04.mail.atl.earthlink.net [209.86.89.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C094500F for ; Mon, 3 Jul 2006 18:34:20 +0000 (GMT) (envelope-from randyhyde@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=KYTbMKEt5zdPAhMLEQKD3WLcbV+z2QG2oEbCqNzcrJMpoD+qHna7NPRThSXCWyWX; h=Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:X-ELNK-Trace:X-Originating-IP; Received: from [24.180.58.59] (helo=pentiv) by smtpauth04.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1FxTFU-0007Ly-7s for freebsd-hackers@freebsd.org; Mon, 03 Jul 2006 14:34:20 -0400 Message-ID: <002501c69ecf$5967c6b0$6302a8c0@pentiv> From: "Randall Hyde" To: References: <16887068.1151618963387.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> <20060630081019.GB734@turion.vk2pj.dyndns.org> Date: Mon, 3 Jul 2006 11:34:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-ELNK-Trace: eba5e0c9192a36dcd6dd28457998182d7e972de0d01da940670466a2a7ed15635ce4232287f362ac350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.180.58.59 Subject: getc in BSD (was FLEX issues) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 18:34:23 -0000 Well, having a little bit of time to play around with the issues I'm having with Flex under GCC, I've determined that the problem occurs in the following code fragment: for ( n = 0; n < num_to_read && ( c = getc <<