When compiling for a Win64 target of x86_64-pc-mingw32, I receive the following warnings:
/tmp/rt/build/gcc-svn/gcc/libobjc/sendmsg.c: In function '__objc_print_dtable_stats': /tmp/rt/build/gcc-svn/gcc/libobjc/sendmsg.c:688: warning: format '%ld' expects type 'long int', but argument 3 has type 'long long unsigned int' /tmp/rt/build/gcc-svn/gcc/libobjc/sendmsg.c:691: warning: format '%ld' expects type 'long int', but argument 3 has type 'long long unsigned int' /tmp/rt/build/gcc-svn/gcc/libobjc/sendmsg.c:695: warning: format '%ld' expects type 'long int', but argument 3 has type 'long long unsigned int' -- Summary: libobjc warnings with Win64 arget=x86_64-pc-mingw32 Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Component: libobjc AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: nightstrike at gmail dot com GCC build triplet: i686-pc-linux GCC host triplet: i686-pc-linux GCC target triplet: x86_64-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34315