This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/9908] [x86] wrong code generated for virtual method call (gas bug?) with -masm-intel
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Feb 2004 03:42:11 -0000
- Subject: [Bug target/9908] [x86] wrong code generated for virtual method call (gas bug?) with -masm-intel
- References: <20030302224601.9908.kfoltman@onet.pl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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