Re: [PATCH] Fix PR48650

2011-04-18 Thread Nathan Froyd
On Mon, Apr 18, 2011 at 12:46:52PM +0200, Richard Guenther wrote: > STRING_CST is now derived from tree_typed but we still clear a > tree_common sized chunk. Nathan, maybe grep for other sizeof()s > around the tree? Ouch, thanks for fixing. I grepped for 'struct tree_common' and turned up a few

[PATCH] Fix PR48650

2011-04-18 Thread Richard Guenther
STRING_CST is now derived from tree_typed but we still clear a tree_common sized chunk. Nathan, maybe grep for other sizeof()s around the tree? Installed as obvious. Richard. 2011-04-18 Richard Guenther PR middle-end/48650 * tree.c (build_string): STRING_CST is now derived