This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r115072 - in /trunk/gcc: ChangeLog tree.c
- From: pinskia at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 29 Jun 2006 16:28:05 -0000
- Subject: r115072 - in /trunk/gcc: ChangeLog tree.c
Author: pinskia
Date: Thu Jun 29 16:28:04 2006
New Revision: 115072
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115072
Log:
2006-06-28 Andrew Pinski <pinskia@gmail.com>
* tree.c (tree_size): Do not waste tail padding in
struct tree_string and make the size be the same as
build_string will generate.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree.c