Re: [patch] Fix ACATS c65003a

2014-11-06 Thread Eric Botcazou
> Can you instead of initializing it with 0, turn it into a default > definition? > > Thus do sth like > > SSA_NAME_VAR (lhs) = create_tmp_reg (TREE_TYPE (lhs), NULL); > set_ssa_default_def (cfun, SSA_NAME_VAR (lhs), lhs); This occurred to me, but I didn't feel comfortable about fiddling with th

Re: [patch] Fix ACATS c65003a

2014-11-06 Thread Richard Biener
On Thu, Nov 6, 2014 at 2:58 PM, Eric Botcazou wrote: > Hi, > > the compiler started to segfault on this ACATS test very recently, probably > when the large Pointer Bounds Checker patch went in, although the issue had > been latent. For the attached reduced testcase, the backtrace is: > > Starting