]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.c (tree_size): Do not waste tail padding in struct tree_string and make the...
authorAndrew Pinski <pinskia@gmail.com>
Thu, 29 Jun 2006 16:28:04 +0000 (09:28 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 29 Jun 2006 16:28:04 +0000 (09:28 -0700)
commit43b50eb2bfbf848d881d32ca8dbdd2aa7de8ecca
tree735e70a845c17803ce3dbdae3f563a4385df1b65
parent33792684238fe1f68be7f6f953c9198b9d200f52
tree.c (tree_size): Do not waste tail padding in struct tree_string and make the size be the same...

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.

From-SVN: r115072
gcc/ChangeLog
gcc/tree.c