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

PATCH: gcc-3.4/changes.html caveat


Marcus had suggest this directly after the release, but I simply failed
to commit my patch.  Installed now.

  Add a plea for users to first double check their code before reporting
  a C++ bug.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.116
diff -u -3 -p -r1.116 changes.html
--- changes.html	20 Apr 2004 18:39:01 -0000	1.116
+++ changes.html	1 May 2004 17:01:31 -0000
@@ -11,8 +11,9 @@
 <body>
 <h1>GCC 3.4 Release Series<br />Changes, New Features, and Fixes</h1>

-<p>The latest release in the 3.4 release series is
-<a href="#3.4.0">GCC 3.4.0</a>.</p>
+<p><em>GCC 3.4 has <a href="#c++">many improvements in the C++ frontend</a>.
+Before reporting a bug, please make sure it's really GCC, and not your code,
+that is broken.</em></p>

 <h2>Caveats</h2>

@@ -276,7 +277,7 @@
         markers.</li>
   </ul>

-<h3>C++</h3>
+<h3 id="c++">C++</h3>

   <ul>
     <li>G++ is now <strong>much</strong> closer to full conformance to


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