-
GCC already knows that setjmp (and _setjump and __builtin_setjmp) is a return-twice function. See special_function_p() in gcc/calls.c.
The purpose of the attribute is to let gcc know that other functions (eg " int mysetmp() " act like setjmp.
Danny.
05:03AM UTC on Jul 09 2009 in MinGW - Minimalist GNU for Windows
-
gcc now has internal knowledge of C99 stdint.h types as intrinsic types.
(see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=448 for background)
The tests for a c99 conforming implementation in the gcc testsuite has
revealed some long-standing erors in mingw's stdint.h.
With these changes, all c99-stdint-*.c testcases in gcc testcase now pass.
2009-04-11 Danny Smith...
09:54AM UTC on Apr 11 2009 in MinGW - Minimalist GNU for Windows
-
This is not a mingw.org bug, since mingw.org does not distribute g++ (GCC) 4.3.3-dw2-tdm-1
See .
04:42AM UTC on Apr 02 2009 in MinGW - Minimalist GNU for Windows
-
This appears to be a duplicate of 1395967
http://sourceforge.net/tracker/?func=detail&atid=102435&aid=1395967&group_id=2435
The testcase for that bug compiled without error for me.
Can you consistently reproduce this ICE? Could it be a hardware problem?
Danny.
05:34AM UTC on Mar 15 2009 in MinGW - Minimalist GNU for Windows
-
I have upload a revised patch (pseudo-reloc.c.diff) against mingw-runtime CVS.
It adds back the preamble, modified to acknowledge Kai's contrib.
I've also guarded the debug fprintf's with #ifdef DEBUG and made some trivial formatting changes.
The ChangeLog entry is
2009-03-05 Kai Tietz
* pseudo-reloc.c : Rewrite to enable pseudo_reloc version 2.
08:00AM UTC on Mar 05 2009 in MinGW - Minimalist GNU for Windows
-
Thanks very much for the testcase.
As 2662232 this is an old GCC bug.
It is fixed in gcc 4.x (I have tested 4.2.1 4.3.0 and 4.4.0
successfully)
Closing (GCC project no longer supports 3.x )
Danny.
02:52AM UTC on Mar 05 2009 in MinGW - Minimalist GNU for Windows
-
Thanks very much for the testcase.
This is an old GCC bug.
It is fixed in gcc 4.x (I have tested 4.2.1 4.3.0 and 4.4.0 successfully)
Closing (GCC project no longer supports 3.x )
Danny.
02:45AM UTC on Mar 05 2009 in MinGW - Minimalist GNU for Windows
-
Fixed in GCC 4.4.0
Danny.
10:03PM UTC on Feb 20 2009 in MinGW - Minimalist GNU for Windows
-
__STRICT_ANSI__ should not have any meaning to a file such as sys/types.h, since it is not mentioned in the ISO documentation, and hence is not covered by ISO C specification of standard names.
02:51AM UTC on Feb 17 2009 in MinGW - Minimalist GNU for Windows
-
Try adding
#include to your file. That is were cmb13 and friends are defined.
Danny.
04:48AM UTC on Feb 14 2009 in MinGW - Minimalist GNU for Windows