From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18233 invoked by alias); 2 Jul 2005 01:27:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18221 invoked by uid 48); 2 Jul 2005 01:27:14 -0000 Date: Sat, 02 Jul 2005 01:27:00 -0000 Message-ID: <20050702012714.18219.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040702165134.16331.thutt@vmware.com> References: <20040702165134.16331.thutt@vmware.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/16331] x86-64 inline asm register constraints insufficient WRT ABI X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg00136.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:27 ------- (In reply to comment #4) > __asm__ __volatile__("call pokus" This is wrong, you don't want to use call in an asm at all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16331