RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Robert McNulty Junior
OK. I see. -Original Message- From: Nitin Gupta [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 6:09 PM To: Robert McNulty Junior Cc: [EMAIL PROTECTED] Subject: Re: -DDATE start giving error with gcc-3.2.3 This is the gcc which came with latest cygwin gcc version 3.2

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Max Bowsher
Nitin Gupta <[EMAIL PROTECTED]> wrote: >> 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 >> #include >> typedef double DATE; >> m

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Nitin Gupta
[mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 4:13 PM To: Vijay Sampath Cc: [EMAIL PROTECTED] Subject: Re: -DDATE start giving error with gcc-3.2.3 Try on latest cygwin. gcc-2.exe foo.c -DDATE="Wed Nov" (gcc-2 is gcc 2.95) and gcc.exe foo.c -DD

Re: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Nitin Gupta
This is the gcc which came with latest cygwin gcc version 3.2 20020927 (prerelease) Sorry not 3.2.3 but 3.2-3 Robert McNulty Junior wrote: What's gcc 3.2.3? Do you mean gcc 3.2.1? That's the latest gcc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Vijay Sampath
I'll be very surprised if your program compiles under any C compiler on Earth. -Vijay > -Original Message- > From: Nitin Gupta [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 3:23 PM > To: [EMAIL PROTECTED] > Subject: -DDATE start giving error with gcc-3.2.3 > > > Hi, > >

RE: -DDATE start giving error with gcc-3.2.3

2002-11-22 Thread Robert McNulty Junior
What's gcc 3.2.3? Do you mean gcc 3.2.1? That's the latest gcc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nitin Gupta Sent: Friday, November 22, 2002 5:23 PM To: [EMAIL PROTECTED] Subject: -DDATE start giving error with gcc-3.2.3 Hi, If I compiled