This is the mail archive of the gcc-patches@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]

Re: [patch] PR35460 fix OpenBSD stdarg header


Andreas Tobler wrote:

+ test_text = "#define va_start(v,l) __builtin_va_start((v),l)";

Typo, corrected in the current sources.


test_text = "#define va_start(v,l) __builtin_stdarg_start((v),l)";

ANdreas


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