This is the mail archive of the gcc@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]

Re: Support for C9X in gcc?


Scott Ladd wrote:
> The current release of gcc -- 2.95.1 -- includes very limited support
> for C9X.
> 
> Is anyone working on implementing C9X, especially the numeric parts
> (complex, inttypes, etc.)?

This is largely a library issue, and gcc does not provide the standard
library.  GNU libc 2.1 does include most of the new C9x features, but
it may not work on your platform.

You could help improve the intrinsic support for complex arithmetic,
which is part of gcc and which could use some work.

zw


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