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
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:
...