Re: [PATCH, PR69426] Fix clobber removal in parloops

2016-01-23 Thread Richard Biener
On January 23, 2016 10:34:46 AM GMT+01:00, Tom de Vries wrote: >Hi, > >this patches fixes a 5/6 regression PR69426. > >When compiling the test-case in the patch, the verify_ssa todo check >fails after removing a clobber in eliminate_local_variables_stmt. > >The problem is that the clobber is rem

[PATCH, PR69426] Fix clobber removal in parloops

2016-01-23 Thread Tom de Vries
Hi, this patches fixes a 5/6 regression PR69426. When compiling the test-case in the patch, the verify_ssa todo check fails after removing a clobber in eliminate_local_variables_stmt. The problem is that the clobber is removed, but the uses of the corresponding vdef are not changed, and the