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++/41941] bad stack allocation using inline asm



------- Comment #7 from freddy77 at gmail dot com  2009-11-05 09:40 -------
I was not aware of that "red zone"... I know quite well x86 ABI but not that
much x86_64. Today I analized again the problem with the help of gdb (yesterday
I got not so good results). It seems that GNU as has some problems with inline
assembly if intel syntax is used causing jump offset miscomputation (.s file is
ok while .o file is not and gdb execution confirm).

Sorry to waste your time


-- 


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


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