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

PATCH: gcc-2.95/features.html (was: GCC and ISO C9X)


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>


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