Re: [PR65637][PATCH][3/5] Fix gcc_assert in expand_omp_for_static_chunk

2015-09-03 Thread Jakub Jelinek
On Mon, Aug 31, 2015 at 01:55:40PM +0200, Tom de Vries wrote: > Fix gcc_assert in expand_omp_for_static_chunk > > 2015-08-31 Tom de Vries <t...@codesourcery.com> > > PR tree-optimization/65637 > * omp-low.c (expand_omp_for_static_chunk): Fix

[PR65637][PATCH][3/5] Fix gcc_assert in expand_omp_for_static_chunk

2015-08-31 Thread Tom de Vries
[ Was: Re: [PR65637][PATCH][1/3] Fix gcc_assert in expand_omp_for_static_chunk ] On 15/04/15 15:15, Tom de Vries wrote: On 15-04-15 15:10, Tom de Vries wrote: Hi, This patch series fixes PR65637. This patch fixes a segfault in an gcc_assert in expand_omp_for_static_chunk while

[PR65637][PATCH][1/3] Fix gcc_assert in expand_omp_for_static_chunk

2015-04-15 Thread Tom de Vries
gcc_assert in expand_omp_for_static_chunk 2. Fix inner loop phi in expand_omp_for_static_chunk 3. Handle 2 preds for fin_bb in expand_omp_for_static_chunk The patch series has been bootstrapped and reg-tested on x86_64 together with attached trigger patch. I'll post the patches from the patch

Re: [PING^2] Fix gcc_assert in expand_omp_for_static_chunk

2015-01-09 Thread Jakub Jelinek
On Fri, Jan 09, 2015 at 09:54:12AM +0100, Tom de Vries wrote: 0001-Fix-gcc_assert-in-expand_omp_for_static_chunk.patch 2014-11-12 Tom de Vriest...@codesourcery.com Two spaces before . * omp-low.c (expand_omp_for_static_chunk): Fix assert. Ok, thanks. gcc/omp-low.c | 2 +- 1

[PING^2] Fix gcc_assert in expand_omp_for_static_chunk

2015-01-09 Thread Tom de Vries
On 26-11-14 14:25, Tom de Vries wrote: On 12-11-14 11:00, Tom de Vries wrote: Jakub, this patch fixes a gcc_assert in expand_omp_for_static_chunk. The assert follows a loop with composite loop condition: ... vecedge_var_map *head = redirect_edge_var_map_vector (re); ene =

[PING] Fix gcc_assert in expand_omp_for_static_chunk

2014-11-26 Thread Tom de Vries
On 12-11-14 11:00, Tom de Vries wrote: Jakub, this patch fixes a gcc_assert in expand_omp_for_static_chunk. The assert follows a loop with composite loop condition: ... vecedge_var_map *head = redirect_edge_var_map_vector (re); ene = single_succ_edge (entry_bb); psi =

Fix gcc_assert in expand_omp_for_static_chunk

2014-11-12 Thread Tom de Vries
Jakub, this patch fixes a gcc_assert in expand_omp_for_static_chunk. The assert follows a loop with composite loop condition: ... vecedge_var_map *head = redirect_edge_var_map_vector (re); ene = single_succ_edge (entry_bb); psi = gsi_start_phis (fin_bb); for (i = 0;