[Bug libobjc/34315] libobjc warnings with Win64 target=x86_64-pc-mingw32

2010-10-02 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34315 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libobjc/34315] libobjc warnings with Win64 target=x86_64-pc-mingw32

2009-08-25 Thread ktietz at gcc dot gnu dot org
--- Comment #7 from ktietz at gcc dot gnu dot org 2009-08-25 10:36 --- Ok I fixed at revision 151077 the issues about gthr-win32.h, the objective-c library warnings aren't fixed by this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34315

[Bug libobjc/34315] libobjc warnings with Win64 target=x86_64-pc-mingw32

2008-07-09 Thread nightstrike at gmail dot com
--- Comment #6 from nightstrike at gmail dot com 2008-07-10 00:49 --- Kai, can you apply FX's fix? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34315

[Bug libobjc/34315] libobjc warnings with Win64 target=x86_64-pc-mingw32

2008-04-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2008-04-21 12:54 --- (In reply to comment #3) in gthr-win32.h there seems to be a more serious bug. The cast of an integer with less size to a pointer can be seriously wrong. I don't think it's an issue: the type objc_thread_t,

[Bug libobjc/34315] libobjc warnings with Win64 target=x86_64-pc-mingw32

2008-04-21 Thread ktietz at gcc dot gnu dot org
--- Comment #5 from ktietz at gcc dot gnu dot org 2008-04-21 13:03 --- I agree, that this patch does not break things and the build for this target gets more silent. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34315

[Bug libobjc/34315] libobjc warnings with Win64 target=x86_64-pc-mingw32

2008-02-16 Thread ktietz at gcc dot gnu dot org
--- Comment #3 from ktietz at gcc dot gnu dot org 2008-02-16 20:46 --- Yes, for the x86_64-pc-mingw32 the %ld printing exists, but it is for long, not for long long. For this target long is 32-bit scalar, so the printf formatters are wrong. in gthr-win32.h there seems to be a more

[Bug libobjc/34315] libobjc warnings with Win64 target=x86_64-pc-mingw32

2007-12-12 Thread nightstrike at gmail dot com
--- Comment #2 from nightstrike at gmail dot com 2007-12-12 17:33 --- Does anyone know why the %ld formats are not recognized as valid? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34315