RE: gcc-3.3.3 :fpclassify

2004-12-30 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Gerrit P. Haase > Sent: 31 December 2004 01:37 > Dave Korn wrote: > > > Gerrit, does the output from "gcc -v" for 3.4.1 show > "--enable-c99"? Or has > > someone fixed it in the headers somehow? > > No, I didn't used --enable-c99

Re: gcc-3.3.3 :fpclassify

2004-12-30 Thread Gerrit P. Haase
Dave Korn wrote: Gerrit, does the output from "gcc -v" for 3.4.1 show "--enable-c99"? Or has someone fixed it in the headers somehow? No, I didn't used --enable-c99. Maybe it was considered to be a bad change and reverted. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

RE: gcc-3.3.3 :fpclassify

2004-12-30 Thread Dave Korn
> -Original Message- > From: cygwin-talk-owner On Behalf Of Jianguo.Zhang > Sent: 30 December 2004 20:56 > The gcc/g++ version is 3.3.3 > > I am trying to compile the following program using g++ 3.3.3 > if (FP_ZERO != std::fpclassify (a)) abort (); >

Re: gcc-3.3.3 :fpclassify

2004-12-30 Thread Gerrit P. Haase
Wrong list, please use the main cygwin list for such postings. [EMAIL PROTECTED] wrote: [...] $ g++ test.cpp the following errors occurs: test.cpp: In function `int main()': test.cpp:17: error: `fpclassify' undeclared in namespace `std' test.cpp:18: error: `fpclassify' undeclared in namespace `std'