mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 22:52:04 +00:00
1c66e30e7e
[The lcc source] overrides the libc memmove() with its own implementation, but that implementation fails to follow the specification. In particular, it returns NULL rather than memmove()'s first parameter. GCC now optimizes based on this aspect of the specification, so things go wrong at runtime. [Text & patch from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56881#c8] |
||
---|---|---|
.. | ||
cpp.c | ||
cpp.h | ||
eval.c | ||
getopt.c | ||
hideset.c | ||
include.c | ||
lex.c | ||
macro.c | ||
nlist.c | ||
tokens.c | ||
unix.c |