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


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.


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