From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14161 invoked by alias); 8 Feb 2004 03:42:11 -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 14148 invoked by uid 48); 8 Feb 2004 03:42:11 -0000 Date: Sun, 08 Feb 2004 03:42:00 -0000 Message-ID: <20040208034211.14147.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030302224601.9908.kfoltman@onet.pl> References: <20030302224601.9908.kfoltman@onet.pl> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/9908] [x86] wrong code generated for virtual method call (gas bug?) with -masm-intel X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg00919.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-08 03:42 ------- This is almost definitely a binutils bug (that is not fixed yet at all): what binutils produces: call 0x80484f8 <_ZTV1B+8> what gcc produces with -masm=intel call DWORD PTR _ZTV1B+8 what gcc produces normally: call *_ZTV1B+8 -- What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2003-11-08 23:53:11 |2004-02-08 03:42:10 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9908