This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]