public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Web PATCH]: GCC 3.2 pages
@ 2002-08-14  1:50 Mark Mitchell
  0 siblings, 0 replies; only message in thread
From: Mark Mitchell @ 2002-08-14  1:50 UTC (permalink / raw)
  To: gcc-patches


This patch updates the GCC 3.2 release pages.

-- 
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/changes.html,v
retrieving revision 1.26
diff -c -p -r1.26 changes.html
*** changes.html	8 Aug 2002 06:34:51 -0000	1.26
--- changes.html	14 Aug 2002 08:48:11 -0000
***************
*** 11,16 ****
--- 11,22 ----
  <body>
  <h1>GCC 3.2 Changes, New Features, and Fixes</h1>
  
+ <h2>Relase Notes</h2>
+ 
+ <p>See <a
+ href="http://gcc.gnu.org/ml/gcc/2002-08/msg00405.html">this message</a> for 
+ a list of bugs fixed in this released.</p>
+ 
  <h2>Caveats</h2>
  
    <ul>
***************
*** 23,50 ****
    </ul>
  
  
- <h2>General Optimizer Improvements</h2>
- 
-   
  <h2>New Languages and Language specific improvements</h2>
  
  <h3>C++</h3>
  
    <ul>
!     <li>The C++ ABI now conforms to the V3 multi-vendor standard.  For
!     details on how to build  an ABI compliant compiler for GNU/Linux
!     systems, check the <a href="c++-abi.html">common C++ ABI page</a>.</li>
    </ul>
  
  
  <h2>New Targets and Target Specific Improvements</h2>
  
! 
! <h2>Documentation improvements</h2>
! 
! 
! <h2>Other significant improvements</h2>
! 
  
  </body>
  </html>
--- 29,62 ----
    </ul>
  
  
  <h2>New Languages and Language specific improvements</h2>
  
  <h3>C++</h3>
  
    <ul>
!     <li>There are now no known differences between the C++ ABI
!     implemented in GCC and the multi-vendor standard.  We believe that
!     the ABI for the C++ standard library is now stable and will not
!     change in future versions of the compiler.  However, hard
!     experience has taught us to be cautious; it is possible that more
!     problems will be found.  It is our intention to make changes to
!     the ABI only if they are necessary for correct compilation of C++,
!     as opposed to conformance to the ABI documents.</li>
! 
!     <li>For details on how to build an ABI compliant compiler for
!     GNU/Linux systems, check the <a href="c++-abi.html">common C++ ABI
!     page</a>.</li>
    </ul>
  
  
  <h2>New Targets and Target Specific Improvements</h2>
  
! <h3>x86-64</h3>
!  
!   <ul>
!    <li>A bug whereby the complier could generated bad code for
!        <code>bzero</code> has been fixed.<li>
!   </ul>
  
  </body>
  </html>
Index: index.html
===================================================================
RCS file: index.html
diff -N index.html
*** /dev/null	1 Jan 1970 00:00:00 -0000
--- index.html	14 Aug 2002 08:48:11 -0000
***************
*** 0 ****
--- 1,41 ----
+ <html>
+ 
+ <head>
+ <title>GCC 3.2</title>
+ </head>
+ 
+ <body>
+ 
+ <h1>GCC 3.2</h1>
+ 
+ <p>August 14, 2002</p>
+ 
+ <p>The <a href="http://www.gnu.org/">GNU project</a> and the GCC
+ developers are pleased to announce the release of GCC 3.2.</p>
+ 
+ <p>GCC used to stand for the GNU C Compiler, but since the compiler
+ supports several other languages aside from C, it now stands for the
+ GNU Compiler Collection.</p>
+ 
+ <p>A list of <a href="buildstat.html">successful builds</a> is updated
+ as new information becomes available.</p>
+ 
+ <p>The GCC developers would like to thank the numerous people that
+ have contributed <a href="changes.html">new features, improvements,
+ bug fixes, and other changes</a> as well as test results to GCC.
+ This <a href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html">amazing
+ group of volunteers</a> is what makes GCC successful.</p>
+ 
+ <p>For additional information about GCC please refer to the
+ <a href="../index.html">GCC project web site</a> or contact the
+ <a href="mailto:gcc@gcc.gnu.org">GCC development mailing list</a>.</p>
+ 
+ <p>To obtain GCC please use <a href="../mirrors.html">our mirror sites</a>,
+ one of the <a href="http://www.gnu.org/order/ftp.html">GNU mirror sites</a>,
+ or <a href="../cvs.html">our CVS server</a>.</p>
+ 
+ <hr />
+ 
+ </body>
+ </html>
+ 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-14  8:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-14  1:50 [Web PATCH]: GCC 3.2 pages Mark Mitchell

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).