http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34315
Kai Tietz changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
--- 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
--
ktietz at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |ktietz at gcc dot gnu dot
|dot org
--- 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
--- 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
--- 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, w
--- 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 serio
--- 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