This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12974] [3.4 Regression] gcc-3.4-20031105 bootstrap failure [MinGW]
- From: "stl at caltech dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Dec 2003 03:21:45 -0000
- Subject: [Bug bootstrap/12974] [3.4 Regression] gcc-3.4-20031105 bootstrap failure [MinGW]
- References: <20031109014258.12974.stl@caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From stl at caltech dot edu 2003-12-23 03:21 -------
I don't think that that patch will fix the problem.
>From the patch:
#if defined (_WIN32) || defined (__MSDOS__) \
- || defined (__DJGPP__) || defined (__OS2__)
+ || defined (__DJGPP__) || defined (__OS2__) || defined (__CYGWIN__)
But MinGW already defines _WIN32:
C:\Temp\matrix>type mlar.h
C:\Temp\matrix>cpp -dM mlar.h
#define __DBL_MIN_EXP__ (-1021)
#define __FLT_MIN__ 1.17549435e-38F
#define _WIN32 1
#define _X86_ 1
[... more ...]
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12974