On Fri, Jun 07, 2013 at 01:40:00PM -0400, David Malcolm wrote: > The array "unknown" within tree-object-size.c is only ever read from, > not written to, so it can be marked as const. > > Successfully bootstrapped on x86_64-unknown-linux-gnu (using > gcc-4.7.2-2.fc17.x86_64). > > OK for trunk? > > 2013-06-07 David Malcolm <dmalc...@redhat.com> > > * tree-object-size.c (unknown): Make const.
Ok, thanks. Jakub