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: CPP changes for 3.1 on web pages


>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

Gerald> +<!-- GCC maintainers, please do not hesitate to update/contribute entries
Gerald> +     concerning those part of GCC you maintain!  2002-03-23, Gerald.
Gerald> +-->

How's this?

Tom

Index: gcc-3.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.7
diff -u -r1.7 changes.html
--- gcc-3.1/changes.html 2002/03/23 08:31:06 1.7
+++ gcc-3.1/changes.html 2002/03/24 03:43:10
@@ -29,6 +29,17 @@
         GCC 3.0, often significantly so.  On normal input files, it
         typically consumes less memory than pre-3.0 cccp-based GCC,
         too.</li>
+
+    <li>libgcj now includes RMI, <code>java.lang.ref.*</code>,
+        <code>javax.naming</code>, and <code>javax.transaction</code>.</li>
+    <li>Property files and other system resources can be compiled into
+        executables which use libgcj using the new <code>gcj -R</code>
+        feature.</li>
+    <li>libgcj has been ported to more platforms.  In particular there
+        is now a mostly-functional mingw32 target port.</li>
+    <li>gcj can now use builtins functions for certain known methods,
+        for instance <code>Math.cos</code>.  gcj also has a new
+        <code>--no-store-checks</code> optimization option.</li>
   </ul>
   </li>
 


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