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 c++/11091] Wrong code in variable initialization


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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-04 20:39:16
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-04 20:39 -------
Okay now I see what is going on this i386-i586 problem, if you do not support any thing less than 
a pentium, You can use -march=i686 as a workaround.

It looks like this instruction: `sub    $0xc,%esp' is what is causing the problem because you do not 
get it on i686.

Confirmed on 3.3.1 (20030526) with -march=i585, -march=i486, or -march=i386.

Sorry I had marked it as invalid before because I should have looked at output of you gcc -v.



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