From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23616 invoked by alias); 2 May 2007 02:33:59 -0000 Received: (qmail 23597 invoked by uid 48); 2 May 2007 02:33:50 -0000 Date: Wed, 02 May 2007 02:33:00 -0000 Message-ID: <20070502023350.23596.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/31782] Invalid assembly code on initial dollar signs In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg00075.txt.bz2 ------- Comment #2 from pinskia at gcc dot gnu dot org 2007-05-02 03:33 ------- > unless $ also becomes an invalid identifier in C. Well read: http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Dollar-Signs.html it is can be but does not have to be. This works for me targetting spu-elf and powerpc64-linux-gnu (with -m32 and -m64) so this is a target issue. Really I think this is a bug in binutils for i386/x86_64 (I can reproduce it there). -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c |target GCC host triplet|x86_64-pc-linux-gnu | GCC target triplet| |x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782