[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-09-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-09-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #13 from vries at gcc dot gnu.org --- Author: vries Date: Thu Sep 3 11:01:14 2015 New Revision: 227437 URL: https://gcc.gnu.org/viewcvs?rev=227437&root=gcc&view=rev Log: Fix inner loop phi in expand_omp_for_static_chunk 2015-09-03

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-09-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #14 from vries at gcc dot gnu.org --- Author: vries Date: Thu Sep 3 11:01:22 2015 New Revision: 227438 URL: https://gcc.gnu.org/viewcvs?rev=227438&root=gcc&view=rev Log: Handle 2 preds for fin_bb in expand_omp_for_static_chunk 2015-

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-09-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #12 from vries at gcc dot gnu.org --- Author: vries Date: Thu Sep 3 11:01:05 2015 New Revision: 227436 URL: https://gcc.gnu.org/viewcvs?rev=227436&root=gcc&view=rev Log: Fix gcc_assert in expand_omp_for_static_chunk 2015-09-03 Tom

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-08-31 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #11 from vries at gcc dot gnu.org --- Resubmitted at https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01867.html

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-06-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #10 from vries at gcc dot gnu.org --- ping ^2: https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00558.html

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-05-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #7 from vries at gcc dot gnu.org --- Author: vries Date: Mon May 18 13:22:15 2015 New Revision: 223290 URL: https://gcc.gnu.org/viewcvs?rev=223290&root=gcc&view=rev Log: Fix gcc_assert in expand_omp_for_static_chunk 2015-05-18 Tom d

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-05-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #9 from vries at gcc dot gnu.org --- Author: vries Date: Mon May 18 13:22:36 2015 New Revision: 223292 URL: https://gcc.gnu.org/viewcvs?rev=223292&root=gcc&view=rev Log: Handle 2 preds for fin_bb in expand_omp_for_static_chunk 2015-0

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-05-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #8 from vries at gcc dot gnu.org --- Author: vries Date: Mon May 18 13:22:26 2015 New Revision: 223291 URL: https://gcc.gnu.org/viewcvs?rev=223291&root=gcc&view=rev Log: Fix inner loop phi in expand_omp_for_static_chunk 2015-05-18 T

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-04-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #6 from vrie

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-04-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #5 from vries at gcc dot gnu.org --- (In reply to vries from comment #4) > Created attachment 35224 [details] > current state of patch series > > Current state of patch series. Passes libgomp graphite.exp, libgomp c.exp > and gcc auto

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-04-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #4 from vries at gcc dot gnu.org --- Created attachment 35224 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35224&action=edit current state of patch series Current state of patch series. Passes libgomp graphite.exp, libgomp c.e

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-04-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #3 from vries at gcc dot gnu.org --- Created attachment 35221 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35221&action=edit patch for autopar-1.exe For autopar-1.c, the original loop has a loop phi: # s.5_20 = PHI After

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-03-31 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #2 from vries at gcc dot gnu.org --- (In reply to vries from comment #1) > A patch like this will excercise the code: Indeed: ... $ grep -i 'internal compiler error' build/gcc/testsuite/gcc/gcc.log gcc/testsuite/gcc.dg/autopar/pr46099

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested

2015-03-31 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65637 --- Comment #1 from vries at gcc dot gnu.org --- A patch like this will excercise the code: ... diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index 62a6444..b600b2c 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -1719,6 +17