[patch] Failed to build mips64-elf with NLS on OSX
Masaki Muranaka
monaka@monami-software.com
Thu Jun 15 09:12:00 GMT 2006
On 2006/06/15, at 17:22, Andreas Schwab wrote:
> GCC should recognize gettext specially in the context of format string
> tests.
Regardless GCC should work so, the build was failed.
This is a sample script that reproduce the error.
I tested on gcc-4.0.1/OSX and gcc-3.2.2/Linux.
Results are same.
-8<----8<----8<----8<----8<----8<---
cat <<__EOF > test.c
#include <stdio.h>
# define _(String) gettext (String)
int
main(int argc, char **argv)
{
printf(_("aaa"));
}
__EOF
gcc -Werror -Wformat -Wformat-nonliteral -c test.c
-8<----8<----8<----8<----8<----8<---
--
Masaki Muranaka
Monami software
More information about the Gdb-patches
mailing list