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] [web] my major changes for 3.4


Here are my two major changes for 3.4 which should be added to changes.html.
OK?


Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.54
diff -u -p -r1.54 changes.html
--- changes.html 9 Oct 2003 02:58:25 -0000 1.54
+++ changes.html 9 Oct 2003 03:16:01 -0000
@@ -76,6 +76,10 @@
a correct implementation of <code>#import</code> and
<code>#pragma once</code>.
These two directives have therefore been un-deprecated.</li>
+ <li>A new option has been added to warn about the use of initializing
+ variables with themselves. See <a
+ href="http://gcc.gnu.org/onlinedocs/gcc/Warning- Options.html#Warning%20Options">
+ -Winit-self</a> for more information.</li>
</ul>


 <h3>C++</h3>
@@ -285,6 +289,10 @@
 <h2>New Targets and Target Specific Improvements</h2>

   <ul>
+    <li>Darwin's generation of PIC code has been changed to allow for
+    front-ends that emit RTL interwoven of different function (i.e the
+    Ada front-end).  </li>
+
     <li>Support for the Mitsubishi V850E1 processor has been added.
     This is a variant of the V850E processor with some additional
     debugging instructions.  </li>



Thanks,
Andrew Pinski
pinskia@physics.uc.edu


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