[Bug c++/11091] Wrong code in variable initialization

pinskia@physics.uc.edu gcc-bugzilla@gcc.gnu.org
Thu Jun 5 01:37:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11091



------- Additional Comments From pinskia@physics.uc.edu  2003-06-05 01:37 -------
gcc 3.2.2 produces the same code, The asm you gave is actually right because it stores obj in ebx, 
then store ebx on the stack (via the push), then it calls the constructor.  That is good code, I think 
your problem is somewhere else.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Gcc-bugs mailing list