Re: Keyword _Imaginary in C99 standard and in GCC

2005-08-19 Thread Joseph S. Myers
On Fri, 19 Aug 2005, Yao qi wrote: > Hi, everyone, > I have looked through C99 standard, in 6.4.1 Keywords, "_Imaginary" is > mentioned as a keyword in this standard. However, it seems that GCC can not > recognize it, report error: '_Imaginary' undeclared. I also search it in GCC > info, there

Re: Keyword _Imaginary in C99 standard and in GCC

2005-08-18 Thread Yao qi
Hi,Pinski, Got it! Thanks. Best Regards Yao Qi Bejing Institute of Technology From: Andrew Pinski <[EMAIL PROTECTED]> To: "Yao qi" <[EMAIL PROTECTED]> CC: gcc@gcc.gnu.org Subject: Re: Keyword _Imaginary in C99 standard and in GCC Date: Thu, 18 A

Re: Keyword _Imaginary in C99 standard and in GCC

2005-08-18 Thread Andrew Pinski
On Aug 18, 2005, at 11:25 PM, Yao qi wrote: Thanks. That means GCC has not fully support C99, just partialy, am I right? I want to continue a question further, could you tell me where can I find a document about GCC's coverage in C99, if any? http://gcc.gnu.org/c99status.html Note there is

Re: Keyword _Imaginary in C99 standard and in GCC

2005-08-18 Thread Yao qi
From: Andrew Pinski <[EMAIL PROTECTED]> To: "Yao qi" <[EMAIL PROTECTED]> CC: gcc@gcc.gnu.org Subject: Re: Keyword _Imaginary in C99 standard and in GCC Date: Thu, 18 Aug 2005 23:07:49 -0400 On Aug 18, 2005, at 11:04 PM, Yao qi wrote: Hi, everyone, I have looked th

Re: Keyword _Imaginary in C99 standard and in GCC

2005-08-18 Thread Andrew Pinski
On Aug 18, 2005, at 11:04 PM, Yao qi wrote: Hi, everyone, I have looked through C99 standard, in 6.4.1 Keywords, "_Imaginary" is mentioned as a keyword in this standard. However, it seems that GCC can not recognize it, report error: '_Imaginary' undeclared. I also search it in GCC info,

Keyword _Imaginary in C99 standard and in GCC

2005-08-18 Thread Yao qi
Hi, everyone, I have looked through C99 standard, in 6.4.1 Keywords, "_Imaginary" is mentioned as a keyword in this standard. However, it seems that GCC can not recognize it, report error: '_Imaginary' undeclared. I also search it in GCC info, there is no spot mentioned that. Maybe GCC doe