This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
patch: mention tuples work in gcc-4.3/changes.html
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: gerald at pfeifer dot com, gcc-patches at gcc dot gnu dot org
- Date: Tue, 5 Dec 2006 13:42:52 -0400
- Subject: patch: mention tuples work in gcc-4.3/changes.html
Is this OK? Yes... I'm *that* original.
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.10
diff -c -p -r1.10 changes.html
*** changes.html 2 Dec 2006 20:21:05 -0000 1.10
--- changes.html 5 Dec 2006 17:41:50 -0000
***************
*** 22,27 ****
--- 22,32 ----
improvements as well as better code generation in some cases.</li>
</ul>
+ <ul>
+ <li>A new internal representation for GIMPLE statements has been
+ contributed, resulting in compile-time memory savings.</li>
+ </ul>
+
<h2>New Languages and Language specific improvements</h2>
<h3>C family</h3>