This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: complex
- To: egcs at cygnus dot com, viz2 at eecs dot lehigh dot edu
- Subject: Re: complex
- From: mrs at wrs dot com (Mike Stump)
- Date: Mon, 28 Dec 1998 14:32:38 -0800
> Date: Sat, 26 Dec 1998 15:02:39 -0500
> From: Vitaly Zelov <viz2@eecs.lehigh.edu>
> Can anybody please tell me whether EGCS G++ supports complex data
Yes.
> type on the kernel level.
I don't know what this means. If your question is, can I code in C++
in a operating system kernel or device driver, the answer is yes, if
you are careful and do a few things.
> I can see that the g++ front end has code for processing of
> statements involving complex data type. What is the relation of
> complex.h - class library header to the code for "complex" in the
> kernel ?
I don't understand this question. If your question is, I see gcc
supported complex as tree codes and complex in the C++ library, what
is their relationship? The answer is, there is no relation.