From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32031 invoked by alias); 30 Mar 2009 20:00:16 -0000 Received: (qmail 31702 invoked by uid 48); 30 Mar 2009 19:59:56 -0000 Date: Mon, 30 Mar 2009 20:00:00 -0000 Message-ID: <20090330195956.31701.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug inline-asm/39590] inline asm %z on amd64 says "ll" instead of "q" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" 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: 2009-03/txt/msg02259.txt.bz2 ------- Comment #3 from hjl dot tools at gmail dot com 2009-03-30 19:59 ------- (In reply to comment #2) > Uh, I did. Use the macro like this: > > int foo=2; > atomic_add(foo,3); > > then try size_t as type of foo and compile on x86_64. > That is not a testcase. I need a valid C source code, which I can compile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39590