From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY7oS-0000AI-8f for qemu-devel@nongnu.org; Tue, 23 Feb 2016 02:55:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY7oP-0003Kp-34 for qemu-devel@nongnu.org; Tue, 23 Feb 2016 02:55:16 -0500 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:33573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY7oO-0003Kf-SB for qemu-devel@nongnu.org; Tue, 23 Feb 2016 02:55:13 -0500 Received: by mail-pa0-x234.google.com with SMTP id fl4so106192777pad.0 for ; Mon, 22 Feb 2016 23:55:12 -0800 (PST) Sender: Richard Henderson References: <1455535767-28194-1-git-send-email-rth@twiddle.net> <56C23539.6000805@twiddle.net> <56C23BA5.50303@twiddle.net> From: Richard Henderson Message-ID: <56CC105D.7030507@twiddle.net> Date: Mon, 22 Feb 2016 23:55:09 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5] tcg queued patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 02/16/2016 03:45 AM, Peter Maydell wrote: >> Well, it doesn't repro on i686-linux; with a cross-compiler to mingw it >> still might, but filing the bug will save me setting up the full cross >> environment to be able to build qemu with mingw. > > I started filing a bug, but the preprocessed source exceeds the 1MB > size limit on gcc bugzilla anyway. So I'm just going to put the > output of gcc -save-temps -v below, and you can find translate.i > at http://people.linaro.org/~peter.maydell/translate.i (2.3MB). While I can reproduce this with the ubuntu gcc 4.8.2 package, I cannot reproduce it with upstream source (which is currently at 4.8.5). I'm not going to spend any more time on this. I guess you'd like the workaround? r~