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/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used


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

--- Comment #8 from Rich Felker <bugdal at aerifal dot cx> 2011-04-28 03:45:39 UTC ---
Thank you for the quick response. It looks like pcc supports the gcc-style
builtins (and defines __GNUC__ to be 4), whereas tinycc does not define
__GNUC__ at all. I think __GNUC__>=3 is a reasonable test then.


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