public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC and ISO C9X
@ 2000-01-11  1:57 Cyril Franconie
  2000-01-11 13:41 ` Martin v. Loewis
  0 siblings, 1 reply; 7+ messages in thread
From: Cyril Franconie @ 2000-01-11  1:57 UTC (permalink / raw)
  To: gcc

Hi,

I have a question about gcc 2.95.2 and the support of the C9X ISO
recommendations
as stated in the "GCC 2.95 new features" : 

does it mean that this new version support ALL the C9X proposals ? or if
this is not the case, where can i find the list of what is implemented
or not ?

thanks in advance .
begin:vcard 
n:FRANCONIE;cyril
tel;fax:0130570066
tel;work:0139447407
x-mozilla-html:TRUE
org:SUN microsystems Inc.;Network service provider division
adr:;;6 av g. Eiffel;St Quentin en Yvelines - Cedex;;78182;France
version:2.1
email;internet:cyril.franconie@France.SUN.com
title:ChorusOS Development Engineer
x-mozilla-cpt:;10480
fn:Cyril FRANCONIE
end:vcard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GCC and ISO C9X
  2000-01-11  1:57 GCC and ISO C9X Cyril Franconie
@ 2000-01-11 13:41 ` Martin v. Loewis
  2000-01-11 16:13   ` Gerald Pfeifer
  0 siblings, 1 reply; 7+ messages in thread
From: Martin v. Loewis @ 2000-01-11 13:41 UTC (permalink / raw)
  To: cyril.franconie; +Cc: gcc

> does it mean that this new version support ALL the C9X proposals ? 

No, it is not complete, yet.

> or if this is not the case, where can i find the list of what is
> implemented or not ?

Check out http://gcc.gnu.org/c9xstatus.html .

If anybody can provide updates to the list, please let me know. I'd
expect updates in the areas
- the approved International Standard changed compared to draft I've
  used to create this table,
- the status of the implementation changed,
- there is an error in the table that was there all along :-)

Regards,
Martin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GCC and ISO C9X
  2000-01-11 13:41 ` Martin v. Loewis
@ 2000-01-11 16:13   ` Gerald Pfeifer
  2000-01-13  4:45     ` Cyril Franconie
  0 siblings, 1 reply; 7+ messages in thread
From: Gerald Pfeifer @ 2000-01-11 16:13 UTC (permalink / raw)
  To: Martin v. Loewis; +Cc: cyril.franconie, gcc

On Tue, 11 Jan 2000, Martin v. Loewis wrote:
> Check out http://gcc.gnu.org/c9xstatus.html .

I just realized that we don't really advertise this page as much as
we could, which is a pity, for it's really nice!

Cyril, where would you have expected such a link?

Want to submit an entry for the FAQ (the wwwdocs one), Martin?

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GCC and ISO C9X
  2000-01-11 16:13   ` Gerald Pfeifer
@ 2000-01-13  4:45     ` Cyril Franconie
  2000-01-13 12:23       ` Alexandre Oliva
  2000-01-27  3:39       ` PATCH: gcc-2.95/features.html (was: GCC and ISO C9X) Gerald Pfeifer
  0 siblings, 2 replies; 7+ messages in thread
From: Cyril Franconie @ 2000-01-13  4:45 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Martin v. Loewis, gcc

Gerald Pfeifer wrote:
> 
> On Tue, 11 Jan 2000, Martin v. Loewis wrote:
> > Check out http://gcc.gnu.org/c9xstatus.html .
> 
> I just realized that we don't really advertise this page as much as
> we could, which is a pity, for it's really nice!
> 
> Cyril, where would you have expected such a link?

Perhaps, simply in the "new feature" page where C9X is listed :
http://gcc.gnu.org/gcc-2.95/features.html


By the way, i'm especially interested in the "inttypes.h/stdint.h"
feature
which is marked as "Library issue" in your table : What does that mean
exactly ?
Are those include files implemented in a library somewhere in gcc
2.95.2, or must it be supplied by another side... ?

thanks.


> 
> Want to submit an entry for the FAQ (the wwwdocs one), Martin?
> 
> Gerald
> --
> Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/
begin:vcard 
n:FRANCONIE;cyril
tel;fax:0130570066
tel;work:0139447407
x-mozilla-html:TRUE
org:SUN microsystems Inc.;Network service provider division
adr:;;6 av g. Eiffel;St Quentin en Yvelines - Cedex;;78182;France
version:2.1
email;internet:cyril.franconie@France.SUN.com
title:ChorusOS Development Engineer
x-mozilla-cpt:;10480
fn:Cyril FRANCONIE
end:vcard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GCC and ISO C9X
  2000-01-13  4:45     ` Cyril Franconie
@ 2000-01-13 12:23       ` Alexandre Oliva
  2000-01-13 13:34         ` Martin v. Loewis
  2000-01-27  3:39       ` PATCH: gcc-2.95/features.html (was: GCC and ISO C9X) Gerald Pfeifer
  1 sibling, 1 reply; 7+ messages in thread
