From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUgYB-0007sH-VH for qemu-devel@nongnu.org; Mon, 10 Jul 2017 17:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUgY7-0003mO-5m for qemu-devel@nongnu.org; Mon, 10 Jul 2017 17:49:04 -0400 Received: from mail-wr0-f174.google.com ([209.85.128.174]:36504) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUgY6-0003m1-VN for qemu-devel@nongnu.org; Mon, 10 Jul 2017 17:48:59 -0400 Received: by mail-wr0-f174.google.com with SMTP id c11so156937456wrc.3 for ; Mon, 10 Jul 2017 14:48:58 -0700 (PDT) References: From: Paolo Bonzini Message-ID: Date: Mon, 10 Jul 2017 23:48:55 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] test-i386: Make x86 test program compile on clang List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Theodore Dubois , qemu-devel@nongnu.org On 10/07/2017 22:57, Theodore Dubois wrote: > - Clang doesn't support size suffixes on the loop instructions. Has this bug been reported? Paolo