From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CgTfO-0004pr-75 for qemu-devel@nongnu.org; Mon, 20 Dec 2004 14:58:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CgTfN-0004pT-Gr for qemu-devel@nongnu.org; Mon, 20 Dec 2004 14:58:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CgTfN-0004pQ-CV for qemu-devel@nongnu.org; Mon, 20 Dec 2004 14:58:01 -0500 Received: from [216.254.0.201] (helo=mail1.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CgSiz-0001DP-UN for qemu-devel@nongnu.org; Mon, 20 Dec 2004 13:57:42 -0500 Received: from dsl081-088-222.lax1.dsl.speakeasy.net (HELO [192.168.111.2]) ([64.81.88.222]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Dec 2004 18:57:40 -0000 Subject: Re: [Qemu-devel] get_func() hangs with gcc 3.4.2 on MinGW and WinXP host From: "John R. Hogerhuis" In-Reply-To: <87fz21tzkn.fsf@trouble.defaultvalue.org> References: <20041215134754.GA28410@100tka.net> <20041215145903.GA29957@100tka.net> <20041215234503.GA12778@jbrown.mylinuxbox.org> <20041217195627.A38776@saturn.kn-bremen.de> <41C5FD0C.70506@bellard.org> <87fz21tzkn.fsf@trouble.defaultvalue.org> Content-Type: text/plain Message-Id: <1103569072.18530.849.camel@aragorn> Mime-Version: 1.0 Date: Mon, 20 Dec 2004 10:57:52 -0800 Content-Transfer-Encoding: 7bit Reply-To: jhoger@pobox.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, 2004-12-19 at 19:31, Rob Browning wrote: > Oh, and another possibly relevant project that was mentioned to me, > but I havent investigated much yet, is C-- > (http://www.cminusminus.org). Poking around there, I found they recommend reading this paper: http://www.cminusminus.org/download/ppdp.pdf It doesn't assume a lot of knowledge of the subject, so it is readable even to me :-) -- John.