From: Alexandre Oliva @ 2000-01-13 12:23 UTC (permalink / raw)
  To: Cyril Franconie; +Cc: Gerald Pfeifer, Martin v. Loewis, gcc

On Jan 13, 2000, Cyril Franconie <cyril.franconie@france.sun.com> wrote:

> marked as "Library issue" in your table : What does that mean
> exactly?

It means GCC is just a compiler; the C library, in which features
marked as `Library issues' should be implemented, is a separate
project.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GCC and ISO C9X
  2000-01-13 12:23       ` Alexandre Oliva
@ 2000-01-13 13:34         ` Martin v. Loewis
  0 siblings, 0 replies; 7+ messages in thread
From: Martin v. Loewis @ 2000-01-13 13:34 UTC (permalink / raw)
  To: oliva; +Cc: cyril.franconie, pfeifer, gcc

> It means GCC is just a compiler; the C library, in which features
> marked as `Library issues' should be implemented, is a separate
> project.

Exactly. If you are using Linux, you can look at glibc 2.1 to find out
what is supported. For other Unix systems, you probably have to wait
until the OS vendor (IBM, Sun, HP, whoever) ships an updated version
of the operating system where /usr/include provides those
headers. What platform where you looking for?

Regards,
Martin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* PATCH: gcc-2.95/features.html (was: GCC and ISO C9X)
  2000-01-13  4:45     ` Cyril Franconie
  2000-01-13 12:23       ` Alexandre Oliva
@ 2000-01-27  3:39       ` Gerald Pfeifer
  1 sibling, 0 replies; 7+ messages in thread
From: Gerald Pfeifer @ 2000-01-27  3:39 UTC (permalink / raw)
  To: Cyril Franconie; +Cc: Martin v. Loewis, gcc, gcc-patches

On Thu, 13 Jan 2000, Cyril Franconie wrote:
>>> Check out http://gcc.gnu.org/c9xstatus.html .
>> Cyril, where would you have expected such a link?
> Perhaps, simply in the "new feature" page where C9X is listed :
> http://gcc.gnu.org/gcc-2.95/features.html

Good idea, thanks!

I just installed the following patch.

(Martin, when you update that page, perhaps you could add "GCC >2.96"
or something similiar to those items that have changed, so that people
can see which version of GCC they need for a given feature?)

Gerald

Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v
retrieving revision 1.21
diff -c -3 -p -r1.21 features.html
*** features.html	2000/01/07 17:06:20	1.21
--- features.html	2000/01/27 11:35:06
***************
*** 35,41 ****
      front-end has been integrated.  A
      <a href="../javaannounce.html">runtime library</a>
      is available separately.
!     <li>ISO C9X support
      <li><a href="../news/chill.html">Chill</a> front-end and runtime has been
      integrated.
      <li>Boehm garbage collector support in libobjc.
--- 35,41 ----
      front-end has been integrated.  A
      <a href="../javaannounce.html">runtime library</a>
      is available separately.
!     <li><a href="../c9xstatus.html">ISO C9X support</a>
      <li><a href="../news/chill.html">Chill</a> front-end and runtime has been
      integrated.
      <li>Boehm garbage collector support in libobjc.
***************
*** 80,87 ****
    found in GCC 2.8</a>.
  </ul>
  
! <p><a href="../index.html">Return to the egcs home page</a>
! <p><i>Last modified:  January 7, 2000</i>
  
  </body>
  </html>
--- 80,87 ----
    found in GCC 2.8</a>.
  </ul>
  
! <p><a href="../index.html">Return to the home page</a>
! <p><i>Last modified:  January 27, 2000</i>
  
  </body>
  </html>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-01-27  3:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-11  1:57 GCC and ISO C9X Cyril Franconie
2000-01-11 13:41 ` Martin v. Loewis
2000-01-11 16:13   ` Gerald Pfeifer
2000-01-13  4:45     ` Cyril Franconie
2000-01-13 12:23       ` Alexandre Oliva
2000-01-13 13:34         ` Martin v. Loewis
2000-01-27  3:39       ` PATCH: gcc-2.95/features.html (was: GCC and ISO C9X) Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).