From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30663 invoked by alias); 24 May 2003 18:46:44 -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 27565 invoked by uid 48); 24 May 2003 18:45:02 -0000 Date: Sat, 24 May 2003 19:02:00 -0000 Message-ID: <20030524184502.27564.qmail@sources.redhat.com> From: "pinskia@physics.uc.edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <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?) X-Bugzilla-Reason: CC X-SW-Source: 2003-05/txt/msg02438.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9908 pinskia@physics.uc.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2003-05-24 18:45:01 date| | ------- Additional Comments From pinskia@physics.uc.edu 2003-05-24 18:45 ------- Confirmed on mainline (20030524). The program dies in 0x080484db in typeinfo name for B (): 0x080484db <_ZTS1B+7>: cmp (%eax,%edx,1),%ebx The difference in asm that is the problem is (minus is the AT&Tone): - call *_ZTV1B+8 + call DWORD PTR _ZTV1B+8 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.