This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/9908] [x86] wrong code generated for virtual method call (gas bug?) with -masm-intel


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]