This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] Failed to build mips64-elf with NLS on OSX



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



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