[Bug target/50818] va_list is filled incorrectly in functions with ms_abi attribute on amd64

2011-10-21 Thread andrey.sploshnov at kaspersky dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50818 --- Comment #1 from Andrey Sploshnov 2011-10-21 09:16:32 UTC --- Sorry, there is a typo in the caller() function, it should be: const char* str = "arg"; callee("a string: %s", str); test.ii contains a correct version of the case

[Bug target/50818] New: va_list is filled incorrectly in functions with ms_abi attribute on amd64

2011-10-21 Thread andrey.sploshnov at kaspersky dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50818 Bug #: 50818 Summary: va_list is filled incorrectly in functions with ms_abi attribute on amd64 Classification: Unclassified Product: gcc Version: 4.4.5 Status: UNCON