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]
Other format: [Raw text]

Re: PATCH for Re: Broken link on gcc.gnu.org frontpage


On Tue, 23 Jul 2002, Mike Stump wrote:
> gcc 3.1 has a number of fixes which make it binary incompatible with
> gcc 3.1.

Oops. Fixed thusly.

I also remove "in it" and made it clear that the binaries generated are
incompatible.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/changes.html,v
retrieving revision 1.24
diff -u -3 -p -r1.24 changes.html
--- changes.html	23 Jul 2002 12:52:07 -0000	1.24
+++ changes.html	24 Jul 2002 07:19:13 -0000
@@ -16,9 +16,10 @@
   <ul>
     <li>This GCC release is based on the GCC 3.1 sourcebase, and thus has
     all the <a href="../gcc-3.1/changes.html">changes in the GCC 3.1 series</a>.
-    In addition, GCC 3.1 has a number of C++ ABI fixes in it which make its C++
-    compiler binary incompatible with the C++ compilers found in earlier GCC
-    releases, including GCC 3.1 and GCC 3.1.1.</li>
+    In addition, GCC 3.2 has a number of C++ ABI fixes which make its
+    C++ compiler generate binary code which is incompatible with the C++
+    compilers found in earlier GCC releases, including GCC 3.1 and
+    GCC 3.1.1.</li>
   </ul>




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