From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22208 invoked by alias); 11 Dec 2001 20:29:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 20767 invoked from network); 11 Dec 2001 20:28:04 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 11 Dec 2001 20:28:04 -0000 Received: from fri.redhat.lsd.ic.unicamp.br (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA14512; Tue, 11 Dec 2001 12:27:51 -0800 (PST) Received: from free.redhat.lsd.ic.unicamp.br (free.redhat.lsd.ic.unicamp.br [192.168.160.1]) by fri.redhat.lsd.ic.unicamp.br (8.11.6/8.11.6) with ESMTP id fBBKRoZ04377; Tue, 11 Dec 2001 18:27:50 -0200 Received: (from aoliva@localhost) by free.redhat.lsd.ic.unicamp.br (8.11.6/8.11.6) id fBBKRkq26499; Tue, 11 Dec 2001 18:27:46 -0200 X-Authentication-Warning: free.redhat.lsd.ic.unicamp.br: aoliva set sender to aoliva@redhat.com using -f To: mcuss@cdlsystems.com Cc: , Subject: Re: Embedded Assembly and MMX in GCC References: <20011204153416.A24659@disaster.jaj.com> <20011204155032.A24992@disaster.jaj.com> <00d001c17d05$4be398c0$160e10ac@hades> <3C0D3A05.6FE3602F@redhat.com> <00cc01c18271$ef4c12a0$160e10ac@hades> From: Alexandre Oliva Organization: GCC Team, Red Hat Date: Tue, 11 Dec 2001 12:35:00 -0000 In-Reply-To: "Mark Cuss"'s message of "Tue, 11 Dec 2001 11:30:39 -0700" Message-ID: User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00604.txt.bz2 On Dec 11, 2001, "Mark Cuss" wrote: > __asm__("movq $1, %mm0); I suppose you're missing a `"' after `%mm0'. Note that `%' is an active character in inline assembly, mostly like printf. If you want a `%' to get through to the output assembly, double it. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist *Please* write to mailing lists, not to me