[Bug c/53005] GCC moves the called C function address and parameters to the wrong stack position, when making C-style calling of C functions in a C function with inline assembly code.

2012-04-16 Thread zhao86.scholar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53005 --- Comment #6 from Lili Zhao 2012-04-17 02:43:31 UTC --- Thanks all the same! I'll try on the latest gcc version to see if the bug reproduce. Thank you! 2012/4/16 manu at gcc dot gnu.org > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53005 > >

[Bug c/53005] GCC moves the called C function address and parameters to the wrong stack position, when making C-style calling of C functions in a C function with inline assembly code.

2012-04-16 Thread zhao86.scholar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53005 --- Comment #2 from Lili Zhao 2012-04-16 10:17:43 UTC --- Do you mean we should use a later GCC version? (In reply to comment #1) > GCC 4.2 is not supported, please try a current release.

[Bug c++/53005] New: GCC moves the called C function address and parameters to the wrong stack position, when making C-style calling of C functions in a C function with inline assembly code.

2012-04-16 Thread zhao86.scholar at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53005 Bug #: 53005 Summary: GCC moves the called C function address and parameters to the wrong stack position, when making C-style calling of C functions in a C function with inline