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]

Re: PATCH: Update release notes to mention Emacs issue


On Thu, 17 Jul 2003, Eric Botcazou wrote:
>> Shouldn't we specifiy which versions of Emacs are affected? (I understood
>> that current versions have been fixed.)
> No, the problem was detected about one month ago on SPARC/Solaris. Only
> the CVS tree is patched.

So I committed the patch below.  We always have to keep in mind that
someone may read our release notes in one or two years.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v
retrieving revision 1.32
diff -u -3 -p -r1.32 changes.html
--- changes.html	16 Jul 2003 16:51:25 -0000	1.32
+++ changes.html	19 Jul 2003 00:03:17 -0000
@@ -59,11 +59,10 @@
 	produce an error message if used.</li>

     <li>GCC 3.3.1 automatically places zero-initialized variables in
-        the <code>.bss</code> section on some operating systems.  GNU
-        Emacs will not work correctly when using this optimization.
-        Therefore, you should use
-        <code>-fno-zero-initialized-in-bss</code> to build GNU
-        Emacs.</li>
+        the <code>.bss</code> section on some operating systems.
+        Versions of GNU Emacs up to (and including) 21.3 will not work
+        correctly when using this optimization; you can use
+        <code>-fno-zero-initialized-in-bss</code> to disable it.</li>
   </ul>

 <h2>General Optimizer Improvements</h2>


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