-
> To work around this nasty issue is to delete gcc's stddef.h and float.h simply.
Yes, it will do. Are you going to exclude them from the mingw-w64 distributives?
PS. CeGCC (arm/x86-mingw32ce) project has the same problem.
2009-11-12 21:27:28 UTC in MinGW-w64 - for 32 and 64 bit Windows
-
If I compile my code to a DLL, __udivsi3 is imported (from libgcc_s_sjlj-1.dll). If I compile to EXE then libgcc_s_sjlj-1.dll redist is not needed.
Is this a bug or a feature? (this is not observed with x86mingw32ce.)
2009-11-12 15:28:16 UTC in CeGCC - Cross development for Pocket PC
-
Without this patch, I have to set c_include_path=/cygdrive/C/x86mingw32ce/i386-mingw32ce/include.
The same problem exists in mingw-w64 project, see: https://sourceforge.net/tracker/index.php?func=detail&aid=2363741&group_id=
202880&atid=983354
The patch should be really sent to GCC but I'd like to know your opinion.
I use __MINGW32__ to identify toolchains that have MS-specific float.h...
2009-11-12 09:35:03 UTC in CeGCC - Cross development for Pocket PC
-
This patch solves the problem I've reported: https://sourceforge.net/tracker/index.php?func=detail&aid=2363741&group_id=202880&atid=983354
The patch should be really sent to GCC but I'd like to know your opinion.
PS. Another Q: why are the contents of GCC float.h copied to mingw float.h instead of having #include_next (before #ifndef _MINGW_FLOAT_H_)?.
2009-11-12 08:56:39 UTC in MinGW-w64 - for 32 and 64 bit Windows
-
ivmai committed patchset 489 of module bdwgc to the Boehm-Demers-Weiser Garbage Collector CVS repository, changing 2 files.
2009-11-10 08:33:27 UTC in Boehm-Demers-Weiser Garbage Collector
-
ivmai committed patchset 488 of module bdwgc to the Boehm-Demers-Weiser Garbage Collector CVS repository, changing 2 files.
2009-11-09 12:27:34 UTC in Boehm-Demers-Weiser Garbage Collector
-
ivmai committed patchset 487 of module bdwgc to the Boehm-Demers-Weiser Garbage Collector CVS repository, changing 2 files.
2009-11-07 10:01:15 UTC in Boehm-Demers-Weiser Garbage Collector
-
ivmai committed patchset 486 of module bdwgc to the Boehm-Demers-Weiser Garbage Collector CVS repository, changing 2 files.
2009-11-07 09:04:33 UTC in Boehm-Demers-Weiser Garbage Collector
-
I've discovered _utime(), _futime(), _wutime() are neither defined nor declared for 32-bit target (while we are exported from libcrtdll.a in both 32-bit and 64-bit).
The patch adds the declarations.
Also, I've discovered that _utime32(), _futime32(), _wutime32() are not exported from libcrtdll (for note: VS 2005/2008 VC++ has them exported and redirects _utime(), _futime(), _wutime() to...
2009-11-06 16:52:11 UTC in MinGW-w64 - for 32 and 64 bit Windows
-
ivmai committed patchset 485 of module bdwgc to the Boehm-Demers-Weiser Garbage Collector CVS repository, changing 2 files.
2009-11-06 12:07:59 UTC in Boehm-Demers-Weiser Garbage Collector