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 middle-end/19138] double complex / inf gives nan instead of 0


------- Additional Comments From joseph at codesourcery dot com  2004-12-23 15:50 -------
Subject: Re:  New: double complex / inf gives nan instead of 0

On Thu, 23 Dec 2004, dmitri at unm dot edu wrote:

> The following program gives "nan nan" output instead of expected "0 0"

It would have been helpful to point to C99 G.5.1 paragraph 4 third bullet 
point as the source of your expectation.  We don't yet implement the C99 
requirements for complex numbers (either the normative ones, or the 
non-normative ones in Annex G), though it would be useful to do so.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19138


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