[Bug bootstrap/12974] [3.4 Regression] gcc-3.4-20031105 bootstrap failure [MinGW]

stl at caltech dot edu gcc-bugzilla@gcc.gnu.org
Tue Dec 23 04:12:00 GMT 2003


------- 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



More information about the Gcc-bugs mailing list