Re: [PATCH PR48689] ICE in fold-const.c:13798 with fold checking

2011-05-22 Thread Richard Guenther
On Sun, May 22, 2011 at 6:26 PM, Tom de Vries wrote: > Hi, > > I also ran into this assert: > ... > :0:0: internal compiler error: tree check: expected tree that > contains 'common' structure, have 'integer_cst' in fold_checksum_tree, at > fold-const.c:13798 > ... > > With a recent change in r1723

[PATCH PR48689] ICE in fold-const.c:13798 with fold checking

2011-05-22 Thread Tom de Vries
Hi, I also ran into this assert: ... :0:0: internal compiler error: tree check: expected tree that contains 'common' structure, have 'integer_cst' in fold_checksum_tree, at fold-const.c:13798 ... With a recent change in r172386, using a TREE_CHAIN on an INTEGER_CST has become illegal: ...