Aurelien Buhrig <aurelien.buhrig.gcc@xxxxxxxxx> writes: > #3 fold_build2_stat (code=PLUS_EXPR, type=0x2aaaae38a9c0, > op0=0x2aaaae438f60, op1=0x2aaaae441900) at > ../../src/gcc/fold-const.c:13826 > #4 create_mem_ref (bsi=0x7fffffffd300, type=0x2aaaae37b540, > addr=0x7fffffffd320) at ../../src/gcc/tree-ssa-address.c:645 Looks like you are using gcc 4.3 and you need the fix for PRs 36227 and 38835, which is in gcc 4.4 and later. Ian