This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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]

RE: -DDATE start giving error with gcc-3.2.3


What's gcc 3.2.3? Do you mean gcc 3.2.1? That's the latest gcc.

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com]On Behalf
Of Nitin Gupta
Sent: Friday, November 22, 2002 5:23 PM
To: cygwin@cygwin.com
Subject: -DDATE start giving error with gcc-3.2.3


Hi,

If I compiled following code with -DDATE="Wed Nov 22", it compiled fine
using gcc-2.95, but when I updated my cygwin recently, it gives parse
errors using gcc-3.2.3 (which, I think it should)

#include <w32api/windows.h>
#include <stdio.h>
typedef double DATE;
main(){

printf ("Hello World!\n");
}

Looks like wtypes.h also has DATE defined. But, it should have given me
error earlier also, as wtypes had this definition earlier also.

Was this a gcc bug that got fixed in gcc-3.2.3? or is there anything else

Thanks,
Nitin



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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