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 things that might trigger when tree_exp gets smaller, but not much else. I'll check those before committing the tree_exp slimming and post patches if necessary. -Nathan