Rich Felker
def0af1898
use compiler builtins for variadic macros when available
...
this slightly cuts down on the degree musl "fights with" gcc, but more
importantly, it fixes a critical bug when gcc inlines a variadic
function and optimizes out the variadic arguments due to noticing that
they were "not used" (by __builtin_va_arg).
we leave the old code in place if __GNUC__ >= 3 is false; it seems
like it might be necessary at least for tinycc support and perhaps if
anyone ever gets around to fixing gcc 2.95.3 enough to make it work..
2011-04-27 23:41:48 -04:00
..
2011-02-12 00:22:29 -05:00
2011-03-18 21:53:30 -04:00
2011-02-12 00:22:29 -05:00
2011-04-06 15:44:39 -04:00
2011-04-21 14:27:28 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-12 13:04:17 -04:00
2011-02-12 00:22:29 -05:00
2011-02-14 18:41:25 -05:00
2011-04-03 10:24:59 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-05 11:16:49 -04:00
2011-02-12 00:22:29 -05:00
2011-04-14 22:06:30 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-05 15:45:24 -04:00
2011-02-12 00:22:29 -05:00
2011-04-13 09:03:22 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-14 21:59:38 -05:00
2011-02-14 18:41:25 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-03-29 13:01:25 -04:00
2011-02-14 20:45:37 -05:00
2011-02-12 00:22:29 -05:00
2011-02-14 18:41:25 -05:00
2011-04-13 15:24:26 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-01 20:48:02 -04:00
2011-04-20 20:55:13 -04:00
2011-03-28 20:43:51 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-03-03 18:32:26 -05:00
2011-02-14 18:45:58 -05:00
2011-02-12 00:22:29 -05:00
2011-04-13 08:45:28 -04:00
2011-04-27 23:41:48 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-11 10:48:52 -04:00
2011-04-05 12:25:31 -04:00
2011-04-21 14:27:28 -04:00
2011-04-26 12:28:41 -04:00
2011-02-14 18:41:25 -05:00
2011-02-12 00:22:29 -05:00
2011-04-05 15:40:36 -04:00
2011-04-13 16:13:49 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-15 15:25:31 -05:00
2011-02-18 22:03:03 -05:00
2011-02-12 00:22:29 -05:00
2011-04-27 16:06:33 -04:00
2011-02-12 00:22:29 -05:00
2011-03-18 21:52:26 -04:00
2011-04-12 12:03:33 -04:00
2011-03-29 18:30:27 -04:00
2011-02-14 19:33:11 -05:00
2011-02-19 12:44:36 -05:00