]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/ChangeLog
Add acc_device_radeon to name_of_acc_device_t function
[thirdparty/gcc.git] / libgomp / ChangeLog
1 2020-01-29 Frederik Harwath <frederik@codesourcery.com>
2
3 * oacc-init.c (name_of_acc_device_t): Handle acc_device_radeon.
4
5 2020-01-29 Frederik Harwath <frederik@codesourcery.com>
6
7 * plugin-gcn.c (struct agent_info): Add fields "name" and
8 "vendor_name" ...
9 (GOMP_OFFLOAD_init_device): ... and init from here.
10 (struct hsa_context_info): Add field "driver_version_s" ...
11 (init_hsa_contest): ... and init from here.
12 (GOMP_OFFLOAD_openacc_get_property): Replace stub with a proper
13 implementation.
14 * testsuite/libgomp.oacc-c-c++-common/acc_get_property.c:
15 Enable test execution for amdgcn and host offloading targets.
16 * testsuite/libgomp.oacc-fortran/acc_get_property.f90: Likewise.
17 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c
18 (expect_device_properties): Split function into ...
19 (expect_device_string_properties): ... this new function ...
20 (expect_device_memory): ... and this new function.
21 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-gcn.c:
22 Add test.
23
24 2020-01-28 Julian Brown <julian@codesourcery.com>
25
26 * testsuite/libgomp.oacc-fortran/deep-copy-2.f90: Remove test from here.
27 * testsuite/libgomp.oacc-fortran/deep-copy-3.f90: Don't use mixed
28 component/non-component variable refs in a single directive.
29 * testsuite/libgomp.oacc-fortran/classtypes-1.f95: Likewise.
30
31 2020-01-24 Maciej W. Rozycki <macro@wdc.com>
32
33 * configure.ac: Handle `--with-toolexeclibdir='.
34 * Makefile.in: Regenerate.
35 * aclocal.m4: Regenerate.
36 * configure: Regenerate.
37 * testsuite/Makefile.in: Regenerate.
38
39 2020-01-24 Frederik Harwath <frederik@codesourcery.com>
40
41 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c
42 (expect_device_properties): Remove "expected_free_mem" argument,
43 change "expected_total_mem" argument type to size_t;
44 change types of acc_get_property results to size_t,
45 adapt format strings.
46 * testsuite/libgomp.oacc-c-c++-common/acc_get_property.c:
47 Use %zu instead of %zd to print size_t values.
48 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c: Adapt and
49 rename to ...
50 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-nvptx.c: ... this.
51 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c: Adapt and
52 rename to ...
53 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-host.c: ... this.
54
55 2020-01-23 Andrew Stubbs <ams@codesourcery.com>
56
57 * plugin/plugin-gcn.c (parse_target_attributes): Use correct mask for
58 the device id.
59
60 2020-01-20 Andrew Stubbs <ams@codesourcery.com>
61
62 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Skip test on gcn.
63 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c (main):
64 Adjust test dimensions for amdgcn.
65 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c (main): Adjust
66 gang/worker/vector expectations dynamically.
67 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c
68 (main): Likewise.
69 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c (main): Likewise.
70 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c (main): Likewise.
71 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c (main): Likewise.
72 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c (main): Likewise.
73 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c (main): Likewise.
74 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c (main): Likewise.
75 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c (main): Likewise.
76 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c (main): Likewise.
77 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c
78 (acc_gang): Recognise acc_device_radeon.
79 (acc_worker): Likewise.
80 (acc_vector): Likewise.
81 (main): Set expectations for amdgcn.
82 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c
83 (main): Adjust gang/worker/vector expectations dynamically.
84 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c (main): Likewise.
85 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c (main): Likewise.
86 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c (main): Likewise.
87 * testsuite/libgomp.oacc-c-c++-common/routine-wv-2.c: Set expectations
88 for amdgcn.
89
90 2020-01-17 Andrew Stubbs <ams@codesourcery.com>
91
92 * config/accel/openacc.f90 (openacc_kinds): Rename acc_device_gcn to
93 acc_device_radeon.
94 (openacc): Likewise.
95 * openacc.f90 (openacc_kinds): Likewise.
96 (openacc): Likewise.
97 * openacc.h (acc_device_t): Likewise.
98 * openacc_lib.h: Likewise.
99 * testsuite/lib/libgomp.exp
100 (check_effective_target_openacc_amdgcn_accel_present): Likewise.
101 * testsuite/libgomp.oacc-c-c++-common/acc_prof-init-1.c
102 (cb_compute_construct_end): Likewise.
103 * testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c
104 (cb_enqueue_launch_start): Likewise.
105 * testsuite/libgomp.oacc-c-c++-common/acc_prof-parallel-1.c
106 (cb_enter_data_end): Likewise.
107 (cb_exit_data_start): Likewise.
108 (cb_exit_data_end): Likewise.
109 (cb_compute_construct_end): Likewise.
110 (cb_enqueue_launch_start): Likewise.
111 (cb_enqueue_launch_end): Likewise.
112 * testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c
113 (main): Likewise.
114
115 2020-01-10 Thomas Schwinge <thomas@codesourcery.com>
116
117 * libgomp-plugin.h (enum goacc_property): New. Adjust all users
118 to use this instead of 'enum gomp_device_property'.
119 (GOMP_OFFLOAD_get_property): Rename to...
120 (GOMP_OFFLOAD_openacc_get_property): ... this. Adjust all users.
121 * libgomp.h (struct gomp_device_descr): Move
122 'GOMP_OFFLOAD_openacc_get_property'...
123 (struct acc_dispatch_t): ... here. Adjust all users.
124 * plugin/plugin-hsa.c (GOMP_OFFLOAD_get_property): Remove.
125
126 * target.c (gomp_map_vars_internal)
127 <GOMP_MAP_USE_DEVICE_PTR_IF_PRESENT>: Clean up/elaborate code
128 paths.
129
130 2020-01-10 Jakub Jelinek <jakub@redhat.com>
131
132 PR libgomp/93219
133 * libgomp.h (gomp_print_string): Change return type from void to int.
134 * affinity-fmt.c (gomp_print_string): Likewise. Return true if
135 not all characters have been written.
136
137 2020-01-08 Tobias Burnus <tobias@codesourcery.com>
138
139 * libgomp.texi: Fix typos, use https.
140
141 2020-01-03 Tobias Burnus <tobias@codesourcery.com>
142
143 * testsuite/libgomp.fortran/optional-map.f90: Add test for
144 unallocated/disassociated actual arguments to nonallocatable/nonpointer
145 dummy arguments; those are/shall be regarded as absent arguments.
146 * testsuite/libgomp.fortran/use_device_ptr-optional-2.f90: Ditto.
147 * testsuite/libgomp.fortran/use_device_ptr-optional-3.f90: New.
148
149 2020-01-01 Jakub Jelinek <jakub@redhat.com>
150
151 Update copyright years.
152
153 * libgomp.texi: Bump @copying's copyright year.
154
155 2019-12-31 Ayush Mittal <ayush.m@samsung.com>
156
157 PR libgomp/93065
158 * oacc-init.c (goacc_runtime_deinitialize): New function.
159
160 2019-12-28 Jakub Jelinek <jakub@redhat.com>
161
162 PR bootstrap/93074
163 * plugin/cuda/cuda.h (cuDeviceGetName, cuDriverGetVersion): Declare.
164 (cuDeviceTotalMem, cuMemGetInfo): Likewise. Define to *_v2.
165
166 2019-12-22 Maciej W. Rozycki <macro@codesourcery.com>
167 Frederik Harwath <frederik@codesourcery.com>
168 Thomas Schwinge <tschwinge@codesourcery.com>
169
170 * libgomp.h (gomp_device_descr): Add `get_property_func' member.
171 * libgomp-plugin.h (gomp_device_property_value): New union.
172 (gomp_device_property_value): New prototype.
173 * openacc.h (acc_device_t): Add `acc_device_current' enumeration
174 constant.
175 (acc_device_property_t): New enum.
176 (acc_get_property, acc_get_property_string): New prototypes.
177 * oacc-init.c (acc_get_device_type): Also assert that result
178 is not `acc_device_current'.
179 (get_property_any, acc_get_property, acc_get_property_string):
180 New functions.
181 * openacc.f90 (openacc_kinds): Add `acc_device_current' and
182 `acc_property_memory', `acc_property_free_memory',
183 `acc_property_name', `acc_property_vendor' and
184 `acc_property_driver' constants. Add `acc_device_property' data
185 type.
186 (openacc_internal): Add `acc_get_property' and
187 `acc_get_property_string' interfaces. Add `acc_get_property_h',
188 `acc_get_property_string_h', `acc_get_property_l' and
189 `acc_get_property_string_l'.
190 * oacc-host.c (host_get_property): New function.
191 (host_dispatch): Wire it.
192 * target.c (gomp_load_plugin_for_device): Handle `get_property'.
193 * libgomp.map (OACC_2.6): Add `acc_get_property', `acc_get_property_h_',
194 `acc_get_property_string' and `acc_get_property_string_h_' symbols.
195 * libgomp.texi (OpenACC Runtime Library Routines): Add
196 `acc_get_property'.
197 (acc_get_property): New node.
198 * plugin/plugin-gcn.c (GOMP_OFFLOAD_get_property): New
199 function (stub).
200 * plugin/plugin-hsa.c (GOMP_OFFLOAD_get_property): New function.
201 * plugin/plugin-nvptx.c (CUDA_CALLS): Add `cuDeviceGetName',
202 `cuDeviceTotalMem', `cuDriverGetVersion' and `cuMemGetInfo'
203 calls.
204 (GOMP_OFFLOAD_get_property): New function.
205 (struct ptx_device): Add new field "name".
206 (cuda_driver_version_s): Add new static variable ...
207 (nvptx_init): ... and init from here.
208
209 * testsuite/libgomp.oacc-c-c++-common/acc_get_property.c: New test.
210 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c: New test.
211 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c: New test.
212 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c: New file
213 with test helper functions.
214
215 * testsuite/libgomp.oacc-fortran/acc_get_property.f90: New test.
216
217 2019-12-22 Maciej W. Rozycki <macro@wdc.com>
218
219 * testsuite/libgomp-test-support.exp.in (GCC_UNDER_TEST): New
220 variable.
221
222 2019-12-21 Thomas Schwinge <thomas@codesourcery.com>
223
224 * target.c (gomp_map_vars_internal): Restore 'omp declare target
225 link' handling.
226
227 2019-12-19 Julian Brown <julian@codesourcery.com>
228
229 * testsuite/libgomp.oacc-fortran/class-ptr-param.f95: New test.
230 * testsuite/libgomp.oacc-fortran/classtypes-1.f95: New test.
231 * testsuite/libgomp.oacc-fortran/classtypes-2.f95: New test.
232
233 2019-12-19 Julian Brown <julian@codesourcery.com>
234 Cesar Philippidis <cesar@codesourcery.com>
235
236 * testsuite/libgomp.oacc-fortran/deep-copy-1.f90: New test.
237 * testsuite/libgomp.oacc-fortran/deep-copy-2.f90: New test.
238 * testsuite/libgomp.oacc-fortran/deep-copy-3.f90: New test.
239 * testsuite/libgomp.oacc-fortran/deep-copy-4.f90: New test.
240 * testsuite/libgomp.oacc-fortran/deep-copy-5.f90: New test.
241 * testsuite/libgomp.oacc-fortran/deep-copy-6.f90: New test.
242 * testsuite/libgomp.oacc-fortran/deep-copy-7.f90: New test.
243 * testsuite/libgomp.oacc-fortran/deep-copy-8.f90: New test.
244 * testsuite/libgomp.oacc-fortran/derived-type-1.f90: New test.
245 * testsuite/libgomp.oacc-fortran/derivedtype-1.f95: New test.
246 * testsuite/libgomp.oacc-fortran/derivedtype-2.f95: New test.
247 * testsuite/libgomp.oacc-fortran/multidim-slice.f95: New test.
248 * testsuite/libgomp.oacc-fortran/update-2.f90: New test.
249
250 2019-12-19 Julian Brown <julian@codesourcery.com>
251
252 * testsuite/libgomp.oacc-c-c++-common/deep-copy-1.c: New test.
253 * testsuite/libgomp.oacc-c-c++-common/deep-copy-2.c: New test.
254 * testsuite/libgomp.oacc-c-c++-common/deep-copy-4.c: New test.
255 * testsuite/libgomp.oacc-c-c++-common/deep-copy-6.c: New test.
256 * testsuite/libgomp.oacc-c-c++-common/deep-copy-7.c: New test.
257 * testsuite/libgomp.oacc-c-c++-common/deep-copy-8.c: New test.
258 * testsuite/libgomp.oacc-c-c++-common/deep-copy-9.c: New test.
259 * testsuite/libgomp.oacc-c-c++-common/deep-copy-10.c: New test.
260 * testsuite/libgomp.oacc-c-c++-common/deep-copy-11.c: New test.
261 * testsuite/libgomp.oacc-c-c++-common/deep-copy-14.c: New test.
262 * testsuite/libgomp.oacc-c++/deep-copy-12.C: New test.
263 * testsuite/libgomp.oacc-c++/deep-copy-13.C: New test.
264
265 2019-12-19 Julian Brown <julian@codesourcery.com>
266
267 * libgomp.h (struct target_var_desc): Add do_detach flag.
268 * oacc-init.c (acc_shutdown_1): Free aux block if present.
269 * oacc-mem.c (find_group_last): Add SIZES parameter. Support
270 struct components. Tidy up and add some new checks.
271 (goacc_enter_data_internal): Update call to find_group_last.
272 (goacc_exit_data_internal): Support detach operations and
273 GOMP_MAP_STRUCT.
274 (GOACC_enter_exit_data): Handle initial GOMP_MAP_STRUCT or
275 GOMP_MAP_FORCE_PRESENT in finalization detection code. Handle
276 attach/detach in enter/exit data detection code.
277 * target.c (gomp_map_vars_existing): Initialise do_detach field of
278 tgt_var_desc.
279 (gomp_map_vars_internal): Support attach.
280 (gomp_unmap_vars_internal): Support detach.
281
282 2019-12-19 Julian Brown <julian@codesourcery.com>
283 Thomas Schwinge <thomas@codesourcery.com>
284
285 * libgomp.h (struct splay_tree_aux): Add attach_count field.
286 (gomp_attach_pointer, gomp_detach_pointer): Add prototypes.
287 * libgomp.map (OACC_2.6): New section. Add acc_attach,
288 acc_attach_async, acc_detach, acc_detach_async, acc_detach_finalize,
289 acc_detach_finalize_async.
290 * oacc-mem.c (acc_attach_async, acc_attach, goacc_detach_internal,
291 acc_detach, acc_detach_async, acc_detach_finalize,
292 acc_detach_finalize_async): New functions.
293 * openacc.h (acc_attach, acc_attach_async, acc_detach,
294 (acc_detach_async, acc_detach_finalize, acc_detach_finalize_async): Add
295 prototypes.
296 * target.c (gomp_attach_pointer, gomp_detach_pointer): New functions.
297 (gomp_remove_var_internal): Free attachment counts if present.
298 * testsuite/libgomp.oacc-c-c++-common/deep-copy-3.c: New test.
299 * testsuite/libgomp.oacc-c-c++-common/deep-copy-5.c: New test.
300
301 2019-12-19 Julian Brown <julian@codesourcery.com>
302 Cesar Philippidis <cesar@codesourcery.com>
303
304 * libgomp.h (gomp_map_val): Add prototype.
305 * oacc-parallel.c (GOACC_parallel_keyed): Use gomp_map_val instead of
306 open-coding device-address calculation.
307 * target.c (gomp_map_val): Make global. Use OFFSET_POINTER in
308 non-present case.
309
310 2019-12-19 Julian Brown <julian@codesourcery.com>
311
312 * libgomp.h (struct splay_tree_key_s): Substitute dynamic_refcount
313 field for virtual_refcount.
314 (enum gomp_map_vars_kind): Add GOMP_MAP_VARS_OPENACC_ENTER_DATA.
315 (gomp_free_memmap): Remove prototype.
316 * oacc-init.c (acc_shutdown_1): Iteratively call gomp_remove_var
317 instead of calling gomp_free_memmap.
318 * oacc-mem.c (acc_map_data): Use virtual_refcount instead of
319 dynamic_refcount.
320 (acc_unmap_data): Open code instead of forcing target_mem_desc's
321 to_free field to NULL then calling gomp_unmap_vars. Handle
322 REFCOUNT_INFINITY on target blocks.
323 (goacc_enter_data): Rename to...
324 (goacc_enter_datum): ...this. Remove MAPNUM parameter and special
325 handling for mapping groups. Use virtual_refcount instead of
326 dynamic_refcount. Use GOMP_MAP_VARS_OPENACC_ENTER_DATA for
327 map_map_vars_async call. Re-do lookup for target pointer return value.
328 (acc_create, acc_create_async, acc_copyin, acc_copyin_async): Call
329 renamed goacc_enter_datum function.
330 (goacc_exit_data): Rename to...
331 (goacc_exit_datum): ...this. Update for virtual_refcount semantics.
332 (acc_delete, acc_delete_async, acc_delete_finalize,
333 acc_delete_finalize_async, acc_copyout, acc_copyout_async,
334 acc_copyout_finalize, acc_copyout_finalize_async): Call renamed
335 goacc_exit_datum function.
336 (gomp_acc_remove_pointer, find_pointer): Remove functions.
337 (find_group_last, goacc_enter_data_internal, goacc_exit_data_internal):
338 New functions.
339 (GOACC_enter_exit_data): Use goacc_enter_data_internal and
340 goacc_exit_data_internal helper functions.
341 * target.c (gomp_map_vars_internal): Handle
342 GOMP_MAP_VARS_OPENACC_ENTER_DATA. Update for virtual_refcount
343 semantics.
344 (gomp_unmap_vars_internal): Update for virtual_refcount semantics.
345 (gomp_load_image_to_device, omp_target_associate_ptr): Zero-initialise
346 virtual_refcount field instead of dynamic_refcount.
347 (gomp_free_memmap): Remove function.
348 * testsuite/libgomp.oacc-c-c++-common/unmap-infinity-1.c: New test.
349 * testsuite/libgomp.c-c++-common/unmap-infinity-2.c: New test.
350 * testsuite/libgomp.oacc-c-c++-common/pr92843-1.c: Add XFAIL.
351
352 2019-12-19 Julian Brown <julian@codesourcery.com>
353 Thomas Schwinge <thomas@codesourcery.com>
354
355 * libgomp.h (struct splay_tree_aux): New.
356 (struct splay_tree_key_s): Replace link_key field with aux pointer.
357 * target.c (gomp_map_vars_internal): Adjust for link_key being moved
358 to aux struct.
359 (gomp_remove_var_internal): Free aux block if present.
360 (gomp_load_image_to_device): Zero-initialise aux field instead of
361 link_key field.
362 (omp_target_associate_pointer): Zero-initialise aux field.
363
364 2019-12-18 Jakub Jelinek <jakub@redhat.com>
365
366 PR middle-end/86416
367 * testsuite/libgomp.c/pr86416-1.c (main): Use L suffixes rather than
368 q or none.
369 * testsuite/libgomp.c/pr86416-2.c (main): Use Q suffixes rather than
370 L or none.
371
372 2019-12-19 Julian Brown <julian@codesourcery.com>
373 Maciej W. Rozycki <macro@codesourcery.com>
374 Tobias Burnus <tobias@codesourcery.com>
375 Thomas Schwinge <thomas@codesourcery.com>
376
377 * target.c (gomp_map_vars_async): Support GOMP_MAP_NO_ALLOC.
378 * testsuite/libgomp.oacc-c-c++-common/no_create-1.c: New test.
379 * testsuite/libgomp.oacc-c-c++-common/no_create-2.c: New test.
380 * testsuite/libgomp.oacc-c-c++-common/no_create-3.c: New test.
381 * testsuite/libgomp.oacc-c-c++-common/no_create-4.c: New test.
382 * testsuite/libgomp.oacc-c-c++-common/no_create-5.c: New test.
383 * testsuite/libgomp.oacc-fortran/no_create-1.f90: New test.
384 * testsuite/libgomp.oacc-fortran/no_create-2.f90: New test.
385 * testsuite/libgomp.oacc-fortran/no_create-3.F90: New test.
386
387 2019-12-18 Thomas Schwinge <thomas@codesourcery.com>
388
389 * oacc-mem.c (goacc_enter_data): Refactor, so that it can be
390 called...
391 (goacc_insert_pointer): ... from here, "present" case.
392 (goacc_insert_pointer): Inline function into...
393 (GOACC_enter_exit_data): ... here, and simplify.
394
395 * oacc-mem.c (goacc_enter_data): Refactor, so that it can be
396 called...
397 (goacc_insert_pointer): ... from here, "not present" case.
398
399 * oacc-mem.c (goacc_remove_pointer): Refactor interface. Adjust
400 all users.
401
402 * oacc-mem.c (GOACC_enter_exit_data): Refactor code to call
403 'goacc_enter_data', 'goacc_exit_data'.
404
405 * oacc-mem.c (delete_copyout): Refactor into...
406 (goacc_exit_data): ... this. Adjust all users.
407
408 * oacc-mem.c (present_create_copy): Refactor into...
409 (goacc_enter_data): ... this. Adjust all users.
410
411 * target.c (gomp_unmap_vars_internal): Add a safeguard to
412 'gomp_remove_var'.
413
414 * target.c (gomp_to_device_kind_p): Handle 'GOMP_MAP_FORCE_FROM'
415 like 'GOMP_MAP_FROM'.
416
417 PR libgomp/92726
418 PR libgomp/92970
419 PR libgomp/92984
420 * oacc-mem.c (delete_copyout): No-op behavior if 'lookup_host'
421 fails.
422 (GOACC_enter_exit_data): Simplify accordingly.
423 * testsuite/libgomp.oacc-c-c++-common/pr92970-1.c: New file,
424 subsuming...
425 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: ... this file...
426 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: ..., and this
427 file.
428 * testsuite/libgomp.oacc-c-c++-common/pr92984-1.c: New file,
429 subsuming...
430 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: ... this file...
431 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: ..., and this
432 file.
433 * testsuite/libgomp.oacc-c-c++-common/pr92726-1.c: New file,
434 subsuming...
435 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: ... this file.
436
437 * oacc-mem.c (GOACC_enter_exit_data): Simplify 'exit data'
438 'finalize' handling.
439
440 PR libgomp/92848
441 * oacc-mem.c (acc_map_data, present_create_copy)
442 (goacc_insert_pointer): Use 'GOMP_MAP_VARS_ENTER_DATA'.
443 (acc_unmap_data, delete_copyout, goacc_remove_pointer): Adjust.
444 * testsuite/libgomp.oacc-c-c++-common/lib-50.c: Remove.
445 * testsuite/libgomp.oacc-c-c++-common/pr92848-1-d-a.c: New file
446 * testsuite/libgomp.oacc-c-c++-common/pr92848-1-d-p.c: Likewise.
447 * testsuite/libgomp.oacc-c-c++-common/pr92848-1-r-a.c: Likewise.
448 * testsuite/libgomp.oacc-c-c++-common/pr92848-1-r-p.c: Likewise.
449 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c:
450 Remove "XFAIL"s.
451
452 * target.c (gomp_unmap_tgt): Make it 'static'.
453 * libgomp.h (gomp_unmap_tgt): Remove.
454
455 2019-12-18 Tobias Burnus <tobias@codesourcery.com>
456
457 PR middle-end/86416
458 * testsuite/libgomp.c/pr86416-1.c: New.
459 * testsuite/libgomp.c/pr86416-2.c: New.
460
461 2019-12-17 Tobias Burnus <tobias@codesourcery.com>
462
463 * config/accel/openacc.f90 (module openacc_kinds): Use 'PUBLIC' to mark
464 all symbols as public except for the 'use …, only' imported symbol,
465 which is private.
466 (module openacc): Default to 'PRIVATE' to exclude openacc_internal; mark
467 all symbols from module openacc_kinds as PUBLIC
468 * openacc.f90: Add comment with crossref to that file and openmp_lib.h;
469 fix comment typo.
470 * openacc_lib.h (acc_device_gcn): Add this PARAMETER.
471
472 2019-12-13 Julian Brown <julian@codesourcery.com>
473
474 PR libgomp/92881
475
476 * libgomp.h (gomp_remove_var_async): Add prototype.
477 * oacc-mem.c (delete_copyout): Call gomp_remove_var_async instead of
478 gomp_remove_var.
479 * target.c (gomp_unref_tgt): Change return type to bool, indicating
480 whether target_mem_desc was unmapped.
481 (gomp_unref_tgt_void): New.
482 (gomp_remove_var): Reimplement in terms of...
483 (gomp_remove_var_internal): ...this new helper function.
484 (gomp_remove_var_async): New, implemented using above helper function.
485 (gomp_unmap_vars_internal): Use gomp_unref_tgt_void instead of
486 gomp_unref_tgt.
487
488 2019-12-13 Andrew Stubbs <ams@codesourcery.com>
489
490 * testsuite/libgomp.oacc-c-c++-common/acc_prof-init-1.c: Handle gcn.
491 * testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c: Likewise.
492 * testsuite/libgomp.oacc-c-c++-common/acc_prof-parallel-1.c: Likewise.
493 * testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c: Likewise.
494 * testsuite/libgomp.oacc-c-c++-common/function-not-offloaded.c:
495 Likewise.
496 * testsuite/libgomp.oacc-c-c++-common/async_queue-1.c: Disable on GCN.
497 * testsuite/libgomp.oacc-c-c++-common/tile-1.c: Likewise.
498
499 2019-12-13 Tobias Burnus <tobias@codesourcery.com>
500
501 * openacc.f90 (module openacc_kinds): Use 'PUBLIC' to mark all symbols
502 as public except for the 'use …, only' imported symbol, which is
503 private.
504 (module openacc): Default to 'PRIVATE' to exclude openacc_internal; mark
505 all symbols from module openacc_kinds as PUBLIC; add missing PUBLIC
506 attributes for acc_copyout_finalize and acc_delete_finalize.
507
508 2019-12-11 Jakub Jelinek <jakub@redhat.com>
509
510 PR fortran/92899
511 * testsuite/libgomp.fortran/atomic1.f90: New test.
512
513 2019-12-11 Thomas Schwinge <thomas@codesourcery.com>
514
515 PR libgomp/92843
516 * oacc-mem.c (present_create_copy, delete_copyout): Fix dynamic
517 reference counting for structured 'REFCOUNT_INFINITY'. Add some
518 assertions.
519 (goacc_insert_pointer, goacc_remove_pointer): Adjust accordingly.
520 * testsuite/libgomp.oacc-c-c++-common/pr92843-1.c: New file.
521 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Fix OpenACC.
522 * testsuite/libgomp.oacc-c-c++-common/lib-82.c: Likewise.
523 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Likewise.
524
525 * oacc-parallel.c (find_pointer, GOACC_enter_exit_data): Move...
526 * oacc-mem.c: ... here.
527 (gomp_acc_insert_pointer, gomp_acc_remove_pointer): Rename to
528 'goacc_insert_pointer', 'goacc_remove_pointer', and make 'static'.
529 * libgomp.h (gomp_acc_insert_pointer, gomp_acc_remove_pointer):
530 Remove.
531 * libgomp_g.h: Update.
532
533 * oacc-parallel.c (GOACC_wait, goacc_wait): Move...
534 * oacc-async.c: ... here.
535 * oacc-int.h (goacc_wait): Declare.
536 * libgomp_g.h: Update
537
538 PR libgomp/92854
539 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-1.c:
540 New file.
541 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-2.c:
542 Likewise.
543 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-3.c:
544 Likewise.
545 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-1.c:
546 Likewise.
547 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-2.c:
548 Likewise.
549 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-3.c:
550 Likewise.
551
552 2019-12-11 Thomas Schwinge <thomas@codesourcery.com>
553 Julian Brown <julian@codesourcery.com>
554
555 * target.c (gomp_load_image_to_device, omp_target_associate_ptr):
556 Initialize 'dynamic_refcount' whenever we initialize 'refcount'.
557
558 2019-12-11 Tobias Burnus <tobias@codesourcery.com>
559
560 * omp_lib.h.in: Fix spelling of function declaration
561 omp_get_cancell(l)ation.
562 * libgomp.texi (acc_is_present, acc_async_test, acc_async_test_all):
563 Fix typos.
564 * env.c: Fix comment typos.
565 * oacc-host.c: Likewise.
566 * ordered.c: Likewise.
567 * task.c: Likewise.
568 * team.c: Likewise.
569 * config/gcn/task.c: Likewise.
570 * config/gcn/team.c: Likewise.
571 * config/nvptx/task.c: Likewise.
572 * config/nvptx/team.c: Likewise.
573 * plugin/plugin-gcn.c: Likewise.
574 * testsuite/libgomp.fortran/jacobi.f: Likewise.
575 * testsuite/libgomp.hsa.c/tiling-2.c: Likewise.
576 * testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c: Likewise.
577
578 2019-12-11 Tobias Burnus <tobias@codesourcery.com>
579
580 * testsuite/libgomp.oacc-fortran/optional-cache.f95: Add 'dg-do run'.
581 * testsuite/libgomp.oacc-fortran/optional-reduction.f90: Remove
582 unnecessary 'dg-additional-options "-w"'.
583
584 2019-12-09 Thomas Schwinge <thomas@codesourcery.com>
585 Julian Brown <julian@codesourcery.com>
586
587 PR libgomp/92116
588 PR libgomp/92877
589
590 * oacc-mem.c (lookup_dev): Reimplement. Adjust all users.
591 * libgomp.h (struct acc_dispatch_t): Remove 'data_environ' member.
592 Adjust all users.
593 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4-2.c:
594 Remove XFAIL.
595 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4.c:
596 Likewise.
597 * testsuite/libgomp.oacc-c-c++-common/pr92877-1.c: New file.
598
599 2019-12-09 Thomas Schwinge <thomas@codesourcery.com>
600
601 PR libgomp/92503
602 * oacc-mem.c (acc_free): Error out instead of 'acc_unmap_data'.
603 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-1.c: New
604 file.
605 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-2.c:
606 Likewise.
607 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3-2.c:
608 Likewise.
609 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3.c:
610 Likewise.
611 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4-2.c:
612 Likewise.
613 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4.c:
614 Likewise.
615 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Adjust.
616 * testsuite/libgomp.oacc-c-c++-common/context-1.c: Likewise.
617 * testsuite/libgomp.oacc-c-c++-common/context-2.c: Likewise.
618 * testsuite/libgomp.oacc-c-c++-common/context-3.c: Likewise.
619 * testsuite/libgomp.oacc-c-c++-common/context-4.c: Likewise.
620 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Likewise.
621 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
622 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
623 * testsuite/libgomp.oacc-c-c++-common/lib-91.c: Likewise.
624 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Likewise.
625
626 PR libgomp/92840
627 * oacc-mem.c (acc_map_data): Clarify reference counting behavior.
628 (acc_unmap_data): Add error case for 'REFCOUNT_INFINITY'.
629 * testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-1.c:
630 New file.
631 * testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-2.c:
632 Likewise.
633 * testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-3.c:
634 Likewise.
635 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Adjust.
636 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Adjust.
637
638 PR libgomp/92511
639 * testsuite/libgomp.oacc-c-c++-common/copyin-devptr-1.c: Remove
640 this file...
641 * testsuite/libgomp.oacc-c-c++-common/copyin-devptr-2.c: ..., and
642 this file...
643 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: ..., and this
644 file...
645 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: ..., and this
646 file...
647 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c:
648 ... with their content moved into, and extended in this new file.
649 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-a.c:
650 New file.
651 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-p.c:
652 Likewise.
653 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-a.c:
654 Likewise.
655 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-2.c:
656 Likewise.
657
658 * testsuite/libgomp.oacc-c-c++-common/map-data-1.c: New file.
659
660 PR libgomp/92854
661 * testsuite/libgomp.oacc-c-c++-common/pr92854-1.c: New file.
662
663 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: New file.
664
665 * target.c (gomp_exit_data): Use 'gomp_remove_var'.
666
667 2019-12-09 Tobias Burnus <tobias@codesourcery.com>
668
669 * testsuite/libgomp.fortran/use_device_addr-3.f90: Make 'stop' codes
670 unique.
671 * testsuite/libgomp.fortran/use_device_addr-4.f90: Ditto.
672 * testsuite/libgomp.fortran/use_device_ptr-optional-2.f90: Ditto.
673 * testsuite/libgomp.oacc-fortran/declare-5.f90: Ditto.
674 * testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90:
675 Ditto.
676 * testsuite/libgomp.oacc-fortran/optional-firstprivate.f90: Ditto.
677 * testsuite/libgomp.oacc-fortran/optional-update-host.f90: Ditto.
678
679 2019-12-06 Kwok Cheung Yeung <kcy@codesourcery.com>
680
681 * config/accel/proc.c (omp_get_num_procs): Apply ialias macro.
682
683 2019-12-06 Tobias Burnus <tobias@codesourcery.com>
684 Kwok Cheung Yeung <kcy@codesourcery.com>
685
686 * oacc-mem.c (update_dev_host, gomp_acc_insert_pointer): Just return
687 if input it a NULL pointer.
688 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Remove; dependent on
689 diagnostic of NULL pointer.
690 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Ditto.
691 * testsuite/libgomp.fortran/optional-map.f90: New.
692 * testsuite/libgomp.fortran/use_device_addr-1.f90
693 (test_dummy_opt_callee_1_absent): New.
694 (test_dummy_opt_call_1): Call it.
695 * testsuite/libgomp.fortran/use_device_addr-2.f90: Likewise.
696 * testsuite/libgomp.fortran/use_device_addr-3.f90: Likewise.
697 * testsuite/libgomp.fortran/use_device_addr-4.f90: Likewise.
698 * testsuite/libgomp.oacc-fortran/optional-cache.f95: New.
699 * testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90: New.
700 * testsuite/libgomp.oacc-fortran/optional-data-copyin.f90: New.
701 * testsuite/libgomp.oacc-fortran/optional-data-copyout.f90: New.
702 * testsuite/libgomp.oacc-fortran/optional-data-enter-exit.f90: New.
703 * testsuite/libgomp.oacc-fortran/optional-declare.f90: New.
704 * testsuite/libgomp.oacc-fortran/optional-firstprivate.f90: New.
705 * testsuite/libgomp.oacc-fortran/optional-host_data.f90: New.
706 * testsuite/libgomp.oacc-fortran/optional-nested-calls.f90: New.
707 * testsuite/libgomp.oacc-fortran/optional-private.f90: New.
708 * testsuite/libgomp.oacc-fortran/optional-reduction.f90: New.
709 * testsuite/libgomp.oacc-fortran/optional-update-device.f90: New.
710 * testsuite/libgomp.oacc-fortran/optional-update-host.f90: New.
711
712 2019-12-05 Tobias Burnus <tobias@codesourcery.com>
713
714 * testsuite/libgomp.oacc-fortran/error_stop-1.f: Also don't
715 expect dg-output of 'Error termination.' for GCN.
716 * testsuite/libgomp.oacc-fortran/error_stop-2.f: Likewise.
717 * testsuite/libgomp.oacc-fortran/error_stop-3.f: Likewise.
718
719 2019-12-04 Jakub Jelinek <jakub@redhat.com>
720
721 PR fortran/92756
722 * testsuite/libgomp.fortran/teams1.f90: New test.
723 * testsuite/libgomp.fortran/teams2.f90: New test.
724
725 2019-12-03 Frederik Harwath <frederik@codesourcery.com>
726
727 * oacc-init.c (acc_known_device_type): Add function.
728 (unknown_device_type_error): Add function.
729 (name_of_acc_device_t): Change to call unknown_device_type_error
730 on unknown type.
731 (resolve_device): Use acc_known_device_type.
732 (acc_init): Fail if acc_device_t argument is not valid.
733 (acc_shutdown): Likewise.
734 (acc_get_num_devices): Likewise.
735 (acc_set_device_type): Likewise.
736 (acc_get_device_num): Likewise.
737 (acc_set_device_num): Likewise.
738 (acc_on_device): Add comment that argument validity is not checked.
739
740 2019-12-03 Andrew Stubbs <ams@codesourcery.com>
741
742 * testsuite/lib/libgomp.exp (offload_target_to_openacc_device_type):
743 Recognize amdgcn.
744 (check_effective_target_openacc_amdgcn_accel_present): New proc.
745 (check_effective_target_openacc_amdgcn_accel_selected): New proc.
746 * testsuite/libgomp.oacc-c++/c++.exp: Add support for amdgcn.
747 * testsuite/libgomp.oacc-c/c.exp: Likewise.
748 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
749
750 2019-12-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
751
752 PR libgomp/91938
753 * configure.tgt: Avoid IE tls on *-*-musl*.
754
755 2019-11-29 Tobias Burnus <tobias@codesourcery.com>
756
757 * testsuite/libgomp.oacc-fortran/declare-5.f90: Extend by
758 adding a common-block test case.
759
760 2019-11-29 Jakub Jelinek <jakub@redhat.com>
761
762 PR c++/60228
763 * testsuite/libgomp.c++/udr-20.C: New test.
764 * testsuite/libgomp.c++/udr-21.C: New test.
765
766 2019-11-27 Thomas Schwinge <thomas@codesourcery.com>
767
768 * testsuite/lib/libgomp.exp
769 (check_effective_target_offload_target_nvptx): New proc.
770 * testsuite/libgomp.fortran/target-print-1.f90: Use it with
771 'dg-skip-if'.
772 * testsuite/libgomp.oacc-fortran/print-1.f90: Likewise.
773 * testsuite/libgomp.fortran/target-print-1-nvptx.f90: New file.
774 * testsuite/libgomp.oacc-fortran/print-1-nvptx.f90: Likewise.
775
776 2019-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
777
778 * testsuite/libgomp.c/pr39591-1.c: Rename err to e.
779 * testsuite/libgomp.c/pr39591-2.c: Likewise.
780 * testsuite/libgomp.c/pr39591-3.c: Likewise.
781 * testsuite/libgomp.c/private-1.c: Likewise.
782 * testsuite/libgomp.c/task-1.c: Likewise.
783 * testsuite/libgomp.c/task-5.c: Renamed err to serr.
784
785 2019-11-20 Julian Brown <julian@codesourcery.com>
786
787 * plugin/plugin-gcn.c (wait_for_queue_nonfull): Don't lock/unlock
788 aq->mutex here.
789 (queue_push_launch): Lock aq->mutex before calling
790 wait_for_queue_nonfull.
791 (queue_push_callback): Likewise.
792 (queue_push_asyncwait): Likewise.
793 (queue_push_placeholder): Likewise.
794
795 2019-11-20 Julian Brown <julian@codesourcery.com>
796
797 * plugin/plugin-gcn.c (hsa_memory_copy_wrapper): New.
798 (copy_data, GOMP_OFFLOAD_host2dev): Use above function.
799 (GOMP_OFFLOAD_dev2host, GOMP_OFFLOAD_dev2dev): Check hsa_memory_copy
800 return code.
801
802 2019-11-20 Julian Brown <julian@codesourcery.com>
803
804 PR libgomp/92511
805
806 * oacc-mem.c (present_create_copy): Fix device pointer return value in
807 case of "present" subarray. Use tgt->tgt_start instead of tgt->to_free
808 in non-present/create case.
809 (delete_copyout): Change error condition to fail only on copies outside
810 of mapped block. Adjust error message accordingly.
811 * testsuite/libgomp.oacc-c-c++-common/copyin-devptr-1.c: New test.
812 * testsuite/libgomp.oacc-c-c++-common/copyin-devptr-2.c: New test.
813 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Adjust expected error
814 message.
815 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
816 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Allow test to pass now.
817 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
818
819 2019-11-20 Maciej W. Rozycki <macro@wdc.com>
820
821 * testsuite/lib/libgomp.exp (libgomp_init): Add flags to find
822 libatomic in build-tree testing.
823
824 2019-11-18 Maciej W. Rozycki <macro@wdc.com>
825
826 * testsuite/Makefile.in: Regenerate.
827
828 2019-11-15 Andrew Stubbs <ams@codesourcery.com>
829
830 * testsuite/libgomp.c/target-print-1.c: New file.
831 * testsuite/libgomp.fortran/target-print-1.f90: New file.
832 * testsuite/libgomp.oacc-c/print-1.c: New file.
833 * testsuite/libgomp.oacc-fortran/print-1.f90: New file.
834
835 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
836 Kwok Cheung Yeung <kcy@codesourcery.com>
837 Julian Brown <julian@codesourcery.com>
838 Tom de Vries <tom@codesourcery.com>
839
840 * plugin/Makefrag.am: Add amdgcn plugin support.
841 * plugin/configfrag.ac: Likewise.
842 * plugin/plugin-gcn.c: New file.
843 * configure: Regenerate.
844 * Makefile.in: Regenerate.
845 * testsuite/Makefile.in: Regenerate.
846
847 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
848
849 * config/gcn/team.c (gomp_gcn_enter_kernel): Set up the team arena
850 and use team_malloc variants.
851 (gomp_gcn_exit_kernel): Use team_free.
852 * libgomp.h (TEAM_ARENA_SIZE): Define.
853 (TEAM_ARENA_START): Define.
854 (TEAM_ARENA_FREE): Define.
855 (TEAM_ARENA_END): Define.
856 (team_malloc): New function.
857 (team_malloc_cleared): New function.
858 (team_free): New function.
859 * team.c (gomp_new_team): Initialize and use team_malloc.
860 (free_team): Use team_free.
861 (gomp_free_thread): Use team_free.
862 (gomp_pause_host): Use team_free.
863 * work.c (gomp_init_work_share): Use team_malloc.
864 (gomp_fini_work_share): Use team_free.
865
866 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
867 Kwok Cheung Yeung <kcy@codesourcery.com>
868 Julian Brown <julian@codesourcery.com>
869 Tom de Vries <tom@codesourcery.com>
870
871 * Makefile.am (libgomp_la_SOURCES): Add oacc-target.c.
872 * Makefile.in: Regenerate.
873 * config.h.in (PLUGIN_GCN): Add new undef.
874 * config/accel/openacc.f90 (acc_device_gcn): New parameter.
875 * config/gcn/affinity-fmt.c: New file.
876 * config/gcn/bar.c: New file.
877 * config/gcn/bar.h: New file.
878 * config/gcn/doacross.h: New file.
879 * config/gcn/icv-device.c: New file.
880 * config/gcn/oacc-target.c: New file.
881 * config/gcn/simple-bar.h: New file.
882 * config/gcn/target.c: New file.
883 * config/gcn/task.c: New file.
884 * config/gcn/team.c: New file.
885 * config/gcn/time.c: New file.
886 * configure.ac: Add amdgcn*-*-*.
887 * configure: Regenerate.
888 * configure.tgt: Add amdgcn*-*-*.
889 * libgomp-plugin.h (offload_target_type): Add OFFLOAD_TARGET_TYPE_GCN.
890 * libgomp.h (gcn_thrs): Add amdgcn variant.
891 (set_gcn_thrs): Likewise.
892 (gomp_thread): Likewise.
893 * oacc-int.h (goacc_thread): Likewise.
894 * oacc-target.c: New file.
895 * openacc.f90 (acc_device_gcn): New parameter.
896 * openacc.h (acc_device_t): Add acc_device_gcn.
897 * team.c (gomp_free_pool_helper): Add amdgcn support.
898
899 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
900 Julian Brown <julian@codesourcery.com>
901
902 * libgomp-plugin.h (GOMP_OFFLOAD_openacc_async_construct): Add int
903 parameter.
904 * oacc-async.c (lookup_goacc_asyncqueue): Pass device number to the
905 queue constructor.
906 * oacc-host.c (host_openacc_async_construct): Add device parameter.
907 * plugin/plugin-nvptx.c (GOMP_OFFLOAD_openacc_async_construct): Add
908 device parameter.
909
910 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
911
912 * configure.tgt (nvptx*-*-*): Add "accel" directory.
913 * config/nvptx/libgomp-plugin.c: Move ...
914 * config/accel/libgomp-plugin.c: ... to here.
915 * config/nvptx/lock.c: Move ...
916 * config/accel/lock.c: ... to here.
917 * config/nvptx/mutex.c: Move ...
918 * config/accel/mutex.c: ... to here.
919 * config/nvptx/mutex.h: Move ...
920 * config/accel/mutex.h: ... to here.
921 * config/nvptx/oacc-async.c: Move ...
922 * config/accel/oacc-async.c: ... to here.
923 * config/nvptx/oacc-cuda.c: Move ...
924 * config/accel/oacc-cuda.c: ... to here.
925 * config/nvptx/oacc-host.c: Move ...
926 * config/accel/oacc-host.c: ... to here.
927 * config/nvptx/oacc-init.c: Move ...
928 * config/accel/oacc-init.c: ... to here.
929 * config/nvptx/oacc-mem.c: Move ...
930 * config/accel/oacc-mem.c: ... to here.
931 * config/nvptx/oacc-plugin.c: Move ...
932 * config/accel/oacc-plugin.c: ... to here.
933 * config/nvptx/omp-lock.h: Move ...
934 * config/accel/omp-lock.h: ... to here.
935 * config/nvptx/openacc.f90: Move ...
936 * config/accel/openacc.f90: ... to here.
937 * config/nvptx/pool.h: Move ...
938 * config/accel/pool.h: ... to here.
939 * config/nvptx/proc.c: Move ...
940 * config/accel/proc.c: ... to here.
941 * config/nvptx/ptrlock.c: Move ...
942 * config/accel/ptrlock.c: ... to here.
943 * config/nvptx/ptrlock.h: Move ...
944 * config/accel/ptrlock.h: ... to here.
945 * config/nvptx/sem.c: Move ...
946 * config/accel/sem.c: ... to here.
947 * config/nvptx/sem.h: Move ...
948 * config/accel/sem.h: ... to here.
949 * config/nvptx/thread-stacksize.h: Move ...
950 * config/accel/thread-stacksize.h: ... to here.
951
952 2019-11-12 Maciej W. Rozycki <macro@codesourcery.com>
953 Tobias Burnus <tobias@codesourcery.com>
954 Frederik Harwath <frederik@codesourcery.com>
955 Thomas Schwinge <thomas@codesourcery.com>
956
957 libgomp/
958 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: New test.
959 * testsuite/libgomp.oacc-fortran/parallel-dims-aux.c: New test.
960 * testsuite/libgomp.oacc-fortran/parallel-dims.f89: New test.
961
962 2019-11-11 Tobias Burnus <tobias@codesourcery.com>
963 Kwok Cheung Yeung <kcy@codesourcery.com>
964
965 * testsuite/libgomp.fortran/use_device_ptr-optional-1.f90: Extend.
966 * testsuite/libgomp.fortran/use_device_ptr-optional-2.f90: New.
967
968 2019-11-11 Thomas Schwinge <thomas@codesourcery.com>
969
970 * testsuite/libgomp.fortran/target9.f90: Specify 'dg-do run'.
971
972 * testsuite/libgomp.fortran/use_device_addr-3.f90: Specify 'dg-do
973 run'.
974 * testsuite/libgomp.fortran/use_device_addr-4.f90: Likewise.
975 * testsuite/libgomp.fortran/use_device_ptr-1.f90: Likewise.
976
977 2019-11-06 Thomas Schwinge <thomas@codesourcery.com>
978
979 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c:
980 Add expected warnings about missing reduction clauses.
981 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c:
982 Likewise.
983 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c:
984 Likewise.
985 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c:
986 Likewise.
987
988 2019-11-04 Tobias Burnus <tobias@codesourcery.com>
989
990 * testsuite/libgomp.fortran/pr66199-1.f90: Remove
991 'dg-do run' (implies torture test) as 'dg-options "O2"' is used.
992 * testsuite/libgomp.fortran/pr66199-2.f90: Ditto.
993 * testsuite/libgomp.fortran/taskloop2.f90: Ditto.
994 * testsuite/libgomp.fortran/taskloop3.f90: Ditto.
995 * testsuite/libgomp.fortran/taskloop4.f90: Ditto.
996
997 2019-11-04 Tobias Burnus <tobias@codesourcery.com>
998
999 PR fortran/92305
1000 * testsuite/libgomp.fortran/allocatable2.f90: Use
1001 unique numbers with 'stop'.
1002 * testsuite/libgomp.fortran/use_device_addr-1.f90: Ditto.
1003 * testsuite/libgomp.fortran/use_device_addr-2.f90: Ditto.
1004 * testsuite/libgomp.fortran/use_device_ptr-1.f90: Ditto.
1005 * testsuite/libgomp.oacc-fortran/lib-15.f90: Ditto.
1006 * testsuite/libgomp.oacc-fortran/pset-1.f90: Ditto.
1007
1008 2019-11-01 Tobias Burnus <tobias@codesourcery.com>
1009
1010 * testsuite/libgomp.fortran/use_device_addr-1.f90 (test_nullptr_1,
1011 test_dummy_opt_nullptr_callee_1): Add present but unallocated test.
1012 * testsuite/libgomp.fortran/use_device_addr-2.f90: Likewise.
1013 * testsuite/libgomp.fortran/use_device_addr-3.f90: New.
1014 * testsuite/libgomp.fortran/use_device_addr-4.f90: New.
1015 * testsuite/testsuite/libgomp.fortran/use_device_ptr-1.f90: New.
1016
1017 2019-10-30 Tobias Burnus <tobias@codesourcery.com>
1018
1019 * testsuite/libgomp.fortran/target9.f90: New.
1020
1021 2019-10-30 Tobias Burnus <tobias@codesourcery.com>
1022
1023 * testsuite/libgomp.fortran/aligned1.f03: Replace 'STOP' by 'stop'.
1024 * testsuite/libgomp.fortran/alloc-comp-1.f90: Ditto.
1025 * testsuite/libgomp.fortran/alloc-comp-2.f90: Ditto.
1026 * testsuite/libgomp.fortran/alloc-comp-3.f90: Ditto.
1027 * testsuite/libgomp.fortran/allocatable1.f90: Ditto.
1028 * testsuite/libgomp.fortran/allocatable10.f90: Ditto.
1029 * testsuite/libgomp.fortran/allocatable11.f90: Ditto.
1030 * testsuite/libgomp.fortran/allocatable12.f90: Ditto.
1031 * testsuite/libgomp.fortran/allocatable2.f90: Ditto.
1032 * testsuite/libgomp.fortran/allocatable3.f90: Ditto.
1033 * testsuite/libgomp.fortran/allocatable4.f90: Ditto.
1034 * testsuite/libgomp.fortran/allocatable5.f90: Ditto.
1035 * testsuite/libgomp.fortran/allocatable6.f90: Ditto.
1036 * testsuite/libgomp.fortran/allocatable7.f90: Ditto.
1037 * testsuite/libgomp.fortran/allocatable8.f90: Ditto.
1038 * testsuite/libgomp.fortran/allocatable9.f90: Ditto.
1039 * testsuite/libgomp.fortran/associate1.f90: Ditto.
1040 * testsuite/libgomp.fortran/associate2.f90: Ditto.
1041 * testsuite/libgomp.fortran/associate3.f90: Ditto.
1042 * testsuite/libgomp.fortran/async_io_4.f90: Ditto.
1043 * testsuite/libgomp.fortran/async_io_5.f90: Ditto.
1044 * testsuite/libgomp.fortran/async_io_6.f90: Ditto.
1045 * testsuite/libgomp.fortran/async_io_7.f90: Ditto.
1046 * testsuite/libgomp.fortran/cancel-do-1.f90: Ditto.
1047 * testsuite/libgomp.fortran/cancel-do-2.f90: Ditto.
1048 * testsuite/libgomp.fortran/cancel-parallel-1.f90: Ditto.
1049 * testsuite/libgomp.fortran/cancel-sections-1.f90: Ditto.
1050 * testsuite/libgomp.fortran/cancel-taskgroup-2.f90: Ditto.
1051 * testsuite/libgomp.fortran/character1.f90: Ditto.
1052 * testsuite/libgomp.fortran/character2.f90: Ditto.
1053 * testsuite/libgomp.fortran/collapse1.f90: Ditto.
1054 * testsuite/libgomp.fortran/collapse2.f90: Ditto.
1055 * testsuite/libgomp.fortran/collapse3.f90: Ditto.
1056 * testsuite/libgomp.fortran/collapse4.f90: Ditto.
1057 * testsuite/libgomp.fortran/crayptr1.f90: Ditto.
1058 * testsuite/libgomp.fortran/crayptr2.f90: Ditto.
1059 * testsuite/libgomp.fortran/crayptr3.f90: Ditto.
1060 * testsuite/libgomp.fortran/declare-simd-1.f90: Ditto.
1061 * testsuite/libgomp.fortran/declare-simd-3.f90: Ditto.
1062 * testsuite/libgomp.fortran/declare-target-2.f90: Ditto.
1063 * testsuite/libgomp.fortran/depend-1.f90: Ditto.
1064 * testsuite/libgomp.fortran/depend-2.f90: Ditto.
1065 * testsuite/libgomp.fortran/depend-3.f90: Ditto.
1066 * testsuite/libgomp.fortran/do1.f90: Ditto.
1067 * testsuite/libgomp.fortran/do2.f90: Ditto.
1068 * testsuite/libgomp.fortran/do_concurrent_5.f90: Ditto.
1069 * testsuite/libgomp.fortran/doacross1.f90: Ditto.
1070 * testsuite/libgomp.fortran/doacross2.f90: Ditto.
1071 * testsuite/libgomp.fortran/doacross3.f90: Ditto.
1072 * testsuite/libgomp.fortran/examples-4/array_sections-3.f90: Ditto.
1073 * testsuite/libgomp.fortran/examples-4/array_sections-4.f90: Ditto.
1074 * testsuite/libgomp.fortran/examples-4/async_target-1.f90: Ditto.
1075 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: Ditto.
1076 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: Ditto.
1077 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: Ditto.
1078 * testsuite/libgomp.fortran/examples-4/declare_target-3.f90: Ditto.
1079 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90: Ditto.
1080 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90: Ditto.
1081 * testsuite/libgomp.fortran/examples-4/device-1.f90: Ditto.
1082 * testsuite/libgomp.fortran/examples-4/device-2.f90: Ditto.
1083 * testsuite/libgomp.fortran/examples-4/device-3.f90: Ditto.
1084 * testsuite/libgomp.fortran/examples-4/simd-1.f90: Ditto.
1085 * testsuite/libgomp.fortran/examples-4/simd-2.f90: Ditto.
1086 * testsuite/libgomp.fortran/examples-4/simd-3.f90: Ditto.
1087 * testsuite/libgomp.fortran/examples-4/simd-4.f90: Ditto.
1088 * testsuite/libgomp.fortran/examples-4/simd-5.f90: Ditto.
1089 * testsuite/libgomp.fortran/examples-4/simd-6.f90: Ditto.
1090 * testsuite/libgomp.fortran/examples-4/simd-7.f90: Ditto.
1091 * testsuite/libgomp.fortran/examples-4/simd-8.f90: Ditto.
1092 * testsuite/libgomp.fortran/examples-4/target-1.f90: Ditto.
1093 * testsuite/libgomp.fortran/examples-4/target-2.f90: Ditto.
1094 * testsuite/libgomp.fortran/examples-4/target-3.f90: Ditto.
1095 * testsuite/libgomp.fortran/examples-4/target-4.f90: Ditto.
1096 * testsuite/libgomp.fortran/examples-4/target-5.f90: Ditto.
1097 * testsuite/libgomp.fortran/examples-4/target_data-1.f90: Ditto.
1098 * testsuite/libgomp.fortran/examples-4/target_data-2.f90: Ditto.
1099 * testsuite/libgomp.fortran/examples-4/target_data-3.f90: Ditto.
1100 * testsuite/libgomp.fortran/examples-4/target_data-4.f90: Ditto.
1101 * testsuite/libgomp.fortran/examples-4/target_data-5.f90: Ditto.
1102 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: Ditto.
1103 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: Ditto.
1104 * testsuite/libgomp.fortran/examples-4/target_update-1.f90: Ditto.
1105 * testsuite/libgomp.fortran/examples-4/target_update-2.f90: Ditto.
1106 * testsuite/libgomp.fortran/examples-4/task_dep-1.f90: Ditto.
1107 * testsuite/libgomp.fortran/examples-4/task_dep-2.f90: Ditto.
1108 * testsuite/libgomp.fortran/examples-4/task_dep-3.f90: Ditto.
1109 * testsuite/libgomp.fortran/examples-4/task_dep-4.f90: Ditto.
1110 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: Ditto.
1111 * testsuite/libgomp.fortran/examples-4/teams-2.f90: Ditto.
1112 * testsuite/libgomp.fortran/examples-4/teams-3.f90: Ditto.
1113 * testsuite/libgomp.fortran/examples-4/teams-4.f90: Ditto.
1114 * testsuite/libgomp.fortran/examples-4/teams-5.f90: Ditto.
1115 * testsuite/libgomp.fortran/examples-4/teams-6.f90: Ditto.
1116 * testsuite/libgomp.fortran/lastprivate1.f90: Ditto.
1117 * testsuite/libgomp.fortran/lastprivate2.f90: Ditto.
1118 * testsuite/libgomp.fortran/lib1.f90: Ditto.
1119 * testsuite/libgomp.fortran/lib4.f90: Ditto.
1120 * testsuite/libgomp.fortran/lock-1.f90: Ditto.
1121 * testsuite/libgomp.fortran/lock-2.f90: Ditto.
1122 * testsuite/libgomp.fortran/nested1.f90: Ditto.
1123 * testsuite/libgomp.fortran/nestedfn1.f90: Ditto.
1124 * testsuite/libgomp.fortran/nestedfn2.f90: Ditto.
1125 * testsuite/libgomp.fortran/nestedfn3.f90: Ditto.
1126 * testsuite/libgomp.fortran/nestedfn4.f90: Ditto.
1127 * testsuite/libgomp.fortran/nestedfn5.f90: Ditto.
1128 * testsuite/libgomp.fortran/omp_atomic1.f90: Ditto.
1129 * testsuite/libgomp.fortran/omp_atomic2.f90: Ditto.
1130 * testsuite/libgomp.fortran/omp_atomic3.f90: Ditto.
1131 * testsuite/libgomp.fortran/omp_atomic4.f90: Ditto.
1132 * testsuite/libgomp.fortran/omp_atomic5.f90: Ditto.
1133 * testsuite/libgomp.fortran/omp_cond1.f: Ditto.
1134 * testsuite/libgomp.fortran/omp_cond2.f: Ditto.
1135 * testsuite/libgomp.fortran/omp_cond3.F90: Ditto.
1136 * testsuite/libgomp.fortran/omp_cond4.F90: Ditto.
1137 * testsuite/libgomp.fortran/omp_parse1.f90: Ditto.
1138 * testsuite/libgomp.fortran/omp_parse2.f90: Ditto.
1139 * testsuite/libgomp.fortran/omp_parse3.f90: Ditto.
1140 * testsuite/libgomp.fortran/omp_parse4.f90: Ditto.
1141 * testsuite/libgomp.fortran/openmp_version-1.f: Ditto.
1142 * testsuite/libgomp.fortran/openmp_version-2.f90: Ditto.
1143 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95: Ditto.
1144 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95: Ditto.
1145 * testsuite/libgomp.fortran/pointer1.f90: Ditto.
1146 * testsuite/libgomp.fortran/pointer2.f90: Ditto.
1147 * testsuite/libgomp.fortran/pr25219.f90: Ditto.
1148 * testsuite/libgomp.fortran/pr27395-1.f90: Ditto.
1149 * testsuite/libgomp.fortran/pr27395-2.f90: Ditto.
1150 * testsuite/libgomp.fortran/pr27416-1.f90: Ditto.
1151 * testsuite/libgomp.fortran/pr27916-1.f90: Ditto.
1152 * testsuite/libgomp.fortran/pr27916-2.f90: Ditto.
1153 * testsuite/libgomp.fortran/pr28390.f: Ditto.
1154 * testsuite/libgomp.fortran/pr29629.f90: Ditto.
1155 * testsuite/libgomp.fortran/pr32550.f90: Ditto.
1156 * testsuite/libgomp.fortran/pr33880.f90: Ditto.
1157 * testsuite/libgomp.fortran/pr34020.f90: Ditto.
1158 * testsuite/libgomp.fortran/pr35130.f90: Ditto.
1159 * testsuite/libgomp.fortran/pr42162.f90: Ditto.
1160 * testsuite/libgomp.fortran/pr46753.f90: Ditto.
1161 * testsuite/libgomp.fortran/pr48894.f90: Ditto.
1162 * testsuite/libgomp.fortran/pr49792-1.f90: Ditto.
1163 * testsuite/libgomp.fortran/pr49792-2.f90: Ditto.
1164 * testsuite/libgomp.fortran/pr63938-1.f90: Ditto.
1165 * testsuite/libgomp.fortran/pr63938-2.f90: Ditto.
1166 * testsuite/libgomp.fortran/pr65597.f90: Ditto.
1167 * testsuite/libgomp.fortran/pr66199-1.f90: Ditto.
1168 * testsuite/libgomp.fortran/pr71014.f90: Ditto.
1169 * testsuite/libgomp.fortran/pr81304.f90: Ditto.
1170 * testsuite/libgomp.fortran/pr81841.f90: Ditto.
1171 * testsuite/libgomp.fortran/pr84418-1.f90: Ditto.
1172 * testsuite/libgomp.fortran/pr84418-2.f90: Ditto.
1173 * testsuite/libgomp.fortran/procptr1.f90: Ditto.
1174 * testsuite/libgomp.fortran/recursion1.f90: Ditto.
1175 * testsuite/libgomp.fortran/reduction1.f90: Ditto.
1176 * testsuite/libgomp.fortran/reduction2.f90: Ditto.
1177 * testsuite/libgomp.fortran/reduction3.f90: Ditto.
1178 * testsuite/libgomp.fortran/reduction4.f90: Ditto.
1179 * testsuite/libgomp.fortran/reduction5.f90: Ditto.
1180 * testsuite/libgomp.fortran/reduction6.f90: Ditto.
1181 * testsuite/libgomp.fortran/reference1.f90: Ditto.
1182 * testsuite/libgomp.fortran/reference2.f90: Ditto.
1183 * testsuite/libgomp.fortran/retval1.f90: Ditto.
1184 * testsuite/libgomp.fortran/retval2.f90: Ditto.
1185 * testsuite/libgomp.fortran/sharing1.f90: Ditto.
1186 * testsuite/libgomp.fortran/sharing2.f90: Ditto.
1187 * testsuite/libgomp.fortran/simd1.f90: Ditto.
1188 * testsuite/libgomp.fortran/simd2.f90: Ditto.
1189 * testsuite/libgomp.fortran/simd3.f90: Ditto.
1190 * testsuite/libgomp.fortran/simd4.f90: Ditto.
1191 * testsuite/libgomp.fortran/simd5.f90: Ditto.
1192 * testsuite/libgomp.fortran/simd6.f90: Ditto.
1193 * testsuite/libgomp.fortran/simd7.f90: Ditto.
1194 * testsuite/libgomp.fortran/stack.f90: Ditto.
1195 * testsuite/libgomp.fortran/strassen.f90: Ditto.
1196 * testsuite/libgomp.fortran/tabs1.f90: Ditto.
1197 * testsuite/libgomp.fortran/tabs2.f: Ditto.
1198 * testsuite/libgomp.fortran/target1.f90: Ditto.
1199 * testsuite/libgomp.fortran/target2.f90: Ditto.
1200 * testsuite/libgomp.fortran/target3.f90: Ditto.
1201 * testsuite/libgomp.fortran/target4.f90: Ditto.
1202 * testsuite/libgomp.fortran/target5.f90: Ditto.
1203 * testsuite/libgomp.fortran/target6.f90: Ditto.
1204 * testsuite/libgomp.fortran/target7.f90: Ditto.
1205 * testsuite/libgomp.fortran/target8.f90: Ditto.
1206 * testsuite/libgomp.fortran/task1.f90: Ditto.
1207 * testsuite/libgomp.fortran/task2.f90: Ditto.
1208 * testsuite/libgomp.fortran/task3.f90: Ditto.
1209 * testsuite/libgomp.fortran/task4.f90: Ditto.
1210 * testsuite/libgomp.fortran/taskgroup1.f90: Ditto.
1211 * testsuite/libgomp.fortran/taskloop1.f90: Ditto.
1212 * testsuite/libgomp.fortran/taskloop2.f90: Ditto.
1213 * testsuite/libgomp.fortran/taskloop3.f90: Ditto.
1214 * testsuite/libgomp.fortran/taskloop4.f90: Ditto.
1215 * testsuite/libgomp.fortran/threadprivate1.f90: Ditto.
1216 * testsuite/libgomp.fortran/threadprivate2.f90: Ditto.
1217 * testsuite/libgomp.fortran/threadprivate3.f90: Ditto.
1218 * testsuite/libgomp.fortran/threadprivate4.f90: Ditto.
1219 * testsuite/libgomp.fortran/udr1.f90: Ditto.
1220 * testsuite/libgomp.fortran/udr10.f90: Ditto.
1221 * testsuite/libgomp.fortran/udr11.f90: Ditto.
1222 * testsuite/libgomp.fortran/udr12.f90: Ditto.
1223 * testsuite/libgomp.fortran/udr13.f90: Ditto.
1224 * testsuite/libgomp.fortran/udr14.f90: Ditto.
1225 * testsuite/libgomp.fortran/udr15.f90: Ditto.
1226 * testsuite/libgomp.fortran/udr2.f90: Ditto.
1227 * testsuite/libgomp.fortran/udr3.f90: Ditto.
1228 * testsuite/libgomp.fortran/udr4.f90: Ditto.
1229 * testsuite/libgomp.fortran/udr5.f90: Ditto.
1230 * testsuite/libgomp.fortran/udr6.f90: Ditto.
1231 * testsuite/libgomp.fortran/udr7.f90: Ditto.
1232 * testsuite/libgomp.fortran/udr8.f90: Ditto.
1233 * testsuite/libgomp.fortran/udr9.f90: Ditto.
1234 * testsuite/libgomp.fortran/vla1.f90: Ditto.
1235 * testsuite/libgomp.fortran/vla2.f90: Ditto.
1236 * testsuite/libgomp.fortran/vla3.f90: Ditto.
1237 * testsuite/libgomp.fortran/vla4.f90: Ditto.
1238 * testsuite/libgomp.fortran/vla5.f90: Ditto.
1239 * testsuite/libgomp.fortran/vla6.f90: Ditto.
1240 * testsuite/libgomp.fortran/vla7.f90: Ditto.
1241 * testsuite/libgomp.fortran/vla8.f90: Ditto.
1242 * testsuite/libgomp.fortran/workshare1.f90: Ditto.
1243 * testsuite/libgomp.fortran/workshare2.f90: Ditto.
1244
1245 2019-10-30 Tobias Burnus <tobias@codesourcery.com>
1246
1247 * testsuite/libgomp.fortran/target-simd.f90: Use stop not abort.
1248 * testsuite/libgomp.fortran/use_device_ptr-optional-1.f90:
1249 Ditto; add 'dg-do run' for torture testing.
1250 * testsuite/libgomp.fortran/lastprivate1.f90: Add 'dg-do run'.
1251 * testsuite/libgomp.fortran/lastprivate2.f90: Ditto.
1252 * testsuite/libgomp.fortran/nestedfn4.f90: Ditto.
1253 * testsuite/libgomp.fortran/pr25219.f90: Ditto.
1254 * testsuite/libgomp.fortran/pr28390.f: Ditto.
1255 * testsuite/libgomp.fortran/pr35130.f90: Ditto.
1256 * testsuite/libgomp.fortran/pr90779.f90: Ditto.
1257 * testsuite/libgomp.fortran/task2.f90: Ditto.
1258 * testsuite/libgomp.fortran/taskgroup1.f90: Ditto.
1259 * testsuite/libgomp.fortran/taskloop1.f90: Ditto.
1260 * testsuite/libgomp.fortran/use_device_addr-1.f90: Ditto.
1261 * testsuite/libgomp.fortran/use_device_addr-2.f90: Ditto.
1262 * testsuite/libgomp.fortran/workshare1.f90: Ditto.
1263 * testsuite/libgomp.fortran/workshare2.f90: Ditto.
1264
1265 2019-10-28 Tobias Burnus <tobias@codesourcery.com>
1266
1267 * testsuite/libgomp.oacc-fortran/abort-1.f90: Add 'dg-do run'.
1268 * testsuite/libgomp.oacc-fortran/abort-2.f90: Ditto.
1269 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Ditto.
1270 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f90: Ditto.
1271 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f90: Ditto.
1272 * testsuite/libgomp.oacc-fortran/lib-1.f90: Ditto.
1273 * testsuite/libgomp.oacc-fortran/common-block-1.f90:
1274 Use 'stop' not abort().
1275 * testsuite/libgomp.oacc-fortran/common-block-2.f90: Ditto.
1276 * testsuite/libgomp.oacc-fortran/common-block-3.f90: Ditto.
1277 * testsuite/libgomp.oacc-fortran/data-1.f90: Ditto.
1278 * testsuite/libgomp.oacc-fortran/data-2.f90: Ditto.
1279 * testsuite/libgomp.oacc-fortran/data-5.f90: Ditto.
1280 * testsuite/libgomp.oacc-fortran/dummy-array.f90: Ditto.
1281 * testsuite/libgomp.oacc-fortran/gemm-2.f90: Ditto.
1282 * testsuite/libgomp.oacc-fortran/gemm.f90: Ditto.
1283 * testsuite/libgomp.oacc-fortran/host_data-2.f90: Ditto.
1284 * testsuite/libgomp.oacc-fortran/host_data-3.f90: Ditto.
1285 * testsuite/libgomp.oacc-fortran/host_data-4.f90: Ditto.
1286 * testsuite/libgomp.oacc-fortran/kernels-collapse-3.f90: Ditto.
1287 * testsuite/libgomp.oacc-fortran/kernels-collapse-4.f90: Ditto.
1288 * testsuite/libgomp.oacc-fortran/kernels-independent.f90: Ditto.
1289 * testsuite/libgomp.oacc-fortran/kernels-loop-1.f90: Ditto.
1290 * testsuite/libgomp.oacc-fortran/kernels-map-1.f90: Ditto.
1291 * testsuite/libgomp.oacc-fortran/kernels-parallel-loop-data-enter-exit.f95:
1292 Ditto.
1293 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-1.f90:
1294 Ditto.
1295 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-2.f90:
1296 Ditto.
1297 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-3.f90:
1298 Ditto.
1299 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-6.f90:
1300 Ditto.
1301 * testsuite/libgomp.oacc-fortran/kernels-private-vars-vector-1.f90:
1302 Ditto.
1303 * testsuite/libgomp.oacc-fortran/kernels-private-vars-vector-2.f90:
1304 Ditto.
1305 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-1.f90:
1306 Ditto.
1307 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-2.f90:
1308 Ditto.
1309 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-3.f90:
1310 Ditto.
1311 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-4.f90:
1312 Ditto.
1313 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-5.f90:
1314 Ditto.
1315 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-6.f90:
1316 Ditto.
1317 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-7.f90:
1318 Ditto.
1319 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90: Ditto.
1320 * testsuite/libgomp.oacc-fortran/lib-12.f90: Ditto.
1321 * testsuite/libgomp.oacc-fortran/lib-13.f90: Ditto.
1322 * testsuite/libgomp.oacc-fortran/lib-14.f90: Ditto.
1323 * testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction-2.f90:
1324 Likewise and also add 'dg-do run'.
1325 * testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction.f90:
1326 Ditto.
1327
1328 2019-10-25 Cesar Philippidis <cesar@codesourcery.com>
1329 Tobias Burnus <tobias@codesourcery.com>
1330
1331 * testsuite/libgomp.oacc-fortran/common-block-1.f90: New test.
1332 * testsuite/libgomp.oacc-fortran/common-block-2.f90: New test.
1333 * testsuite/libgomp.oacc-fortran/common-block-3.f90: New test.
1334
1335 2019-10-14 Jakub Jelinek <jakub@redhat.com>
1336
1337 PR libgomp/92081
1338 * testsuite/libgomp.fortran/target-simd.f90: Iterate from 1 rather
1339 than 0.
1340
1341 2019-10-11 Tobias Burnus <tobias@codesourcery.com>
1342
1343 * testsuite/libgomp.fortran/use_device_addr-1.f90: New.
1344 * testsuite/libgomp.fortran/use_device_addr-2.f90: New.
1345
1346 2019-10-09 Thomas Schwinge <thomas@codesourcery.com>
1347
1348 PR middle-end/92036
1349 * testsuite/libgomp.oacc-c-c++-common/data-firstprivate-1.c: New
1350 file.
1351
1352 2019-10-09 Tobias Burnus <tobias@codesourcery.com>
1353
1354 PR testsuite/91884
1355 * testsuite/libgomp.fortran/fortran.exp: Conditionally
1356 add -lquadmath.
1357 * testsuite/libgomp.oacc-fortran/fortran.exp: Ditto.
1358
1359 2019-10-09 Jakub Jelinek <jakub@redhat.com>
1360
1361 PR libgomp/92028
1362 * target.c (gomp_map_vars_internal): Readd the previous
1363 GOMP_MAP_USE_DEVICE_PTR handling code in the first loop,
1364 though do that just in the !not_found_cnt case.
1365
1366 2019-10-08 Tobias Burnus <tobias@codesourcery.com>
1367
1368 * gfortran.dg/gomp/target-simd.f90: New.
1369
1370 2019-10-02 Julian Brown <julian@codesourcery.com>
1371 Cesar Philippidis <cesar@codesourcery.com>
1372
1373 * libgomp.h (OFFSET_INLINED, OFFSET_POINTER, OFFSET_STRUCT): Define.
1374 * target.c (FIELD_TGT_EMPTY): Define.
1375 (gomp_map_val): Use OFFSET_* macros instead of magic constants. Write
1376 as switch instead of list of ifs.
1377 (gomp_map_vars_internal): Use OFFSET_* and FIELD_TGT_EMPTY macros.
1378
1379 2019-10-02 Andreas Tobler <andreast@gcc.gnu.org>
1380
1381 * testsuite/libgomp.oacc-c-c++-common/loop-default.h: Remove alloca.h
1382 include. Replace alloca () with __builtin_alloca ().
1383 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Likewise.
1384
1385 2019-10-01 Jakub Jelinek <jakub@redhat.com>
1386
1387 * configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).
1388 * libgomp.h: Include <stdint.h> instead of "gstdint.h".
1389 * oacc-parallel.c: Don't include "libgomp_g.h".
1390 * plugin/plugin-hsa.c: Include <stdint.h> instead of "gstdint.h".
1391 * plugin/plugin-nvptx.c: Don't include "gstdint.h".
1392 * aclocal.m4: Regenerated.
1393 * config.h.in: Regenerated.
1394 * configure: Regenerated.
1395 * Makefile.in: Regenerated.
1396
1397 2019-09-30 Kwok Cheung Yeung <kcy@codesourcery.com>
1398
1399 * libgomp_g.h: Include stdint.h instead of gstdint.h.
1400
1401 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
1402
1403 * configure: Regenerate.
1404
1405 2019-09-13 Tobias Burnus <tobias@codesourcery.com>
1406
1407 * plugin/plugin-hsa.c (hsa_warn, hsa_fatal, hsa_error): Ensure
1408 string is initialized.
1409
1410 2019-09-06 Florian Weimer <fweimer@redhat.com>
1411
1412 * configure: Regenerate.
1413
1414 2019-09-03 Chung-Lin Tang <cltang@codesourcery.com>
1415
1416 PR other/79543
1417 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Fix GNU ld --version
1418 scanning to conform to the GNU Coding Standards.
1419 * configure: Regenerate.
1420
1421 2019-08-28 Jakub Jelinek <jakub@redhat.com>
1422
1423 PR libgomp/91530
1424 * testsuite/libgomp.c/scan-21.c: New test.
1425 * testsuite/libgomp.c/scan-22.c: New test.
1426
1427 2019-08-27 Jakub Jelinek <jakub@redhat.com>
1428
1429 PR libgomp/91530
1430 * testsuite/libgomp.c/scan-11.c: Add -msse2 option for sse2_runtime
1431 targets.
1432 * testsuite/libgomp.c/scan-12.c: Likewise.
1433 * testsuite/libgomp.c/scan-13.c: Likewise.
1434 * testsuite/libgomp.c/scan-14.c: Likewise.
1435 * testsuite/libgomp.c/scan-15.c: Likewise.
1436 * testsuite/libgomp.c/scan-16.c: Likewise.
1437 * testsuite/libgomp.c/scan-17.c: Likewise.
1438 * testsuite/libgomp.c/scan-18.c: Likewise.
1439 * testsuite/libgomp.c/scan-19.c: Likewise.
1440 * testsuite/libgomp.c/scan-20.c: Likewise.
1441 * testsuite/libgomp.c++/scan-9.C: Likewise.
1442 * testsuite/libgomp.c++/scan-10.C: Likewise.
1443 * testsuite/libgomp.c++/scan-11.C: Likewise.
1444 * testsuite/libgomp.c++/scan-12.C: Likewise.
1445 * testsuite/libgomp.c++/scan-14.C: Likewise.
1446 * testsuite/libgomp.c++/scan-15.C: Likewise.
1447 * testsuite/libgomp.c++/scan-13.C: Likewise. Use sse2_runtime
1448 instead of i?86-*-* x86_64-*-* as target for scan-tree-dump-times.
1449 * testsuite/libgomp.c++/scan-16.C: Likewise.
1450
1451 2019-08-17 Thomas Koenig <tkoenig@gcc.gnu.org>
1452
1453 PR fortran/91473
1454 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add
1455 -std=legacy so invalid code in the test case is accepted.
1456
1457 2019-08-12 Thomas Koenig <tkoenig@gcc.gnu.org>
1458
1459 PR fortran/91422
1460 * testsuite/libgomp.oacc-fortran/routine-7.f90: Correct array
1461 dimension.
1462
1463 2019-08-08 Jakub Jelinek <jakub@redhat.com>
1464
1465 * target.c (gomp_map_vars_internal): For GOMP_MAP_USE_DEVICE_PTR
1466 perform the lookup in the first loop only if !not_found_cnt, otherwise
1467 perform lookups for it in the second loop guarded with
1468 if (not_found_cnt || has_firstprivate).
1469 * testsuite/libgomp.c/target-37.c: New test.
1470 * testsuite/libgomp.c++/target-22.C: New test.
1471
1472 2019-08-07 Jakub Jelinek <jakub@redhat.com>
1473
1474 * testsuite/libgomp.c/target-18.c (struct S): New type.
1475 (foo): Use use_device_addr clause instead of use_device_ptr clause
1476 where required by OpenMP 5.0, add further tests for both use_device_ptr
1477 and use_device_addr clauses.
1478 * testsuite/libgomp.c++/target-9.C (struct S): New type.
1479 (foo): Use use_device_addr clause instead of use_device_ptr clause
1480 where required by OpenMP 5.0, add further tests for both use_device_ptr
1481 and use_device_addr clauses. Add t and u arguments.
1482 (main): Adjust caller.
1483
1484 2019-08-06 Jakub Jelinek <jakub@redhat.com>
1485
1486 * testsuite/libgomp.c++/loop-13.C: New test.
1487 * testsuite/libgomp.c++/loop-14.C: New test.
1488 * testsuite/libgomp.c++/loop-15.C: New test.
1489
1490 2019-07-31 Jakub Jelinek <jakub@redhat.com>
1491
1492 PR middle-end/91301
1493 * testsuite/libgomp.c++/for-27.C: New test.
1494
1495 2019-07-23 Steven G. Kargl <kargl@gcc.gnu.org>
1496
1497 * testsuite/libgomp.fortran/reduction4.f90: Update BOZ usage.
1498 * testsuite/libgomp.fortran/reduction5.f90: Ditto.
1499
1500 2019-07-20 Jakub Jelinek <jakub@redhat.com>
1501
1502 * testsuite/libgomp.c-c++-common/loop-1.c: New test.
1503
1504 2019-07-08 Jakub Jelinek <jakub@redhat.com>
1505
1506 * testsuite/libgomp.c++/scan-13.C: Replace xfail with target x86.
1507 * testsuite/libgomp.c++/scan-16.C: Likewise.
1508
1509 2019-07-06 Jakub Jelinek <jakub@redhat.com>
1510
1511 * testsuite/libgomp.c/scan-19.c: New test.
1512 * testsuite/libgomp.c/scan-20.c: New test.
1513
1514 * testsuite/libgomp.c/scan-11.c: New test.
1515 * testsuite/libgomp.c/scan-12.c: New test.
1516 * testsuite/libgomp.c/scan-13.c: New test.
1517 * testsuite/libgomp.c/scan-14.c: New test.
1518 * testsuite/libgomp.c/scan-15.c: New test.
1519 * testsuite/libgomp.c/scan-16.c: New test.
1520 * testsuite/libgomp.c/scan-17.c: New test.
1521 * testsuite/libgomp.c/scan-18.c: New test.
1522 * testsuite/libgomp.c++/scan-9.C: New test.
1523 * testsuite/libgomp.c++/scan-10.C: New test.
1524 * testsuite/libgomp.c++/scan-11.C: New test.
1525 * testsuite/libgomp.c++/scan-12.C: New test.
1526 * testsuite/libgomp.c++/scan-13.C: New test.
1527 * testsuite/libgomp.c++/scan-14.C: New test.
1528 * testsuite/libgomp.c++/scan-15.C: New test.
1529 * testsuite/libgomp.c++/scan-16.C: New test.
1530
1531 2019-07-04 Jakub Jelinek <jakub@redhat.com>
1532
1533 * testsuite/libgomp.c/scan-9.c: New test.
1534 * testsuite/libgomp.c/scan-10.c: New test.
1535
1536 2019-07-03 Jakub Jelinek <jakub@redhat.com>
1537
1538 * testsuite/libgomp.c++/scan-1.C: New test.
1539 * testsuite/libgomp.c++/scan-2.C: New test.
1540 * testsuite/libgomp.c++/scan-3.C: New test.
1541 * testsuite/libgomp.c++/scan-4.C: New test.
1542 * testsuite/libgomp.c++/scan-5.C: New test.
1543 * testsuite/libgomp.c++/scan-6.C: New test.
1544 * testsuite/libgomp.c++/scan-7.C: New test.
1545 * testsuite/libgomp.c++/scan-8.C: New test.
1546 * testsuite/libgomp.c/scan-1.c: New test.
1547 * testsuite/libgomp.c/scan-2.c: New test.
1548 * testsuite/libgomp.c/scan-3.c: New test.
1549 * testsuite/libgomp.c/scan-4.c: New test.
1550 * testsuite/libgomp.c/scan-5.c: New test.
1551 * testsuite/libgomp.c/scan-6.c: New test.
1552 * testsuite/libgomp.c/scan-7.c: New test.
1553 * testsuite/libgomp.c/scan-8.c: New test.
1554
1555 2019-06-18 Thomas Schwinge <thomas@codesourcery.com>
1556
1557 * testsuite/libgomp.oacc-c++/firstprivate-mappings-1.C: New file.
1558 * testsuite/libgomp.oacc-c-c++-common/firstprivate-mappings-1.c:
1559 Likewise.
1560
1561 * testsuite/libgomp.fortran/allocatable3.f90: Add missing results
1562 check.
1563
1564 2019-06-18 Cesar Philippidis <cesar@codesourcery.com>
1565
1566 * testsuite/libgomp.oacc-fortran/allocatable-array-1.f90: New
1567 file.
1568
1569 2019-06-18 Thomas Schwinge <thomas@codesourcery.com>
1570
1571 PR fortran/90743
1572 * oacc-parallel.c (GOACC_parallel_keyed): Handle NULL mapping
1573 case.
1574 * testsuite/libgomp.fortran/target-allocatable-1-1.f90: New file.
1575 * testsuite/libgomp.fortran/target-allocatable-1-2.f90: Likewise.
1576 * testsuite/libgomp.oacc-fortran/allocatable-1-1.f90: Likewise.
1577 * testsuite/libgomp.oacc-fortran/allocatable-1-2.f90: Likewise.
1578
1579 PR testsuite/90861
1580 * testsuite/libgomp.oacc-c-c++-common/declare-vla.c: Update.
1581
1582 PR middle-end/90862
1583 * testsuite/libgomp.oacc-c-c++-common/declare-1.c: Update.
1584
1585 2019-06-16 Tom de Vries <tdevries@suse.de>
1586
1587 PR tree-optimization/89376
1588 * testsuite/libgomp.oacc-c-c++-common/pr89376.c: New test.
1589
1590 2019-06-15 Tom de Vries <tdevries@suse.de>
1591
1592 PR tree-optimization/89713
1593 * testsuite/libgomp.oacc-c-c++-common/pr85381-2.c: Expect no bar.sync.
1594 * testsuite/libgomp.oacc-c-c++-common/pr85381-4.c: Same.
1595
1596 2019-06-15 Jakub Jelinek <jakub@redhat.com>
1597
1598 PR middle-end/90779
1599 * testsuite/libgomp.c/pr90779.c: New test.
1600 * testsuite/libgomp.fortran/pr90779.f90: New test.
1601
1602 2019-06-15 Tom de Vries <tdevries@suse.de>
1603
1604 PR tree-optimization/90009
1605 * testsuite/libgomp.oacc-c-c++-common/pr90009.c: New test.
1606
1607 2019-06-13 Feng Xue <fxue@os.amperecomputing.com>
1608
1609 PR tree-optimization/89713
1610 * testsuite/libgomp.oacc-c-c++-common/pr84955-1.c: New test.
1611
1612 2019-06-11 Jakub Jelinek <jakub@redhat.com>
1613
1614 PR target/90811
1615 * testsuite/libgomp.c/pr90811.c: New test.
1616
1617 2019-06-05 Jakub Jelinek <jakub@redhat.com>
1618
1619 * testsuite/libgomp.c++/lastprivate-conditional-1.C: New test.
1620 * testsuite/libgomp.c++/lastprivate-conditional-2.C: New test.
1621
1622 2019-06-04 Jakub Jelinek <jakub@redhat.com>
1623
1624 * testsuite/libgomp.c-c++-common/lastprivate-conditional-7.c: New test.
1625 * testsuite/libgomp.c-c++-common/lastprivate-conditional-8.c: New test.
1626 * testsuite/libgomp.c-c++-common/lastprivate-conditional-9.c: New test.
1627 * testsuite/libgomp.c-c++-common/lastprivate-conditional-10.c: New test.
1628
1629 2019-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1630
1631 * configure.ac: Call AX_COUNT_CPUS.
1632 Substitute CPU_COUNT.
1633 * testsuite/Makefile.am (check-am): Use CPU_COUNT as processor
1634 count fallback.
1635 * aclocal.m4: Regenerate.
1636 * configure: Regenerate.
1637 * Makefile.in, testsuite/Makefile.in: Regenerate.
1638
1639 2019-05-29 Jakub Jelinek <jakub@redhat.com>
1640
1641 * testsuite/libgomp.c-c++-common/lastprivate_conditional_4.c: Rename
1642 to ...
1643 * testsuite/libgomp.c-c++-common/lastprivate-conditional-4.c: ... this.
1644 * testsuite/libgomp.c-c++-common/lastprivate-conditional-5.c: New test.
1645 * testsuite/libgomp.c-c++-common/lastprivate-conditional-6.c: New test.
1646
1647 2019-05-27 Jakub Jelinek <jakub@redhat.com>
1648
1649 * testsuite/libgomp.c-c++-common/lastprivate_conditional_4.c: New test.
1650
1651 * testsuite/libgomp.c-c++-common/lastprivate-conditional-3.c: New test.
1652
1653 PR libgomp/90641
1654 * work.c (gomp_init_work_share): Instead of aligning final ordered
1655 value to multiples of long long alignment, align to that the
1656 first part (ordered team ids) and if inline_ordered_team_ids
1657 is not on a long long alignment boundary within the structure,
1658 use __alignof__ (long long) - 1 pad size always.
1659 * loop.c (GOMP_loop_start): Fix *mem computation if
1660 inline_ordered_team_ids is not aligned on long long alignment boundary
1661 within the structure.
1662 * loop-ull.c (GOMP_loop_ull_start): Likewise.
1663 * sections.c (GOMP_sections2_start): Likewise.
1664
1665 2019-05-24 Jakub Jelinek <jakub@redhat.com>
1666
1667 * testsuite/libgomp.c-c++-common/lastprivate-conditional-1.c: New test.
1668 * testsuite/libgomp.c-c++-common/lastprivate-conditional-2.c: New test.
1669
1670 PR libgomp/90585
1671 * plugin/plugin-hsa.c: Include gstdint.h. Include inttypes.h only if
1672 HAVE_INTTYPES_H is defined.
1673 (print_uint64_t): New typedef.
1674 (PRIu64): Define if HAVE_INTTYPES_H is not defined.
1675 (print_kernel_dispatch, run_kernel): Use PRIu64 macro instead of
1676 "lu", cast uint64_t HSA_DEBUG and fprintf arguments to print_uint64_t.
1677 (release_kernel_dispatch): Likewise. Cast shadow->debug to uintptr_t
1678 before casting to void *.
1679 * plugin/plugin-nvptx.c: Include gstdint.h instead of stdint.h.
1680 * oacc-mem.c: Don't include config.h nor stdint.h.
1681 * target.c: Don't include config.h.
1682 * oacc-cuda.c: Likewise.
1683 * oacc-host.c: Don't include stdint.h.
1684
1685 2019-05-20 Jakub Jelinek <jakub@redhat.com>
1686
1687 PR libgomp/90527
1688 * alloc.c (_GNU_SOURCE): Define.
1689
1690 2019-05-17 Thomas Schwinge <thomas@codesourcery.com>
1691
1692 * acc_prof.h: New file.
1693 * oacc-profiling.c: Likewise.
1694 * Makefile.am (nodist_libsubinclude_HEADERS, libgomp_la_SOURCES):
1695 Add these, respectively.
1696 * Makefile.in: Regenerate.
1697 * env.c (initialize_env): Call goacc_profiling_initialize.
1698 * oacc-plugin.c (GOMP_PLUGIN_goacc_thread)
1699 (GOMP_PLUGIN_goacc_profiling_dispatch): New functions.
1700 * oacc-plugin.h (GOMP_PLUGIN_goacc_thread)
1701 (GOMP_PLUGIN_goacc_profiling_dispatch): Declare.
1702 * libgomp.map (OACC_2.5.1): Add acc_prof_lookup,
1703 acc_prof_register, acc_prof_unregister, and acc_register_library.
1704 (GOMP_PLUGIN_1.3): Add GOMP_PLUGIN_goacc_profiling_dispatch, and
1705 GOMP_PLUGIN_goacc_thread.
1706 * oacc-int.h (struct goacc_thread): Add prof_info, api_info,
1707 prof_callbacks_enabled members.
1708 (goacc_prof_enabled, goacc_profiling_initialize)
1709 (_goacc_profiling_dispatch_p, _goacc_profiling_setup_p)
1710 (goacc_profiling_dispatch): Declare.
1711 (GOACC_PROF_ENABLED, GOACC_PROFILING_DISPATCH_P)
1712 (GOACC_PROFILING_SETUP_P): Define.
1713 * oacc-async.c (acc_async_test, acc_async_test_all, acc_wait)
1714 (acc_wait_async, acc_wait_all, acc_wait_all_async): Update for
1715 OpenACC Profiling Interface.
1716 * oacc-cuda.c (acc_get_current_cuda_device)
1717 (acc_get_current_cuda_context, acc_get_cuda_stream)
1718 (acc_set_cuda_stream): Likewise.
1719 * oacc-init.c (acc_init_1, goacc_attach_host_thread_to_device)
1720 (acc_init, acc_set_device_type, acc_get_device_type)
1721 (acc_get_device_num, goacc_lazy_initialize): Likewise.
1722 * oacc-mem.c (acc_malloc, acc_free, memcpy_tofrom_device)
1723 (acc_deviceptr, acc_hostptr, acc_is_present, acc_map_data)
1724 (acc_unmap_data, present_create_copy, delete_copyout)
1725 (update_dev_host): Likewise.
1726 * oacc-parallel.c (GOACC_parallel_keyed, GOACC_data_start)
1727 (GOACC_data_end, GOACC_enter_exit_data, GOACC_update, GOACC_wait):
1728 Likewise.
1729 * plugin/plugin-nvptx.c (nvptx_exec, nvptx_alloc, nvptx_free)
1730 (GOMP_OFFLOAD_openacc_exec, GOMP_OFFLOAD_openacc_async_exec):
1731 Likewise.
1732 * libgomp.texi: Update.
1733 * testsuite/libgomp.oacc-c-c++-common/acc_prof-dispatch-1.c: New
1734 file.
1735 * testsuite/libgomp.oacc-c-c++-common/acc_prof-init-1.c: Likewise.
1736 * testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c:
1737 Likewise.
1738 * testsuite/libgomp.oacc-c-c++-common/acc_prof-parallel-1.c:
1739 Likewise.
1740 * testsuite/libgomp.oacc-c-c++-common/acc_prof-valid_bytes-1.c:
1741 Likewise.
1742 * testsuite/libgomp.oacc-c-c++-common/acc_prof-version-1.c:
1743 Likewise.
1744
1745 2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>
1746
1747 * libgomp-plugin.h (struct goacc_asyncqueue): Declare.
1748 (struct goacc_asyncqueue_list): Likewise.
1749 (goacc_aq): Likewise.
1750 (goacc_aq_list): Likewise.
1751 (GOMP_OFFLOAD_openacc_register_async_cleanup): Remove.
1752 (GOMP_OFFLOAD_openacc_async_test): Remove.
1753 (GOMP_OFFLOAD_openacc_async_test_all): Remove.
1754 (GOMP_OFFLOAD_openacc_async_wait): Remove.
1755 (GOMP_OFFLOAD_openacc_async_wait_async): Remove.
1756 (GOMP_OFFLOAD_openacc_async_wait_all): Remove.
1757 (GOMP_OFFLOAD_openacc_async_wait_all_async): Remove.
1758 (GOMP_OFFLOAD_openacc_async_set_async): Remove.
1759 (GOMP_OFFLOAD_openacc_exec): Adjust declaration.
1760 (GOMP_OFFLOAD_openacc_cuda_get_stream): Likewise.
1761 (GOMP_OFFLOAD_openacc_cuda_set_stream): Likewise.
1762 (GOMP_OFFLOAD_openacc_async_exec): Declare.
1763 (GOMP_OFFLOAD_openacc_async_construct): Declare.
1764 (GOMP_OFFLOAD_openacc_async_destruct): Declare.
1765 (GOMP_OFFLOAD_openacc_async_test): Declare.
1766 (GOMP_OFFLOAD_openacc_async_synchronize): Declare.
1767 (GOMP_OFFLOAD_openacc_async_serialize): Declare.
1768 (GOMP_OFFLOAD_openacc_async_queue_callback): Declare.
1769 (GOMP_OFFLOAD_openacc_async_host2dev): Declare.
1770 (GOMP_OFFLOAD_openacc_async_dev2host): Declare.
1771
1772 * libgomp.h (struct acc_dispatch_t): Define 'async' sub-struct.
1773 (gomp_acc_insert_pointer): Adjust declaration.
1774 (gomp_copy_host2dev): New declaration.
1775 (gomp_copy_dev2host): Likewise.
1776 (gomp_map_vars_async): Likewise.
1777 (gomp_unmap_tgt): Likewise.
1778 (gomp_unmap_vars_async): Likewise.
1779 (gomp_fini_device): Likewise.
1780
1781 * oacc-async.c (get_goacc_thread): New function.
1782 (get_goacc_thread_device): New function.
1783 (lookup_goacc_asyncqueue): New function.
1784 (get_goacc_asyncqueue): New function.
1785 (acc_async_test): Adjust code to use new async design.
1786 (acc_async_test_all): Likewise.
1787 (acc_wait): Likewise.
1788 (acc_wait_async): Likewise.
1789 (acc_wait_all): Likewise.
1790 (acc_wait_all_async): Likewise.
1791 (goacc_async_free): New function.
1792 (goacc_init_asyncqueues): Likewise.
1793 (goacc_fini_asyncqueues): Likewise.
1794 * oacc-cuda.c (acc_get_cuda_stream): Adjust code to use new async
1795 design.
1796 (acc_set_cuda_stream): Likewise.
1797 * oacc-host.c (host_openacc_exec): Adjust parameters, remove 'async'.
1798 (host_openacc_register_async_cleanup): Remove.
1799 (host_openacc_async_exec): New function.
1800 (host_openacc_async_test): Adjust parameters.
1801 (host_openacc_async_test_all): Remove.
1802 (host_openacc_async_wait): Remove.
1803 (host_openacc_async_wait_async): Remove.
1804 (host_openacc_async_wait_all): Remove.
1805 (host_openacc_async_wait_all_async): Remove.
1806 (host_openacc_async_set_async): Remove.
1807 (host_openacc_async_synchronize): New function.
1808 (host_openacc_async_serialize): New function.
1809 (host_openacc_async_host2dev): New function.
1810 (host_openacc_async_dev2host): New function.
1811 (host_openacc_async_queue_callback): New function.
1812 (host_openacc_async_construct): New function.
1813 (host_openacc_async_destruct): New function.
1814 (struct gomp_device_descr host_dispatch): Remove initialization of old
1815 interface, add initialization of new async sub-struct.
1816 * oacc-init.c (acc_shutdown_1): Adjust to use gomp_fini_device.
1817 (goacc_attach_host_thread_to_device): Remove old async code usage.
1818 * oacc-int.h (goacc_init_asyncqueues): New declaration.
1819 (goacc_fini_asyncqueues): Likewise.
1820 (goacc_async_copyout_unmap_vars): Likewise.
1821 (goacc_async_free): Likewise.
1822 (get_goacc_asyncqueue): Likewise.
1823 (lookup_goacc_asyncqueue): Likewise.
1824 * oacc-mem.c (memcpy_tofrom_device): Adjust code to use new async
1825 design.
1826 (present_create_copy): Adjust code to use new async design.
1827 (delete_copyout): Likewise.
1828 (update_dev_host): Likewise.
1829 (gomp_acc_insert_pointer): Add async parameter, adjust code to use new
1830 async design.
1831 (gomp_acc_remove_pointer): Adjust code to use new async design.
1832 * oacc-parallel.c (GOACC_parallel_keyed): Adjust code to use new async
1833 design.
1834 (GOACC_enter_exit_data): Likewise.
1835 (goacc_wait): Likewise.
1836 (GOACC_update): Likewise.
1837 * oacc-plugin.c (GOMP_PLUGIN_async_unmap_vars): Change to assert fail
1838 when called, warn as obsolete in comment.
1839 * target.c (goacc_device_copy_async): New function.
1840 (gomp_copy_host2dev): Remove 'static', add goacc_asyncqueue parameter,
1841 add goacc_device_copy_async case.
1842 (gomp_copy_dev2host): Likewise.
1843 (gomp_map_vars_existing): Add goacc_asyncqueue parameter, adjust code.
1844 (gomp_map_pointer): Likewise.
1845 (gomp_map_fields_existing): Likewise.
1846 (gomp_map_vars_internal): New always_inline function, renamed from
1847 gomp_map_vars.
1848 (gomp_map_vars): Implement by calling gomp_map_vars_internal.
1849 (gomp_map_vars_async): Implement by calling gomp_map_vars_internal,
1850 passing goacc_asyncqueue argument.
1851 (gomp_unmap_tgt): Remove static, add attribute_hidden.
1852 (gomp_unref_tgt): New function.
1853 (gomp_unmap_vars_internal): New always_inline function, renamed from
1854 gomp_unmap_vars.
1855 (gomp_unmap_vars): Implement by calling gomp_unmap_vars_internal.
1856 (gomp_unmap_vars_async): Implement by calling
1857 gomp_unmap_vars_internal, passing goacc_asyncqueue argument.
1858 (gomp_fini_device): New function.
1859 (gomp_exit_data): Adjust gomp_copy_dev2host call.
1860 (gomp_load_plugin_for_device): Remove old interface, adjust to load
1861 new async interface.
1862 (gomp_target_fini): Adjust code to call gomp_fini_device.
1863
1864 * plugin/plugin-nvptx.c (struct cuda_map): Remove.
1865 (struct ptx_stream): Remove.
1866 (struct nvptx_thread): Remove current_stream field.
1867 (cuda_map_create): Remove.
1868 (cuda_map_destroy): Remove.
1869 (map_init): Remove.
1870 (map_fini): Remove.
1871 (map_pop): Remove.
1872 (map_push): Remove.
1873 (struct goacc_asyncqueue): Define.
1874 (struct nvptx_callback): Define.
1875 (struct ptx_free_block): Define.
1876 (struct ptx_device): Remove null_stream, active_streams, async_streams,
1877 stream_lock, and next fields.
1878 (enum ptx_event_type): Remove.
1879 (struct ptx_event): Remove.
1880 (ptx_event_lock): Remove.
1881 (ptx_events): Remove.
1882 (init_streams_for_device): Remove.
1883 (fini_streams_for_device): Remove.
1884 (select_stream_for_async): Remove.
1885 (nvptx_init): Remove ptx_events and ptx_event_lock references.
1886 (nvptx_attach_host_thread_to_device): Remove CUDA_ERROR_NOT_PERMITTED
1887 case.
1888 (nvptx_open_device): Add free_blocks initialization, remove
1889 init_streams_for_device call.
1890 (nvptx_close_device): Remove fini_streams_for_device call, add
1891 free_blocks destruct code.
1892 (event_gc): Remove.
1893 (event_add): Remove.
1894 (nvptx_exec): Adjust parameters and code.
1895 (nvptx_free): Likewise.
1896 (nvptx_host2dev): Remove.
1897 (nvptx_dev2host): Remove.
1898 (nvptx_set_async): Remove.
1899 (nvptx_async_test): Remove.
1900 (nvptx_async_test_all): Remove.
1901 (nvptx_wait): Remove.
1902 (nvptx_wait_async): Remove.
1903 (nvptx_wait_all): Remove.
1904 (nvptx_wait_all_async): Remove.
1905 (nvptx_get_cuda_stream): Remove.
1906 (nvptx_set_cuda_stream): Remove.
1907 (GOMP_OFFLOAD_alloc): Adjust code.
1908 (GOMP_OFFLOAD_free): Likewise.
1909 (GOMP_OFFLOAD_openacc_register_async_cleanup): Remove.
1910 (GOMP_OFFLOAD_openacc_exec): Adjust parameters and code.
1911 (GOMP_OFFLOAD_openacc_async_test_all): Remove.
1912 (GOMP_OFFLOAD_openacc_async_wait): Remove.
1913 (GOMP_OFFLOAD_openacc_async_wait_async): Remove.
1914 (GOMP_OFFLOAD_openacc_async_wait_all): Remove.
1915 (GOMP_OFFLOAD_openacc_async_wait_all_async): Remove.
1916 (GOMP_OFFLOAD_openacc_async_set_async): Remove.
1917 (cuda_free_argmem): New function.
1918 (GOMP_OFFLOAD_openacc_async_exec): New plugin hook function.
1919 (GOMP_OFFLOAD_openacc_create_thread_data): Adjust code.
1920 (GOMP_OFFLOAD_openacc_cuda_get_stream): Adjust code.
1921 (GOMP_OFFLOAD_openacc_cuda_set_stream): Adjust code.
1922 (GOMP_OFFLOAD_openacc_async_construct): New plugin hook function.
1923 (GOMP_OFFLOAD_openacc_async_destruct): New plugin hook function.
1924 (GOMP_OFFLOAD_openacc_async_test): Remove and re-implement.
1925 (GOMP_OFFLOAD_openacc_async_synchronize): New plugin hook function.
1926 (GOMP_OFFLOAD_openacc_async_serialize): New plugin hook function.
1927 (GOMP_OFFLOAD_openacc_async_queue_callback): New plugin hook function.
1928 (cuda_callback_wrapper): New function.
1929 (cuda_memcpy_sanity_check): New function.
1930 (GOMP_OFFLOAD_host2dev): Remove and re-implement.
1931 (GOMP_OFFLOAD_dev2host): Remove and re-implement.
1932 (GOMP_OFFLOAD_openacc_async_host2dev): New plugin hook function.
1933 (GOMP_OFFLOAD_openacc_async_dev2host): New plugin hook function.
1934
1935 2019-05-07 Thomas Schwinge <thomas@codesourcery.com>
1936
1937 PR target/87835
1938 * testsuite/libgomp.oacc-c-c++-common/pr87835.c: Update.
1939
1940 2019-05-06 Thomas Schwinge <thomas@codesourcery.com>
1941
1942 * oacc-parallel.c: Add comments to legacy entry points (GCC 5).
1943
1944 2019-03-27 Kevin Buettner <kevinb@redhat.com>
1945
1946 * team.c (gomp_team_start): Initialize pool->threads[0].
1947
1948 2019-02-22 Thomas Schwinge <thomas@codesourcery.com>
1949
1950 * testsuite/libgomp.oacc-c++/c++.exp: Specify
1951 "-foffload=$offload_target".
1952 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1953 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1954 * testsuite/lib/libgomp.exp
1955 (check_effective_target_openacc_nvidia_accel_configured): Remove,
1956 as (conceptually) merged into
1957 check_effective_target_openacc_nvidia_accel_selected. Adjust all
1958 users.
1959
1960 * plugin/configfrag.ac: Populate and AC_SUBST offload_targets.
1961 * testsuite/libgomp-test-support.exp.in: Adjust.
1962 * testsuite/lib/libgomp.exp: Likewise. Don't populate
1963 openacc_device_types_s.
1964 (offload_target_to_openacc_device_type): New proc.
1965 * testsuite/libgomp.oacc-c++/c++.exp: Adjust.
1966 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1967 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1968 * Makefile.in: Regenerate.
1969 * configure: Likewise.
1970 * testsuite/Makefile.in: Likewise.
1971
1972 * plugin/configfrag.ac: Populate and AC_SUBST offload_plugins
1973 instead of offload_targets, and AC_DEFINE_UNQUOTED OFFLOAD_PLUGINS
1974 instead of OFFLOAD_TARGETS.
1975 * target.c (gomp_target_init): Adjust.
1976 * testsuite/libgomp-test-support.exp.in: Likewise.
1977 * testsuite/lib/libgomp.exp: Likewise. Populate
1978 openacc_device_types_s instead of offload_targets_s_openacc.
1979 (check_effective_target_openacc_nvidia_accel_selected)
1980 (check_effective_target_openacc_host_selected): Adjust.
1981 * testsuite/libgomp.oacc-c++/c++.exp: Likewise.
1982 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1983 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1984 * Makefile.in: Regenerate.
1985 * config.h.in: Likewise.
1986 * configure: Likewise.
1987 * testsuite/Makefile.in: Likewise.
1988
1989 * testsuite/lib/libgomp.exp: Error out for unknown offload target.
1990 * testsuite/libgomp.oacc-c++/c++.exp: Likewise. Report if
1991 "offloading: supported, but hardware not accessible".
1992 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1993 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1994
1995 2019-02-19 Chung-Lin Tang <cltang@codesourcery.com>
1996
1997 PR c/87924
1998 * oacc-parallel.c (GOACC_parallel_keyed): Remove condition on call to
1999 goacc_wait().
2000 (goacc_wait): Handle ACC_ASYNC_NOVAL case, remove goacc_thread() call
2001 and related adjustment.
2002
2003 2019-01-30 Jakub Jelinek <jakub@redhat.com>
2004
2005 PR c++/88988
2006 * testsuite/libgomp.c++/pr88988.C: New test.
2007
2008 2019-01-28 Jakub Jelinek <jakub@redhat.com>
2009
2010 PR middle-end/89002
2011 * testsuite/libgomp.c/pr89002.c: New test.
2012
2013 2019-01-28 Richard Biener <rguenther@suse.de>
2014
2015 PR testsuite/89064
2016 PR tree-optimization/86865
2017 * testsuite/libgomp.graphite/force-parallel-5.c: XFAIL.
2018
2019 2019-01-24 Tom de Vries <tdevries@suse.de>
2020
2021 * plugin/plugin-nvptx.c (GOMP_OFFLOAD_fini_device): Free ptx_devices
2022 once instantiated_devices drops to 0.
2023
2024 2019-01-23 Tom de Vries <tdevries@suse.de>
2025
2026 PR target/PR88946
2027 * plugin/plugin-nvptx.c (cuda_map_destroy): Use CUDA_CALL_NOCHECK for
2028 cuMemFree.
2029 (nvptx_exec): Don't call map_push if mapnum == 0.
2030 * testsuite/libgomp.oacc-c-c++-common/pr88946.c: New test.
2031
2032 2019-01-23 Tom de Vries <tdevries@suse.de>
2033
2034 PR target/88941
2035 PR target/88939
2036 * plugin/plugin-nvptx.c (cuda_map_destroy): Handle map->active case.
2037 (map_fini): Remove "assert (!s->map->active)".
2038 * testsuite/libgomp.oacc-c-c++-common/pr88941.c: New test.
2039
2040 2019-01-23 Tom de Vries <tdevries@suse.de>
2041
2042 PR target/87835
2043 * plugin/plugin-nvptx.c (map_push): Fix adding of allocated element.
2044 * testsuite/libgomp.oacc-c-c++-common/pr87835.c: New test.
2045
2046 2019-01-15 Tom de Vries <tdevries@suse.de>
2047
2048 PR target/80547
2049 * testsuite/libgomp.oacc-c-c++-common/gang-reduction-var-assignment.c:
2050 New test.
2051
2052 2019-01-12 Tom de Vries <tdevries@suse.de>
2053
2054 * testsuite/libgomp.oacc-c-c++-common/pr85486-2.c: New test.
2055 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-2.c: New test.
2056 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-5.c: New test.
2057 * testsuite/libgomp.oacc-fortran/gemm-2.f90: New test.
2058
2059 2019-01-12 Tom de Vries <tdevries@suse.de>
2060
2061 * plugin/plugin-nvptx.c (nvptx_exec): Update error message.
2062
2063 2019-01-12 Tom de Vries <tdevries@suse.de>
2064
2065 * testsuite/libgomp.oacc-c-c++-common/vector-length-64-1.c: New test.
2066 * testsuite/libgomp.oacc-c-c++-common/vector-length-64-2.c: New test.
2067 * testsuite/libgomp.oacc-c-c++-common/vector-length-64-3.c: New test.
2068
2069 2019-01-12 Tom de Vries <tdevries@suse.de>
2070
2071 PR target/85486
2072 * testsuite/libgomp.oacc-c-c++-common/pr85486-3.c: New test.
2073 * testsuite/libgomp.oacc-c-c++-common/pr85486.c: New test.
2074
2075 2019-01-12 Tom de Vries <tdevries@suse.de>
2076
2077 PR target/85381
2078 * testsuite/libgomp.oacc-c-c++-common/pr85381-5.c: New test.
2079 * testsuite/libgomp.oacc-c-c++-common/pr85381.c: New test.
2080
2081 2019-01-12 Tom de Vries <tdevries@suse.de>
2082
2083 * testsuite/libgomp.oacc-c-c++-common/vred2d-128.c: New test.
2084 * testsuite/libgomp.oacc-fortran/gemm.f90: New test.
2085 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-10.c: New test.
2086
2087 2019-01-12 Tom de Vries <tdevries@suse.de>
2088
2089 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-7.c: New test.
2090 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-4.c: New test.
2091 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-6.c: New test.
2092
2093 2019-01-12 Tom de Vries <tdevries@suse.de>
2094
2095 * plugin/plugin-nvptx.c (nvptx_exec): Update insufficient hardware
2096 resources diagnostic.
2097
2098 2019-01-12 Tom de Vries <tdevries@suse.de>
2099
2100 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-1.c: Expect
2101 vector length to be 128.
2102 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Expect vector
2103 length 2097152 to be reduced to 1024 instead of 32.
2104
2105 2019-01-11 Thomas Schwinge <thomas@codesourcery.com>
2106 James Norris <jnorris@codesourcery.com>
2107
2108 * libgomp.texi: Better distinguish OpenACC and OpenMP "Runtime
2109 Library Routines", and "Environment Variables".
2110
2111 2019-01-11 Tom de Vries <tdevries@suse.de>
2112
2113 * plugin/plugin-nvptx.c (nvptx_exec): Prevent vector_length 64 and
2114 num_workers 16.
2115
2116 2019-01-11 Tom de Vries <tdevries@suse.de>
2117
2118 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Remove
2119 -foffload=-w.
2120 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Same.
2121 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Same.
2122 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Same.
2123 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Same.
2124
2125 2019-01-11 Tom de Vries <tdevries@suse.de>
2126
2127 * testsuite/libgomp.oacc-c-c++-common/insufficient-resources.c: New
2128 test.
2129
2130 2019-01-10 Nathan Sidwell <nathan@acm.org>
2131 Julian Brown <julian@codesourcery.com>
2132
2133 PR lto/71959
2134 * testsuite/libgomp.oacc-c++/pr71959-aux.cc: New.
2135 * testsuite/libgomp.oacc-c++/pr71959.C: New.
2136
2137 2019-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
2138
2139 * config/rtems/bar.c: Include "../linux/bar.c" and delete copy
2140 and paste code.
2141
2142 2019-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
2143
2144 * config/rtems/affinity-fmt.c: New file. Include affinity-fmt.c,
2145 undefining HAVE_GETPID and HAVE_GETHOSTNAME, and mapping fwrite to
2146 write.
2147
2148 2019-01-09 Tom de Vries <tdevries@suse.de>
2149
2150 PR target/88756
2151 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c (ng, nw, vl): Use
2152 #define instead of "const int".
2153 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c (ng, nw, vl): Same.
2154 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c (ng, nw, vl): Same.
2155 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c (ng, nw, vl): Same.
2156 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c (ng, nw, vl): Same.
2157
2158 2019-01-09 Tom de Vries <tdevries@suse.de>
2159
2160 * plugin/plugin-nvptx.c (nvptx_exec): Make sure to launch with at least
2161 one worker.
2162
2163 2019-01-07 Tom de Vries <tdevries@suse.de>
2164
2165 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-3.c: Fix
2166 GOMP_OPENACC_DIM argument.
2167
2168 2019-01-03 Tom de Vries <tdevries@suse.de>
2169
2170 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-1.c: New test.
2171 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-3.c: New test.
2172
2173 2019-01-01 Jakub Jelinek <jakub@redhat.com>
2174
2175 Update copyright years.
2176
2177 2019-01-01 Jakub Jelinek <jakub@redhat.com>
2178
2179 * libgomp.texi: Bump @copying's copyright year.
2180
2181 2018-12-28 Thomas Schwinge <thomas@codesourcery.com>
2182
2183 * oacc-parallel.c (GOACC_parallel_keyed, GOACC_parallel)
2184 (GOACC_data_start, GOACC_enter_exit_data, GOACC_update)
2185 (GOACC_declare): Redefine the "device" argument to "flags".
2186
2187 2018-12-28 Thomas Schwinge <thomas@codesourcery.com>
2188 Cesar Philippidis <cesar@codesourcery.com>
2189
2190 * target.c (struct gomp_coalesce_chunk): New structure.
2191 (struct gomp_coalesce_buf): Update the chunks member to use that
2192 type. Adjust all users.
2193
2194 2018-12-19 Tom de Vries <tdevries@suse.de>
2195
2196 * testsuite/libgomp.oacc-c-c++-common/pr85381-2.c: New test.
2197 * testsuite/libgomp.oacc-c-c++-common/pr85381-3.c: New test.
2198 * testsuite/libgomp.oacc-c-c++-common/pr85381-4.c: New test.
2199
2200 2018-12-19 Tom de Vries <tdevries@suse.de>
2201
2202 * testsuite/lib/libgomp.exp: Add load_lib of scanoffloadrtl.exp.
2203 * testsuite/libgomp.oacc-c-c++-common/nvptx-merged-loop.c: Move from
2204 gcc/testsuite/gcc.dg/goacc.
2205 * testsuite/libgomp.oacc-c-c++-common/nvptx-sese-1.c: Same.
2206
2207 2018-12-14 Thomas Schwinge <thomas@codesourcery.com>
2208 Chung-Lin Tang <cltang@codesourcery.com>
2209
2210 * oacc-mem.c (acc_present_or_create): Remove definition and change
2211 to alias of acc_create.
2212 (acc_present_or_copyin): Remove definition and change to alias of
2213 acc_copyin.
2214 * oacc-parallel.c (GOACC_enter_exit_data): Call acc_create instead
2215 of acc_present_or_create.
2216 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Remove.
2217 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
2218 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
2219 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
2220 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
2221 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
2222 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
2223 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
2224 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
2225 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
2226 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
2227 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
2228 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
2229 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
2230 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
2231 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
2232
2233 2018-12-14 Thomas Schwinge <thomas@codesourcery.com>
2234
2235 PR libgomp/88495
2236 * plugin/plugin-nvptx.c (nvptx_wait_async): Don't refuse
2237 "identical parameters".
2238 * testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c: Update.
2239 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Remove.
2240
2241 PR libgomp/88484
2242 * oacc-parallel.c (GOACC_wait): Correct handling for "async >= 0".
2243 * testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c: New file.
2244
2245 PR libgomp/88407
2246 * plugin/plugin-nvptx.c (nvptx_async_test, nvptx_wait)
2247 (nvptx_wait_async): Unseen async-argument is a no-op.
2248 * testsuite/libgomp.oacc-c-c++-common/async_queue-1.c: Update.
2249 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Likewise.
2250 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
2251 * testsuite/libgomp.oacc-c-c++-common/lib-79.c: Likewise.
2252 * testsuite/libgomp.oacc-fortran/lib-12.f90: Likewise.
2253 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Merge into...
2254 * testsuite/libgomp.oacc-c-c++-common/lib-69.c: ... this. Update.
2255 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Merge into...
2256 * testsuite/libgomp.oacc-c-c++-common/lib-74.c: ... this. Update
2257
2258 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Revise.
2259 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
2260
2261 2018-12-14 Chung-Lin Tang <cltang@codesourcery.com>
2262
2263 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Adjust.
2264 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
2265 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
2266
2267 2018-12-14 Thomas Schwinge <thomas@codesourcery.com>
2268
2269 PR libgomp/88370
2270 * libgomp.texi (acc_get_current_cuda_context, acc_get_cuda_stream)
2271 (acc_set_cuda_stream): Clarify.
2272 * oacc-cuda.c (acc_get_cuda_stream, acc_set_cuda_stream): Use
2273 "async_valid_p".
2274 * plugin/plugin-nvptx.c (nvptx_set_cuda_stream): Refuse "async ==
2275 acc_async_sync".
2276 * testsuite/libgomp.oacc-c-c++-common/acc_set_cuda_stream-1.c: New file.
2277 * testsuite/libgomp.oacc-c-c++-common/async_queue-1.c: Likewise.
2278 * testsuite/libgomp.oacc-c-c++-common/lib-84.c: Update.
2279 * testsuite/libgomp.oacc-c-c++-common/lib-85.c: Likewise.
2280
2281 2018-12-14 Tom de Vries <tdevries@suse.de>
2282
2283 * testsuite/libgomp.c-c++-common/function-not-offloaded-aux.c: New test.
2284 * testsuite/libgomp.c-c++-common/function-not-offloaded.c: New test.
2285 * testsuite/libgomp.c-c++-common/variable-not-offloaded.c: New test.
2286 * testsuite/libgomp.oacc-c-c++-common/function-not-offloaded.c: New test.
2287 * testsuite/libgomp.oacc-c-c++-common/variable-not-offloaded.c: New test.
2288
2289 2018-12-13 Tom de Vries <tdevries@suse.de>
2290
2291 * affinity-fmt.c (gomp_print_string): New function, factored out of ...
2292 (omp_display_affinity, gomp_display_affinity_thread): ... here, and ...
2293 * fortran.c (omp_display_affinity_): ... here.
2294 * libgomp.h (gomp_print_string): Declare.
2295 * config/nvptx/affinity-fmt.c: New file. Include affinity-fmt.c,
2296 undefining HAVE_GETPID and HAVE_GETHOSTNAME, and mapping fwrite to
2297 write.
2298
2299 2018-12-13 Jakub Jelinek <jakub@redhat.com>
2300
2301 PR libgomp/88460
2302 * testsuite/libgomp.c++/for-24.C (results): Include it in
2303 omp declare target region.
2304 (main): Use map (always, tofrom: results) instead of
2305 map (tofrom: results).
2306
2307 2018-12-12 Jakub Jelinek <jakub@redhat.com>
2308
2309 PR fortran/88463
2310 * testsuite/libgomp.fortran/pr88463-1.f90: New test.
2311 * testsuite/libgomp.fortran/pr88463-2.f90: New test.
2312
2313 * testsuite/libgomp.c-c++-common/for-16.c: New test.
2314
2315 2018-12-12 Andreas Schwab <schwab@suse.de>
2316
2317 * config/linux/ia64/futex.h (sys_futex0): Don't mark r12 as
2318 clobbered.
2319
2320 2018-12-09 Thomas Koenig <tkoenig@gcc.gnu.org>
2321
2322 PR fortran/88411
2323 * testsuite/libgomp.fortran/async_io_8.f90: New test.
2324
2325 2018-12-09 Thomas Schwinge <thomas@codesourcery.com>
2326 Jakub Jelinek <jakub@redhat.com>
2327
2328 * target.c (gomp_map_vars): Call gomp_copy_host2dev instead of
2329 devicep->host2dev_func.
2330
2331 2018-12-08 Jakub Jelinek <jakub@redhat.com>
2332
2333 PR libgomp/87995
2334 * testsuite/libgomp.c-c++-common/cancel-taskgroup-3.c: Require
2335 tls_runtime effective target.
2336 (t): New threadprivate variable.
2337 (main): Set t in threads which execute iterations of the worksharing
2338 loop. Propagate that to the task after the loop and don't abort
2339 if the current taskgroup hasn't been cancelled.
2340
2341 2018-12-02 Jakub Jelinek <jakub@redhat.com>
2342
2343 * testsuite/libgomp.c/task-reduction-3.c: New test.
2344
2345 * testsuite/libgomp.c-c++-common/cancel-taskgroup-4.c: New test.
2346
2347 2018-11-30 Cesar Philippidis <cesar@codesourcery.com>
2348
2349 PR libgomp/88288
2350 * oacc-parallel.c (GOACC_parallel_keyed): Add offset to devaddrs.
2351 * testsuite/libgomp.oacc-c-c++-common/pr88288.c: New test.
2352
2353 2018-11-30 Thomas Schwinge <thomas@codesourcery.com>
2354
2355 * testsuite/libgomp.oacc-fortran/lib-16-2.f90: New file.
2356
2357 2018-10-19 Richard Biener <rguenther@suse.de>
2358
2359 PR tree-optimization/88182
2360 * testsuite/libgomp.c++/pr88182.C: Move to g++.dg/gomp.
2361
2362 2018-11-26 Jakub Jelinek <jakub@redhat.com>
2363
2364 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu.
2365 (RUNTEST): Don't define.
2366 (RUNTESTDEFAULTFLAGS): Add.
2367 (check-DEJAGNU, site.exp, distclean-DEJAGNU): New goals.
2368 (distclean-am): Depend on distclean-DEJAGNU.
2369 (check-am): If -j% option is present in MFLAGS and if
2370 `getconf _NPROCESSORS_ONLN` is more than 8, export OMP_NUM_THREADS=8.
2371 (.PHONY): Add check-DEJAGNU and distclean-DEJAGNU.
2372 * testsuite/Makefile.in: Regenerated.
2373
2374 2018-11-26 Richard Biener <rguenther@suse.de>
2375
2376 PR tree-optimization/88182
2377 * testsuite/libgomp.c++/pr88182.C: New testcase.
2378
2379 2018-11-20 Jakub Jelinek <jakub@redhat.com>
2380
2381 PR bootstrap/88106
2382 * config/mingw32/affinity-fmt.c: New file.
2383
2384 2018-11-09 Jakub Jelinek <jakub@redhat.com>
2385
2386 * affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H.
2387 (gomp_display_affinity): Use __builtin_choose_expr to handle
2388 properly handle argument having integral, or pointer or some other
2389 type. If inttypes.h is available and PRIx64 is defined, use PRIx64
2390 with uint64_t type instead of %llx and unsigned long long.
2391
2392 * testsuite/libgomp.c-c++-common/task-reduction-13.c: New test.
2393 * testsuite/libgomp.c-c++-common/task-reduction-14.c: New test.
2394
2395 2018-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2396
2397 * affinity.c: Include <string.h>, <stdio.h>.
2398 (gomp_display_affinity_place): Remove cpusetp.
2399 * teams.c: Include <limits.h>.
2400
2401 2018-11-08 Jakub Jelinek <jakub@redhat.com>
2402
2403 * testsuite/libgomp.c-c++-common/task-reduction-8.c (bar): Add
2404 in_reduction clause for s[0].
2405
2406 * affinity.c (gomp_display_affinity_place): New function.
2407 * affinity-fmt.c: New file.
2408 * alloc.c (gomp_aligned_alloc, gomp_aligned_free): New functions.
2409 * config/linux/affinity.c (gomp_display_affinity_place): New function.
2410 * config/nvptx/icv-device.c (omp_get_num_teams, omp_get_team_num):
2411 Move these functions to ...
2412 * config/nvptx/teams.c: ... here. New file.
2413 * config/nvptx/target.c (omp_pause_resource, omp_pause_resource_all):
2414 New functions.
2415 * config/nvptx/team.c (gomp_team_start, gomp_pause_host): New
2416 functions.
2417 * configure.ac: Check for aligned_alloc, posix_memalign, memalign
2418 and _aligned_malloc.
2419 (HAVE_UNAME, HAVE_GETHOSTNAME, HAVE_GETPID): Add new tests.
2420 * configure.tgt: Add -DUSING_INITIAL_EXEC_TLS to XCFLAGS for Linux.
2421 * env.c (gomp_display_affinity_var, gomp_affinity_format_var,
2422 gomp_affinity_format_len): New variables.
2423 (parse_schedule): Parse monotonic and nonmonotonic modifiers in
2424 OMP_SCHEDULE variable. Set GFS_MONOTONIC for monotonic schedules.
2425 (handle_omp_display_env): Display monotonic/nonmonotonic schedule
2426 modifiers. Display (non-default) chunk sizes. Print
2427 OMP_DISPLAY_AFFINITY and OMP_AFFINITY_FORMAT.
2428 (initialize_env): Don't call pthread_attr_setdetachstate. Handle
2429 OMP_DISPLAY_AFFINITY and OMP_AFFINITY_FORMAT env vars.
2430 * fortran.c: Include stdio.h and string.h.
2431 (omp_pause_resource, omp_pause_resource_all): Add ialias_redirect.
2432 (omp_get_schedule_, omp_get_schedule_8_): Mask off GFS_MONOTONIC bit.
2433 (omp_set_affinity_format_, omp_get_affinity_format_,
2434 omp_display_affinity_, omp_capture_affinity_, omp_pause_resource_,
2435 omp_pause_resource_all_): New functions.
2436 * icv.c (omp_set_schedule): Mask off omp_sched_monotonic bit in
2437 switch.
2438 * icv-device.c (omp_get_num_teams, omp_get_team_num): Move these
2439 functions to ...
2440 * teams.c: ... here. New file.
2441 * libgomp_g.h: Include gstdint.h.
2442 (GOMP_loop_nonmonotonic_runtime_start,
2443 GOMP_loop_maybe_nonmonotonic_runtime_start, GOMP_loop_start,
2444 GOMP_loop_ordered_start, GOMP_loop_nonmonotonic_runtime_next,
2445 GOMP_loop_maybe_nonmonotonic_runtime_next, GOMP_loop_doacross_start,
2446 GOMP_parallel_loop_nonmonotonic_runtime,
2447 GOMP_parallel_loop_maybe_nonmonotonic_runtime,
2448 GOMP_loop_ull_nonmonotonic_runtime_start,
2449 GOMP_loop_ull_maybe_nonmonotonic_runtime_start, GOMP_loop_ull_start,
2450 GOMP_loop_ull_ordered_start, GOMP_loop_ull_nonmonotonic_runtime_next,
2451 GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
2452 GOMP_loop_ull_doacross_start, GOMP_parallel_reductions,
2453 GOMP_taskwait_depend, GOMP_taskgroup_reduction_register,
2454 GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
2455 GOMP_workshare_task_reduction_unregister, GOMP_sections2_start,
2456 GOMP_teams_reg): Declare.
2457 * libgomp.h (GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC): Define unless
2458 gomp_aligned_alloc uses fallback implementation.
2459 (gomp_aligned_alloc, gomp_aligned_free): Declare.
2460 (enum gomp_schedule_type): Add GFS_MONOTONIC.
2461 (struct gomp_doacross_work_share): Add extra field.
2462 (struct gomp_work_share): Add task_reductions field.
2463 (struct gomp_taskgroup): Add workshare and reductions fields.
2464 (GOMP_NEEDS_THREAD_HANDLE): Define if needed.
2465 (gomp_thread_handle): New typedef.
2466 (gomp_display_affinity_place, gomp_set_affinity_format,
2467 gomp_display_string, gomp_display_affinity,
2468 gomp_display_affinity_thread): Declare.
2469 (gomp_doacross_init, gomp_doacross_ull_init): Add size_t argument.
2470 (gomp_parallel_reduction_register, gomp_workshare_taskgroup_start,
2471 gomp_workshare_task_reduction_register): Declare.
2472 (gomp_team_start): Add taskgroup argument.
2473 (gomp_pause_host): Declare.
2474 (gomp_init_work_share, gomp_work_share_start): Change bool argument
2475 to size_t.
2476 (gomp_thread_self, gomp_thread_to_pthread_t): New inline functions.
2477 * libgomp.map (GOMP_5.0): Export GOMP_loop_start,
2478 GOMP_loop_ordered_start, GOMP_loop_doacross_start,
2479 GOMP_loop_ull_start, GOMP_loop_ull_ordered_start,
2480 GOMP_loop_ull_doacross_start,
2481 GOMP_workshare_task_reduction_unregister, GOMP_sections2_start,
2482 GOMP_loop_maybe_nonmonotonic_runtime_next,
2483 GOMP_loop_maybe_nonmonotonic_runtime_start,
2484 GOMP_loop_nonmonotonic_runtime_next,
2485 GOMP_loop_nonmonotonic_runtime_start,
2486 GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
2487 GOMP_loop_ull_maybe_nonmonotonic_runtime_start,
2488 GOMP_loop_ull_nonmonotonic_runtime_next,
2489 GOMP_loop_ull_nonmonotonic_runtime_start,
2490 GOMP_parallel_loop_maybe_nonmonotonic_runtime,
2491 GOMP_parallel_loop_nonmonotonic_runtime, GOMP_parallel_reductions,
2492 GOMP_taskgroup_reduction_register,
2493 GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
2494 GOMP_teams_reg and GOMP_taskwait_depend.
2495 (OMP_5.0): Export omp_pause_resource{,_all}{,_},
2496 omp_{capture,display}_affinity{,_}, and
2497 omp_[gs]et_affinity_format{,_}.
2498 * loop.c: Include string.h.
2499 (GOMP_loop_runtime_next): Add ialias.
2500 (GOMP_taskgroup_reduction_register): Add ialias_redirect.
2501 (gomp_loop_static_start, gomp_loop_dynamic_start,
2502 gomp_loop_guided_start, gomp_loop_ordered_static_start,
2503 gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start,
2504 gomp_loop_doacross_static_start, gomp_loop_doacross_dynamic_start,
2505 gomp_loop_doacross_guided_start): Adjust gomp_work_share_start
2506 or gomp_doacross_init callers.
2507 (gomp_adjust_sched, GOMP_loop_start, GOMP_loop_ordered_start,
2508 GOMP_loop_doacross_start): New functions.
2509 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start,
2510 GOMP_loop_doacross_runtime_start, GOMP_parallel_loop_runtime_start):
2511 Mask off GFS_MONOTONIC bit.
2512 (GOMP_loop_maybe_nonmonotonic_runtime_next,
2513 GOMP_loop_maybe_nonmonotonic_runtime_start,
2514 GOMP_loop_nonmonotonic_runtime_next,
2515 GOMP_loop_nonmonotonic_runtime_start,
2516 GOMP_parallel_loop_maybe_nonmonotonic_runtime,
2517 GOMP_parallel_loop_nonmonotonic_runtime): New aliases or wrapper
2518 functions.
2519 (gomp_parallel_loop_start): Pass NULL as taskgroup to
2520 gomp_team_start.
2521 * loop_ull.c: Include string.h.
2522 (GOMP_loop_ull_runtime_next): Add ialias.
2523 (GOMP_taskgroup_reduction_register): Add ialias_redirect.
2524 (gomp_loop_ull_static_start, gomp_loop_ull_dynamic_start,
2525 gomp_loop_ull_guided_start, gomp_loop_ull_ordered_static_start,
2526 gomp_loop_ull_ordered_dynamic_start,
2527 gomp_loop_ull_ordered_guided_start,
2528 gomp_loop_ull_doacross_static_start,
2529 gomp_loop_ull_doacross_dynamic_start,
2530 gomp_loop_ull_doacross_guided_start): Adjust gomp_work_share_start
2531 and gomp_doacross_ull_init callers.
2532 (gomp_adjust_sched, GOMP_loop_ull_start, GOMP_loop_ull_ordered_start,
2533 GOMP_loop_ull_doacross_start): New functions.
2534 (GOMP_loop_ull_runtime_start,
2535 GOMP_loop_ull_ordered_runtime_start,
2536 GOMP_loop_ull_doacross_runtime_start): Mask off GFS_MONOTONIC bit.
2537 (GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
2538 GOMP_loop_ull_maybe_nonmonotonic_runtime_start,
2539 GOMP_loop_ull_nonmonotonic_runtime_next,
2540 GOMP_loop_ull_nonmonotonic_runtime_start): Likewise.
2541 * Makefile.am (libgomp_la_SOURCES): Add teams.c and affinity-fmt.c.
2542 * omp.h.in (enum omp_sched_t): Add omp_sched_monotonic.
2543 (omp_pause_resource_t, omp_depend_t): New typedefs.
2544 (enum omp_lock_hint_t): Renamed to ...
2545 (enum omp_sync_hint_t): ... this. Define omp_sync_hint_*
2546 enumerators using numbers and omp_lock_hint_* as their aliases.
2547 (omp_lock_hint_t): New typedef. Rename to ...
2548 (omp_sync_hint_t): ... this.
2549 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint): Use
2550 omp_sync_hint_t instead of omp_lock_hint_t.
2551 (omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
2552 omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
2553 Declare.
2554 (omp_target_is_present, omp_target_disassociate_ptr):
2555 Change first argument from void * to const void *.
2556 (omp_target_memcpy, omp_target_memcpy_rect): Change second argument
2557 from void * to const void *.
2558 (omp_target_associate_ptr): Change first and second arguments from
2559 void * to const void *.
2560 * omp_lib.f90.in (omp_pause_resource_kind, omp_pause_soft,
2561 omp_pause_hard): New parameters.
2562 (omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
2563 omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
2564 New interfaces.
2565 * omp_lib.h.in (omp_pause_resource_kind, omp_pause_soft,
2566 omp_pause_hard): New parameters.
2567 (omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
2568 omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
2569 New externals.
2570 * ordered.c (gomp_doacross_init, gomp_doacross_ull_init): Add
2571 EXTRA argument. If not needed to prepare array, if extra is 0,
2572 clear ws->doacross, otherwise allocate just doacross structure and
2573 extra payload. If array is needed, allocate also extra payload.
2574 (GOMP_doacross_post, GOMP_doacross_wait, GOMP_doacross_ull_post,
2575 GOMP_doacross_ull_wait): Handle doacross->array == NULL like
2576 doacross == NULL.
2577 * parallel.c (GOMP_parallel_start): Pass NULL as taskgroup to
2578 gomp_team_start.
2579 (GOMP_parallel): Likewise. Formatting fix.
2580 (GOMP_parallel_reductions): New function.
2581 (GOMP_cancellation_point): If taskgroup has workshare
2582 flag set, check cancelled of prev taskgroup if any.
2583 (GOMP_cancel): If taskgroup has workshare flag set, set cancelled
2584 on prev taskgroup if any.
2585 * sections.c: Include string.h.
2586 (GOMP_taskgroup_reduction_register): Add ialias_redirect.
2587 (GOMP_sections_start): Adjust gomp_work_share_start caller.
2588 (GOMP_sections2_start): New function.
2589 (GOMP_parallel_sections_start, GOMP_parallel_sections):
2590 Pass NULL as taskgroup to gomp_team_start.
2591 * single.c (GOMP_single_start, GOMP_single_copy_start): Adjust
2592 gomp_work_share_start callers.
2593 * target.c (GOMP_target_update_ext, GOMP_target_enter_exit_data):
2594 If taskgroup has workshare flag set, check cancelled on prev
2595 taskgroup if any. Guard all cancellation tests with
2596 gomp_cancel_var test.
2597 (omp_target_is_present, omp_target_disassociate_ptr):
2598 Change ptr argument from void * to const void *.
2599 (omp_target_memcpy): Change src argument from void * to const void *.
2600 (omp_target_memcpy_rect): Likewise.
2601 (omp_target_memcpy_rect_worker): Likewise. Use const char * casts
2602 instead of char * where needed.
2603 (omp_target_associate_ptr): Change host_ptr and device_ptr arguments
2604 from void * to const void *.
2605 (omp_pause_resource, omp_pause_resource_all): New functions.
2606 * task.c (gomp_task_handle_depend): Handle new depend array format
2607 in addition to the old. Handle mutexinoutset kinds the same as
2608 inout for now, handle unspecified kinds.
2609 (gomp_create_target_task): If taskgroup has workshare flag set, check
2610 cancelled on prev taskgroup if any. Guard all cancellation tests with
2611 gomp_cancel_var test. Handle new depend array format count in
2612 addition to the old.
2613 (GOMP_task): Likewise. Adjust function comment.
2614 (gomp_task_run_pre): If taskgroup has workshare flag set, check
2615 cancelled on prev taskgroup if any. Guard all cancellation tests with
2616 gomp_cancel_var test.
2617 (GOMP_taskwait_depend): New function.
2618 (gomp_task_maybe_wait_for_dependencies): Handle new depend array
2619 format in addition to the old. Handle mutexinoutset kinds the same as
2620 inout for now, handle unspecified kinds. Fix a function comment typo.
2621 (gomp_taskgroup_init): New function.
2622 (GOMP_taskgroup_start): Use it.
2623 (gomp_reduction_register, gomp_create_artificial_team,
2624 GOMP_taskgroup_reduction_register,
2625 GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
2626 gomp_parallel_reduction_register,
2627 gomp_workshare_task_reduction_register,
2628 gomp_workshare_taskgroup_start,
2629 GOMP_workshare_task_reduction_unregister): New functions.
2630 * taskloop.c (GOMP_taskloop): If taskgroup has workshare flag set,
2631 check cancelled on prev taskgroup if any. Guard all cancellation
2632 tests with gomp_cancel_var test. Handle GOMP_TASK_FLAG_REDUCTION flag
2633 by calling GOMP_taskgroup_reduction_register.
2634 * team.c (gomp_thread_attr): Remove comment.
2635 (struct gomp_thread_start_data): Add handle field.
2636 (gomp_thread_start): Call pthread_detach.
2637 (gomp_new_team): Adjust gomp_init_work_share caller.
2638 (gomp_free_pool_helper): Call pthread_detach.
2639 (gomp_team_start): Add taskgroup argument, initialize implicit
2640 tasks' taskgroup field to that. Don't call
2641 pthread_attr_setdetachstate. Handle OMP_DISPLAY_AFFINITY env var.
2642 (gomp_team_end): Determine nesting by thr->ts.level != 0
2643 rather than thr->ts.team != NULL.
2644 (gomp_pause_pool_helper, gomp_pause_host): New functions.
2645 * work.c (alloc_work_share): Use gomp_aligned_alloc instead of
2646 gomp_malloc if GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC is defined.
2647 (gomp_init_work_share): Change ORDERED argument from bool to size_t,
2648 if more than 1 allocate also extra payload at the end of array. Never
2649 keep ordered_team_ids NULL, set it to inline_ordered_team_ids instead.
2650 (gomp_work_share_start): Change ORDERED argument from bool to size_t,
2651 return true instead of ws.
2652 * Makefile.in: Regenerated.
2653 * configure: Regenerated.
2654 * config.h.in: Regenerated.
2655 * testsuite/libgomp.c/cancel-for-2.c (foo): Use cancel modifier
2656 in some cases.
2657 * testsuite/libgomp.c-c++-common/cancel-parallel-1.c: New test.
2658 * testsuite/libgomp.c-c++-common/cancel-taskgroup-3.c: New test.
2659 * testsuite/libgomp.c-c++-common/depend-iterator-1.c: New test.
2660 * testsuite/libgomp.c-c++-common/depend-iterator-2.c: New test.
2661 * testsuite/libgomp.c-c++-common/depend-mutexinout-1.c: New test.
2662 * testsuite/libgomp.c-c++-common/depend-mutexinout-2.c: New test.
2663 * testsuite/libgomp.c-c++-common/depobj-1.c: New test.
2664 * testsuite/libgomp.c-c++-common/display-affinity-1.c: New test.
2665 * testsuite/libgomp.c-c++-common/for-10.c: New test.
2666 * testsuite/libgomp.c-c++-common/for-11.c: New test.
2667 * testsuite/libgomp.c-c++-common/for-12.c: New test.
2668 * testsuite/libgomp.c-c++-common/for-13.c: New test.
2669 * testsuite/libgomp.c-c++-common/for-14.c: New test.
2670 * testsuite/libgomp.c-c++-common/for-15.c: New test.
2671 * testsuite/libgomp.c-c++-common/for-2.h: If CONDNE macro is defined,
2672 define a different N(test), don't define N(f0) to N(f14), but instead
2673 define N(f20) to N(f34) using != comparisons.
2674 * testsuite/libgomp.c-c++-common/for-7.c: New test.
2675 * testsuite/libgomp.c-c++-common/for-8.c: New test.
2676 * testsuite/libgomp.c-c++-common/for-9.c: New test.
2677 * testsuite/libgomp.c-c++-common/master-combined-1.c: New test.
2678 * testsuite/libgomp.c-c++-common/pause-1.c: New test.
2679 * testsuite/libgomp.c-c++-common/pause-2.c: New test.
2680 * testsuite/libgomp.c-c++-common/pr66199-10.c: New test.
2681 * testsuite/libgomp.c-c++-common/pr66199-11.c: New test.
2682 * testsuite/libgomp.c-c++-common/pr66199-12.c: New test.
2683 * testsuite/libgomp.c-c++-common/pr66199-13.c: New test.
2684 * testsuite/libgomp.c-c++-common/pr66199-14.c: New test.
2685 * testsuite/libgomp.c-c++-common/simd-1.c: New test.
2686 * testsuite/libgomp.c-c++-common/taskloop-reduction-1.c: New test.
2687 * testsuite/libgomp.c-c++-common/taskloop-reduction-2.c: New test.
2688 * testsuite/libgomp.c-c++-common/taskloop-reduction-3.c: New test.
2689 * testsuite/libgomp.c-c++-common/taskloop-reduction-4.c: New test.
2690 * testsuite/libgomp.c-c++-common/task-reduction-11.c: New test.
2691 * testsuite/libgomp.c-c++-common/task-reduction-12.c: New test.
2692 * testsuite/libgomp.c-c++-common/task-reduction-1.c: New test.
2693 * testsuite/libgomp.c-c++-common/task-reduction-2.c: New test.
2694 * testsuite/libgomp.c-c++-common/task-reduction-3.c: New test.
2695 * testsuite/libgomp.c-c++-common/task-reduction-4.c: New test.
2696 * testsuite/libgomp.c-c++-common/task-reduction-5.c: New test.
2697 * testsuite/libgomp.c-c++-common/task-reduction-6.c: New test.
2698 * testsuite/libgomp.c-c++-common/task-reduction-7.c: New test.
2699 * testsuite/libgomp.c-c++-common/task-reduction-8.c: New test.
2700 * testsuite/libgomp.c-c++-common/task-reduction-9.c: New test.
2701 * testsuite/libgomp.c-c++-common/taskwait-depend-1.c: New test.
2702 * testsuite/libgomp.c++/depend-1.C: New test.
2703 * testsuite/libgomp.c++/depend-iterator-1.C: New test.
2704 * testsuite/libgomp.c++/depobj-1.C: New test.
2705 * testsuite/libgomp.c++/for-16.C: New test.
2706 * testsuite/libgomp.c++/for-21.C: New test.
2707 * testsuite/libgomp.c++/for-22.C: New test.
2708 * testsuite/libgomp.c++/for-23.C: New test.
2709 * testsuite/libgomp.c++/for-24.C: New test.
2710 * testsuite/libgomp.c++/for-25.C: New test.
2711 * testsuite/libgomp.c++/for-26.C: New test.
2712 * testsuite/libgomp.c++/taskloop-reduction-1.C: New test.
2713 * testsuite/libgomp.c++/taskloop-reduction-2.C: New test.
2714 * testsuite/libgomp.c++/taskloop-reduction-3.C: New test.
2715 * testsuite/libgomp.c++/taskloop-reduction-4.C: New test.
2716 * testsuite/libgomp.c++/task-reduction-10.C: New test.
2717 * testsuite/libgomp.c++/task-reduction-11.C: New test.
2718 * testsuite/libgomp.c++/task-reduction-12.C: New test.
2719 * testsuite/libgomp.c++/task-reduction-13.C: New test.
2720 * testsuite/libgomp.c++/task-reduction-14.C: New test.
2721 * testsuite/libgomp.c++/task-reduction-15.C: New test.
2722 * testsuite/libgomp.c++/task-reduction-16.C: New test.
2723 * testsuite/libgomp.c++/task-reduction-17.C: New test.
2724 * testsuite/libgomp.c++/task-reduction-18.C: New test.
2725 * testsuite/libgomp.c++/task-reduction-19.C: New test.
2726 * testsuite/libgomp.c/task-reduction-1.c: New test.
2727 * testsuite/libgomp.c++/task-reduction-1.C: New test.
2728 * testsuite/libgomp.c/task-reduction-2.c: New test.
2729 * testsuite/libgomp.c++/task-reduction-2.C: New test.
2730 * testsuite/libgomp.c++/task-reduction-3.C: New test.
2731 * testsuite/libgomp.c++/task-reduction-4.C: New test.
2732 * testsuite/libgomp.c++/task-reduction-5.C: New test.
2733 * testsuite/libgomp.c++/task-reduction-6.C: New test.
2734 * testsuite/libgomp.c++/task-reduction-7.C: New test.
2735 * testsuite/libgomp.c++/task-reduction-8.C: New test.
2736 * testsuite/libgomp.c++/task-reduction-9.C: New test.
2737 * testsuite/libgomp.c/teams-1.c: New test.
2738 * testsuite/libgomp.c/teams-2.c: New test.
2739 * testsuite/libgomp.c/thread-limit-4.c: New test.
2740 * testsuite/libgomp.c/thread-limit-5.c: New test.
2741 * testsuite/libgomp.fortran/display-affinity-1.f90: New test.
2742
2743 2018-11-06 Chung-Lin Tang <cltang@codesourcery.com>
2744
2745 * oacc-mem.c (memcpy_tofrom_device): New function, combined from
2746 acc_memcpy_to/from_device functions, now with async parameter.
2747 (acc_memcpy_to_device): Modify to use memcpy_tofrom_device.
2748 (acc_memcpy_from_device): Likewise.
2749 (acc_memcpy_to_device_async): New API function.
2750 (acc_memcpy_from_device_async): Likewise.
2751 (present_create_copy): Add async parameter and async setting/unsetting.
2752 (acc_create): Adjust present_create_copy call.
2753 (acc_copyin): Likewise.
2754 (acc_present_or_create): Likewise.
2755 (acc_present_or_copyin): Likewise.
2756 (acc_create_async): New API function.
2757 (acc_copyin_async): New API function.
2758 (delete_copyout): Add async parameter and async setting/unsetting.
2759 (acc_delete): Adjust delete_copyout call.
2760 (acc_copyout): Likewise.
2761 (acc_delete_async): New API function.
2762 (acc_copyout_async): Likewise.
2763 (update_dev_host): Add async parameter and async setting/unsetting.
2764 (acc_update_device): Adjust update_dev_host call.
2765 (acc_update_self): Likewise.
2766 (acc_update_device_async): New API function.
2767 (acc_update_self_async): Likewise.
2768 * openacc.h (acc_copyin_async): Declare new API function.
2769 (acc_create_async): Likewise.
2770 (acc_copyout_async): Likewise.
2771 (acc_delete_async): Likewise.
2772 (acc_update_device_async): Likewise.
2773 (acc_update_self_async): Likewise.
2774 (acc_memcpy_to_device_async): Likewise.
2775 (acc_memcpy_from_device_async): Likewise.
2776 * openacc_lib.h (acc_copyin_async_32_h): New subroutine.
2777 (acc_copyin_async_64_h): New subroutine.
2778 (acc_copyin_async_array_h): New subroutine.
2779 (acc_create_async_32_h): New subroutine.
2780 (acc_create_async_64_h): New subroutine.
2781 (acc_create_async_array_h): New subroutine.
2782 (acc_copyout_async_32_h): New subroutine.
2783 (acc_copyout_async_64_h): New subroutine.
2784 (acc_copyout_async_array_h): New subroutine.
2785 (acc_delete_async_32_h): New subroutine.
2786 (acc_delete_async_64_h): New subroutine.
2787 (acc_delete_async_array_h): New subroutine.
2788 (acc_update_device_async_32_h): New subroutine.
2789 (acc_update_device_async_64_h): New subroutine.
2790 (acc_update_device_async_array_h): New subroutine.
2791 (acc_update_self_async_32_h): New subroutine.
2792 (acc_update_self_async_64_h): New subroutine.
2793 (acc_update_self_async_array_h): New subroutine.
2794 * openacc.f90 (acc_copyin_async_32_h): New subroutine.
2795 (acc_copyin_async_64_h): New subroutine.
2796 (acc_copyin_async_array_h): New subroutine.
2797 (acc_create_async_32_h): New subroutine.
2798 (acc_create_async_64_h): New subroutine.
2799 (acc_create_async_array_h): New subroutine.
2800 (acc_copyout_async_32_h): New subroutine.
2801 (acc_copyout_async_64_h): New subroutine.
2802 (acc_copyout_async_array_h): New subroutine.
2803 (acc_delete_async_32_h): New subroutine.
2804 (acc_delete_async_64_h): New subroutine.
2805 (acc_delete_async_array_h): New subroutine.
2806 (acc_update_device_async_32_h): New subroutine.
2807 (acc_update_device_async_64_h): New subroutine.
2808 (acc_update_device_async_array_h): New subroutine.
2809 (acc_update_self_async_32_h): New subroutine.
2810 (acc_update_self_async_64_h): New subroutine.
2811 (acc_update_self_async_array_h): New subroutine.
2812 * libgomp.map (OACC_2.5): Add acc_copyin_async*, acc_copyout_async*,
2813 acc_copyout_finalize_async*, acc_create_async*, acc_delete_async*,
2814 acc_delete_finalize_async*, acc_memcpy_from_device_async*,
2815 acc_memcpy_to_device_async*, acc_update_device_async*, and
2816 acc_update_self_async* entries.
2817 * testsuite/libgomp.oacc-c-c++-common/lib-94.c: New test.
2818 * testsuite/libgomp.oacc-c-c++-common/lib-95.c: New test.
2819 * testsuite/libgomp.oacc-fortran/lib-16.f90: New test.
2820
2821 2018-10-31 Joseph Myers <joseph@codesourcery.com>
2822
2823 PR bootstrap/82856
2824 * Makefile.am: Include multilib.am
2825 (AUTOMAKE_OPTIONS): Add info-in-builddir.
2826 (CLEANFILES): Remove libgomp.info.
2827 * configure.ac: Remove AC_PREREQ.
2828 * testsuite/Makefile.am (RUNTEST): Remove quotes.
2829 * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
2830 Regenerate.
2831
2832 2018-10-29 Joseph Myers <joseph@codesourcery.com>
2833 Julian Brown <julian@codesourcery.com>
2834
2835 * testsuite/libgomp.oacc-c++/this.C: New.
2836
2837 2018-09-18 Cesar Philippidis <cesar@codesourcery.com>
2838
2839 * plugin/plugin-nvptx.c (struct cuda_map): New.
2840 (struct ptx_stream): Replace d, h, h_begin, h_end, h_next, h_prev,
2841 h_tail with (cuda_map *) map.
2842 (cuda_map_create): New function.
2843 (cuda_map_destroy): New function.
2844 (map_init): Update to use a linked list of cuda_map objects.
2845 (map_fini): Likewise.
2846 (map_pop): Likewise.
2847 (map_push): Likewise. Return CUdeviceptr instead of void.
2848 (init_streams_for_device): Remove stales references to ptx_stream
2849 members.
2850 (select_stream_for_async): Likewise.
2851 (nvptx_exec): Update call to map_init.
2852
2853 2018-09-09 Cesar Philippidis <cesar@codesourcery.com>
2854 Julian Brown <julian@codesourcery.com>
2855
2856 PR middle-end/86336
2857 * testsuite/libgomp.oacc-c++/non-scalar-data.C: Remove XFAIL.
2858
2859 2018-08-21 Nicolas Koenig <koenigni@gcc.gnu.org>
2860 Thomas Koenig <tkoenig@gcc.gnu.org>
2861
2862 PR fortran/25829
2863 * testsuite/libgomp.fortran/async_io_1.f90: New test.
2864 * testsuite/libgomp.fortran/async_io_2.f90: New test.
2865 * testsuite/libgomp.fortran/async_io_3.f90: New test.
2866 * testsuite/libgomp.fortran/async_io_4.f90: New test.
2867 * testsuite/libgomp.fortran/async_io_5.f90: New test.
2868 * testsuite/libgomp.fortran/async_io_6.f90: New test.
2869 * testsuite/libgomp.fortran/async_io_7.f90: New test.
2870
2871 2018-08-13 Cesar Philippidis <cesar@codesourcery.com>
2872 Tom de Vries <tdevries@suse.de>
2873
2874 PR target/85590
2875 * plugin/cuda/cuda.h (CUoccupancyB2DSize): New typedef.
2876 (cuOccupancyMaxPotentialBlockSize): Declare.
2877 * plugin/cuda-lib.def (cuOccupancyMaxPotentialBlockSize): New
2878 CUDA_ONE_CALL_MAYBE_NULL.
2879 * plugin/plugin-nvptx.c (CUDA_VERSION < 6050): Define
2880 CUoccupancyB2DSize and declare
2881 cuOccupancyMaxPotentialBlockSize.
2882 (nvptx_exec): Use cuOccupancyMaxPotentialBlockSize to set the
2883 default num_gangs and num_workers when the driver supports it.
2884
2885 2018-08-08 Tom de Vries <tdevries@suse.de>
2886
2887 * plugin/cuda-lib.def (cuLinkAddData_v2, cuLinkCreate_v2): Declare using
2888 CUDA_ONE_CALL_MAYBE_NULL.
2889 * plugin/plugin-nvptx.c (cuLinkAddData, cuLinkCreate): Undef and declare.
2890 (cuLinkAddData_v2, cuLinkCreate_v2): Declare.
2891 (link_ptx): Fall back to cuLinkAddData/cuLinkCreate if the _v2 versions
2892 are not found.
2893
2894 2018-08-08 Tom de Vries <tdevries@suse.de>
2895
2896 * plugin/cuda-lib.def (cuGetErrorString): Use CUDA_ONE_CALL_MAYBE_NULL.
2897 * plugin/plugin-nvptx.c (cuda_error): Handle if cuGetErrorString is not
2898 present.
2899
2900 2018-08-08 Tom de Vries <tdevries@suse.de>
2901
2902 * plugin/plugin-nvptx.c
2903 (CU_DEVICE_ATTRIBUTE_MAX_REGISTERS_PER_MULTIPROCESSOR): Define.
2904 (nvptx_open_device): Use
2905 CU_DEVICE_ATTRIBUTE_MAX_REGISTERS_PER_MULTIPROCESSOR.
2906
2907 2018-08-08 Tom de Vries <tdevries@suse.de>
2908
2909 * plugin/plugin-nvptx.c (cuda_error): Move declaration of cuGetErrorString ...
2910 (cuGetErrorString): ... here. Guard with CUDA_VERSION < 6000.
2911
2912 2018-08-07 Tom de Vries <tdevries@suse.de>
2913
2914 * plugin/plugin-nvptx.c (DO_PRAGMA): Define.
2915 (struct cuda_lib_s): Add def/undef of CUDA_ONE_CALL_MAYBE_NULL.
2916 (init_cuda_lib): Add new param to CUDA_ONE_CALL_1. Add arg to
2917 corresponding call in CUDA_ONE_CALL. Add def/undef of
2918 CUDA_ONE_CALL_MAYBE_NULL.
2919 (CUDA_CALL_EXISTS): Define.
2920
2921 2018-08-07 Tom de Vries <tdevries@suse.de>
2922
2923 * plugin/plugin-nvptx.c (struct cuda_lib_s, init_cuda_lib): Put
2924 CUDA_ONE_CALL defines right before the cuda-lib.def include, and the
2925 corresponding undefs right after.
2926
2927 2018-08-04 Tom de Vries <tdevries@suse.de>
2928
2929 * plugin/configfrag.ac: For --without-cuda-driver, set
2930 CUDA_DRIVER_INCLUDE and CUDA_DRIVER_LIB to no. Handle
2931 CUDA_DRIVER_INCLUDE == no and CUDA_DRIVER_LIB == no.
2932 * configure: Regenerate.
2933
2934 2018-08-02 Tom de Vries <tdevries@suse.de>
2935
2936 PR target/86660
2937 * testsuite/libgomp.oacc-c++/routine-1-auto.C: Remove -fno-exceptions.
2938 * testsuite/libgomp.oacc-c++/routine-1-template-auto.C: Same.
2939 * testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C:
2940 Same.
2941 * testsuite/libgomp.oacc-c++/routine-1-template.C: Same.
2942 * testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C: Same.
2943 * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Same.
2944
2945 2018-08-01 Cesar Philippidis <cesar@codesourcery.com>
2946 Thomas Schwinge <thomas@codesourcery.com>
2947
2948 * config/nvptx/oacc-parallel.c: Truncate.
2949
2950 2018-08-01 Cesar Philippidis <cesar@codesourcery.com>
2951 James Norris <jnorris@codesourcery.com>
2952
2953 * plugin/plugin-nvptx.c (struct map): Removed.
2954 (map_init, map_pop): Remove use of struct map.
2955 (map_push): Likewise and change argument list.
2956 * testsuite/libgomp.oacc-c-c++-common/mapping-1.c: New
2957
2958 2018-08-01 Tom de Vries <tdevries@suse.de>
2959
2960 * plugin/cuda-lib.def: New file. Factor out of ...
2961 * plugin/plugin-nvptx.c (CUDA_CALLS): ... here.
2962 (struct cuda_lib_s, init_cuda_lib): Include cuda-lib.def instead of
2963 using CUDA_CALLS.
2964
2965 2018-07-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
2966
2967 Revert 'AsyncI/O patch committed'.
2968 2018-07-25 Nicolas Koenig <koenigni@gcc.gnu.org>
2969 Thomas Koenig <tkoenig@gcc.gnu.org>
2970
2971 PR fortran/25829
2972 * testsuite/libgomp.fortran/async_io_1.f90: New test.
2973 * testsuite/libgomp.fortran/async_io_2.f90: New test.
2974 * testsuite/libgomp.fortran/async_io_3.f90: New test.
2975 * testsuite/libgomp.fortran/async_io_4.f90: New test.
2976 * testsuite/libgomp.fortran/async_io_5.f90: New test.
2977 * testsuite/libgomp.fortran/async_io_6.f90: New test.
2978 * testsuite/libgomp.fortran/async_io_7.f90: New test.
2979
2980 2018-07-30 Tom de Vries <tdevries@suse.de>
2981
2982 * plugin/plugin-nvptx.c (MIN, MAX): Redefine.
2983 (nvptx_exec): Ensure worker and vector default dims don't exceed
2984 targ_fn->max_threads_per_block.
2985
2986 2018-07-30 Tom de Vries <tdevries@suse.de>
2987
2988 * plugin/plugin-nvptx.c (struct ptx_device): Add default_dims field.
2989 (nvptx_open_device): Init default_dims for device.
2990 (nvptx_exec): Use default_dims from device.
2991
2992 2018-07-26 Jakub Jelinek <jakub@redhat.com>
2993
2994 PR testsuite/86660
2995 * testsuite/libgomp.c++/for-15.C (results): Include it in
2996 omp declare target region.
2997 (main): Use map (always, tofrom: results) instead of
2998 map (tofrom: results).
2999
3000 PR middle-end/86660
3001 * testsuite/libgomp.c/pr86660.c: New test.
3002
3003 2018-07-26 Cesar Philippidis <cesar@codesourcery.com>
3004 Tom de Vries <tdevries@suse.de>
3005
3006 * plugin/plugin-nvptx.c (nvptx_exec): Error if the hardware doesn't have
3007 sufficient resources to launch a kernel, and give a hint on how to fix
3008 it.
3009
3010 2018-07-26 Cesar Philippidis <cesar@codesourcery.com>
3011 Tom de Vries <tdevries@suse.de>
3012
3013 * plugin/plugin-nvptx.c (struct ptx_device): Add warp_size,
3014 max_threads_per_block and max_threads_per_multiprocessor fields.
3015 (nvptx_open_device): Initialize new fields.
3016 (nvptx_exec): Use num_sms, and new fields.
3017
3018 2018-07-26 Tom de Vries <tdevries@suse.de>
3019
3020 * testsuite/libgomp.oacc-fortran/lib-12.f90: Move acc_async_test calls
3021 to correct locations. Remove xfail.
3022
3023 2018-07-26 Tom de Vries <tdevries@suse.de>
3024
3025 * testsuite/libgomp.oacc-fortran/lib-13.f90: Replace acc_wait_all with
3026 acc_wait. Move acc_async_test calls to correct locations. Remove
3027 xfail.
3028
3029 2018-07-25 Nicolas Koenig <koenigni@gcc.gnu.org>
3030 Thomas Koenig <tkoenig@gcc.gnu.org>
3031
3032 PR fortran/25829
3033 * testsuite/libgomp.fortran/async_io_1.f90: New test.
3034 * testsuite/libgomp.fortran/async_io_2.f90: New test.
3035 * testsuite/libgomp.fortran/async_io_3.f90: New test.
3036 * testsuite/libgomp.fortran/async_io_4.f90: New test.
3037 * testsuite/libgomp.fortran/async_io_5.f90: New test.
3038 * testsuite/libgomp.fortran/async_io_6.f90: New test.
3039 * testsuite/libgomp.fortran/async_io_7.f90: New test.
3040
3041 2018-07-17 Jakub Jelinek <jakub@redhat.com>
3042
3043 PR middle-end/86542
3044 * testsuite/libgomp.c++/pr86542.C: New test.
3045
3046 PR middle-end/86539
3047 * testsuite/libgomp.c++/pr86539.C: New test.
3048
3049 2018-07-11 Jakub Jelinek <jakub@redhat.com>
3050
3051 PR c++/86443
3052 * testsuite/libgomp.c++/for-15.C (a): Remove unused variable.
3053 (results): Make sure the variable is not inside declare target region.
3054 (qux): Remove unused function.
3055
3056 2018-07-10 Jakub Jelinek <jakub@redhat.com>
3057
3058 PR c++/86443
3059 * testsuite/libgomp.c++/for-15.C: New test.
3060
3061 2018-06-26 Jakub Jelinek <jakub@redhat.com>
3062
3063 PR c++/86291
3064 * testsuite/libgomp.c++/pr86291.C: New test.
3065
3066 2018-06-24 Gerald Pfeifer <gerald@pfeifer.com>
3067
3068 * libgomp.texi (Top): Move www.openmp.org to https.
3069 (Enabling OpenMP): Ditto.
3070 (omp_get_active_level): Ditto.
3071 (omp_get_ancestor_thread_num): Ditto.
3072 (omp_get_cancellation): Ditto.
3073 (omp_get_default_device): Ditto.
3074 (omp_get_dynamic): Ditto.
3075 (omp_get_level): Ditto.
3076 (omp_get_max_active_levels): Ditto.
3077 (omp_get_max_task_priority): Ditto.
3078 (omp_get_max_threads): Ditto.
3079 (omp_get_nested): Ditto.
3080 (omp_get_num_devices): Ditto.
3081 (omp_get_num_procs): Ditto.
3082 (omp_get_num_teams): Ditto.
3083 (omp_get_num_threads): Ditto.
3084 (omp_get_proc_bind): Ditto.
3085 (omp_get_schedule): Ditto.
3086 (omp_get_team_num): Ditto.
3087 (omp_get_team_size): Ditto.
3088 (omp_get_thread_limit): Ditto.
3089 (omp_get_thread_num): Ditto.
3090 (omp_in_parallel): Ditto.
3091 (omp_in_final): Ditto.
3092 (omp_is_initial_device): Ditto.
3093 (omp_set_default_device): Ditto.
3094 (omp_set_dynamic): Ditto.
3095 (omp_set_max_active_levels): Ditto.
3096 (omp_set_nested): Ditto.
3097 (omp_set_num_threads): Ditto.
3098 (omp_set_schedule): Ditto.
3099 (omp_init_lock): Ditto.
3100 (omp_set_lock): Ditto.
3101 (omp_test_lock): Ditto.
3102 (omp_unset_lock): Ditto.
3103 (omp_destroy_lock): Ditto.
3104 (omp_init_nest_lock): Ditto.
3105 (omp_set_nest_lock): Ditto.
3106 (omp_test_nest_lock): Ditto.
3107 (omp_unset_nest_lock): Ditto.
3108 (omp_destroy_nest_lock): Ditto.
3109 (omp_get_wtick): Ditto.
3110 (omp_get_wtime): Ditto.
3111 (OMP_CANCELLATION): Ditto.
3112 (OMP_DISPLAY_ENV): Ditto.
3113 (OMP_DEFAULT_DEVICE): Ditto.
3114 (OMP_DYNAMIC): Ditto.
3115 (OMP_MAX_ACTIVE_LEVELS): Ditto.
3116 (OMP_MAX_TASK_PRIORITY): Ditto.
3117 (OMP_NESTED): Ditto.
3118 (OMP_NUM_THREADS): Ditto.
3119 (OMP_PROC_BIND): Ditto.
3120 (OMP_PLACES): Ditto.
3121 (OMP_STACKSIZE): Ditto.
3122 (OMP_SCHEDULE): Ditto.
3123 (OMP_THREAD_LIMIT): Ditto.
3124 (OMP_WAIT_POLICY): Ditto.
3125
3126 2018-06-22 Cesar Philippidis <cesar@codesourcery.com>
3127 James Norris <jnorris@codesourcery.com>
3128 Julian Brown <julian@codesourcery.com>
3129 Thomas Schwinge <thomas@codesourcery.com>
3130 Tom de Vries <tom@codesourcery.com>
3131
3132 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Don't force "-O2".
3133 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Update.
3134 * testsuite/libgomp.oacc-c-c++-common/host_data-1.c: Likewise.
3135 * testsuite/libgomp.oacc-c-c++-common/mode-transitions.c: Likewise.
3136 * testsuite/libgomp.oacc-fortran/data-1.f90: Likewise.
3137 * testsuite/libgomp.oacc-fortran/data-2.f90: Likewise.
3138 * testsuite/libgomp.oacc-c++/non-scalar-data.C: New file.
3139 * testsuite/libgomp.oacc-c-c++-common/declare-3.c: Likewise.
3140 * testsuite/libgomp.oacc-c-c++-common/enter-data.c: Likewise.
3141 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-2.c:
3142 Likewise.
3143 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit-2.c:
3144 Likewise.
3145 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit.c:
3146 Likewise.
3147 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-update.c:
3148 Likewise.
3149 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data.c:
3150 Likewise.
3151 * testsuite/libgomp.oacc-c-c++-common/kernels-parallel-loop-data-enter-exit.c:
3152 Likewise.
3153 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-1.c:
3154 Likewise.
3155 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-2.c:
3156 Likewise.
3157 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-3.c:
3158 Likewise.
3159 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-4.c:
3160 Likewise.
3161 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-5.c:
3162 Likewise.
3163 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-1.c:
3164 Likewise.
3165 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-2.c:
3166 Likewise.
3167 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-3.c:
3168 Likewise.
3169 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-4.c:
3170 Likewise.
3171 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-5.c:
3172 Likewise.
3173 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-6.c:
3174 Likewise.
3175 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-vector-1.c:
3176 Likewise.
3177 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-vector-2.c:
3178 Likewise.
3179 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-1.c:
3180 Likewise.
3181 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-2.c:
3182 Likewise.
3183 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-3.c:
3184 Likewise.
3185 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-4.c:
3186 Likewise.
3187 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-5.c:
3188 Likewise.
3189 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-6.c:
3190 Likewise.
3191 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-7.c:
3192 Likewise.
3193 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction-1.c:
3194 Likewise.
3195 * testsuite/libgomp.oacc-c-c++-common/parallel-loop-1.c: Likewise.
3196 * testsuite/libgomp.oacc-c-c++-common/parallel-loop-1.h: Likewise.
3197 * testsuite/libgomp.oacc-c-c++-common/parallel-loop-2.h: Likewise.
3198 * testsuite/libgomp.oacc-fortran/cublas-fixed.h: Likewise.
3199 * testsuite/libgomp.oacc-fortran/dummy-array.f90: Likewise.
3200 * testsuite/libgomp.oacc-fortran/host_data-2.f90: Likewise.
3201 * testsuite/libgomp.oacc-fortran/host_data-3.f: Likewise.
3202 * testsuite/libgomp.oacc-fortran/host_data-4.f90: Likewise.
3203 * testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction-2.f90:
3204 Likewise.
3205 * testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction.f90:
3206 Likewise.
3207 * testsuite/libgomp.oacc-fortran/kernels-collapse-3.f90: Likewise.
3208 * testsuite/libgomp.oacc-fortran/kernels-collapse-4.f90: Likewise.
3209 * testsuite/libgomp.oacc-fortran/kernels-independent.f90:
3210 Likewise.
3211 * testsuite/libgomp.oacc-fortran/kernels-loop-1.f90: Likewise.
3212 * testsuite/libgomp.oacc-fortran/kernels-map-1.f90: Likewise.
3213 * testsuite/libgomp.oacc-fortran/kernels-parallel-loop-data-enter-exit.f95:
3214 Likewise.
3215 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-1.f90:
3216 Likewise.
3217 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-2.f90:
3218 Likewise.
3219 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-3.f90:
3220 Likewise.
3221 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-6.f90:
3222 Likewise.
3223 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-vector-1.f90:
3224 Likewise.
3225 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-vector-2.f90:
3226 Likewise.
3227 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-1.f90:
3228 Likewise.
3229 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-2.f90:
3230 Likewise.
3231 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-3.f90:
3232 Likewise.
3233 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-4.f90:
3234 Likewise.
3235 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-5.f90:
3236 Likewise.
3237 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-6.f90:
3238 Likewise.
3239 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-7.f90:
3240 Likewise.
3241 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90:
3242 Likewise.
3243 * testsuite/libgomp.oacc-fortran/lib-12.f90: Likewise.
3244 * testsuite/libgomp.oacc-fortran/lib-13.f90: Likewise.
3245 * testsuite/libgomp.oacc-fortran/lib-14.f90: Likewise.
3246 * testsuite/libgomp.oacc-fortran/lib-15.f90: Likewise.
3247 * testsuite/libgomp.oacc-fortran/parallel-loop-1.f90: Likewise.
3248 * testsuite/libgomp.oacc-fortran/reference-reductions.f90: Likewise.
3249 * testsuite/libgomp.oacc-fortran/vector-routine.f90: Likewise.
3250
3251 2018-06-20 Chung-Lin Tang <cltang@codesourcery.com>
3252 Thomas Schwinge <thomas@codesourcery.com>
3253 Cesar Philippidis <cesar@codesourcery.com>
3254
3255 * libgomp.h (struct splay_tree_key_s): Add dynamic_refcount member.
3256 (gomp_acc_remove_pointer): Update declaration.
3257 (gomp_acc_declare_allocate): Declare.
3258 (gomp_remove_var): Declare.
3259 * libgomp.map (OACC_2.5): Define.
3260 * oacc-mem.c (acc_map_data): Update refcount.
3261 (acc_unmap_data): Likewise.
3262 (present_create_copy): Likewise.
3263 (acc_create): Add FLAG_PRESENT when calling present_create_copy.
3264 (acc_copyin): Likewise.
3265 (FLAG_FINALIZE): Define.
3266 (delete_copyout): Update dynamic refcounts, add support for FINALIZE.
3267 (acc_delete_finalize): New function.
3268 (acc_delete_finalize_async): New function.
3269 (acc_copyout_finalize): New function.
3270 (acc_copyout_finalize_async): New function.
3271 (gomp_acc_insert_pointer): Update refcounts.
3272 (gomp_acc_remove_pointer): Return if data is not present on the
3273 accelerator.
3274 * oacc-parallel.c (find_pset): Rename to find_pointer.
3275 (find_pointer): Add support for GOMP_MAP_POINTER.
3276 (handle_ftn_pointers): New function.
3277 (GOACC_parallel_keyed): Update refcounts of variables.
3278 (GOACC_enter_exit_data): Add support for finalized data mappings.
3279 Add support for GOMP_MAP_{TO,ALLOC,RELESE,FROM}. Update handling
3280 of fortran arrays.
3281 (GOACC_update): Add support for GOMP_MAP_{ALWAYS_POINTER,TO,FROM}.
3282 (GOACC_declare): Add support for GOMP_MAP_RELEASE, remove support
3283 for GOMP_MAP_FORCE_FROM.
3284 * openacc.f90 (module openacc_internal): Add
3285 acc_copyout_finalize_{32_h,64_h,array_h,_l}, and
3286 acc_delete_finalize_{32_h,64_h,array_h,_l}. Add interfaces for
3287 acc_copyout_finalize and acc_delete_finalize.
3288 (acc_copyout_finalize_32_h): New subroutine.
3289 (acc_copyout_finalize_64_h): New subroutine.
3290 (acc_copyout_finalize_array_h): New subroutine.
3291 (acc_delete_finalize_32_h): New subroutine.
3292 (acc_delete_finalize_64_h): New subroutine.
3293 (acc_delete_finalize_array_h): New subroutine.
3294 * openacc.h (acc_copyout_finalize): Declare.
3295 (acc_copyout_finalize_async): Declare.
3296 (acc_delete_finalize): Declare.
3297 (acc_delete_finalize_async): Declare.
3298 * openacc_lib.h (acc_copyout_finalize): New interface.
3299 (acc_delete_finalize): New interface.
3300 * target.c (gomp_map_vars): Update dynamic_refcount.
3301 (gomp_remove_var): New function.
3302 (gomp_unmap_vars): Use it.
3303 (gomp_unload_image_from_device): Likewise.
3304 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Update test
3305 case to utilize OpenACC 2.5 data clause semantics.
3306 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
3307 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
3308 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
3309 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
3310 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
3311 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
3312 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
3313 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
3314 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
3315 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: Likewise.
3316 * testsuite/libgomp.oacc-c-c++-common/lib-83.c: Likewise.
3317 * testsuite/libgomp.oacc-fortran/data-5.f90: New test.
3318 * testsuite/libgomp.oacc-fortran/data-already-1.f: Update test case to
3319 utilize OpenACC 2.5 data clause semantics.
3320 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
3321 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
3322 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
3323 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
3324 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
3325 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
3326 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
3327 * testsuite/libgomp.oacc-fortran/lib-32-1.f: Likewise.
3328 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
3329
3330 2018-05-21 Janus Weil <janus@gcc.gnu.org>
3331
3332 PR fortran/85841
3333 PR testsuite/85865
3334 * testsuite/libgomp.fortran/collapse2.f90: Add option "-std=legacy".
3335 * testsuite/libgomp.fortran/omp_atomic2.f90: Ditto.
3336 * testsuite/libgomp.fortran/omp_parse1.f90: Ditto.
3337 * testsuite/libgomp.fortran/omp_parse3.f90: Ditto.
3338 * testsuite/libgomp.fortran/task2.f90: Ditto.
3339 * testsuite/libgomp.fortran/vla1.f90: Ditto.
3340 * testsuite/libgomp.fortran/vla2.f90: Ditto.
3341 * testsuite/libgomp.fortran/vla3.f90: Ditto.
3342 * testsuite/libgomp.fortran/vla4.f90: Ditto.
3343 * testsuite/libgomp.fortran/vla5.f90: Ditto.
3344 * testsuite/libgomp.fortran/vla6.f90: Ditto.
3345 * testsuite/libgomp.fortran/vla8.f90: Ditto.
3346 * testsuite/libgomp.oacc-fortran/collapse-2.f90: Ditto.
3347 * testsuite/libgomp.oacc-fortran/nested-function-1.f90: Ditto.
3348
3349 2018-05-18 Cesar Philippidis <cesar@codesourcery.com>
3350
3351 PR c++/85782
3352 * testsuite/libgomp.oacc-c-c++-common/pr85782.c: New test.
3353
3354 2018-05-09 Tom de Vries <tom@codesourcery.com>
3355
3356 PR libgomp/82901
3357 * oacc-parallel.c (GOACC_declare): Use GOMP_ASYNC_SYNC as async argument
3358 to GOACC_enter_exit_data.
3359
3360 2018-05-09 Tom de Vries <tom@codesourcery.com>
3361
3362 PR libgomp/83792
3363 * oacc-int.h (async_valid_stream_id_p, async_valid_p)
3364 (async_synchronous_p): New function.
3365 * oacc-async.c (acc_async_test, acc_wait, acc_wait_all_async): Use
3366 async_valid_p.
3367 * oacc-cuda.c (acc_get_cuda_stream, acc_set_cuda_stream): Use
3368 async_valid_stream_id_p.
3369 * oacc-mem.c (gomp_acc_remove_pointer): Use async_synchronous_p.
3370 * oacc-parallel.c (GOACC_parallel_keyed): Same.
3371
3372 2018-05-07 Tom de Vries <tom@codesourcery.com>
3373
3374 PR testsuite/85677
3375 * testsuite/lib/libgomp.exp (libgomp_init): Move inclusion of top-level
3376 include directory in ALWAYS_CFLAGS out of $blddir != "" condition.
3377
3378 2018-05-03 Tom de Vries <tom@codesourcery.com>
3379
3380 PR testsuite/85106
3381 * testsuite/lib/libgomp-dg.exp (libgomp-dg-test): Add save-temps to
3382 extra_tool_flags if it contains an -foffload=-fdump-* flag.
3383 * testsuite/lib/libgomp.exp: Include scanoffloadtree.exp.
3384 * testsuite/libgomp.oacc-c/vec.c: Use scan-offload-tree-dump.
3385
3386 2018-05-02 Tom de Vries <tom@codesourcery.com>
3387
3388 PR libgomp/85411
3389 * plugin/plugin-nvptx.c (nvptx_exec): Move parsing of
3390 GOMP_OPENACC_DIM ...
3391 * env.c (parse_gomp_openacc_dim): ... here. New function.
3392 (initialize_env): Call parse_gomp_openacc_dim.
3393 (goacc_default_dims): Define.
3394 * libgomp.h (goacc_default_dims): Declare.
3395 * oacc-plugin.c (GOMP_PLUGIN_acc_default_dim): New function.
3396 * oacc-plugin.h (GOMP_PLUGIN_acc_default_dim): Declare.
3397 * libgomp.map: New version "GOMP_PLUGIN_1.2". Add
3398 GOMP_PLUGIN_acc_default_dim.
3399 * testsuite/libgomp.oacc-c-c++-common/loop-default-runtime.c: New test.
3400 * testsuite/libgomp.oacc-c-c++-common/loop-default.h: New test.
3401
3402 2018-05-02 Tom de Vries <tom@codesourcery.com>
3403
3404 PR testsuite/83791
3405 * testsuite/libgomp.c++/udr-9.C: Update.
3406 * testsuite/libgomp.c++/atomic-16.C: Remove.
3407 * testsuite/libgomp.c++/cancel-taskgroup-2.C: Remove.
3408 * testsuite/libgomp.c++/loop-13.C: Remove.
3409 * testsuite/libgomp.c++/loop-14.C: Remove.
3410 * testsuite/libgomp.c++/loop-15.C: Remove.
3411 * testsuite/libgomp.c++/monotonic-1.C: Remove.
3412 * testsuite/libgomp.c++/monotonic-2.C: Remove.
3413 * testsuite/libgomp.c++/nonmonotonic-1.C: Remove.
3414 * testsuite/libgomp.c++/nonmonotonic-2.C: Remove.
3415 * testsuite/libgomp.c++/ordered-1.C: Remove.
3416 * testsuite/libgomp.c++/pr45784.C: Remove.
3417 * testsuite/libgomp.c++/pr64824.C: Remove.
3418 * testsuite/libgomp.c++/pr64868.C: Remove.
3419 * testsuite/libgomp.c++/pr66199-1.C: Remove.
3420 * testsuite/libgomp.c++/pr66199-2.C: Remove.
3421 * testsuite/libgomp.c++/pr66199-3.C: Remove.
3422 * testsuite/libgomp.c++/pr66199-4.C: Remove.
3423 * testsuite/libgomp.c++/pr66199-5.C: Remove.
3424 * testsuite/libgomp.c++/pr66199-6.C: Remove.
3425 * testsuite/libgomp.c++/pr66199-7.C: Remove.
3426 * testsuite/libgomp.c++/pr66199-8.C: Remove.
3427 * testsuite/libgomp.c++/pr66199-9.C: Remove.
3428 * testsuite/libgomp.c++/pr69389.C: Remove.
3429 * testsuite/libgomp.c++/simd10.C: Remove.
3430 * testsuite/libgomp.c++/simd11.C: Remove.
3431 * testsuite/libgomp.c++/simd12.C: Remove.
3432 * testsuite/libgomp.c++/simd13.C: Remove.
3433 * testsuite/libgomp.c++/target-1.C: Remove.
3434 * testsuite/libgomp.c++/target-3.C: Remove.
3435 * testsuite/libgomp.c++/target-4.C: Remove.
3436 * testsuite/libgomp.c++/target-5.C: Remove.
3437 * testsuite/libgomp.c++/taskgroup-1.C: Remove.
3438 * testsuite/libgomp.c++/taskloop-1.C: Remove.
3439 * testsuite/libgomp.c++/taskloop-2.C: Remove.
3440 * testsuite/libgomp.c++/taskloop-3.C: Remove.
3441 * testsuite/libgomp.c++/taskloop-4.C: Remove.
3442 * testsuite/libgomp.c++/udr-9.C: Remove.
3443 * testsuite/libgomp.c++/for-10.C: Remove.
3444 * testsuite/libgomp.c++/for-11.C: Remove.
3445 * testsuite/libgomp.c++/for-12.C: Remove.
3446 * testsuite/libgomp.c++/for-13.C: Remove.
3447 * testsuite/libgomp.c++/for-14.C: Remove.
3448 * testsuite/libgomp.c++/for-9.C: Remove.
3449 * testsuite/libgomp.c/atomic-18.c: Move ...
3450 * testsuite/libgomp.c-c++-common/atomic-18.c: ... here.
3451 * testsuite/libgomp.c/cancel-taskgroup-2.c: Move ...
3452 * testsuite/libgomp.c-c++-common/cancel-taskgroup-2.c: here.
3453 * testsuite/libgomp.c/loop-13.c: Move ...
3454 * testsuite/libgomp.c-c++-common/loop-13.c: ... here.
3455 * testsuite/libgomp.c/loop-14.c: Move ...
3456 * testsuite/libgomp.c-c++-common/loop-14.c: ... here.
3457 * testsuite/libgomp.c/loop-15.c: Remove.
3458 * testsuite/libgomp.c-c++-common/loop-15.c: New test.
3459 * testsuite/libgomp.c/monotonic-1.c: Move ...
3460 * testsuite/libgomp.c-c++-common/monotonic-1.c: ... here.
3461 * testsuite/libgomp.c/monotonic-2.c: Move ...
3462 * testsuite/libgomp.c-c++-common/monotonic-2.c: ... here.
3463 * testsuite/libgomp.c/nonmonotonic-1.c: Move ...
3464 * testsuite/libgomp.c-c++-common/nonmonotonic-1.c: ... here.
3465 * testsuite/libgomp.c/nonmonotonic-2.c: Move ...
3466 * testsuite/libgomp.c-c++-common/nonmonotonic-2.c: ... here.
3467 * testsuite/libgomp.c/ordered-4.c: Move ...
3468 * testsuite/libgomp.c-c++-common/ordered-4.c: ... here.
3469 * testsuite/libgomp.c/pr45784.c: Move ...
3470 * testsuite/libgomp.c-c++-common/pr45784.c: ... here.
3471 * testsuite/libgomp.c/pr64824.c: Move ...
3472 * testsuite/libgomp.c-c++-common/pr64824.c: ... here.
3473 * testsuite/libgomp.c/pr64868.c: Move ...
3474 * testsuite/libgomp.c-c++-common/pr64868.c: ... here.
3475 * testsuite/libgomp.c/pr66199-1.c: Move ...
3476 * testsuite/libgomp.c-c++-common/pr66199-1.c: ... here.
3477 * testsuite/libgomp.c/pr66199-2.c: Move ...
3478 * testsuite/libgomp.c-c++-common/pr66199-2.c: ... here.
3479 * testsuite/libgomp.c/pr66199-3.c: Move ...
3480 * testsuite/libgomp.c-c++-common/pr66199-3.c: ... here.
3481 * testsuite/libgomp.c/pr66199-4.c: Move ...
3482 * testsuite/libgomp.c-c++-common/pr66199-4.c: ... here.
3483 * testsuite/libgomp.c/pr66199-5.c: Move ...
3484 * testsuite/libgomp.c-c++-common/pr66199-5.c: ... here.
3485 * testsuite/libgomp.c/pr66199-6.c: Move ...
3486 * testsuite/libgomp.c-c++-common/pr66199-6.c: ... here.
3487 * testsuite/libgomp.c/pr66199-7.c: Move ...
3488 * testsuite/libgomp.c-c++-common/pr66199-7.c: ... here.
3489 * testsuite/libgomp.c/pr66199-8.c: Move ...
3490 * testsuite/libgomp.c-c++-common/pr66199-8.c: ... here.
3491 * testsuite/libgomp.c/pr66199-9.c: Move ...
3492 * testsuite/libgomp.c-c++-common/pr66199-9.c: ... here.
3493 * testsuite/libgomp.c/pr69389.c: Move ...
3494 * testsuite/libgomp.c-c++-common/pr69389.c: ... here.
3495 * testsuite/libgomp.c/simd-14.c: Move ...
3496 * testsuite/libgomp.c-c++-common/simd-14.c: ... here.
3497 * testsuite/libgomp.c/simd-15.c: Move ...
3498 * testsuite/libgomp.c-c++-common/simd-15.c: ... here.
3499 * testsuite/libgomp.c/simd-16.c: Move ...
3500 * testsuite/libgomp.c-c++-common/simd-16.c: ... here.
3501 * testsuite/libgomp.c/simd-17.c: Move ...
3502 * testsuite/libgomp.c-c++-common/simd-17.c: ... here.
3503 * testsuite/libgomp.c/target-1.c: Move ...
3504 * testsuite/libgomp.c-c++-common/target-1.c: ... here.
3505 * testsuite/libgomp.c/target-10.c: Move ...
3506 * testsuite/libgomp.c-c++-common/target-10.c: ... here.
3507 * testsuite/libgomp.c/target-13.c: Move ...
3508 * testsuite/libgomp.c-c++-common/target-13.c: ... here.
3509 * testsuite/libgomp.c/target-2.c: Move ...
3510 * testsuite/libgomp.c-c++-common/target-2.c: ... here.
3511 * testsuite/libgomp.c/taskgroup-1.c: Move ...
3512 * testsuite/libgomp.c-c++-common/taskgroup-1.c: ... here.
3513 * testsuite/libgomp.c/taskloop-1.c: Move ...
3514 * testsuite/libgomp.c-c++-common/taskloop-1.c: ... here.
3515 * testsuite/libgomp.c/taskloop-2.c: Move ...
3516 * testsuite/libgomp.c-c++-common/taskloop-2.c: ... here.
3517 * testsuite/libgomp.c/taskloop-3.c: Move ...
3518 * testsuite/libgomp.c-c++-common/taskloop-3.c: ... here.
3519 * testsuite/libgomp.c/taskloop-4.c: Move ...
3520 * testsuite/libgomp.c-c++-common/taskloop-4.c: ... here.
3521 * testsuite/libgomp.c/udr-1.c: Move ...
3522 * testsuite/libgomp.c-c++-common/udr-1.c: ... here.
3523 * testsuite/libgomp.c/for-1.c: Move ...
3524 * testsuite/libgomp.c-c++-common/for-1.c: ... here.
3525 * testsuite/libgomp.c/for-1.h: Move ...
3526 * testsuite/libgomp.c-c++-common/for-1.h: ... here.
3527 * testsuite/libgomp.c/for-2.c: Move ...
3528 * testsuite/libgomp.c-c++-common/for-2.c: ... here.
3529 * testsuite/libgomp.c/for-2.h: Move ...
3530 * testsuite/libgomp.c-c++-common/for-2.h: ... here.
3531 * testsuite/libgomp.c/for-3.c: Move ...
3532 * testsuite/libgomp.c-c++-common/for-3.c: ... here.
3533 * testsuite/libgomp.c/for-4.c: Move ...
3534 * testsuite/libgomp.c-c++-common/for-4.c: ... here.
3535 * testsuite/libgomp.c/for-5.c: Move ...
3536 * testsuite/libgomp.c-c++-common/for-5.c: ... here.
3537 * testsuite/libgomp.c/for-6.c: Move ...
3538 * testsuite/libgomp.c-c++-common/for-6.c: ... here.
3539
3540 2018-05-02 Tom de Vries <tom@codesourcery.com>
3541
3542 PR libgomp/82428
3543 * testsuite/libgomp.oacc-c-c++-common/gang-static-2.c: Use
3544 __builtin_goacc_parlevel_{id,size}.
3545 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Same.
3546 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Same.
3547 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Same.
3548 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Same.
3549 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Same.
3550 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Same.
3551 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Same.
3552 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Same.
3553 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Same.
3554 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Same.
3555 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Same.
3556 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Same.
3557 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Same.
3558 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Same.
3559 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Same.
3560 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Same.
3561 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Same.
3562 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Same.
3563 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Same.
3564 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Same.
3565 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Same.
3566 * testsuite/libgomp.oacc-c-c++-common/routine-wv-2.c: Same.
3567 * testsuite/libgomp.oacc-c-c++-common/tile-1.c: Same.
3568
3569 2018-05-02 Tom de Vries <tom@codesourcery.com>
3570
3571 PR testsuite/85106
3572 * testsuite/lib/libgomp.exp: Include scanltranstree.exp.
3573
3574 2018-05-02 Tom de Vries <tom@codesourcery.com>
3575
3576 PR testsuite/85106
3577 * testsuite/lib/libgomp.exp: Include scanwpaipa.exp.
3578
3579 2018-04-29 Julian Brown <julian@codesourcery.com>
3580 Tom de Vries <tom@codesourcery.com>
3581
3582 PR testsuite/85527
3583 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-1.c: Allow
3584 arbitrary order for iterations of atomic subtract check.
3585
3586 2018-04-28 Tom de Vries <tom@codesourcery.com>
3587
3588 PR testsuite/85527
3589 * testsuite/libgomp.oacc-fortran/atomic_capture-1.f90 (main): Store
3590 atomic capture results obtained in parallel loop to an array, instead of
3591 to a scalar.
3592
3593 2018-04-26 Tom de Vries <tom@codesourcery.com>
3594
3595 PR libgomp/84020
3596 * plugin/cuda/cuda.h (CUjit_option): Add CU_JIT_OPTIMIZATION_LEVEL.
3597 * plugin/plugin-nvptx.c (_GNU_SOURCE): Define.
3598 (process_GOMP_NVPTX_JIT): New function.
3599 (link_ptx): Use process_GOMP_NVPTX_JIT.
3600
3601 2018-04-26 Richard Biener <rguenther@suse.de>
3602 Tom de Vries <tom@codesourcery.com>
3603
3604 PR lto/85422
3605 * testsuite/libgomp.oacc-c-c++-common/pr85422.c: New test.
3606
3607 2018-04-26 Tom de Vries <tom@codesourcery.com>
3608
3609 PR target/85519
3610 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: Reduce
3611 recursion depth from 25 to 23.
3612 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: Same.
3613
3614 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
3615
3616 * configure: Regenerated.
3617
3618 2018-04-20 Nathan Sidwell <nathan@codesourcery.com>
3619 Tom de Vries <tom@codesourcery.com>
3620
3621 PR target/85445
3622 * testsuite/libgomp.oacc-c++/ref-1.C: New.
3623
3624 2018-04-19 Thomas Schwinge <thomas@codesourcery.com>
3625
3626 PR libgomp/85463
3627 * testsuite/libgomp.oacc-fortran/error_stop-1.f: New file.
3628 * testsuite/libgomp.oacc-fortran/error_stop-2.f: Likewise.
3629 * testsuite/libgomp.oacc-fortran/error_stop-3.f: Likewise.
3630 * testsuite/libgomp.oacc-fortran/stop-1.f: Likewise.
3631 * testsuite/libgomp.oacc-fortran/stop-2.f: Likewise.
3632 * testsuite/libgomp.oacc-fortran/stop-3.f: Likewise.
3633
3634 PR libfortran/85166
3635 * testsuite/libgomp.oacc-fortran/abort-1.f90: Switch back to "call
3636 abort".
3637 * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise.
3638
3639 2018-04-19 Jakub Jelinek <jakub@redhat.com>
3640
3641 * configure: Regenerated.
3642
3643 2018-04-18 David Malcolm <dmalcolm@redhat.com>
3644
3645 PR jit/85384
3646 * configure: Regenerate.
3647
3648 2018-04-16 Cesar Philippidis <cesar@codesourcery.com>
3649 Tom de Vries <tom@codesourcery.com>
3650
3651 PR middle-end/84955
3652 * testsuite/libgomp.oacc-c-c++-common/pr84955.c: New test.
3653 * testsuite/libgomp.oacc-fortran/pr84955.f90: New test.
3654
3655 2018-04-12 Thomas Koenig <tkoenig@gcc.gnu.org>
3656
3657 PR fortran/83064
3658 PR testsuite/85346
3659 * testsuite/libgomp.fortran/do_concurrent_5.f90: Move modified
3660 test from gfortran.dg to here.
3661
3662 2018-04-12 Cesar Philippidis <cesar@codesourcery.com>
3663
3664 * testsuite/libgomp.oacc-c-c++-common/pr84955.c: Revert 259346.
3665 * testsuite/libgomp.oacc-fortran/pr84955.f90: Likewise.
3666
3667 2018-04-12 Cesar Philippidis <cesar@codesourcery.com>
3668
3669 PR middle-end/84955
3670 * testsuite/libgomp.oacc-c-c++-common/pr84955.c: New test.
3671 * testsuite/libgomp.oacc-fortran/pr84955.f90: New test.
3672
3673 2018-04-05 Tom de Vries <tom@codesourcery.com>
3674
3675 PR target/85204
3676 * testsuite/libgomp.oacc-c-c++-common/broadcast-1.c: New test.
3677
3678 2018-03-26 Tom de Vries <tom@codesourcery.com>
3679
3680 PR tree-optimization/85063
3681 * testsuite/libgomp.c/switch-conversion-2.c: New test.
3682 * testsuite/libgomp.c/switch-conversion.c: New test.
3683 * testsuite/libgomp.oacc-c-c++-common/switch-conversion-2.c: New test.
3684 * testsuite/libgomp.oacc-c-c++-common/switch-conversion.c: New test.
3685
3686 2018-03-25 Thomas Koenig <tkoenig@gcc.gnu.org>
3687
3688 PR fortran/84381
3689 * testsuite/libgomp.fortran/aligned1.f03: Replace non-standard
3690 call abort by STOP n.
3691 * testsuite/libgomp.fortran/alloc-comp-1.f90: Likewise.
3692 * testsuite/libgomp.fortran/alloc-comp-2.f90: Likewise.
3693 * testsuite/libgomp.fortran/alloc-comp-3.f90: Likewise.
3694 * testsuite/libgomp.fortran/allocatable1.f90: Likewise.
3695 * testsuite/libgomp.fortran/allocatable10.f90: Likewise.
3696 * testsuite/libgomp.fortran/allocatable11.f90: Likewise.
3697 * testsuite/libgomp.fortran/allocatable12.f90: Likewise.
3698 * testsuite/libgomp.fortran/allocatable2.f90: Likewise.
3699 * testsuite/libgomp.fortran/allocatable3.f90: Likewise.
3700 * testsuite/libgomp.fortran/allocatable4.f90: Likewise.
3701 * testsuite/libgomp.fortran/allocatable5.f90: Likewise.
3702 * testsuite/libgomp.fortran/allocatable6.f90: Likewise.
3703 * testsuite/libgomp.fortran/allocatable7.f90: Likewise.
3704 * testsuite/libgomp.fortran/allocatable8.f90: Likewise.
3705 * testsuite/libgomp.fortran/allocatable9.f90: Likewise.
3706 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: Likewise.
3707 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: Likewise.
3708 * testsuite/libgomp.fortran/associate1.f90: Likewise.
3709 * testsuite/libgomp.fortran/associate2.f90: Likewise.
3710 * testsuite/libgomp.fortran/associate3.f90: Likewise.
3711 * testsuite/libgomp.fortran/cancel-do-1.f90: Likewise.
3712 * testsuite/libgomp.fortran/cancel-do-2.f90: Likewise.
3713 * testsuite/libgomp.fortran/cancel-parallel-1.f90: Likewise.
3714 * testsuite/libgomp.fortran/cancel-sections-1.f90: Likewise.
3715 * testsuite/libgomp.fortran/cancel-taskgroup-2.f90: Likewise.
3716 * testsuite/libgomp.fortran/character1.f90: Likewise.
3717 * testsuite/libgomp.fortran/character2.f90: Likewise.
3718 * testsuite/libgomp.fortran/collapse1.f90: Likewise.
3719 * testsuite/libgomp.fortran/collapse2.f90: Likewise.
3720 * testsuite/libgomp.fortran/collapse3.f90: Likewise.
3721 * testsuite/libgomp.fortran/collapse4.f90: Likewise.
3722 * testsuite/libgomp.fortran/crayptr1.f90: Likewise.
3723 * testsuite/libgomp.fortran/crayptr2.f90: Likewise.
3724 * testsuite/libgomp.fortran/crayptr3.f90: Likewise.
3725 * testsuite/libgomp.fortran/declare-simd-1.f90: Likewise.
3726 * testsuite/libgomp.fortran/declare-simd-3.f90: Likewise.
3727 * testsuite/libgomp.fortran/declare-target-2.f90: Likewise.
3728 * testsuite/libgomp.fortran/depend-1.f90: Likewise.
3729 * testsuite/libgomp.fortran/depend-2.f90: Likewise.
3730 * testsuite/libgomp.fortran/depend-3.f90: Likewise.
3731 * testsuite/libgomp.fortran/do1.f90: Likewise.
3732 * testsuite/libgomp.fortran/do2.f90: Likewise.
3733 * testsuite/libgomp.fortran/doacross1.f90: Likewise.
3734 * testsuite/libgomp.fortran/doacross2.f90: Likewise.
3735 * testsuite/libgomp.fortran/doacross3.f90: Likewise.
3736 * testsuite/libgomp.fortran/examples-4/array_sections-3.f90: Likewise.
3737 * testsuite/libgomp.fortran/examples-4/array_sections-4.f90: Likewise.
3738 * testsuite/libgomp.fortran/examples-4/async_target-1.f90: Likewise.
3739 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: Likewise.
3740 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: Likewise.
3741 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: Likewise.
3742 * testsuite/libgomp.fortran/examples-4/declare_target-3.f90: Likewise.
3743 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90: Likewise.
3744 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90: Likewise.
3745 * testsuite/libgomp.fortran/examples-4/device-1.f90: Likewise.
3746 * testsuite/libgomp.fortran/examples-4/device-2.f90: Likewise.
3747 * testsuite/libgomp.fortran/examples-4/device-3.f90: Likewise.
3748 * testsuite/libgomp.fortran/examples-4/simd-1.f90: Likewise.
3749 * testsuite/libgomp.fortran/examples-4/simd-2.f90: Likewise.
3750 * testsuite/libgomp.fortran/examples-4/simd-3.f90: Likewise.
3751 * testsuite/libgomp.fortran/examples-4/simd-4.f90: Likewise.
3752 * testsuite/libgomp.fortran/examples-4/simd-5.f90: Likewise.
3753 * testsuite/libgomp.fortran/examples-4/simd-6.f90: Likewise.
3754 * testsuite/libgomp.fortran/examples-4/simd-7.f90: Likewise.
3755 * testsuite/libgomp.fortran/examples-4/simd-8.f90: Likewise.
3756 * testsuite/libgomp.fortran/examples-4/target-1.f90: Likewise.
3757 * testsuite/libgomp.fortran/examples-4/target-2.f90: Likewise.
3758 * testsuite/libgomp.fortran/examples-4/target-3.f90: Likewise.
3759 * testsuite/libgomp.fortran/examples-4/target-4.f90: Likewise.
3760 * testsuite/libgomp.fortran/examples-4/target-5.f90: Likewise.
3761 * testsuite/libgomp.fortran/examples-4/target_data-1.f90: Likewise.
3762 * testsuite/libgomp.fortran/examples-4/target_data-2.f90: Likewise.
3763 * testsuite/libgomp.fortran/examples-4/target_data-3.f90: Likewise.
3764 * testsuite/libgomp.fortran/examples-4/target_data-4.f90: Likewise.
3765 * testsuite/libgomp.fortran/examples-4/target_data-5.f90: Likewise.
3766 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: Likewise.
3767 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: Likewise.
3768 * testsuite/libgomp.fortran/examples-4/target_update-1.f90: Likewise.
3769 * testsuite/libgomp.fortran/examples-4/target_update-2.f90: Likewise.
3770 * testsuite/libgomp.fortran/examples-4/task_dep-1.f90: Likewise.
3771 * testsuite/libgomp.fortran/examples-4/task_dep-2.f90: Likewise.
3772 * testsuite/libgomp.fortran/examples-4/task_dep-3.f90: Likewise.
3773 * testsuite/libgomp.fortran/examples-4/task_dep-4.f90: Likewise.
3774 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: Likewise.
3775 * testsuite/libgomp.fortran/examples-4/teams-2.f90: Likewise.
3776 * testsuite/libgomp.fortran/examples-4/teams-3.f90: Likewise.
3777 * testsuite/libgomp.fortran/examples-4/teams-4.f90: Likewise.
3778 * testsuite/libgomp.fortran/examples-4/teams-5.f90: Likewise.
3779 * testsuite/libgomp.fortran/examples-4/teams-6.f90: Likewise.
3780 * testsuite/libgomp.fortran/lastprivate1.f90: Likewise.
3781 * testsuite/libgomp.fortran/lastprivate2.f90: Likewise.
3782 * testsuite/libgomp.fortran/lib1.f90: Likewise.
3783 * testsuite/libgomp.fortran/lib2.f: Likewise.
3784 * testsuite/libgomp.fortran/lib3.f: Likewise.
3785 * testsuite/libgomp.fortran/lib4.f90: Likewise.
3786 * testsuite/libgomp.fortran/lock-1.f90: Likewise.
3787 * testsuite/libgomp.fortran/lock-2.f90: Likewise.
3788 * testsuite/libgomp.fortran/nested1.f90: Likewise.
3789 * testsuite/libgomp.fortran/nestedfn1.f90: Likewise.
3790 * testsuite/libgomp.fortran/nestedfn2.f90: Likewise.
3791 * testsuite/libgomp.fortran/nestedfn3.f90: Likewise.
3792 * testsuite/libgomp.fortran/nestedfn4.f90: Likewise.
3793 * testsuite/libgomp.fortran/nestedfn5.f90: Likewise.
3794 * testsuite/libgomp.fortran/omp_atomic1.f90: Likewise.
3795 * testsuite/libgomp.fortran/omp_atomic2.f90: Likewise.
3796 * testsuite/libgomp.fortran/omp_atomic3.f90: Likewise.
3797 * testsuite/libgomp.fortran/omp_atomic4.f90: Likewise.
3798 * testsuite/libgomp.fortran/omp_atomic5.f90: Likewise.
3799 * testsuite/libgomp.fortran/omp_cond1.f: Likewise.
3800 * testsuite/libgomp.fortran/omp_cond2.f: Likewise.
3801 * testsuite/libgomp.fortran/omp_cond3.F90: Likewise.
3802 * testsuite/libgomp.fortran/omp_cond4.F90: Likewise.
3803 * testsuite/libgomp.fortran/omp_parse1.f90: Likewise.
3804 * testsuite/libgomp.fortran/omp_parse2.f90: Likewise.
3805 * testsuite/libgomp.fortran/omp_parse3.f90: Likewise.
3806 * testsuite/libgomp.fortran/omp_parse4.f90: Likewise.
3807 * testsuite/libgomp.fortran/openmp_version-1.f: Likewise.
3808 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
3809 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95: Likewise.
3810 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95: Likewise.
3811 * testsuite/libgomp.fortran/pointer1.f90: Likewise.
3812 * testsuite/libgomp.fortran/pointer2.f90: Likewise.
3813 * testsuite/libgomp.fortran/pr25162.f: Likewise.
3814 * testsuite/libgomp.fortran/pr25219.f90: Likewise.
3815 * testsuite/libgomp.fortran/pr27395-1.f90: Likewise.
3816 * testsuite/libgomp.fortran/pr27395-2.f90: Likewise.
3817 * testsuite/libgomp.fortran/pr27416-1.f90: Likewise.
3818 * testsuite/libgomp.fortran/pr27916-1.f90: Likewise.
3819 * testsuite/libgomp.fortran/pr27916-2.f90: Likewise.
3820 * testsuite/libgomp.fortran/pr28390.f: Likewise.
3821 * testsuite/libgomp.fortran/pr29629.f90: Likewise.
3822 * testsuite/libgomp.fortran/pr32550.f90: Likewise.
3823 * testsuite/libgomp.fortran/pr33880.f90: Likewise.
3824 * testsuite/libgomp.fortran/pr34020.f90: Likewise.
3825 * testsuite/libgomp.fortran/pr35130.f90: Likewise.
3826 * testsuite/libgomp.fortran/pr42162.f90: Likewise.
3827 * testsuite/libgomp.fortran/pr46753.f90: Likewise.
3828 * testsuite/libgomp.fortran/pr48894.f90: Likewise.
3829 * testsuite/libgomp.fortran/pr49792-1.f90: Likewise.
3830 * testsuite/libgomp.fortran/pr49792-2.f90: Likewise.
3831 * testsuite/libgomp.fortran/pr63938-1.f90: Likewise.
3832 * testsuite/libgomp.fortran/pr63938-2.f90: Likewise.
3833 * testsuite/libgomp.fortran/pr65597.f90: Likewise.
3834 * testsuite/libgomp.fortran/pr66199-1.f90: Likewise.
3835 * testsuite/libgomp.fortran/pr71014.f90: Likewise.
3836 * testsuite/libgomp.fortran/pr81304.f90: Likewise.
3837 * testsuite/libgomp.fortran/pr81841.f90: Likewise.
3838 * testsuite/libgomp.fortran/pr84418-1.f90: Likewise.
3839 * testsuite/libgomp.fortran/pr84418-2.f90: Likewise.
3840 * testsuite/libgomp.fortran/procptr1.f90: Likewise.
3841 * testsuite/libgomp.fortran/recursion1.f90: Likewise.
3842 * testsuite/libgomp.fortran/reduction1.f90: Likewise.
3843 * testsuite/libgomp.fortran/reduction2.f90: Likewise.
3844 * testsuite/libgomp.fortran/reduction3.f90: Likewise.
3845 * testsuite/libgomp.fortran/reduction4.f90: Likewise.
3846 * testsuite/libgomp.fortran/reduction5.f90: Likewise.
3847 * testsuite/libgomp.fortran/reduction6.f90: Likewise.
3848 * testsuite/libgomp.fortran/reference1.f90: Likewise.
3849 * testsuite/libgomp.fortran/reference2.f90: Likewise.
3850 * testsuite/libgomp.fortran/retval1.f90: Likewise.
3851 * testsuite/libgomp.fortran/retval2.f90: Likewise.
3852 * testsuite/libgomp.fortran/sharing1.f90: Likewise.
3853 * testsuite/libgomp.fortran/sharing2.f90: Likewise.
3854 * testsuite/libgomp.fortran/simd1.f90: Likewise.
3855 * testsuite/libgomp.fortran/simd2.f90: Likewise.
3856 * testsuite/libgomp.fortran/simd3.f90: Likewise.
3857 * testsuite/libgomp.fortran/simd4.f90: Likewise.
3858 * testsuite/libgomp.fortran/simd5.f90: Likewise.
3859 * testsuite/libgomp.fortran/simd6.f90: Likewise.
3860 * testsuite/libgomp.fortran/simd7.f90: Likewise.
3861 * testsuite/libgomp.fortran/stack.f90: Likewise.
3862 * testsuite/libgomp.fortran/strassen.f90: Likewise.
3863 * testsuite/libgomp.fortran/tabs1.f90: Likewise.
3864 * testsuite/libgomp.fortran/tabs2.f: Likewise.
3865 * testsuite/libgomp.fortran/target1.f90: Likewise.
3866 * testsuite/libgomp.fortran/target2.f90: Likewise.
3867 * testsuite/libgomp.fortran/target3.f90: Likewise.
3868 * testsuite/libgomp.fortran/target4.f90: Likewise.
3869 * testsuite/libgomp.fortran/target5.f90: Likewise.
3870 * testsuite/libgomp.fortran/target6.f90: Likewise.
3871 * testsuite/libgomp.fortran/target7.f90: Likewise.
3872 * testsuite/libgomp.fortran/target8.f90: Likewise.
3873 * testsuite/libgomp.fortran/task1.f90: Likewise.
3874 * testsuite/libgomp.fortran/task2.f90: Likewise.
3875 * testsuite/libgomp.fortran/task3.f90: Likewise.
3876 * testsuite/libgomp.fortran/task4.f90: Likewise.
3877 * testsuite/libgomp.fortran/taskgroup1.f90: Likewise.
3878 * testsuite/libgomp.fortran/taskloop1.f90: Likewise.
3879 * testsuite/libgomp.fortran/taskloop2.f90: Likewise.
3880 * testsuite/libgomp.fortran/taskloop3.f90: Likewise.
3881 * testsuite/libgomp.fortran/taskloop4.f90: Likewise.
3882 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
3883 * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
3884 * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
3885 * testsuite/libgomp.fortran/threadprivate4.f90: Likewise.
3886 * testsuite/libgomp.fortran/udr1.f90: Likewise.
3887 * testsuite/libgomp.fortran/udr10.f90: Likewise.
3888 * testsuite/libgomp.fortran/udr11.f90: Likewise.
3889 * testsuite/libgomp.fortran/udr12.f90: Likewise.
3890 * testsuite/libgomp.fortran/udr13.f90: Likewise.
3891 * testsuite/libgomp.fortran/udr14.f90: Likewise.
3892 * testsuite/libgomp.fortran/udr15.f90: Likewise.
3893 * testsuite/libgomp.fortran/udr2.f90: Likewise.
3894 * testsuite/libgomp.fortran/udr3.f90: Likewise.
3895 * testsuite/libgomp.fortran/udr4.f90: Likewise.
3896 * testsuite/libgomp.fortran/udr5.f90: Likewise.
3897 * testsuite/libgomp.fortran/udr6.f90: Likewise.
3898 * testsuite/libgomp.fortran/udr7.f90: Likewise.
3899 * testsuite/libgomp.fortran/udr8.f90: Likewise.
3900 * testsuite/libgomp.fortran/udr9.f90: Likewise.
3901 * testsuite/libgomp.fortran/vla1.f90: Likewise.
3902 * testsuite/libgomp.fortran/vla2.f90: Likewise.
3903 * testsuite/libgomp.fortran/vla3.f90: Likewise.
3904 * testsuite/libgomp.fortran/vla4.f90: Likewise.
3905 * testsuite/libgomp.fortran/vla5.f90: Likewise.
3906 * testsuite/libgomp.fortran/vla6.f90: Likewise.
3907 * testsuite/libgomp.fortran/vla7.f90: Likewise.
3908 * testsuite/libgomp.fortran/vla8.f90: Likewise.
3909 * testsuite/libgomp.fortran/workshare1.f90: Likewise.
3910 * testsuite/libgomp.fortran/workshare2.f90: Likewise.
3911 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
3912 * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise.
3913 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
3914 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
3915 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
3916 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
3917 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
3918 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
3919 * testsuite/libgomp.oacc-fortran/atomic_capture-1.f90: Likewise.
3920 * testsuite/libgomp.oacc-fortran/atomic_rw-1.f90: Likewise.
3921 * testsuite/libgomp.oacc-fortran/atomic_update-1.f90: Likewise.
3922 * testsuite/libgomp.oacc-fortran/c2.pl: Likewise.
3923 * testsuite/libgomp.oacc-fortran/clauses-1.f90: Likewise.
3924 * testsuite/libgomp.oacc-fortran/collapse-1.f90: Likewise.
3925 * testsuite/libgomp.oacc-fortran/collapse-2.f90: Likewise.
3926 * testsuite/libgomp.oacc-fortran/collapse-3.f90: Likewise.
3927 * testsuite/libgomp.oacc-fortran/collapse-4.f90: Likewise.
3928 * testsuite/libgomp.oacc-fortran/collapse-5.f90: Likewise.
3929 * testsuite/libgomp.oacc-fortran/collapse-6.f90: Likewise.
3930 * testsuite/libgomp.oacc-fortran/collapse-7.f90: Likewise.
3931 * testsuite/libgomp.oacc-fortran/collapse-8.f90: Likewise.
3932 * testsuite/libgomp.oacc-fortran/combined-directives-1.f90: Likewise.
3933 * testsuite/libgomp.oacc-fortran/combined-reduction.f90: Likewise.
3934 * testsuite/libgomp.oacc-fortran/data-1.f90: Likewise.
3935 * testsuite/libgomp.oacc-fortran/data-2.f90: Likewise.
3936 * testsuite/libgomp.oacc-fortran/data-3.f90: Likewise.
3937 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
3938 * testsuite/libgomp.oacc-fortran/data-4.f90: Likewise.
3939 * testsuite/libgomp.oacc-fortran/declare-1.f90: Likewise.
3940 * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
3941 * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
3942 * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
3943 * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
3944 * testsuite/libgomp.oacc-fortran/default-1.f90: Likewise.
3945 * testsuite/libgomp.oacc-fortran/firstprivate-1.f90: Likewise.
3946 * testsuite/libgomp.oacc-fortran/gang-static-1.f90: Likewise.
3947 * testsuite/libgomp.oacc-fortran/host_data-1.f90: Likewise.
3948 * testsuite/libgomp.oacc-fortran/if-1.f90: Likewise.
3949 * testsuite/libgomp.oacc-fortran/implicit-firstprivate-ref.f90: Likewise.
3950 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: Likewise.
3951 * testsuite/libgomp.oacc-fortran/kernels-loop-data-2.f95: Likewise.
3952 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit-2.f95: Likewise.
3953 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit.f95: Likewise.
3954 * testsuite/libgomp.oacc-fortran/kernels-loop-data-update.f95: Likewise.
3955 * testsuite/libgomp.oacc-fortran/kernels-loop-data.f95: Likewise.
3956 * testsuite/libgomp.oacc-fortran/kernels-loop.f95: Likewise.
3957 * testsuite/libgomp.oacc-fortran/lib-1.f90: Likewise.
3958 * testsuite/libgomp.oacc-fortran/lib-10.f90: Likewise.
3959 * testsuite/libgomp.oacc-fortran/lib-2.f: Likewise.
3960 * testsuite/libgomp.oacc-fortran/lib-3.f: Likewise.
3961 * testsuite/libgomp.oacc-fortran/lib-32-1.f: Likewise.
3962 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
3963 * testsuite/libgomp.oacc-fortran/lib-4.f90: Likewise.
3964 * testsuite/libgomp.oacc-fortran/lib-5.f90: Likewise.
3965 * testsuite/libgomp.oacc-fortran/lib-6.f90: Likewise.
3966 * testsuite/libgomp.oacc-fortran/lib-7.f90: Likewise.
3967 * testsuite/libgomp.oacc-fortran/lib-8.f90: Likewise.
3968 * testsuite/libgomp.oacc-fortran/map-1.f90: Likewise.
3969 * testsuite/libgomp.oacc-fortran/nested-function-1.f90: Likewise.
3970 * testsuite/libgomp.oacc-fortran/nested-function-2.f90: Likewise.
3971 * testsuite/libgomp.oacc-fortran/nested-function-3.f90: Likewise.
3972 * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Likewise.
3973 * testsuite/libgomp.oacc-fortran/openacc_version-1.f: Likewise.
3974 * testsuite/libgomp.oacc-fortran/openacc_version-2.f90: Likewise.
3975 * testsuite/libgomp.oacc-fortran/par-reduction-2-1.f: Likewise.
3976 * testsuite/libgomp.oacc-fortran/par-reduction-2-2.f: Likewise.
3977 * testsuite/libgomp.oacc-fortran/parallel-reduction.f90: Likewise.
3978 * testsuite/libgomp.oacc-fortran/pointer-align-1.f90: Likewise.
3979 * testsuite/libgomp.oacc-fortran/pr70643.f90: Likewise.
3980 * testsuite/libgomp.oacc-fortran/pr81352.f90: Likewise.
3981 * testsuite/libgomp.oacc-fortran/pr83920.f90: Likewise.
3982 * testsuite/libgomp.oacc-fortran/pr84028.f90: Likewise.
3983 * testsuite/libgomp.oacc-fortran/private-variables.f90: Likewise.
3984 * testsuite/libgomp.oacc-fortran/pset-1.f90: Likewise.
3985 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Likewise.
3986 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
3987 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
3988 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
3989 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
3990 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
3991 * testsuite/libgomp.oacc-fortran/reduction-7.f90: Likewise.
3992 * testsuite/libgomp.oacc-fortran/reduction-8.f90: Likewise.
3993 * testsuite/libgomp.oacc-fortran/routine-1.f90: Likewise.
3994 * testsuite/libgomp.oacc-fortran/routine-2.f90: Likewise.
3995 * testsuite/libgomp.oacc-fortran/routine-3.f90: Likewise.
3996 * testsuite/libgomp.oacc-fortran/routine-4.f90: Likewise.
3997 * testsuite/libgomp.oacc-fortran/routine-5.f90: Likewise.
3998 * testsuite/libgomp.oacc-fortran/routine-7.f90: Likewise.
3999 * testsuite/libgomp.oacc-fortran/routine-9.f90: Likewise.
4000 * testsuite/libgomp.oacc-fortran/subarrays-1.f90: Likewise.
4001 * testsuite/libgomp.oacc-fortran/subarrays-2.f90: Likewise.
4002 * testsuite/libgomp.oacc-fortran/update-1.f90: Likewise.
4003
4004 2018-03-20 Richard Biener <rguenther@suse.de>
4005
4006 * testsuite/libgomp.graphite/force-parallel-4.c: XFAIL one
4007 parallelizable loop.
4008
4009 2018-02-19 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
4010
4011 PR target/84148
4012 * configure: Regenerate.
4013
4014 2018-02-16 Jakub Jelinek <jakub@redhat.com>
4015
4016 PR fortran/84418
4017 * libgomp.fortran/pr84418-1.f90: New test.
4018 * libgomp.fortran/pr84418-2.f90: New test.
4019
4020 2018-02-14 Jakub Jelinek <jakub@redhat.com>
4021
4022 PR fortran/84313
4023 * testsuite/libgomp.fortran/threadprivate4.f90: Add
4024 -std=f2003 -fall-intrinsics into dg-additional-options.
4025
4026 2018-02-08 Martin Jambor <mjambor@suse.cz>
4027
4028 * testsuite/libgomp.hsa.c/pr82416.c: Make the function with target
4029 clonable.
4030
4031 2018-02-08 Martin Jambor <mjambor@suse.cz>
4032
4033 * testsuite/libgomp.hsa.c/staticvar.c: New test.
4034
4035 2018-02-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4036
4037 * testsuite/libgomp.oacc-c-c++-common/pr84217.c (abort)
4038 [__cplusplus]: Declare extern "C".
4039
4040 2018-02-07 Tom de Vries <tom@codesourcery.com>
4041
4042 PR libgomp/84217
4043 * testsuite/libgomp.oacc-c-c++-common/pr84217.c: New test.
4044
4045 2018-01-29 Christoph Spiel <cspiel@freenet.de>
4046 Jakub Jelinek <jakub@redhat.com>
4047
4048 PR libgomp/84096
4049 * omp.h.in (omp_init_nest_lock_with_hint): Use omp_nest_lock_t
4050 instead of omp_lock_t.
4051
4052 2018-01-25 Tom de Vries <tom@codesourcery.com>
4053
4054 PR target/84028
4055 * testsuite/libgomp.oacc-fortran/pr84028.f90: New test.
4056
4057 2018-01-24 Tom de Vries <tom@codesourcery.com>
4058
4059 PR target/83589
4060 * testsuite/libgomp.oacc-c-c++-common/pr83589.c: New test.
4061
4062 2018-01-24 Tom de Vries <tom@codesourcery.com>
4063
4064 PR target/81352
4065 * testsuite/libgomp.oacc-fortran/pr81352.f90: New test.
4066
4067 2018-01-19 Tom de Vries <tom@codesourcery.com>
4068 Cesar Philippidis <cesar@codesourcery.com>
4069
4070 PR target/83920
4071 * testsuite/libgomp.oacc-c-c++-common/pr83920.c: New test.
4072 * testsuite/libgomp.oacc-fortran/pr83920.f90: New test.
4073
4074 2018-01-03 Jakub Jelinek <jakub@redhat.com>
4075
4076 Update copyright years.
4077
4078 * libgomp.texi: Bump @copying's copyright year.
4079
4080 2017-12-30 Tom de Vries <tom@codesourcery.com>
4081
4082 PR libgomp/83046
4083 * testsuite/libgomp.oacc-c-c++-common/pr83046.c: New test.
4084 * testsuite/libgomp.c-c++-common/pr83046.c: New test.
4085
4086 2017-12-27 Tom de Vries <tom@codesourcery.com>
4087
4088 PR c++/83046
4089 * testsuite/libgomp.oacc-c-c++-common/gang-static-2.c (test_static)
4090 (test_nonstatic): Fix return type to workaround PR83046.
4091
4092 2017-12-05 Jakub Jelinek <jakub@redhat.com>
4093
4094 PR testsuite/83281
4095 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c (main): Use
4096 j suffix instead of i.
4097 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c (main):
4098 Likewise.
4099
4100 2017-12-01 Cesar Philippidis <cesar@codesourcery.com>
4101
4102 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Add missing
4103 call to acc_wait (1).
4104
4105 2017-11-24 Jakub Jelinek <jakub@redhat.com>
4106
4107 PR fortran/81304
4108 * testsuite/libgomp.fortran/pr81304.f90: New test.
4109
4110 2017-11-23 Jakub Jelinek <jakub@redhat.com>
4111
4112 PR fortran/81841
4113 * libgomp.fortran/pr81841.f90: New test.
4114
4115 2017-11-22 Jakub Jelinek <jakub@redhat.com>
4116
4117 PR libgomp/83106
4118 * target.c (gomp_target_init): Compute lengths just once and
4119 use them in both malloc size and subsequent copying.
4120
4121 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
4122
4123 * configure.ac: Set CET_FLAGS, update XCFLAGS and FCFLAGS.
4124 * acinclude.m4: Add cet.m4.
4125 * configure: Regenerate.
4126 * Makefile.in: Likewise.
4127 * testsuite/Makefile.in: Likewise.
4128
4129 2017-11-15 Tom de Vries <tom@codesourcery.com>
4130
4131 * testsuite/libgomp.oacc-c-c++-common/f-asyncwait-1.c: New test, copied
4132 from asyncwait-1.f90. Rewrite into C. Rewrite from float to int.
4133 * testsuite/libgomp.oacc-c-c++-common/f-asyncwait-2.c: New test, copied
4134 from asyncwait-2.f90. Rewrite into C. Rewrite from float to int.
4135 * testsuite/libgomp.oacc-c-c++-common/f-asyncwait-3.c: New test, copied
4136 from asyncwait-3.f90. Rewrite into C. Rewrite from float to int.
4137
4138 2017-11-14 Tom de Vries <tom@codesourcery.com>
4139
4140 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Allow to run for
4141 non-nvidia devices.
4142
4143 2017-11-07 Jakub Jelinek <jakub@redhat.com>
4144
4145 PR c++/82835
4146 * testsuite/libgomp.c++/pr82835.C: New test.
4147
4148 2017-11-06 Martin Liska <mliska@suse.cz>
4149
4150 * testsuite/libgomp.c++/loop-2.C: Return a value
4151 for functions with non-void return type, or change type to void,
4152 or add -Wno-return-type for test.
4153 * testsuite/libgomp.c++/loop-4.C: Likewise.
4154 * testsuite/libgomp.c++/parallel-1.C: Likewise.
4155 * testsuite/libgomp.c++/shared-1.C: Likewise.
4156 * testsuite/libgomp.c++/single-1.C: Likewise.
4157 * testsuite/libgomp.c++/single-2.C: Likewise.
4158
4159 2017-10-31 Tom de Vries <tom@codesourcery.com>
4160
4161 * plugin/plugin-hsa.c (HSA_LOG): Remove semicolon after
4162 "do {} while (false)".
4163 (init_single_kernel, GOMP_OFFLOAD_async_run): Add missing semicolon
4164 after HSA_DEBUG call.
4165
4166 2017-10-28 Jakub Jelinek <jakub@redhat.com>
4167
4168 * target.c (struct gomp_coalesce_buf): New type.
4169 (MAX_COALESCE_BUF_SIZE, MAX_COALESCE_BUF_GAP): Define.
4170 (gomp_coalesce_buf_add, gomp_to_device_kind_p): New functions.
4171 (gomp_copy_host2dev): Add CBUF argument, if copying into
4172 the cached ranges, memcpy into buffer instead of copying
4173 into device.
4174 (gomp_map_vars_existing, gomp_map_pointer, gomp_map_fields_existing):
4175 Add CBUF argument, pass it through to other calls.
4176 (gomp_map_vars): Aggregate copies from host to device if small enough
4177 and with small enough gaps in between into memcpy into a buffer and
4178 fewer host to device copies from the buffer.
4179 (gomp_update): Adjust gomp_copy_host2dev caller.
4180
4181 2017-10-17 Thomas Schwinge <thomas@codesourcery.com>
4182
4183 * testsuite/libgomp.oacc-fortran/declare-1.f90: Restore "dg-do
4184 run" directive.
4185 * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
4186 * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
4187 * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
4188 * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
4189
4190 2017-10-16 Tom de Vries <tom@codesourcery.com>
4191
4192 * testsuite/libgomp.oacc-c-c++-common/declare-1.c: Don't require
4193 openacc_nvidia_accel_selected.
4194 * testsuite/libgomp.oacc-c-c++-common/declare-2.c: Same.
4195 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Same.
4196 * testsuite/libgomp.oacc-fortran/declare-2.f90: Same.
4197 * testsuite/libgomp.oacc-fortran/declare-4.f90: Same
4198 * testsuite/libgomp.oacc-fortran/declare-5.f90: Same.
4199 * testsuite/libgomp.oacc-c-c++-common/declare-5.c: Don't require
4200 openacc_nvidia_accel_selected. Skip for shared memory device.
4201 * testsuite/libgomp.oacc-fortran/declare-1.f90: Same.
4202 * testsuite/libgomp.oacc-fortran/declare-3.f90: Same.
4203
4204 2017-10-09 Martin Jambor <mjambor@suse.cz>
4205
4206 PR hsa/82416
4207 * testsuite/libgomp.hsa.c/pr82416.c: New test.
4208
4209 2017-10-07 Tom de Vries <tom@codesourcery.com>
4210
4211 * testsuite/libgomp.oacc-fortran/firstprivate-1.f90 (firstprivate):
4212 Remove acc_device_nvidia references.
4213 * testsuite/libgomp.oacc-fortran/parallel-reduction.f90 (reduction):
4214 Same.
4215
4216 2017-10-05 Tom de Vries <tom@codesourcery.com>
4217
4218 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c (main): Remove
4219 vector_length(32) clause from acc parallel directive.
4220 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c (main): Same.
4221
4222 2017-10-04 Tom de Vries <tom@codesourcery.com>
4223
4224 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c
4225 (main): Reduce sum of arr elements. Assert that hres is exactly
4226 representable in 32-bit floating point.
4227 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c
4228 (main): Reduce sum of arr elements. Assert that hres and hmres are
4229 exactly representable in 32-bit floating point.
4230 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c (gwv_np_4): Same.
4231
4232 2017-09-28 Tom de Vries <tom@codesourcery.com>
4233
4234 * testsuite/libgomp.c++/for-12.C: Remove superfluous -fopenmp option
4235 setting.
4236 * testsuite/libgomp.c++/pr69393.C: Same.
4237 * testsuite/libgomp.c++/taskloop-1.C: Same.
4238 * testsuite/libgomp.c++/taskloop-3.C: Same.
4239 * testsuite/libgomp.c++/taskloop-4.C: Same.
4240 * testsuite/libgomp.c/for-4.c: Same.
4241 * testsuite/libgomp.c/pr66199-3.c: Same.
4242 * testsuite/libgomp.c/pr66199-4.c: Same.
4243 * testsuite/libgomp.c/pr66199-6.c: Same.
4244 * testsuite/libgomp.c/taskloop-1.c: Same.
4245 * testsuite/libgomp.c/taskloop-3.c: Same.
4246 * testsuite/libgomp.c/taskloop-4.c: Same.
4247 * testsuite/libgomp.fortran/aligned1.f03: Same.
4248 * testsuite/libgomp.fortran/condinc1.f: Same.
4249 * testsuite/libgomp.fortran/condinc3.f90: Same.
4250 * testsuite/libgomp.fortran/crayptr1.f90: Same.
4251 * testsuite/libgomp.fortran/crayptr2.f90: Same.
4252 * testsuite/libgomp.fortran/crayptr3.f90: Same.
4253 * testsuite/libgomp.fortran/omp_cond1.f: Same.
4254 * testsuite/libgomp.fortran/omp_cond3.F90: Same.
4255 * testsuite/libgomp.fortran/pr66199-1.f90: Same.
4256 * testsuite/libgomp.fortran/pr66199-2.f90: Same.
4257 * testsuite/libgomp.fortran/recursion1.f90: Same.
4258 * testsuite/libgomp.fortran/target2.f90: Same.
4259 * testsuite/libgomp.fortran/target5.f90: Same.
4260 * testsuite/libgomp.fortran/task3.f90: Same.
4261
4262 2017-09-28 Tom de Vries <tom@codesourcery.com>
4263
4264 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c (main): Remove
4265 vector_length(32) clause from acc parallel directive.
4266 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c (main): Same.
4267
4268 2017-09-27 Tom de Vries <tom@codesourcery.com>
4269
4270 * testsuite/libgomp.oacc-c-c++-common/parallel-reduction.c (main):
4271 Remove acc_device_nvidia references.
4272
4273 2017-09-16 Tom de Vries <tom@codesourcery.com>
4274
4275 PR c/81875
4276 * testsuite/libgomp.c-c++-common/pr81875.c: New test.
4277
4278 2017-09-14 Tom de Vries <tom@codesourcery.com>
4279
4280 * testsuite/libgomp.c++/cancel-taskgroup-1.C: Remove.
4281 * testsuite/libgomp.c/cancel-taskgroup-1.c: Move to ...
4282 * testsuite/libgomp.c-c++-common/cancel-taskgroup-1.c: ... here.
4283 * testsuite/libgomp.c/c.exp: Include test-cases from
4284 libgomp.c-c++-common.
4285 * testsuite/libgomp.c++/c++.exp: Same. Force c++-mode compilation of .c
4286 files.
4287
4288 2017-09-14 Jakub Jelinek <jakub@redhat.com>
4289
4290 PR c++/81314
4291 * testsuite/libgomp.c++/pr81314.C: New test.
4292
4293 2017-09-03 Gerald Pfeifer <gerald@pfeifer.com>
4294
4295 * libgomp.texi (Top): www.openacc.org now uses https.
4296 (Enabling OpenACC): Ditto.
4297 (acc_get_num_devices): Ditto.
4298 (acc_set_device_type): Ditto.
4299 (acc_get_device_type): Ditto.
4300 (acc_set_device_num): Ditto.
4301 (acc_get_device_num): Ditto.
4302 (acc_async_test): Ditto.
4303 (acc_async_test_all): Ditto.
4304 (acc_wait): Ditto.
4305 (acc_wait_all): Ditto.
4306 (acc_wait_all_async): Ditto.
4307 (acc_wait_async): Ditto.
4308 (acc_init): Ditto.
4309 (acc_shutdown): Ditto.
4310 (acc_on_device): Ditto.
4311 (acc_malloc): Ditto.
4312 (acc_free): Ditto.
4313 (acc_copyin): Ditto.
4314 (acc_present_or_copyin): Ditto.
4315 (acc_create): Ditto.
4316 (acc_present_or_create): Ditto.
4317 (acc_copyout): Ditto.
4318 (acc_delete): Ditto.
4319 (acc_update_device): Ditto.
4320 (acc_update_self): Ditto.
4321 (acc_map_data): Ditto.
4322 (acc_unmap_data): Ditto.
4323 (acc_deviceptr): Ditto.
4324 (acc_hostptr): Ditto.
4325 (acc_is_present): Ditto.
4326 (acc_memcpy_to_device): Ditto.
4327 (acc_memcpy_from_device): Ditto.
4328 (acc_get_current_cuda_device): Ditto.
4329 (acc_get_current_cuda_context): Ditto.
4330 (acc_get_cuda_stream): Ditto.
4331 (acc_set_cuda_stream): Ditto.
4332 (ACC_DEVICE_TYPE): Ditto.
4333 (ACC_DEVICE_NUM): Ditto.
4334 (OpenACC Library Interoperability): Ditto.
4335
4336 2017-08-09 Jakub Jelinek <jakub@redhat.com>
4337
4338 PR c/81687
4339 * testsuite/libgomp.c/pr81687-1.c: New test.
4340 * testsuite/libgomp.c/pr81687-2.c: New test.
4341
4342 2017-08-07 Jakub Jelinek <jakub@redhat.com>
4343
4344 PR c/69389
4345 * testsuite/libgomp.c/pr69389.c: New test.
4346 * testsuite/libgomp.c++/pr69389.C: New test.
4347
4348 2017-08-07 Tom de Vries <tom@codesourcery.com>
4349
4350 PR middle-end/78266
4351 * testsuite/libgomp.oacc-c-c++-common/vprop-2.c: New test.
4352 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove xfail.
4353
4354 2017-07-27 Jakub Jelinek <jakub@redhat.com>
4355
4356 PR c/45784
4357 * testsuite/libgomp.c/pr45784.c: New test.
4358 * testsuite/libgomp.c++/pr45784.C: New test.
4359
4360 2017-07-19 Tom de Vries <tom@codesourcery.com>
4361
4362 * testsuite/libgomp.oacc-c/vec.c: New test.
4363
4364 2017-07-03 Tom de Vries <tom@codesourcery.com>
4365
4366 * plugin/plugin-hsa.c: Fix secure_getenv.h include.
4367
4368 2017-06-27 Tom de Vries <tom@codesourcery.com>
4369
4370 * plugin/plugin-nvptx.c (notify_var): New function.
4371 (nvptx_exec): Use notify_var for GOMP_OPENACC_DIM.
4372
4373 2017-06-27 Tom de Vries <tom@codesourcery.com>
4374
4375 * env.c (parse_unsigned_long_1): Factor out of ...
4376 (parse_unsigned_long): ... here.
4377 (parse_int_1): Factor out of ...
4378 (parse_int): ... here.
4379 (parse_int_secure): New function.
4380 (initialize_env): Use parse_int_secure for GOMP_DEBUG.
4381 * secure_getenv.h: Factor out of ...
4382 * plugin/plugin-hsa.c: ... here.
4383 * testsuite/libgomp.oacc-c-c++-common/gomp-debug-env.c: New test.
4384
4385 2017-06-21 Jakub Jelinek <jakub@redhat.com>
4386
4387 PR c++/81130
4388 * testsuite/libgomp.c++/pr81130.C: New test.
4389
4390 2017-06-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4391
4392 * testsuite/libgomp.fortran/strassen.f90: Remove dg-skip-if
4393 default args.
4394 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove
4395 dg-xfail-run-if default args.
4396
4397 2017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
4398
4399 * testsuite/libgomp.c/pr39591-2.c: Fix test case.
4400 * testsuite/libgomp.c/pr39591-3.c: Likewise.
4401
4402 2017-05-30 Jakub Jelinek <jakub@redhat.com>
4403
4404 PR libgomp/80822
4405 * config/linux/affinity.c (gomp_affinity_init_level_1): New function.
4406 (gomp_affinity_init_level): Use it. Always analyze the core and thread
4407 sibling lists, depending on level just pick up what CPUs to put
4408 together into a place vs. whether add multiple ordered places.
4409
4410 2017-05-24 Thomas Schwinge <thomas@codesourcery.com>
4411
4412 * openacc.h (acc_async_wait, acc_async_wait_all): New prototypes.
4413 * libgomp.map (OACC_2.0.1): Add these.
4414 * oacc-async.c (acc_async_wait, acc_async_wait_all): New aliases
4415 for "acc_wait", and "acc_wait_all", respectively.
4416 * openacc.f90 (acc_async_wait, acc_async_wait_all): New interfaces
4417 for "acc_wait", and "acc_wait_all", respectively.
4418 * openacc_lib.h (acc_async_wait, acc_async_wait_all): Likewise.
4419 * libgomp.texi (acc_wait, acc_wait_all): Update.
4420 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Update.
4421 * testsuite/libgomp.oacc-fortran/par-reduction-2-1.f: New file.
4422 * testsuite/libgomp.oacc-fortran/par-reduction-2-2.f: Likewise.
4423
4424 * openacc_lib.h (acc_pcopyin, acc_pcreate): Route to
4425 acc_present_or_copyin and acc_present_or_create procedures,
4426 respectively.
4427 * testsuite/libgomp.oacc-fortran/lib-32-1.f: Exercise these, and
4428 generally different variants of OpenACC Runtime Library functions.
4429 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
4430
4431 * testsuite/libgomp.oacc-fortran/lib-32-1.f: New file.
4432 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
4433
4434 * openacc.h (acc_pcopyin, acc_pcreate): Provide prototypes instead
4435 of preprocessor definitions.
4436 * libgomp.h (strong_alias): Guard by "#ifdef
4437 HAVE_ATTRIBUTE_ALIAS".
4438 * oacc-mem.c: Provide "acc_pcreate" as alias for
4439 "acc_present_or_create", and "acc_pcopyin" as alias for
4440 "acc_present_or_copyin".
4441 * libgomp.map: New version "OACC_2.0.1".
4442 (OACC_2.0.1): Add "acc_pcopyin", and "acc_pcreate".
4443 * testsuite/libgomp.oacc-c-c++-common/lib-38.c: Remove, merging
4444 its content into...
4445 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: ... this file.
4446 Extend testing.
4447
4448 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Debugging output
4449 when disabling nvptx offloading.
4450
4451 2017-05-23 Thomas Schwinge <thomas@codesourcery.com>
4452
4453 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: Update.
4454 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Likewise.
4455 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: Likewise.
4456
4457 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Rewrite.
4458 * testsuite/lib/libgomp.exp
4459 (check_effective_target_openacc_nvidia_accel_configured): New
4460 proc.
4461 * testsuite/libgomp.oacc-c++/c++.exp (check_effective_target_c)
4462 (check_effective_target_c++): New procs.
4463 * testsuite/libgomp.oacc-c/c.exp (check_effective_target_c)
4464 (check_effective_target_c++): Likewise.
4465
4466 2017-05-22 Jakub Jelinek <jakub@redhat.com>
4467
4468 PR middle-end/80809
4469 * testsuite/libgomp.c/pr80809-2.c: New test.
4470 * testsuite/libgomp.c/pr80809-3.c: New test.
4471
4472 PR middle-end/80809
4473 * testsuite/libgomp.c/pr80809-1.c: New test.
4474
4475 PR middle-end/80853
4476 * testsuite/libgomp.c/pr80853.c: New test.
4477
4478 2017-05-19 Thomas Schwinge <thomas@codesourcery.com>
4479
4480 * testsuite/libgomp.oacc-c++/template-reduction.C: Update.
4481 * testsuite/libgomp.oacc-c-c++-common/nested-2.c: Update.
4482 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
4483 * testsuite/libgomp.oacc-fortran/default-1.f90: Likewise.
4484 * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Likewise.
4485
4486 * plugin/plugin-hsa.c (DLSYM_FN, init_hsa_runtime_functions):
4487 Debug output for failure.
4488
4489 2017-05-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4490
4491 * testsuite/lib/libgomp.exp: Load scanlang.exp.
4492
4493 2017-04-27 Jakub Jelinek <jakub@redhat.com>
4494
4495 PR bootstrap/80531
4496 * configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid
4497 bootstrap compare failures.
4498
4499 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
4500
4501 * testsuite/libgomp.c/target-36.c: New testcase.
4502
4503 2017-04-13 Jakub Jelinek <jakub@redhat.com>
4504
4505 * plugin/plugin-nvptx.c (cuda_lib_inited): Use signed char type
4506 instead of char.
4507
4508 2017-04-11 Jakub Jelinek <jakub@redhat.com>
4509
4510 PR libgomp/80394
4511 * testsuite/libgomp.c/pr80394.c: New test.
4512
4513 2017-04-04 Jakub Jelinek <jakub@redhat.com>
4514
4515 PR libgomp/79876
4516 * config/posix/thread-stacksize.h: New file.
4517 * config/darwin/thread-stacksize.h: New file.
4518 * config/nvptx/thread-stacksize.h: New file.
4519 * env.c: Include thread-stacksize.h.
4520 (initialize_env): Initialize stacksize to GOMP_DEFAULT_STACKSIZE
4521 instead of 0. Call pthread_attr_setstacksize even if
4522 GOMP_DEFAULT_STACKSIZE is non-zero.
4523
4524 2017-03-30 Jakub Jelinek <jakub@redhat.com>
4525
4526 * env.c (initialize_env): Initialize stacksize to 0.
4527
4528 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
4529
4530 PR c++/80029
4531 * testsuite/libgomp.oacc-c-c++-common/declare-vla.c: New test.
4532
4533 2017-03-08 Jakub Jelinek <jakub@redhat.com>
4534
4535 PR c/79940
4536 * testsuite/libgomp.c/pr79940.c: New test.
4537
4538 2017-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4539
4540 * testsuite/libgomp.c/pr48591.c: Enable on all __float128
4541 targets.
4542 Add __float128 options.
4543
4544 2017-02-11 John David Anglin <danglin@gcc.gnu.org>
4545
4546 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove
4547 hppa*-*-* dg-skip-if directive.
4548
4549 2017-02-09 Jakub Jelinek <jakub@redhat.com>
4550
4551 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move
4552 dg-skip-if directive into a comment.
4553
4554 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
4555 Chung-Lin Tang <cltang@codesourcery.com>
4556
4557 * testsuite/libgomp.oacc-c-c++-common/tile-1.c: New.
4558 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Adjust and
4559 add additional case.
4560 * testsuite/libgomp.oacc-c-c++-common/vprop.c: XFAIL under
4561 "openacc_nvidia_accel_selected".
4562 * libgomp.oacc-fortran/nested-function-1.f90 (test2):
4563 Add num_workers(8) clause.
4564
4565 2017-02-08 John David Anglin <danglin@gcc.gnu.org>
4566
4567 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Skip on
4568 hppa*-*-*.
4569 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Don't
4570 include complex.h on hppa*-*-hpux*.
4571 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Likewise.
4572
4573 2017-02-02 Thomas Schwinge <thomas@codesourcery.com>
4574
4575 * plugin/plugin-nvptx.c (nvptx_exec): Make it static.
4576
4577 * libgomp-plugin.h (GOMP_OFFLOAD_openacc_parallel): Rename to
4578 GOMP_OFFLOAD_openacc_exec. Adjust all users.
4579 (GOMP_OFFLOAD_openacc_get_current_cuda_device): Rename to
4580 GOMP_OFFLOAD_openacc_cuda_get_current_device. Adjust all users.
4581 (GOMP_OFFLOAD_openacc_get_current_cuda_context): Rename to
4582 GOMP_OFFLOAD_openacc_cuda_get_current_context. Adjust all users.
4583 (GOMP_OFFLOAD_openacc_get_cuda_stream): Rename to
4584 GOMP_OFFLOAD_openacc_cuda_get_stream. Adjust all users.
4585 (GOMP_OFFLOAD_openacc_set_cuda_stream): Rename to
4586 GOMP_OFFLOAD_openacc_cuda_set_stream. Adjust all users.
4587
4588 2017-01-31 Thomas Schwinge <thomas@codesourcery.com>
4589
4590 * libgomp-plugin.h: #include <stdbool.h>.
4591 (GOMP_OFFLOAD_get_name, GOMP_OFFLOAD_get_caps)
4592 (GOMP_OFFLOAD_get_type, GOMP_OFFLOAD_get_num_devices)
4593 (GOMP_OFFLOAD_init_device, GOMP_OFFLOAD_fini_device)
4594 (GOMP_OFFLOAD_version, GOMP_OFFLOAD_load_image)
4595 (GOMP_OFFLOAD_unload_image, GOMP_OFFLOAD_alloc, GOMP_OFFLOAD_free)
4596 (GOMP_OFFLOAD_dev2host, GOMP_OFFLOAD_host2dev)
4597 (GOMP_OFFLOAD_dev2dev, GOMP_OFFLOAD_can_run, GOMP_OFFLOAD_run)
4598 (GOMP_OFFLOAD_async_run, GOMP_OFFLOAD_openacc_parallel)
4599 (GOMP_OFFLOAD_openacc_register_async_cleanup)
4600 (GOMP_OFFLOAD_openacc_async_test)
4601 (GOMP_OFFLOAD_openacc_async_test_all)
4602 (GOMP_OFFLOAD_openacc_async_wait)
4603 (GOMP_OFFLOAD_openacc_async_wait_async)
4604 (GOMP_OFFLOAD_openacc_async_wait_all)
4605 (GOMP_OFFLOAD_openacc_async_wait_all_async)
4606 (GOMP_OFFLOAD_openacc_async_set_async)
4607 (GOMP_OFFLOAD_openacc_create_thread_data)
4608 (GOMP_OFFLOAD_openacc_destroy_thread_data)
4609 (GOMP_OFFLOAD_openacc_get_current_cuda_device)
4610 (GOMP_OFFLOAD_openacc_get_current_cuda_context)
4611 (GOMP_OFFLOAD_openacc_get_cuda_stream)
4612 (GOMP_OFFLOAD_openacc_set_cuda_stream): New prototypes.
4613 * libgomp.h (struct acc_dispatch_t, struct gomp_device_descr): Use
4614 these.
4615 * plugin/plugin-hsa.c (GOMP_OFFLOAD_load_image)
4616 (GOMP_OFFLOAD_unload_image): Fix argument types.
4617
4618 2017-01-26 Jakub Jelinek <jakub@redhat.com>
4619
4620 * testsuite/lib/libgomp.exp
4621 (check_effective_target_hsa_offloading_selected_nocache): Fix up
4622 check_compile invocation. Fix up removal of executable. Drop
4623 bogus "2>&1" argument.
4624
4625 * testsuite/libgomp.fortran/declare-simd-4.f90: Add cleanup-modules
4626 directive.
4627
4628 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
4629 Martin Jambor <mjambor@suse.cz>
4630
4631 * plugin/hsa.h: Moved to top level include.
4632 * plugin/plugin-hsa.c: Chanfgd include of hsa.h accordingly.
4633
4634 2017-01-21 Jakub Jelinek <jakub@redhat.com>
4635
4636 PR other/79046
4637 * testsuite/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
4638 of cat to get version from BASE-VER file.
4639 * testsuite/Makefile.in: Regenerated.
4640
4641 2017-01-19 Jakub Jelinek <jakub@redhat.com>
4642
4643 * plugin/cuda/cuda.h (CUdeviceptr): Typedef to unsigned long long even
4644 for _WIN64.
4645
4646 2017-01-17 Jakub Jelinek <jakub@redhat.com>
4647
4648 * plugin/hsa.h: Add GCC runtime library exception.
4649 * plugin/hsa_ext_finalize.h: Likewise.
4650
4651 * plugin/configfrag.ac: For --without-cuda-driver don't initialize
4652 CUDA_DRIVER_INCLUDE nor CUDA_DRIVER_LIB. If both
4653 CUDA_DRIVER_INCLUDE and CUDA_DRIVER_LIB are empty and linking small
4654 cuda program fails, define PLUGIN_NVPTX_DYNAMIC to 1 and use
4655 plugin/include/cuda as include dir and -ldl instead of -lcuda as
4656 library to link ptx plugin against.
4657 * plugin/plugin-nvptx.c: Include dlfcn.h if PLUGIN_NVPTX_DYNAMIC.
4658 (CUDA_CALLS): Define.
4659 (cuda_lib, cuda_lib_inited): New variables.
4660 (init_cuda_lib): New function.
4661 (CUDA_CALL_PREFIX): Define.
4662 (CUDA_CALL_ERET, CUDA_CALL_ASSERT): Use CUDA_CALL_PREFIX.
4663 (CUDA_CALL): Use FN instead of (FN).
4664 (CUDA_CALL_NOCHECK): Define.
4665 (cuda_error, fini_streams_for_device, select_stream_for_async,
4666 nvptx_attach_host_thread_to_device, nvptx_open_device, link_ptx,
4667 event_gc, nvptx_exec, nvptx_async_test, nvptx_async_test_all,
4668 nvptx_wait_all, nvptx_set_clocktick, GOMP_OFFLOAD_unload_image,
4669 nvptx_stacks_alloc, nvptx_stacks_free, GOMP_OFFLOAD_run): Use
4670 CUDA_CALL_NOCHECK.
4671 (nvptx_init): Call init_cuda_lib, if it fails, return false. Use
4672 CUDA_CALL_NOCHECK.
4673 (nvptx_get_num_devices): Call init_cuda_lib, if it fails, return 0.
4674 Use CUDA_CALL_NOCHECK.
4675 * plugin/cuda/cuda.h: New file.
4676 * config.h.in: Regenerated.
4677 * configure: Regenerated.
4678
4679 PR other/79046
4680 * configure.ac: Add GCC_BASE_VER.
4681 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
4682 get version from BASE-VER file.
4683 * testsuite/Makefile.in: Regenerated.
4684 * configure: Regenerated.
4685 * Makefile.in: Regenerated.
4686
4687 2017-01-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4688
4689 PR libgomp/60670
4690 * Makefile.am: Make fincludedir multilib-aware.
4691 * Makefile.in: Regenerate.
4692
4693 2017-01-01 Jakub Jelinek <jakub@redhat.com>
4694
4695 Update copyright years.
4696
4697 * libgomp.texi: Bump @copying's copyright year.
4698
4699 2016-12-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
4700
4701 * libgomp/config/rtems/pool.h (gomp_thread_pool_reservoir): Use
4702 pthread_spinlock_t instead of gomp_mutex_t lock.
4703 (gomp_get_thread_pool): Likewise.
4704 (gomp_release_thread_pool): Likewise.
4705 * libgomp/config/rtems/proc.c (allocate_thread_pool_reservoir):
4706 Likewise.
4707
4708 2016-12-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
4709
4710 * config/rtems/pool.h (gomp_get_thread_pool): Return proper
4711 thread pool in case nthreads == 1.
4712
4713 2016-11-30 Alexander Monakov <amonakov@ispras.ru>
4714
4715 * config/nvptx/env.c: Delete.
4716 * icv.c: Move definitions of ICV variables back ...
4717 * env.c: ...here. Do not compile environment-related functionality if
4718 LIBGOMP_OFFLOADED_ONLY is set.
4719
4720 2016-11-30 Alexander Monakov <amonakov@ispras.ru>
4721
4722 * configure.ac [nvptx*-*-*] (libgomp_offloaded_only): Set and use it...
4723 (LIBGOMP_OFFLOADED_ONLY): ...here; new define.
4724 * configure: Regenerate.
4725 * config.h.in: Likewise.
4726
4727 2016-11-30 Alexander Monakov <amonakov@ispras.ru>
4728
4729 * Makefile.in: Regenerate with automake-1.11.6.
4730 * aclocal.m4: Likewise.
4731 * configure: Likewise.
4732 * testsuite/Makefile.in: Likewise.
4733
4734 2016-11-28 Alexander Monakov <amonakov@ispras.ru>
4735
4736 * config/nvptx/critical.c: Delete to use generic implementation.
4737
4738 2016-11-28 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
4739
4740 * config/linux/affinity.c [!HAVE_PTHREAD_AFFINITY_NP]: Include
4741 ../../affinity.c as fallback.
4742 * config/nvptx/affinity.c: Delete to use fallback implementation.
4743
4744 2016-11-23 Alexander Monakov <amonakov@ispras.ru>
4745 Jakub Jelinek <jakub@redhat.com>
4746 Dmitry Melnik <dm@ispras.ru>
4747
4748 * Makefile.am (libgomp_la_SOURCES): Add atomic.c, icv.c, icv-device.c.
4749 * Makefile.in. Regenerate.
4750 * configure.ac [nvptx*-*-*] (libgomp_use_pthreads): Set and use it...
4751 (LIBGOMP_USE_PTHREADS): ...here; new define.
4752 * configure: Regenerate.
4753 * config.h.in: Likewise.
4754 * config/posix/affinity.c: Move to...
4755 * affinity.c: ...here (new file). Guard use of Pthreads-specific
4756 interface by LIBGOMP_USE_PTHREADS.
4757 * critical.c: Split out GOMP_atomic_{start,end} into...
4758 * atomic.c: ...here (new file).
4759 * env.c: Split out ICV definitions into...
4760 * icv.c: ...here (new file) and...
4761 * icv-device.c: ...here. New file.
4762 * config/linux/lock.c (gomp_init_lock_30): Move to generic lock.c.
4763 (gomp_destroy_lock_30): Ditto.
4764 (gomp_set_lock_30): Ditto.
4765 (gomp_unset_lock_30): Ditto.
4766 (gomp_test_lock_30): Ditto.
4767 (gomp_init_nest_lock_30): Ditto.
4768 (gomp_destroy_nest_lock_30): Ditto.
4769 (gomp_set_nest_lock_30): Ditto.
4770 (gomp_unset_nest_lock_30): Ditto.
4771 (gomp_test_nest_lock_30): Ditto.
4772 * lock.c: New.
4773 * config/nvptx/lock.c: New.
4774 * config/nvptx/bar.c: New.
4775 * config/nvptx/bar.h: New.
4776 * config/nvptx/doacross.h: New.
4777 * config/nvptx/error.c: New.
4778 * config/nvptx/icv-device.c: New.
4779 * config/nvptx/mutex.h: New.
4780 * config/nvptx/pool.h: New.
4781 * config/nvptx/proc.c: New.
4782 * config/nvptx/ptrlock.h: New.
4783 * config/nvptx/sem.h: New.
4784 * config/nvptx/simple-bar.h: New.
4785 * config/nvptx/target.c: New.
4786 * config/nvptx/task.c: New.
4787 * config/nvptx/team.c: New.
4788 * config/nvptx/time.c: New.
4789 * config/posix/simple-bar.h: New.
4790 * libgomp.h: Guard pthread.h inclusion. Include simple-bar.h.
4791 (gomp_num_teams_var): Declare.
4792 (struct gomp_thread_pool): Change threads_dock member to
4793 gomp_simple_barrier_t.
4794 [__nvptx__] (gomp_thread): New implementation.
4795 (gomp_thread_attr): Guard by LIBGOMP_USE_PTHREADS.
4796 (gomp_thread_destructor): Ditto.
4797 (gomp_init_thread_affinity): Ditto.
4798 * team.c: Guard uses of Pthreads-specific interfaces by
4799 LIBGOMP_USE_PTHREADS. Adjust all uses of threads_dock.
4800 (gomp_free_thread) [__nvptx__]: Do not call 'free'.
4801 * config/nvptx/alloc.c: Delete.
4802 * config/nvptx/barrier.c: Ditto.
4803 * config/nvptx/fortran.c: Ditto.
4804 * config/nvptx/iter.c: Ditto.
4805 * config/nvptx/iter_ull.c: Ditto.
4806 * config/nvptx/loop.c: Ditto.
4807 * config/nvptx/loop_ull.c: Ditto.
4808 * config/nvptx/ordered.c: Ditto.
4809 * config/nvptx/parallel.c: Ditto.
4810 * config/nvptx/priority_queue.c: Ditto.
4811 * config/nvptx/sections.c: Ditto.
4812 * config/nvptx/single.c: Ditto.
4813 * config/nvptx/splay-tree.c: Ditto.
4814 * config/nvptx/work.c: Ditto.
4815 * testsuite/libgomp.fortran/fortran.exp (lang_link_flags): Pass
4816 -foffload=-lgfortran in addition to -lgfortran.
4817 * testsuite/libgomp.oacc-fortran/fortran.exp (lang_link_flags): Ditto.
4818 * plugin/plugin-nvptx.c: Include <limits.h>.
4819 (struct targ_fn_descriptor): Add new fields.
4820 (struct ptx_device): Ditto. Set them...
4821 (nvptx_open_device): ...here.
4822 (nvptx_adjust_launch_bounds): New.
4823 (nvptx_host2dev): Allow NULL 'nvthd'.
4824 (nvptx_dev2host): Ditto.
4825 (GOMP_OFFLOAD_get_caps): Add GOMP_OFFLOAD_CAP_OPENMP_400.
4826 (link_ptx): Adjust log sizes.
4827 (nvptx_host2dev): Allow NULL 'nvthd'.
4828 (nvptx_dev2host): Ditto.
4829 (nvptx_set_clocktick): New. Use it...
4830 (GOMP_OFFLOAD_load_image): ...here. Set new targ_fn_descriptor
4831 fields.
4832 (GOMP_OFFLOAD_dev2dev): New.
4833 (nvptx_adjust_launch_bounds): New.
4834 (nvptx_stacks_size): New.
4835 (nvptx_stacks_alloc): New.
4836 (nvptx_stacks_free): New.
4837 (GOMP_OFFLOAD_run): New.
4838 (GOMP_OFFLOAD_async_run): New (stub).
4839
4840 2016-11-23 Martin Jambor <mjambor@suse.cz>
4841
4842 * testsuite/libgomp.hsa.c/bits-insns.c: New test.
4843 * testsuite/libgomp.hsa.c/tiling-1.c: Likewise.
4844 * testsuite/libgomp.hsa.c/tiling-2.c: Likewise.
4845
4846 2016-11-23 Martin Liska <mliska@suse.cz>
4847 Martin Jambor <mjambor@suse.cz>
4848
4849 * plugin/hsa.h: New file.
4850 * plugin/hsa_ext_finalize.h: New file.
4851 * plugin/configfrag.ac: Remove hsa-kmt-lib test. Added checks for
4852 header file unistd.h, and functions secure_getenv, __secure_getenv,
4853 getuid, geteuid, getgid and getegid.
4854 * plugin/Makefrag.am (libgomp_plugin_hsa_la_CPPFLAGS): Added
4855 -D_GNU_SOURCE.
4856 * plugin/plugin-hsa.c: Include config.h, inttypes.h and stdbool.h.
4857 Handle various cases of secure_getenv presence, add an implementation
4858 when we can test effective UID and GID.
4859 (struct hsa_runtime_fn_info): New structure.
4860 (hsa_runtime_fn_info hsa_fns): New variable.
4861 (hsa_runtime_lib): Likewise.
4862 (support_cpu_devices): Likewise.
4863 (init_enviroment_variables): Load newly introduced ENV
4864 variables.
4865 (hsa_warn): Call hsa run-time functions via hsa_fns structure.
4866 (hsa_fatal): Likewise.
4867 (DLSYM_FN): New macro.
4868 (init_hsa_runtime_functions): New function.
4869 (suitable_hsa_agent_p): Call hsa run-time functions via hsa_fns
4870 structure. Depending on environment, also allow CPU devices.
4871 (init_hsa_context): Call hsa run-time functions via hsa_fns structure.
4872 (get_kernarg_memory_region): Likewise.
4873 (GOMP_OFFLOAD_init_device): Likewise.
4874 (destroy_hsa_program): Likewise.
4875 (init_basic_kernel_info): New function.
4876 (GOMP_OFFLOAD_load_image): Use it.
4877 (create_and_finalize_hsa_program): Call hsa run-time functions via
4878 hsa_fns structure.
4879 (create_single_kernel_dispatch): Likewise.
4880 (release_kernel_dispatch): Likewise.
4881 (init_single_kernel): Likewise.
4882 (parse_target_attributes): Allow up multiple HSA grid dimensions.
4883 (get_group_size): New function.
4884 (run_kernel): Likewise.
4885 (GOMP_OFFLOAD_run): Outline most functionality to run_kernel.
4886 (GOMP_OFFLOAD_fini_device): Call hsa run-time functions via hsa_fns
4887 structure.
4888 * testsuite/lib/libgomp.exp: Remove hsa_kmt_lib support.
4889 * testsuite/libgomp-test-support.exp.in: Likewise.
4890 * Makefile.in: Regenerated.
4891 * aclocal.m4: Likewise.
4892 * config.h.in: Likewise.
4893 * configure: Likewise.
4894 * testsuite/Makefile.in: Likewise.
4895
4896 2016-11-15 Martin Jambor <mjambor@suse.cz>
4897 Alexander Monakov <amonakov@ispras.ru>
4898
4899 * testsuite/libgomp.fortran/examples-4/device-1.f90 (e_57_1): Add
4900 mapping clauses to target constructs.
4901 * testsuite/libgomp.fortran/examples-4/device-3.f90 (e_57_3): Ditto.
4902
4903 2016-11-15 Matthias Klose <doko@ubuntu.com>
4904
4905 * configure: Regenerate.
4906
4907 2016-11-10 Jakub Jelinek <jakub@redhat.com>
4908
4909 * omp_lib.f90.in (openmp_version): Change to 201511 from 201307.
4910 * omp_lib.h.in (openmp_version): Likewise.
4911 * testsuite/libgomp.fortran/openmp_version-1.f: Expect 201511 instead
4912 of 201307.
4913 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
4914
4915 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90
4916 (fib_wrapper): Add map(from: x) clause.
4917 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90
4918 (e_53_2): Likewise.
4919 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90
4920 (accum): Add map(tmp) clause.
4921 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90
4922 (accum): Add map(tofrom: tmp) clause.
4923 * testsuite/libgomp.fortran/examples-4/target_data-3.f90
4924 (gramSchmidt): Likewise.
4925 * testsuite/libgomp.fortran/examples-4/teams-2.f90 (dotprod): Add
4926 map(tofrom: sum) clause.
4927 * testsuite/libgomp.fortran/nestedfn5.f90 (foo): Add twice
4928 map (alloc: a, l) clause. Add defaultmap(tofrom: scalar) clause.
4929 * testsuite/libgomp.fortran/pr66199-2.f90: Adjust for linear clause
4930 only allowed on the loop iterator.
4931 * testsuite/libgomp.fortran/target4.f90 (foo): Add map(t) clause.
4932 * testsuite/libgomp.fortran/taskloop2.f90: New test.
4933 * testsuite/libgomp.fortran/taskloop4.f90: New test.
4934 * testsuite/libgomp.fortran/doacross1.f90: New test.
4935 * testsuite/libgomp.fortran/doacross3.f90: New test.
4936 * testsuite/libgomp.fortran/taskloop1.f90: New test.
4937 * testsuite/libgomp.fortran/taskloop3.f90: New test.
4938 * testsuite/libgomp.fortran/doacross2.f90: New test.
4939 * testsuite/libgomp.c/doacross-1.c (main): Add missing
4940 #pragma omp atomic read.
4941 * testsuite/libgomp.c/doacross-2.c (main): Likewise.
4942 * testsuite/libgomp.c/doacross-3.c (main): Likewise.
4943
4944 2016-11-02 Cesar Philippidis <cesar@codesourcery.com>
4945 Nathan Sidwell <nathan@acm.org>
4946
4947 * plugin/plugin-nvptx.c (nvptx_exec): Interrogate board attributes
4948 to determine default geometry.
4949 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Set gang
4950 dimension.
4951
4952 2016-11-01 Jakub Jelinek <jakub@redhat.com>
4953
4954 * hashtab.h: Use standard GPLv3 with runtime exception
4955 boilerplate.
4956
4957 2016-10-27 Aldy Hernandez <aldyh@redhat.com>
4958
4959 * oacc-init.c (goacc_new_thread): Use sizeof of the appropriate
4960 size when allocating new thread.
4961
4962 2016-09-14 Marek Polacek <polacek@redhat.com>
4963
4964 * testsuite/libgomp.c++/atomic-3.C: Use -Wno-deprecated.
4965
4966 2016-08-19 Jakub Jelinek <jakub@redhat.com>
4967
4968 PR fortran/71014
4969 * testsuite/libgomp.fortran/pr71014.f90: New test.
4970
4971 2016-08-18 Chung-Lin Tang <cltang@codesourcery.com>
4972
4973 PR middle-end/70895
4974 * testsuite/libgomp.oacc-fortran/reduction-7.f90: Add explicit
4975 firstprivate clauses.
4976 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Remove explicit
4977 copy clauses.
4978 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: Likewise.
4979 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Likewise.
4980 * testsuite/libgomp.oacc-c-c++-common/reduction-flt.c: Likewise.
4981 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
4982 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Likewise.
4983 * testsuite/libgomp.oacc-c-c++-common/collapse-4.c: Likewise.
4984 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
4985 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Likewise.
4986 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
4987 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
4988 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
4989 * testsuite/libgomp.oacc-c-c++-common/reduction-dbl.c: Likewise.
4990
4991 2016-08-14 Chung-Lin Tang <cltang@codesourcery.com>
4992
4993 PR fortran/70598
4994 * testsuite/libgomp.oacc-fortran/host_data-1.f90: New test.
4995
4996 2016-08-08 Jakub Jelinek <jakub@redhat.com>
4997
4998 PR c++/58706
4999 * testsuite/libgomp.c++/pr58706.C: New test.
5000
5001 2016-08-04 Thomas Schwinge <thomas@codesourcery.com>
5002
5003 * testsuite/libgomp.oacc-c++/routine-1-auto.C: New file.
5004 * testsuite/libgomp.oacc-c++/routine-1-template-auto.C: Likewise.
5005 * testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C:
5006 Likewise.
5007 * testsuite/libgomp.oacc-c++/routine-1-template.C: Likewise.
5008 * testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C:
5009 Likewise.
5010 * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Adjust.
5011
5012 * testsuite/libgomp.oacc-c-c++-common/crash-1.c: Make it a "link"
5013 test, and don't hardcode -O0.
5014
5015 2016-08-03 Nathan Sidwell <nathan@codesourcery.com>
5016
5017 * testsuite/libgomp.oacc-c-c++-common/crash-1.c: New.
5018
5019 2016-07-15 Cesar Philippidis <cesar@codesourcery.com>
5020
5021 * testsuite/libgomp.oacc-c-c++-common/zero_length_subarrays.c: New
5022 test.
5023
5024 2016-07-03 H.J. Lu <hongjiu.lu@intel.com>
5025
5026 PR middle-end/71734
5027 * testsuite/libgomp.fortran/pr71734-1.f90: New test.
5028 * testsuite/libgomp.fortran/pr71734-2.f90: Likewise.
5029
5030 2016-07-01 Jakub Jelinek <jakub@redhat.com>
5031
5032 PR fortran/71717
5033 * testsuite/libgomp.fortran/associate3.f90: New test.
5034
5035 2016-06-17 Jakub Jelinek <jakub@redhat.com>
5036
5037 * testsuite/libgomp.c++/target-21.C: New test.
5038
5039 2016-06-16 Jakub Jelinek <jakub@redhat.com>
5040
5041 * testsuite/libgomp.c++/target-20.C: New test.
5042
5043 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
5044 Cesar Philippidis <cesar@codesourcery.com>
5045
5046 PR middle-end/71373
5047 * libgomp.oacc-c/nested-function-1.c: New file.
5048 * libgomp.oacc-c/nested-function-2.c: Likewise.
5049 * libgomp.oacc-fortran/nested-function-1.f90: Likewise.
5050 * libgomp.oacc-fortran/nested-function-2.f90: Likewise.
5051 * libgomp.oacc-fortran/nested-function-3.f90: Likewise.
5052
5053 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
5054
5055 PR c/71381
5056 * testsuite/libgomp.oacc-c-c++-common/cache-1.c: #include
5057 "../../../gcc/testsuite/c-c++-common/goacc/cache-1.c".
5058 * testsuite/libgomp.oacc-fortran/cache-1.f95: New file.
5059
5060 2016-06-03 Chung-Lin Tang <cltang@codesourcery.com>
5061
5062 * testsuite/libgomp.oacc-fortran/reduction-8.f90: New testcase.
5063 * testsuite/libgomp.oacc-c-c++-common/reduction-8.c: New testcase.
5064
5065 2016-06-01 Cesar Philippidis <cesar@codesourcery.com>
5066
5067 PR c/70688
5068 * testsuite/libgomp.oacc-c-c++-common/pr70688.c: New file.
5069
5070 2016-05-26 Jakub Jelinek <jakub@redhat.com>
5071
5072 * testsuite/libgomp.c/doacross-1.c (main): Use schedule(static)
5073 instead of invalid schedule(static, 0).
5074 * testsuite/libgomp.c/doacross-2.c (main): Likewise.
5075
5076 2016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
5077
5078 * oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.
5079 * oacc-plugin.c (GOMP_PLUGIN_async_unmap_vars): Add 'int async'
5080 parameter, use to set async stream around call to gomp_unmap_vars,
5081 call gomp_unmap_vars() with 'do_copyfrom' set to true.
5082 * plugin/plugin-nvptx.c (struct ptx_event): Add 'int val' field.
5083 (event_gc): Adjust event handling loop, collect PTX_EVT_ASYNC_CLEANUP
5084 events and call GOMP_PLUGIN_async_unmap_vars() for each of them.
5085 (event_add): Add int parameter, initialize 'val' field when
5086 adding new ptx_event struct.
5087 (nvptx_evec): Adjust event_add() call arguments.
5088 (nvptx_host2dev): Likewise.
5089 (nvptx_dev2host): Likewise.
5090 (nvptx_wait_async): Likewise.
5091 (nvptx_wait_all_async): Likewise.
5092 (GOMP_OFFLOAD_openacc_register_async_cleanup): Add async parameter,
5093 pass to event_add() call.
5094 * oacc-host.c (host_openacc_register_async_cleanup): Add 'int async'
5095 parameter.
5096 * oacc-mem.c (gomp_acc_remove_pointer): Adjust async case to
5097 call openacc.register_async_cleanup_func() hook.
5098 * oacc-parallel.c (GOACC_parallel_keyed): Likewise.
5099 * target.c (gomp_copy_from_async): Delete function.
5100 (gomp_map_vars): Remove async_refcount.
5101 (gomp_unmap_vars): Likewise.
5102 (gomp_load_image_to_device): Likewise.
5103 (omp_target_associate_ptr): Likewise.
5104 * libgomp.h (struct splay_tree_key_s): Remove async_refcount.
5105 (acc_dispatch_t.register_async_cleanup_func): Add int parameter.
5106 (gomp_copy_from_async): Remove.
5107
5108 2016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
5109
5110 * target.c (gomp_device_copy): New function.
5111 (gomp_copy_host2dev): Likewise.
5112 (gomp_copy_dev2host): Likewise.
5113 (gomp_free_device_memory): Likewise.
5114 (gomp_map_vars_existing): Adjust to call gomp_copy_host2dev.
5115 (gomp_map_pointer): Likewise.
5116 (gomp_map_vars): Adjust to call gomp_copy_host2dev, handle
5117 NULL value from alloc_func plugin hook.
5118 (gomp_unmap_tgt): Adjust to call gomp_free_device_memory.
5119 (gomp_copy_from_async): Adjust to call gomp_copy_dev2host.
5120 (gomp_unmap_vars): Likewise.
5121 (gomp_update): Adjust to call gomp_copy_dev2host and
5122 gomp_copy_host2dev functions.
5123 (gomp_unload_image_from_device): Handle false value from
5124 unload_image_func plugin hook.
5125 (gomp_init_device): Handle false value from init_device_func
5126 plugin hook.
5127 (gomp_exit_data): Adjust to call gomp_copy_dev2host.
5128 (omp_target_free): Adjust to call gomp_free_device_memory.
5129 (omp_target_memcpy): Handle return values from host2dev_func,
5130 dev2host_func, and dev2dev_func plugin hooks.
5131 (omp_target_memcpy_rect_worker): Likewise.
5132 (gomp_target_fini): Handle false value from fini_device_func
5133 plugin hook.
5134 * libgomp.h (struct gomp_device_descr): Adjust return type of
5135 init_device_func, fini_device_func, unload_image_func, free_func,
5136 dev2host_func,host2dev_func, and dev2dev_func plugin hooks to 'bool'.
5137 * oacc-init.c (acc_shutdown_1): Handle false value from
5138 fini_device_func plugin hook.
5139 * oacc-host.c (host_init_device): Change return type to bool.
5140 (host_fini_device): Likewise.
5141 (host_unload_image): Likewise.
5142 (host_free): Likewise.
5143 (host_dev2host): Likewise.
5144 (host_host2dev): Likewise.
5145 * oacc-mem.c (acc_free): Handle plugin hook fatal error case.
5146 (acc_memcpy_to_device): Likewise.
5147 (acc_memcpy_from_device): Likewise.
5148 (delete_copyout): Add libfnname parameter, handle free_func
5149 hook fatal error case.
5150 (acc_delete): Adjust delete_copyout call.
5151 (acc_copyout): Likewise.
5152 (update_dev_host): Move gomp_mutex_unlock to after
5153 host2dev/dev2host hook calls.
5154
5155 * plugin/plugin-hsa.c (hsa_warn): Adjust 'hsa_error' local variable
5156 to 'hsa_error_msg', for clarity.
5157 (hsa_fatal): Likewise.
5158 (hsa_error): New function.
5159 (init_hsa_context): Change return type to bool, adjust to return
5160 false on error.
5161 (GOMP_OFFLOAD_get_num_devices): Adjust to handle init_hsa_context
5162 return value.
5163 (GOMP_OFFLOAD_init_device): Change return type to bool, adjust to
5164 return false on error.
5165 (get_agent_info): Adjust to return NULL on error.
5166 (destroy_hsa_program): Change return type to bool, adjust to
5167 return false on error.
5168 (GOMP_OFFLOAD_load_image): Adjust to return -1 on error.
5169 (destroy_module): Change return type to bool, adjust to
5170 return false on error.
5171 (GOMP_OFFLOAD_unload_image): Likewise.
5172 (GOMP_OFFLOAD_fini_device): Likewise.
5173 (GOMP_OFFLOAD_alloc): Change to return NULL when called.
5174 (GOMP_OFFLOAD_free): Change to return false when called.
5175 (GOMP_OFFLOAD_dev2host): Likewise.
5176 (GOMP_OFFLOAD_host2dev): Likewise.
5177 (GOMP_OFFLOAD_dev2dev): Likewise.
5178
5179 * plugin/plugin-nvptx.c (CUDA_CALL_ERET): New convenience macro.
5180 (CUDA_CALL): Likewise.
5181 (CUDA_CALL_ASSERT): Likewise.
5182 (map_init): Change return type to bool, use CUDA_CALL* macros.
5183 (map_fini): Likewise.
5184 (init_streams_for_device): Change return type to bool, adjust
5185 call to map_init.
5186 (fini_streams_for_device): Change return type to bool, adjust
5187 call to map_fini.
5188 (select_stream_for_async): Release stream_lock before calls to
5189 GOMP_PLUGIN_fatal, adjust call to map_init.
5190 (nvptx_init): Use CUDA_CALL* macros.
5191 (nvptx_attach_host_thread_to_device): Change return type to bool,
5192 use CUDA_CALL* macros.
5193 (nvptx_open_device): Use CUDA_CALL* macros.
5194 (nvptx_close_device): Change return type to bool, use CUDA_CALL*
5195 macros.
5196 (nvptx_get_num_devices): Use CUDA_CALL* macros.
5197 (link_ptx): Change return type to bool, use CUDA_CALL* macros.
5198 (nvptx_exec): Use CUDA_CALL* macros.
5199 (nvptx_alloc): Use CUDA_CALL* macros.
5200 (nvptx_free): Change return type to bool, use CUDA_CALL* macros.
5201 (nvptx_host2dev): Likewise.
5202 (nvptx_dev2host): Likewise.
5203 (nvptx_wait): Use CUDA_CALL* macros.
5204 (nvptx_wait_async): Likewise.
5205 (nvptx_wait_all): Likewise.
5206 (nvptx_wait_all_async): Likewise.
5207 (nvptx_set_cuda_stream): Adjust order of stream_lock acquire,
5208 use CUDA_CALL* macros, adjust call to map_fini.
5209 (GOMP_OFFLOAD_init_device): Change return type to bool,
5210 adjust code accordingly.
5211 (GOMP_OFFLOAD_fini_device): Likewise.
5212 (GOMP_OFFLOAD_load_image): Adjust calls to
5213 nvptx_attach_host_thread_to_device/link_ptx to handle errors,
5214 use CUDA_CALL* macros.
5215 (GOMP_OFFLOAD_unload_image): Change return type to bool, adjust
5216 return code.
5217 (GOMP_OFFLOAD_alloc): Adjust calls to code to handle error return.
5218 (GOMP_OFFLOAD_free): Change return type to bool, adjust calls to
5219 handle error return.
5220 (GOMP_OFFLOAD_dev2host): Likewise.
5221 (GOMP_OFFLOAD_host2dev): Likewise.
5222 (GOMP_OFFLOAD_openacc_register_async_cleanup): Use CUDA_CALL* macros.
5223 (GOMP_OFFLOAD_openacc_create_thread_data): Likewise.
5224
5225 2016-05-24 Cesar Philippidis <cesar@codesourcery.com>
5226
5227 * oacc-mem.c (acc_malloc): Update handling of shared-memory targets.
5228 (acc_free): Likewise.
5229 (acc_memcpy_to_device): Likewise.
5230 (acc_memcpy_from_device): Likewise.
5231 (acc_deviceptr): Likewise.
5232 (acc_hostptr): Likewise.
5233 (acc_is_present): Likewise.
5234 (acc_map_data): Likewise.
5235 (acc_unmap_data): Likewise.
5236 (present_create_copy): Likewise.
5237 (delete_copyout): Likewise.
5238 (update_dev_host): Likewise.
5239 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Remove xfail.
5240 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: New test.
5241 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Adjust test.
5242 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
5243 * testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c: New test.
5244 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Adjust test so that
5245 it only runs on nvptx targets.
5246 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
5247 * testsuite/libgomp.oacc-c-c++-common/lib-15.c: Likewise.
5248 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
5249 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
5250 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
5251 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
5252 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
5253 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
5254 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
5255 * testsuite/libgomp.oacc-c-c++-common/lib-24.c: Likewise.
5256 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
5257 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
5258 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
5259 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
5260 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
5261 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
5262 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
5263 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
5264 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
5265 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
5266 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
5267 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
5268 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
5269
5270 2016-05-23 Martin Jambor <mjambor@suse.cz>
5271
5272 * testsuite/libgomp.hsa.c/switch-sbr-2.c: New test.
5273
5274 2016-05-17 Chung-Lin Tang <cltang@codesourcery.com>
5275
5276 * oacc-init.c (acc_init): Remove !cached_base_dev condition on call
5277 to gomp_init_targets_once.
5278 (acc_set_device_type): Remove !cached_base_dev condition on call to
5279 gomp_init_targets_once, move call to before acc_device_lock acquire,
5280 to avoid deadlock.
5281 (acc_get_device_num): Remove !cached_base_dev condition on call to
5282 gomp_init_targets_once.
5283 (acc_set_device_num): Likewise.
5284
5285 2016-05-16 Martin Jambor <mjambor@suse.cz>
5286
5287 * testsuite/libgomp.hsa.c/complex-align-2.c: New test.
5288
5289 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
5290
5291 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Adjust
5292 expected partitioning.
5293
5294 2016-04-29 Cesar Philippidis <cesar@codesourcery.com>
5295
5296 PR middle-end/70626
5297 * testsuite/libgomp.oacc-c++/template-reduction.C: Adjust test.
5298 * testsuite/libgomp.oacc-c-c++-common/combined-reduction.c: New test.
5299 * testsuite/libgomp.oacc-fortran/combined-reduction.f90: New test.
5300
5301 2016-04-21 Alexander Monakov <amonakov@ispras.ru>
5302
5303 * plugin/plugin-nvptx.c (map_fini): Make cuMemFreeHost error
5304 non-fatal.
5305
5306 2016-04-19 Jakub Jelinek <jakub@redhat.com>
5307
5308 PR middle-end/70680
5309 * testsuite/libgomp.c/pr70680-1.c: New test.
5310 * testsuite/libgomp.c/pr70680-2.c: New test.
5311
5312 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
5313
5314 * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Don't
5315 pass parameter variables to subroutines.
5316
5317 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
5318
5319 PR middle-end/70643
5320 * testsuite/libgomp.oacc-fortran/pr70643.f90: New test.
5321
5322 2016-04-13 Cesar Philippidis <cesar@codesourcery.com>
5323
5324 PR testsuite/68242
5325 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Adjust test.
5326 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
5327
5328 2016-04-12 Thomas Schwinge <thomas@codesourcery.com>
5329
5330 * libgomp_g.h: Rename GOACC_parallel_keyd prototype to
5331 GOACC_parallel_keyed, restore GOACC_parallel prototype, new
5332 GOACC_declare prototype.
5333
5334 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gang-np-1.c:
5335 Merge this file, and...
5336 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gv-np-1.c:
5337 ... this file, and...
5338 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gw-np-1.c:
5339 ... this file, and...
5340 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-1.c:
5341 ... this file, and...
5342 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-2.c:
5343 ... this file, and...
5344 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-3.c:
5345 ... this file, and...
5346 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-4.c:
5347 ... this file, and...
5348 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-1.c:
5349 ... this file, and...
5350 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-2.c:
5351 ... this file, and...
5352 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-worker-p-1.c:
5353 ... this file, and...
5354 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-1.c:
5355 ... this file, and...
5356 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-2.c:
5357 ... this file, and...
5358 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-3.c:
5359 ... this file into...
5360 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: ... this
5361 file.
5362
5363 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c:
5364 Make failure observable.
5365
5366 2016-04-12 Jakub Jelinek <jakub@redhat.com>
5367
5368 * libgomp.h (struct gomp_target_task): Remove firstprivate_copies
5369 field.
5370 * target.c (gomp_target_fallback_firstprivate,
5371 gomp_target_unshare_firstprivate): Removed.
5372 (GOMP_target_ext): Copy firstprivate vars into gomp_allocaed memory
5373 before waiting for dependencies.
5374 (gomp_target_task_fn): Don't copy firstprivate vars here.
5375 * task.c (GOMP_PLUGIN_target_task_completion): Don't free
5376 firstprivate_copies here.
5377 (gomp_create_target_task): Don't initialize firstprivate_copies field.
5378 * testsuite/libgomp.c/target-25.c (main): Use map (to:) instead of
5379 explicit/implicit firstprivate.
5380
5381 2016-04-08 Cesar Philippidis <cesar@codesourcery.com>
5382
5383 PR lto/70289
5384 PR ipa/70348
5385 PR tree-optimization/70373
5386 PR middle-end/70533
5387 PR middle-end/70534
5388 PR middle-end/70535
5389 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gang-np-1.c: New
5390 test.
5391 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gw-np-1.c: New
5392 test.
5393 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-1.c: New
5394 test.
5395 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-2.c: New
5396 test.
5397 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-3.c: New
5398 test.
5399 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-4.c: New
5400 test.
5401 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-1.c: New
5402 test.
5403 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-2.c: New
5404 test.
5405 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-worker-p-1.c: New
5406 test.
5407 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-1.c: New test.
5408 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-2.c: New test.
5409 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-3.c: New test.
5410 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c: New
5411 test.
5412 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c: New
5413 test.
5414 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c: New
5415 test.
5416 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c: New
5417 test.
5418 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: Add test
5419 coverage.
5420 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
5421 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Likewise.
5422 * testsuite/libgomp.oacc-c-c++-common/parallel-reduction.c: New test.
5423 * testsuite/libgomp.oacc-c-c++-common/pr70289.c: New test.
5424 * testsuite/libgomp.oacc-c-c++-common/pr70373.c: New test.
5425 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Add test
5426 coverage.
5427 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
5428 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
5429 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
5430 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
5431 * testsuite/libgomp.oacc-c-c++-common/reduction-6.c: New test.
5432 * testsuite/libgomp.oacc-c-c++-common/reduction.h: New test.
5433 * testsuite/libgomp.oacc-fortran/parallel-reduction.f90: New test.
5434 * testsuite/libgomp.oacc-fortran/pr70289.f90: New test.
5435 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Add test coverage.
5436 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
5437 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
5438 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
5439 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
5440 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
5441 * testsuite/libgomp.oacc-fortran/reduction-7.f90: New test.
5442
5443 2016-03-30 Thomas Schwinge <thomas@codesourcery.com>
5444 James Norris <jnorris@codesourcery.com>
5445 Nathan Sidwell <nathan@codesourcery.com>
5446 Julian Brown <julian@codesourcery.com>
5447 Cesar Philippidis <cesar@codesourcery.com>
5448 Chung-Lin Tang <cltang@codesourcery.com>
5449 Tom de Vries <tom@codesourcery.com>
5450
5451 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Update.
5452 * testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c: Likewise.
5453 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Likewise.
5454 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: Likewise.
5455 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
5456 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
5457 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
5458 * testsuite/libgomp.oacc-fortran/declare-1.f90: Likewise.
5459 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Likewise.
5460 XFAIL.
5461 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Update.
5462 Incorporate...
5463 * testsuite/libgomp.oacc-c-c++-common/firstprivate-2.c: ... this
5464 file.
5465 * testsuite/libgomp.oacc-c++/template-reduction.C: New file.
5466 * testsuite/libgomp.oacc-c-c++-common/gang-static-1.c: Likewise.
5467 * testsuite/libgomp.oacc-c-c++-common/gang-static-2.c: Likewise.
5468 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-clauses.c:
5469 Likewise.
5470 * testsuite/libgomp.oacc-c-c++-common/private-variables.c:
5471 Likewise.
5472 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: Likewise.
5473 * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Likewise.
5474 * testsuite/libgomp.oacc-c-c++-common/routine-4.c: Likewise.
5475 * testsuite/libgomp.oacc-c-c++-common/routine-wv-2.c: Likewise.
5476 * testsuite/libgomp.oacc-fortran/clauses-1.f90: Likewise.
5477 * testsuite/libgomp.oacc-fortran/default-1.f90: Likewise.
5478 * testsuite/libgomp.oacc-fortran/firstprivate-1.f90: Likewise.
5479 * testsuite/libgomp.oacc-fortran/gang-static-1.f90: Likewise.
5480 * testsuite/libgomp.oacc-fortran/if-1.f90: Likewise.
5481 * testsuite/libgomp.oacc-fortran/implicit-firstprivate-ref.f90:
5482 Likewise.
5483 * testsuite/libgomp.oacc-fortran/pr68813.f90: Likewise.
5484 * testsuite/libgomp.oacc-fortran/private-variables.f90: Likewise.
5485 * testsuite/libgomp.oacc-c-c++-common/kernels-1.c: Merge this
5486 file...
5487 * testsuite/libgomp.oacc-c-c++-common/parallel-1.c: ..., and this
5488 file into...
5489 * testsuite/libgomp.oacc-c-c++-common/data-clauses.h: ... this new
5490 file. Update.
5491 * testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels.c: New
5492 file.
5493 * testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel.c:
5494 Likewise.
5495 * testsuite/libgomp.oacc-c-c++-common/kernels-2.c: Rename to...
5496 * testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels-ipa-pta.c:
5497 ... this new file. Update.
5498 * testsuite/libgomp.oacc-c-c++-common/parallel-2.c: Rename to...
5499 * testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel-ipa-pta.c:
5500 ... this new file. Update.
5501 * testsuite/libgomp.oacc-c-c++-common/mode-transitions.c: New
5502 file. Incorporate...
5503 * testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c: ... this
5504 file, and...
5505 * testsuite/libgomp.oacc-c-c++-common/worker-single-4.c: ... this
5506 file, and...
5507 * testsuite/libgomp.oacc-c-c++-common/worker-single-6.c: ... this
5508 file.
5509 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Remove file.
5510
5511 2016-03-29 Thomas Schwinge <thomas@codesourcery.com>
5512
5513 * testsuite/libgomp.oacc-c++/c++.exp [!lang_test_file_found]: Call
5514 set-torture-options.
5515
5516 2016-03-24 Thomas Schwinge <thomas@codesourcery.com>
5517
5518 * testsuite/libgomp.oacc-c++/c++.exp: Set up torture testing, use
5519 gcc-dg-runtest.
5520 * testsuite/libgomp.oacc-c/c.exp: Likewise.
5521 * testsuite/libgomp.oacc-c-c++-common/acc-on-device-2.c: Specify
5522 -fno-builtin-acc_on_device instead of -O0.
5523 * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: Skip for
5524 -O0.
5525 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Likewise.
5526 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c:
5527 Likewise.
5528 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Likewise.
5529 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Likewise.
5530 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Likewise.
5531 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
5532 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
5533 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
5534 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Likewise.
5535 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
5536 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.
5537 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Likewise.
5538 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise.
5539 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Likewise.
5540 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise.
5541 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Likewise.
5542 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Likewise.
5543 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise.
5544 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Likewise.
5545 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c:
5546 Don't specify -O2.
5547 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-3.c:
5548 Likewise.
5549 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta.c:
5550 Likewise.
5551
5552 2016-03-24 Martin Liska <mliska@suse.cz>
5553
5554 * plugin/plugin-hsa.c (packet_store_release): New function
5555 that is taken from the HSA runtime manual.
5556 (GOMP_OFFLOAD_run): Use the function.
5557
5558 2016-03-23 Jakub Jelinek <jakub@redhat.com>
5559
5560 PR c++/70376
5561 * testsuite/libgomp.c++/pr70376.C: New test.
5562
5563 2016-03-23 Tom de Vries <tom@codesourcery.com>
5564
5565 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Add missing
5566 initialization of lresult and lvresult.
5567 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Same.
5568
5569 2016-03-23 James Norris <jnorris@codesourcery.com>
5570 Daichi Fukuoka <dc-fukuoka@sgi.com>
5571
5572 PR libgomp/69414
5573 * oacc-mem.c (delete_copyout, update_dev_host): Fix device address.
5574 * testsuite/libgomp.oacc-c-c++-common/update-1.c: Additional tests.
5575 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Likewise.
5576 * testsuite/libgomp.oacc-fortran/update-1.f90: New file.
5577
5578 2016-03-23 Martin Liska <mliska@suse.cz>
5579
5580 PR hsa/70337
5581 * plugin/plugin-hsa.c (GOMP_OFFLOAD_run): Copy shadow
5582 argument just in case a dispatched kernel uses that argument.
5583
5584 2016-03-16 Thomas Schwinge <thomas@codesourcery.com>
5585
5586 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: Adjust to
5587 -ftree-parallelize-loops/-fopenacc changes.
5588 * testsuite/libgomp.oacc-fortran/kernels-loop-data-2.f95:
5589 Likewise.
5590 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit-2.f95:
5591 Likewise.
5592 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit.f95:
5593 Likewise.
5594 * testsuite/libgomp.oacc-fortran/kernels-loop-data-update.f95:
5595 Likewise.
5596 * testsuite/libgomp.oacc-fortran/kernels-loop-data.f95: Likewise.
5597 * testsuite/libgomp.oacc-fortran/kernels-loop.f95: Likewise.
5598
5599 2016-03-13 Thomas Schwinge <thomas@codesourcery.com>
5600
5601 * testsuite/lib/libgomp.exp (libgomp_init): Potentially append to
5602 always_ld_library_path the path to libgcc_s.
5603
5604 2016-03-10 Cesar Philippidis <cesar@codesourcery.com>
5605
5606 PR testsuite/70009
5607 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Make test data signed.
5608
5609 2016-03-09 Tom de Vries <tom@codesourcery.com>
5610
5611 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: New test.
5612 * testsuite/libgomp.oacc-fortran/kernels-loop-data-2.f95: Same.
5613 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit-2.f95:
5614 Same.
5615 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit.f95: Same.
5616 * testsuite/libgomp.oacc-fortran/kernels-loop-data-update.f95: Same.
5617 * testsuite/libgomp.oacc-fortran/kernels-loop-data.f95: Same.
5618 * testsuite/libgomp.oacc-fortran/kernels-loop.f95: Same.
5619
5620 2016-03-07 Martin Jambor <mjambor@suse.cz>
5621
5622 * testsuite/lib/libgomp.exp
5623 (check_effective_target_hsa_offloading_selected_nocache): New.
5624 (check_effective_target_hsa_offloading_selected): Likewise.
5625 * testsuite/libgomp.hsa.c/c.exp: Likewise.
5626 * testsuite/libgomp.hsa.c/alloca-1.c: Likewise.
5627 * testsuite/libgomp.hsa.c/bitfield-1.c: Likewise.
5628 * testsuite/libgomp.hsa.c/builtins-1.c: Likewise.
5629 * testsuite/libgomp.hsa.c/complex-1.c: Likewise.
5630 * testsuite/libgomp.hsa.c/formal-actual-args-1.c: Likewise.
5631 * testsuite/libgomp.hsa.c/function-call-1.c: Likewise.
5632 * testsuite/libgomp.hsa.c/get-level-1.c: Likewise.
5633 * testsuite/libgomp.hsa.c/gridify-1.c: Likewise.
5634 * testsuite/libgomp.hsa.c/gridify-2.c: Likewise.
5635 * testsuite/libgomp.hsa.c/gridify-3.c: Likewise.
5636 * testsuite/libgomp.hsa.c/gridify-4.c: Likewise.
5637 * testsuite/libgomp.hsa.c/memory-operations-1.c: Likewise.
5638 * testsuite/libgomp.hsa.c/pr69568.c: Likewise.
5639 * testsuite/libgomp.hsa.c/rotate-1.c: Likewise.
5640 * testsuite/libgomp.hsa.c/switch-1.c: Likewise.
5641 * testsuite/libgomp.hsa.c/switch-branch-1.c: Likewise.
5642
5643 2016-03-07 Martin Jambor <mjambor@suse.cz>
5644
5645 * testsuite/libgomp.c/examples-4/async_target-2.c: Only run on
5646 non-shared memory accelerators.
5647 * testsuite/libgomp.c/examples-4/device-1.c: Likewise.
5648 * testsuite/libgomp.c/examples-4/target-5.c: Likewise.
5649 * testsuite/libgomp.c/examples-4/target_data-6.c: Likewise.
5650 * testsuite/libgomp.c/examples-4/target_data-7.c: Likewise.
5651 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: Likewise.
5652 * testsuite/libgomp.fortran/examples-4/device-1.f90: Likewise.
5653 * testsuite/libgomp.fortran/examples-4/target-5.f90: Likewise.
5654 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: Likewise.
5655 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: Likewise.
5656
5657 2016-03-07 Martin Jambor <mjambor@suse.cz>
5658
5659 * testsuite/lib/libgomp.exp (libgomp_init): Append -Wno-hsa to
5660 ALWAYS_CFLAGS.
5661
5662 2016-03-02 Jakub Jelinek <jakub@redhat.com>
5663
5664 PR libgomp/69555
5665 * testsuite/libgomp.c++/pr69555-1.C: New test.
5666 * testsuite/libgomp.c++/pr69555-2.C: New test.
5667
5668 2016-02-26 Keith McDaniel <k.allen.mcdaniel@gmail.com>
5669 Martin Jambor <mjambor@suse.cz>
5670
5671 * testsuite/lib/libgomp.exp
5672 (check_effective_target_offload_device_shared_as): New proc.
5673 * testsuite/libgomp.c++/declare_target-1.C: New test.
5674
5675 2016-02-25 Ilya Verbin <ilya.verbin@intel.com>
5676
5677 PR driver/68463
5678 * testsuite/libgomp.oacc-c-c++-common/parallel-dims-2.c: Remove.
5679
5680 2016-02-23 Thomas Schwinge <thomas@codesourcery.com>
5681
5682 * oacc-parallel.c (GOACC_parallel_keyed): Initialize dims.
5683 * plugin/plugin-nvptx.c (nvptx_exec): Provide default values for
5684 dims.
5685 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: Adjust to
5686 -ftree-parallelize-loops/-fopenacc changes.
5687 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-3.c: Likewise.
5688 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-2.c:
5689 Likewise.
5690 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-3.c:
5691 Likewise.
5692 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-4.c:
5693 Likewise.
5694 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-5.c:
5695 Likewise.
5696 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-6.c:
5697 Likewise.
5698 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq.c:
5699 Likewise.
5700 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-collapse.c:
5701 Likewise.
5702 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: Likewise.
5703 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-mod-not-zero.c:
5704 Likewise.
5705 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-n.c: Likewise.
5706 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-nest.c:
5707 Likewise.
5708 * testsuite/libgomp.oacc-c-c++-common/kernels-loop.c: Likewise.
5709 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction.c:
5710 Likewise.
5711
5712 2016-02-22 Cesar Philippidis <cesar@codesourcery.com>
5713
5714 * testsuite/libgomp.oacc-c-c++-common/vprop.c: New test.
5715
5716 2016-02-19 Jakub Jelinek <jakub@redhat.com>
5717
5718 PR driver/69805
5719 * testsuite/libgomp.c/pr69805.c: New test.
5720
5721 2016-02-16 Tom de Vries <tom@codesourcery.com>
5722
5723 PR lto/67709
5724 * testsuite/libgomp.fortran/declare-simd-4.f90: New test.
5725
5726 2016-02-09 Tom de Vries <tom@codesourcery.com>
5727
5728 PR tree-optimization/69599
5729 * testsuite/libgomp.c/omp-nested-3.c: New test.
5730 * testsuite/libgomp.c/pr46032-2.c: New test.
5731 * testsuite/libgomp.oacc-c-c++-common/kernels-2.c: New test.
5732 * testsuite/libgomp.oacc-c-c++-common/parallel-2.c: New test.
5733
5734 2016-02-09 Tom de Vries <tom@codesourcery.com>
5735
5736 PR lto/69707
5737 * testsuite/libgomp.oacc-c-c++-common/parallel-dims-2.c: New test.
5738
5739 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
5740
5741 * testsuite/libgomp.c/target-31.c: Fix testcase.
5742
5743 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
5744
5745 * testsuite/libgomp.c/examples-4/teams-3.c: Add missing reduction
5746 clause.
5747 * testsuite/libgomp.c/examples-4/teams-4.c: Likewise.
5748 * testsuite/libgomp.fortran/examples-4/teams-3.f90: Add missing
5749 reduction and map clauses.
5750 * testsuite/libgomp.fortran/examples-4/teams-4.f90: Likewise.
5751
5752 2016-02-02 James Norris <jnorris@codesourcery.com>
5753
5754 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.
5755
5756 2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
5757
5758 * libgomp.map (GOACC_2.0): Remove GOACC_host_data.
5759 * oacc-parallel.c (GOACC_host_data): Remove function definition.
5760
5761 * testsuite/lib/libgomp.exp: Skip hsa offloading for OpenACC test
5762 cases.
5763
5764 * plugin/configfrag.ac (HSA_KMT_LIB, HSA_KMT_LDFLAGS): New
5765 variables.
5766 * testsuite/libgomp-test-support.exp.in (hsa_runtime_lib)
5767 (hsa_kmt_lib): Set variables.
5768 * testsuite/lib/libgomp.exp (libgomp_init): Use them to amend
5769 always_ld_library_path.
5770 * Makefile.in: Regenerate.
5771 * configure: Likewise.
5772 * testsuite/Makefile.in: Likewise.
5773
5774 * plugin/configfrag.ac (offload_additional_options)
5775 (offload_additional_lib_paths): Don't amend for hsa offloading.
5776 * configure: Regenerate.
5777
5778 * plugin/configfrag.ac: Don't configure for offloading target if
5779 we don't build the corresponding plugin.
5780 * configure: Regenerate.
5781
5782 2016-02-01 Nathan Sidwell <nathan@codesourcery.com>
5783
5784 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: New.
5785 * testsuite/libgomp.oacc-fortran/routine-7.f90: Serialize loop.
5786
5787 2016-01-26 Tom de Vries <tom@codesourcery.com>
5788
5789 PR tree-optimization/69110
5790 * testsuite/libgomp.c/pr69110.c: New test.
5791
5792 2016-01-25 Richard Biener <rguenther@suse.de>
5793
5794 PR lto/69393
5795 * testsuite/libgomp.c++/pr69393.C: New testcase.
5796
5797 2016-01-22 Ilya Verbin <ilya.verbin@intel.com>
5798
5799 * target.c (gomp_get_target_fn_addr): Allow host fallback if target
5800 function wasn't mapped to the device with non-shared memory.
5801
5802 2016-01-20 Ilya Verbin <ilya.verbin@intel.com>
5803
5804 * task.c (gomp_create_target_task): Set firstprivate_copies to NULL.
5805
5806 2016-01-19 Martin Jambor <mjambor@suse.cz>
5807 Martin Liska <mliska@suse.cz>
5808
5809 * plugin/Makefrag.am: Add HSA plugin requirements.
5810 * plugin/configfrag.ac (HSA_RUNTIME_INCLUDE): New variable.
5811 (HSA_RUNTIME_LIB): Likewise.
5812 (HSA_RUNTIME_CPPFLAGS): Likewise.
5813 (HSA_RUNTIME_INCLUDE): New substitution.
5814 (HSA_RUNTIME_LIB): Likewise.
5815 (HSA_RUNTIME_LDFLAGS): Likewise.
5816 (hsa-runtime): New configure option.
5817 (hsa-runtime-include): Likewise.
5818 (hsa-runtime-lib): Likewise.
5819 (PLUGIN_HSA): New substitution variable.
5820 Fill HSA_RUNTIME_INCLUDE and HSA_RUNTIME_LIB according to the new
5821 configure options.
5822 (PLUGIN_HSA_CPPFLAGS): Likewise.
5823 (PLUGIN_HSA_LDFLAGS): Likewise.
5824 (PLUGIN_HSA_LIBS): Likewise.
5825 Check that we have access to HSA run-time.
5826 * libgomp-plugin.h (offload_target_type): New element
5827 OFFLOAD_TARGET_TYPE_HSA.
5828 * libgomp.h (gomp_target_task): New fields firstprivate_copies and
5829 args.
5830 (bool gomp_create_target_task): Updated.
5831 (gomp_device_descr): Extra parameter of run_func and async_run_func,
5832 new field can_run_func.
5833 * libgomp_g.h (GOMP_target_ext): Update prototype.
5834 * oacc-host.c (host_run): Added a new parameter args.
5835 * target.c (calculate_firstprivate_requirements): New function.
5836 (copy_firstprivate_data): Likewise.
5837 (gomp_target_fallback_firstprivate): Use them.
5838 (gomp_target_unshare_firstprivate): New function.
5839 (gomp_get_target_fn_addr): Allow returning NULL for shared memory
5840 devices.
5841 (GOMP_target): Do host fallback for all shared memory devices. Do not
5842 pass any args to plugins.
5843 (GOMP_target_ext): Introduce device-specific argument parameter args.
5844 Allow host fallback if device shares memory. Do not remap data if
5845 device has shared memory.
5846 (gomp_target_task_fn): Likewise. Also treat shared memory devices
5847 like host fallback for mappings.
5848 (GOMP_target_data): Treat shared memory devices like host fallback.
5849 (GOMP_target_data_ext): Likewise.
5850 (GOMP_target_update): Likewise.
5851 (GOMP_target_update_ext): Likewise. Also pass NULL as args to
5852 gomp_create_target_task.
5853 (GOMP_target_enter_exit_data): Likewise.
5854 (omp_target_alloc): Treat shared memory devices like host fallback.
5855 (omp_target_free): Likewise.
5856 (omp_target_is_present): Likewise.
5857 (omp_target_memcpy): Likewise.
5858 (omp_target_memcpy_rect): Likewise.
5859 (omp_target_associate_ptr): Likewise.
5860 (gomp_load_plugin_for_device): Also load can_run.
5861 * task.c (GOMP_PLUGIN_target_task_completion): Free
5862 firstprivate_copies.
5863 (gomp_create_target_task): Accept new argument args and store it to
5864 ttask.
5865 * plugin/plugin-hsa.c: New file.
5866
5867 2016-01-18 Tom de Vries <tom@codesourcery.com>
5868
5869 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: New test.
5870 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-3.c: Same.
5871 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-2.c: Same.
5872 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-3.c: Same.
5873 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-4.c: Same.
5874 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-5.c: Same.
5875 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-6.c: Same.
5876 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq.c: Same.
5877 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-collapse.c: Same.
5878 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-2.c: Same.
5879 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit-2.c:
5880 Same.
5881 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit.c:
5882 Same.
5883 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-update.c: Same.
5884 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data.c: Same.
5885 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: Same.
5886 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-mod-not-zero.c: Same.
5887 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-n.c: Same.
5888 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-nest.c: Same.
5889 * testsuite/libgomp.oacc-c-c++-common/kernels-loop.c: Same.
5890 * testsuite/libgomp.oacc-c-c++-common/kernels-parallel-loop-data-enter-exit.c:
5891 Same.
5892 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction.c: Same.
5893
5894 2016-01-15 Jakub Jelinek <jakub@redhat.com>
5895
5896 * task.c (GOMP_PLUGIN_target_task_completion): Add missing return.
5897
5898 2016-01-15 Cesar Philippidis <cesar@codesourcery.com>
5899
5900 * testsuite/libgomp.oacc-fortran/kernels-data.f90: New test.
5901
5902 2016-01-12 James Norris <jnorris@codesourcery.com>
5903
5904 * libgomp.texi: Updates for OpenACC.
5905
5906 2016-01-11 Alexander Monakov <amonakov@ispras.ru>
5907
5908 * plugin/plugin-nvptx.c (link_ptx): Do not set CU_JIT_TARGET.
5909
5910 2016-01-07 H.J. Lu <hongjiu.lu@intel.com>
5911
5912 PR fortran/66680
5913 * testsuite/libgomp.fortran/pr66680.f90: New test.
5914
5915 2016-01-07 Jakub Jelinek <jakub@redhat.com>
5916
5917 PR middle-end/68960
5918 * testsuite/libgomp.c/pr68960.c: New test.
5919
5920 2016-01-06 Nathan Sidwell <nathan@acm.org>
5921
5922 * openacc.h (acc_on_device): Add routine pragma for C++ wrapper.
5923 * testsuite/libgomp.oacc-c-c++-common/acc-on-device-2.c: New.
5924
5925 2016-01-04 Jakub Jelinek <jakub@redhat.com>
5926
5927 Update copyright years.
5928
5929 * libgomp.texi: Bump @copying's copyright year.
5930
5931 2015-12-31 Nathan Sidwell <nathan@acm.org>
5932
5933 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Correct
5934 dg-additional-options syntax.
5935 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Likewise.
5936 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Likewise.
5937 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Likewise.
5938 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
5939 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Likewise.
5940 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise.
5941 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Likewise.
5942 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Likewise.
5943 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise.
5944 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Likewise.
5945 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
5946 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Likewise.
5947 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise.
5948 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Likewise.
5949 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Likewise.
5950 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Likewise.
5951 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
5952 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
5953
5954 2015-12-15 Ilya Verbin <ilya.verbin@intel.com>
5955
5956 * libgomp.h (REFCOUNT_LINK): Define.
5957 (struct splay_tree_key_s): Add link_key.
5958 * target.c (gomp_map_vars): Treat REFCOUNT_LINK objects as not mapped.
5959 Replace target address of the pointer with target address of newly
5960 mapped object in the splay tree. Set link pointer on target to the
5961 device address of the mapped object.
5962 (gomp_unmap_vars): Restore target address of the pointer in the splay
5963 tree for REFCOUNT_LINK objects after unmapping.
5964 (gomp_load_image_to_device): Set refcount to REFCOUNT_LINK for "omp
5965 declare target link" objects.
5966 (gomp_unload_image_from_device): Replace j with i. Force unmap of all
5967 "omp declare target link" objects, which were mapped for the image.
5968 (gomp_exit_data): Restore target address of the pointer in the splay
5969 tree for REFCOUNT_LINK objects after unmapping.
5970 * testsuite/libgomp.c/target-link-1.c: New file.
5971
5972 2015-12-14 Ilya Verbin <ilya.verbin@intel.com>
5973
5974 * libgomp.h (gomp_device_state): New enum.
5975 (struct gomp_device_descr): Replace is_initialized with state.
5976 (gomp_fini_device): Remove declaration.
5977 * oacc-host.c (host_dispatch): Use state instead of is_initialized.
5978 * oacc-init.c (acc_init_1): Use state instead of is_initialized.
5979 (acc_shutdown_1): Likewise. Inline gomp_fini_device.
5980 (acc_set_device_type): Use state instead of is_initialized.
5981 (acc_set_device_num): Likewise.
5982 * target.c (resolve_device): Use state instead of is_initialized.
5983 Do not initialize finalized device.
5984 (gomp_map_vars): Do nothing if device is finalized.
5985 (gomp_unmap_vars): Likewise.
5986 (gomp_update): Likewise.
5987 (GOMP_offload_register_ver): Use state instead of is_initialized.
5988 (GOMP_offload_unregister_ver): Likewise.
5989 (gomp_init_device): Likewise.
5990 (gomp_unload_device): Likewise.
5991 (gomp_fini_device): Remove.
5992 (gomp_get_target_fn_addr): Do nothing if device is finalized.
5993 (GOMP_target): Go to host fallback if device is finalized.
5994 (GOMP_target_ext): Likewise.
5995 (gomp_exit_data): Do nothing if device is finalized.
5996 (gomp_target_task_fn): Go to host fallback if device is finalized.
5997 (gomp_target_fini): New static function.
5998 (gomp_target_init): Use state instead of is_initialized.
5999 Call gomp_target_fini at exit.
6000
6001 2015-12-09 Tom de Vries <tom@codesourcery.com>
6002
6003 PR tree-optimization/68716
6004 * testsuite/libgomp.c/omp-nested-2.c: New test.
6005
6006 2015-12-02 Thomas Schwinge <thomas@codesourcery.com>
6007
6008 * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: Restrict to
6009 target openacc_nvidia_accel_selected.
6010 * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: Likewise.
6011 * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: Likewise.
6012 * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: Remove file.
6013 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: Remove file.
6014
6015 2015-12-01 Julian Brown <julian@codesourcery.com>
6016 James Norris <James_Norris@mentor.com>
6017
6018 * oacc-parallel.c (GOACC_host_data): New function.
6019 * libgomp.map (GOACC_host_data): Add to GOACC_2.0.1.
6020 * testsuite/libgomp.oacc-c-c++-common/host_data-1.c: New test.
6021 * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: New test.
6022 * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: New test.
6023 * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: New test.
6024 * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: New test.
6025 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: New test.
6026
6027 2015-11-30 James Norris <jnorris@codesourcery.com>
6028 Cesar Philippidis <cesar@codesourcery.com>
6029
6030 libgomp/
6031 * libgomp.oacc-fortran/routine-5.f90: New test.
6032 * libgomp.oacc-fortran/routine-7.f90: New test.
6033 * libgomp.oacc-fortran/routine-9.f90: New test.
6034
6035 2015-11-30 Tom de Vries <tom@codesourcery.com>
6036
6037 PR tree-optimization/46032
6038 * testsuite/libgomp.c/pr46032.c: New test.
6039
6040 2015-11-27 Jakub Jelinek <jakub@redhat.com>
6041
6042 PR libgomp/68579
6043 * task.c (gomp_task_run_post_handle_depend_hash): New forward decl.
6044 (gomp_create_target_task): Call it before freeing
6045 GOMP_TARGET_TASK_DATA tasks.
6046
6047 PR c/63326
6048 * testsuite/libgomp.c/cancel-parallel-2.c (foo): Add semicolon
6049 in between case label and OpenMP standalone directives.
6050 * testsuite/libgomp.c++/cancel-parallel-2.C (foo): Likewise.
6051
6052 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
6053
6054 * configure: Regenerate.
6055
6056 2015-11-26 Jakub Jelinek <jakub@redhat.com>
6057
6058 * testsuite/libgomp.c/target-35.c: New test.
6059
6060 2015-11-22 James Norris <jnorris@codesourcery.com>
6061 Cesar Philippidis <cesar@codesourcery.com>
6062
6063 * testsuite/libgomp.oacc-fortran/declare-1.f90: New test.
6064 * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
6065 * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
6066 * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
6067 * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
6068
6069 2015-11-20 Jakub Jelinek <jakub@redhat.com>
6070
6071 PR middle-end/68221
6072 * testsuite/libgomp.c/reduction-11.c: Remove xfail.
6073 * testsuite/libgomp.c/reduction-12.c: Likewise.
6074 * testsuite/libgomp.c++/reduction-11.C: Likewise.
6075 * testsuite/libgomp.c++/reduction-12.C: Likewise.
6076
6077 2015-11-19 Nathan Sidwell <nathan@codesourcery.com>
6078
6079 * libgomp.oacc-c-c++-common/reduction-dbl.c: New.
6080 * libgomp.oacc-c-c++-common/reduction-flt.c: New.
6081 * libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Use typedef.
6082 * libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Use typedef.
6083 * libgomp.oacc-c-c++-common/reduction-2.c: Uncomment broken tests
6084 and fix.
6085 * libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
6086 * libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
6087
6088 2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
6089
6090 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Add
6091 worker & gang cases.
6092 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Likewise.
6093
6094 2015-11-17 Cesar Philippidis <cesar@codesourcery.com>
6095
6096 * config/nvptx/priority_queue.c: New file.
6097
6098 2015-11-14 Jakub Jelinek <jakub@redhat.com>
6099
6100 * libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5
6101 sections.
6102
6103 2015-11-14 Jakub Jelinek <jakub@redhat.com>
6104 Aldy Hernandez <aldyh@redhat.com>
6105 Ilya Verbin <ilya.verbin@intel.com>
6106
6107 * ordered.c (gomp_doacross_init, GOMP_doacross_post,
6108 GOMP_doacross_wait, gomp_doacross_ull_init, GOMP_doacross_ull_post,
6109 GOMP_doacross_ull_wait): For GFS_GUIDED don't divide number of
6110 iterators or IV by chunk size.
6111 * parallel.c (gomp_resolve_num_threads): Don't assume that
6112 if thr->ts.team is non-NULL, then pool must be non-NULL.
6113 * libgomp-plugin.h (GOMP_PLUGIN_target_task_completion): Declare.
6114 * libgomp.map (GOMP_PLUGIN_1.1): New symbol version, export
6115 GOMP_PLUGIN_target_task_completion.
6116 * Makefile.am (libgomp_la_SOURCES): Add priority_queue.c.
6117 * Makefile.in: Regenerate.
6118 * libgomp.h: Shuffle prototypes and forward definitions around so
6119 priority queues can be defined.
6120 (enum gomp_task_kind): Add GOMP_TASK_ASYNC_RUNNING.
6121 (enum gomp_target_task_state): New enum.
6122 (struct gomp_target_task): Add state, tgt, task and team fields.
6123 (gomp_create_target_task): Change return type to bool, add
6124 state argument.
6125 (gomp_target_task_fn): Change return type to bool.
6126 (struct gomp_device_descr): Add async_run_func.
6127 (struct gomp_task): Remove children, next_child, prev_child,
6128 next_queue, prev_queue, next_taskgroup, prev_taskgroup.
6129 Add pnode field.
6130 (struct gomp_taskgroup): Remove children.
6131 Add taskgroup_queue.
6132 (struct gomp_team): Change task_queue type to a priority queue.
6133 (splay_compare): Define inline.
6134 (priority_queue_offset): New.
6135 (priority_node_to_task): New.
6136 (task_to_priority_node): New.
6137 * oacc-mem.c: Do not include splay-tree.h.
6138 * priority_queue.c: New file.
6139 * priority_queue.h: New file.
6140 * splay-tree.c: Do not include splay-tree.h.
6141 (splay_tree_foreach_internal): New.
6142 (splay_tree_foreach): New.
6143 * splay-tree.h: Become re-entrant if splay_tree_prefix is defined.
6144 (splay_tree_callback): Define typedef.
6145 * target.c (splay_compare): Move to libgomp.h.
6146 (GOMP_target): Don't adjust *thr in any way around running offloaded
6147 task.
6148 (GOMP_target_ext): Likewise. Handle target nowait.
6149 (GOMP_target_update_ext, GOMP_target_enter_exit_data): Check
6150 return value from gomp_create_target_task, if false, fallthrough
6151 as if no dependencies exist.
6152 (gomp_target_task_fn): Change return type to bool, return true
6153 if the task should have another part scheduled later. Handle
6154 target nowait.
6155 (gomp_load_plugin_for_device): Initialize async_run.
6156 * task.c (gomp_init_task): Initialize children_queue.
6157 (gomp_clear_parent_in_list): New.
6158 (gomp_clear_parent_in_tree): New.
6159 (gomp_clear_parent): Handle priorities.
6160 (GOMP_task): Likewise.
6161 (priority_queue_move_task_first,
6162 gomp_target_task_completion, GOMP_PLUGIN_target_task_completion):
6163 New functions.
6164 (gomp_create_target_task): Use priority queues. Change return type
6165 to bool, add state argument, return false if for async
6166 {{enter,exit} data,update} constructs no dependencies need to be
6167 waited for, handle target nowait. Set task->fn to NULL instead of
6168 gomp_target_task_fn.
6169 (verify_children_queue): Remove.
6170 (priority_list_upgrade_task): New.
6171 (priority_queue_upgrade_task): New.
6172 (verify_task_queue): Remove.
6173 (priority_list_downgrade_task): New.
6174 (priority_queue_downgrade_task): New.
6175 (gomp_task_run_pre): Use priority queues.
6176 Abstract code out to priority_queue_downgrade_task.
6177 (gomp_task_run_post_handle_dependers): Use priority queues.
6178 (gomp_task_run_post_remove_parent): Likewise.
6179 (gomp_task_run_post_remove_taskgroup): Likewise.
6180 (gomp_barrier_handle_tasks): Likewise. Handle target nowait target
6181 tasks specially.
6182 (GOMP_taskwait): Likewise.
6183 (gomp_task_maybe_wait_for_dependencies): Likewise. Abstract code to
6184 priority-queue_upgrade_task.
6185 (GOMP_taskgroup_start): Use priority queues.
6186 (GOMP_taskgroup_end): Likewise. Handle target nowait target tasks
6187 specially. If taskgroup is NULL, and thr->ts.level is 0, act as a
6188 barrier.
6189 * taskloop.c (GOMP_taskloop): Handle priorities.
6190 * team.c (gomp_new_team): Call priority_queue_init.
6191 (free_team): Call priority_queue_free.
6192 (gomp_free_thread): Call gomp_team_end if thr->ts.team is artificial
6193 team created for target nowait in implicit parallel region.
6194 (gomp_team_start): For nested check, test thr->ts.level instead of
6195 thr->ts.team != NULL.
6196 * testsuite/libgomp.c/doacross-3.c: New test.
6197 * testsuite/libgomp.c/ordered-5.c: New test.
6198 * testsuite/libgomp.c/priority.c: New test.
6199 * testsuite/libgomp.c/target-31.c: New test.
6200 * testsuite/libgomp.c/target-32.c: New test.
6201 * testsuite/libgomp.c/target-33.c: New test.
6202 * testsuite/libgomp.c/target-34.c: New test.
6203
6204 2015-11-13 Nathan Sidwell <nathan@codesourcery.com>
6205
6206 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: New.
6207
6208 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Sequential
6209 loop is sequential.
6210
6211 2015-11-13 Nathan Sidwell <nathan@codesourcery.com>
6212
6213 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: New.
6214 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: New.
6215
6216 2015-11-12 James Norris <jnorris@codesourcery.com>
6217 Joseph Myers <joseph@codesourcery.com>
6218
6219 * libgomp.map (GOACC_2.0.1): Export GOACC_declare.
6220 * oacc-parallel.c (GOACC_declare): New function.
6221 * testsuite/libgomp.oacc-c-c++-common/declare-1.c: New test.
6222 * testsuite/libgomp.oacc-c-c++-common/declare-2.c: Likewise.
6223 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Likewise.
6224 * testsuite/libgomp.oacc-c-c++-common/declare-5.c: Likewise.
6225 * testsuite/libgomp.oacc-c++/declare-1.C: Likewise.
6226
6227 2015-11-12 Nathan Sidwell <nathan@codesourcery.com>
6228
6229 * testsuite/libgomp.oacc-c-c++-common/default-1.c: New.
6230
6231 2015-11-1 Nathan Sidwell <nathan@codesourcery.com>
6232
6233 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: New.
6234 * testsuite/libgomp.oacc-c-c++-common/firstprivate-2.c: New.
6235
6236 2015-11-09 Nathan Sidwell <nathan@codesourcery.com>
6237
6238 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Remove
6239 inadvertent commit.
6240
6241 2015-11-09 Nathan Sidwell <nathan@codesourcery.com>
6242
6243 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: New.
6244 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: New.
6245 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: New.
6246 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: New.
6247 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: New.
6248
6249 2015-11-06 Thomas Schwinge <thomas@codesourcery.com>
6250
6251 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: XFAIL.
6252 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.
6253
6254 2015-11-05 Jakub Jelinek <jakub@redhat.com>
6255 Ilya Verbin <ilya.verbin@intel.com>
6256
6257 * libgomp_g.h (GOMP_loop_nonmonotonic_dynamic_next,
6258 GOMP_loop_nonmonotonic_dynamic_start,
6259 GOMP_loop_nonmonotonic_guided_next,
6260 GOMP_loop_nonmonotonic_guided_start,
6261 GOMP_loop_ull_nonmonotonic_dynamic_next,
6262 GOMP_loop_ull_nonmonotonic_dynamic_start,
6263 GOMP_loop_ull_nonmonotonic_guided_next,
6264 GOMP_loop_ull_nonmonotonic_guided_start,
6265 GOMP_parallel_loop_nonmonotonic_dynamic,
6266 GOMP_parallel_loop_nonmonotonic_guided): New prototypes.
6267 (GOMP_target_41): Renamed to ...
6268 (GOMP_target_ext): ... this. Add num_teams and thread_limit
6269 arguments.
6270 (GOMP_target_data_41): Renamed to ...
6271 (GOMP_target_data_ext): ... this.
6272 (GOMP_target_update_41): Renamed to ...
6273 (GOMP_target_update_ext): ... this.
6274 * libgomp.map (GOMP_4.5): Export GOMP_target_ext,
6275 GOMP_target_data_ext and GOMP_target_update_ext instead of
6276 GOMP_target_41, GOMP_target_data_41 and GOMP_target_update_41.
6277 Export GOMP_loop_nonmonotonic_dynamic_next,
6278 GOMP_loop_nonmonotonic_dynamic_start,
6279 GOMP_loop_nonmonotonic_guided_next,
6280 GOMP_loop_nonmonotonic_guided_start,
6281 GOMP_loop_ull_nonmonotonic_dynamic_next,
6282 GOMP_loop_ull_nonmonotonic_dynamic_start,
6283 GOMP_loop_ull_nonmonotonic_guided_next,
6284 GOMP_loop_ull_nonmonotonic_guided_start,
6285 GOMP_parallel_loop_nonmonotonic_dynamic and
6286 GOMP_parallel_loop_nonmonotonic_guided.
6287 * loop.c (GOMP_parallel_loop_nonmonotonic_dynamic,
6288 GOMP_parallel_loop_nonmonotonic_guided,
6289 GOMP_loop_nonmonotonic_dynamic_start,
6290 GOMP_loop_nonmonotonic_guided_start,
6291 GOMP_loop_nonmonotonic_dynamic_next,
6292 GOMP_loop_nonmonotonic_guided_next): New aliases or functions.
6293 * loop_ull.c (GOMP_loop_ull_nonmonotonic_dynamic_start,
6294 GOMP_loop_ull_nonmonotonic_guided_start,
6295 GOMP_loop_ull_nonmonotonic_dynamic_next,
6296 GOMP_loop_ull_nonmonotonic_guided_next): Likewise.
6297 * target.c (gomp_map_0len_lookup, gomp_map_val): New inline
6298 functions.
6299 (gomp_map_vars): Handle GOMP_MAP_ALWAYS_POINTER. For
6300 GOMP_MAP_ZERO_LEN_ARRAY_SECTION use gomp_map_0len_lookup.
6301 Use gomp_map_val function.
6302 (gomp_target_fallback_firstprivate): New static function.
6303 (GOMP_target_41): Renamed to ...
6304 (GOMP_target_ext): ... this. Add num_teams and thread_limit
6305 arguments. Move firstprivate fallback handling into a new
6306 function.
6307 (GOMP_target_data_41): Renamed to ...
6308 (GOMP_target_data_ext): ... this.
6309 (GOMP_target_update_41): Renamed to ...
6310 (GOMP_target_update_ext): ... this.
6311 (gomp_exit_data): For GOMP_MAP_*ZERO_LEN* use
6312 gomp_map_0len_lookup instead of gomp_map_lookup.
6313 (omp_target_is_present): Use gomp_map_0len_lookup instead of
6314 gomp_map_lookup.
6315 * testsuite/libgomp.c/target-28.c: Likewise.
6316 * testsuite/libgomp.c/monotonic-1.c: New test.
6317 * testsuite/libgomp.c/monotonic-2.c: New test.
6318 * testsuite/libgomp.c/nonmonotonic-1.c: New test.
6319 * testsuite/libgomp.c/nonmonotonic-2.c: New test.
6320 * testsuite/libgomp.c/pr66199-5.c: New test.
6321 * testsuite/libgomp.c/pr66199-6.c: New test.
6322 * testsuite/libgomp.c/pr66199-7.c: New test.
6323 * testsuite/libgomp.c/pr66199-8.c: New test.
6324 * testsuite/libgomp.c/pr66199-9.c: New test.
6325 * testsuite/libgomp.c/reduction-11.c: New test.
6326 * testsuite/libgomp.c/reduction-12.c: New test.
6327 * testsuite/libgomp.c/reduction-13.c: New test.
6328 * testsuite/libgomp.c/reduction-14.c: New test.
6329 * testsuite/libgomp.c/reduction-15.c: New test.
6330 * testsuite/libgomp.c/target-12.c (main): Adjust for
6331 omp_target_is_present change for one-past-last element.
6332 * testsuite/libgomp.c/target-17.c (foo): Drop tests where
6333 the same var is both mapped and privatized.
6334 * testsuite/libgomp.c/target-19.c (foo): Adjust for different
6335 handling of zero-length array sections.
6336 * testsuite/libgomp.c/target-28.c: New test.
6337 * testsuite/libgomp.c/target-29.c: New test.
6338 * testsuite/libgomp.c/target-30.c: New test.
6339 * testsuite/libgomp.c/target-teams-1.c: New test.
6340 * testsuite/libgomp.c++/member-6.C: New test.
6341 * testsuite/libgomp.c++/member-7.C: New test.
6342 * testsuite/libgomp.c++/monotonic-1.C: New test.
6343 * testsuite/libgomp.c++/monotonic-2.C: New test.
6344 * testsuite/libgomp.c++/nonmonotonic-1.C: New test.
6345 * testsuite/libgomp.c++/nonmonotonic-2.C: New test.
6346 * testsuite/libgomp.c++/pr66199-3.C: New test.
6347 * testsuite/libgomp.c++/pr66199-4.C: New test.
6348 * testsuite/libgomp.c++/pr66199-5.C: New test.
6349 * testsuite/libgomp.c++/pr66199-6.C: New test.
6350 * testsuite/libgomp.c++/pr66199-7.C: New test.
6351 * testsuite/libgomp.c++/pr66199-8.C: New test.
6352 * testsuite/libgomp.c++/pr66199-9.C: New test.
6353 * testsuite/libgomp.c++/reduction-11.C: New test.
6354 * testsuite/libgomp.c++/reduction-12.C: New test.
6355 * testsuite/libgomp.c++/target-13.C: New test.
6356 * testsuite/libgomp.c++/target-14.C: New test.
6357 * testsuite/libgomp.c++/target-15.C: New test.
6358 * testsuite/libgomp.c++/target-16.C: New test.
6359 * testsuite/libgomp.c++/target-17.C: New test.
6360 * testsuite/libgomp.c++/target-18.C: New test.
6361 * testsuite/libgomp.c++/target-19.C: New test.
6362
6363 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
6364
6365 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Fix dimensions
6366 and reduction copy.
6367 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
6368 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
6369 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
6370 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
6371 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: Likewise.
6372 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
6373 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
6374 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
6375 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
6376 * testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c: Likewise.
6377 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Likewise.
6378 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
6379 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
6380 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: New.
6381
6382 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
6383
6384 * libgomp.oacc-c-c++-common/loop-red-g-1.c: New.
6385 * libgomp.oacc-c-c++-common/loop-red-gwv-1.c: New.
6386 * libgomp.oacc-c-c++-common/loop-red-v-1.c: New.
6387 * libgomp.oacc-c-c++-common/loop-red-v-2.c: New.
6388 * libgomp.oacc-c-c++-common/loop-red-w-1.c: New.
6389 * libgomp.oacc-c-c++-common/loop-red-w-2.c: New.
6390 * libgomp.oacc-c-c++-common/loop-red-wv-1.c: New.
6391 * libgomp.oacc-fortran/reduction-5.f90: Avoid reference var.
6392
6393 2015-11-03 Nathan Sidwell <nathan@codesourcery.com>
6394
6395 * libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
6396 * plugin/plugin-nvptx.c (nvptx_exec): Remove sizes & kinds arg.
6397 (GOMP_OFFLOAD_openacc_parallel): Likewise.
6398 * oacc-host.c (host_openacc_exec): Likewise.
6399 * oacc-parallel.c (GOACC_parallel_keyed): Adjust exec_func call.
6400
6401 2015-11-03 Julian Brown <julian@codesourcery.com>
6402 Thomas Schwinge <thomas@codesourcery.com>
6403
6404 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: New file.
6405 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
6406 * testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c:
6407 Likewise.
6408 * testsuite/libgomp.oacc-c-c++-common/worker-single-4.c: Likewise.
6409 * testsuite/libgomp.oacc-c-c++-common/worker-single-6.c: Likewise.
6410
6411 2015-11-03 James Norris <jnorris@codesourcery.com>
6412
6413 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-1.c: New
6414 file.
6415 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-2.c:
6416 Likewise.
6417 * testsuite/libgomp.oacc-c-c++-common/atomic_rw-1.c: Likewise.
6418 * testsuite/libgomp.oacc-c-c++-common/atomic_update-1.c: Likewise.
6419 * testsuite/libgomp.oacc-fortran/atomic_capture-1.f90: Likewise.
6420 * testsuite/libgomp.oacc-fortran/atomic_rw-1.f90: New file.
6421 * testsuite/libgomp.oacc-fortran/atomic_update-1.f90: Likewise.
6422
6423 2015-10-29 Nathan Sidwell <nathan@codesourcery.com>
6424
6425 * openacc.h (enum acc_device_t): Reformat. Ensure layout
6426 compatibility.
6427 (enum acc_async_t): Reformat.
6428 (acc_on_device): Declare compatible with builtin and provide C++
6429 wrapper.
6430 * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: New.
6431
6432 2015-10-29 Thomas Schwinge <thomas@codesourcery.com>
6433 Cesar Philippidis <cesar@codesourcery.com>
6434
6435 * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: Rename to...
6436 * testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c:
6437 ... this. Add a description of the test at the top of the file.
6438 * testsuite/libgomp.oacc-fortran/combdir-1.f90: Rename file to...
6439 * testsuite/libgomp.oacc-fortran/combined-directives-1.f90:
6440 ... this. Add a description of the test at the top of the file.
6441
6442 2015-10-28 Nathan Sidwell <nathan@codesourcery.com>
6443
6444 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: New.
6445 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: New.
6446 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: New.
6447 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: New.
6448 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: New.
6449 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: New.
6450
6451 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
6452
6453 * plugin/plugin-nvptx.c (nvptx_exec): Remove check on compute
6454 dimensions.
6455
6456 2015-10-27 Thomas Schwinge <thomas@codesourcery.com>
6457
6458 PR testsuite/68063
6459 * testsuite/libgomp.c++/member-1.C (A::m1): Add missing private clause.
6460
6461 2015-10-27 James Norris <jnorris@codesourcery.com>
6462
6463 * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: New file.
6464 * testsuite/libgomp.oacc-fortran/combdir-1.f90: Likewise.
6465
6466 2015-10-26 Thomas Schwinge <thomas@codesourcery.com>
6467
6468 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Print to stderr.
6469 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
6470
6471 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Remove explicit
6472 acc_device_nvidia usage.
6473 * testsuite/libgomp.oacc-c-c++-common/lib-10.c: Likewise.
6474 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
6475 * testsuite/libgomp.oacc-c-c++-common/lib-9.c: Likewise.
6476
6477 * oacc-init.c (acc_shutdown): Call gomp_init_targets_once.
6478 * testsuite/libgomp.oacc-c-c++-common/lib-8.c: New file.
6479
6480 PR libgomp/66518
6481 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Resolve XFAIL.
6482
6483 PR libgomp/65437
6484 PR libgomp/66518
6485 * oacc-mem.c (update_dev_host): Call goacc_lazy_initialize.
6486 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Remove XFAIL.
6487
6488 2015-10-23 Tom de Vries <tom@codesourcery.com>
6489
6490 PR testsuite/68063
6491 * testsuite/libgomp.c++/member-2.C (A::m1): Add missing private clause.
6492
6493 2015-10-20 Nathan Sidwell <nathan@codesourcery.com>
6494
6495 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Set sane
6496 vector_length.
6497 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
6498
6499 2015-10-14 Ilya Verbin <ilya.verbin@intel.com>
6500 Aleksander Ivanushenko <aleksander.ivanushenko@intel.com>
6501
6502 * target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end
6503 to 0 when mapnum is 0.
6504
6505 2015-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
6506
6507 * fortran.c (omp_get_place_proc_ids_, omp_get_partition_place_nums_):
6508 Cast to int from int32_t.
6509
6510 2015-10-13 Jakub Jelinek <jakub@redhat.com>
6511 Aldy Hernandez <aldyh@redhat.com>
6512 Ilya Verbin <ilya.verbin@intel.com>
6513
6514 * config/linux/affinity.c (omp_get_place_num_procs,
6515 omp_get_place_proc_ids, gomp_get_place_proc_ids_8): New functions.
6516 * config/linux/doacross.h: New file.
6517 * config/posix/affinity.c (omp_get_place_num_procs,
6518 omp_get_place_proc_ids, gomp_get_place_proc_ids_8): New functions.
6519 * config/posix/doacross.h: New file.
6520 * env.c: Include gomp-constants.h.
6521 (struct gomp_task_icv): Rename run_sched_modifier to
6522 run_sched_chunk_size.
6523 (gomp_max_task_priority_var): New variable.
6524 (parse_schedule): Rename run_sched_modifier to run_sched_chunk_size.
6525 (handle_omp_display_env): Change _OPENMP value from 201307 to
6526 201511. Print OMP_MAX_TASK_PRIORITY.
6527 (initialize_env): Parse OMP_MAX_TASK_PRIORITY.
6528 (omp_set_schedule, omp_get_schedule): Rename modifier argument to
6529 chunk_size and run_sched_modifier to run_sched_chunk_size.
6530 (omp_get_max_task_priority, omp_get_initial_device,
6531 omp_get_num_places, omp_get_place_num, omp_get_partition_num_places,
6532 omp_get_partition_place_nums): New functions.
6533 * fortran.c (omp_set_schedule_, omp_set_schedule_8_,
6534 omp_get_schedule_, omp_get_schedule_8_): Rename modifier argument
6535 to chunk_size.
6536 (omp_get_num_places_, omp_get_place_num_procs_,
6537 omp_get_place_num_procs_8_, omp_get_place_proc_ids_,
6538 omp_get_place_proc_ids_8_, omp_get_place_num_,
6539 omp_get_partition_num_places_, omp_get_partition_place_nums_,
6540 omp_get_partition_place_nums_8_, omp_get_initial_device_,
6541 omp_get_max_task_priority_): New functions.
6542 * libgomp_g.h (GOMP_loop_doacross_static_start,
6543 GOMP_loop_doacross_dynamic_start, GOMP_loop_doacross_guided_start,
6544 GOMP_loop_doacross_runtime_start, GOMP_loop_ull_doacross_static_start,
6545 GOMP_loop_ull_doacross_dynamic_start,
6546 GOMP_loop_ull_doacross_guided_start,
6547 GOMP_loop_ull_doacross_runtime_start, GOMP_doacross_post,
6548 GOMP_doacross_wait, GOMP_doacross_ull_post, GOMP_doacross_wait,
6549 GOMP_taskloop, GOMP_taskloop_ull, GOMP_target_41,
6550 GOMP_target_data_41, GOMP_target_update_41,
6551 GOMP_target_enter_exit_data): New prototypes.
6552 (GOMP_task): Add prototype argument.
6553 * libgomp.h (_LIBGOMP_CHECKING_): Define to 0 if not yet defined.
6554 (struct gomp_doacross_work_share): New type.
6555 (struct gomp_work_share): Add doacross field.
6556 (struct gomp_task_icv): Rename run_sched_modifier to
6557 run_sched_chunk_size.
6558 (enum gomp_task_kind): Rename GOMP_TASK_IFFALSE to
6559 GOMP_TASK_UNDEFERRED. Add comments.
6560 (struct gomp_task_depend_entry): Add comments.
6561 (struct gomp_task): Likewise.
6562 (struct gomp_taskgroup): Likewise.
6563 (struct gomp_target_task): New type.
6564 (struct gomp_team): Add comment.
6565 (gomp_get_place_proc_ids_8, gomp_doacross_init,
6566 gomp_doacross_ull_init, gomp_task_maybe_wait_for_dependencies,
6567 gomp_create_target_task, gomp_target_task_fn): New prototypes.
6568 (struct target_var_desc): New type.
6569 (struct target_mem_desc): Adjust comment. Use struct
6570 target_var_desc instead of splay_tree_key for list.
6571 (REFCOUNT_INFINITY): Define.
6572 (struct splay_tree_key_s): Remove copy_from field.
6573 (struct gomp_device_descr): Add dev2dev_func field.
6574 (enum gomp_map_vars_kind): New enum.
6575 (gomp_map_vars): Add one argument.
6576 * libgomp.map (OMP_4.5): Export omp_get_max_task_priority,
6577 omp_get_max_task_priority_, omp_get_num_places, omp_get_num_places_,
6578 omp_get_place_num_procs, omp_get_place_num_procs_,
6579 omp_get_place_num_procs_8_, omp_get_place_proc_ids,
6580 omp_get_place_proc_ids_, omp_get_place_proc_ids_8_, omp_get_place_num,
6581 omp_get_place_num_, omp_get_partition_num_places,
6582 omp_get_partition_num_places_, omp_get_partition_place_nums,
6583 omp_get_partition_place_nums_, omp_get_partition_place_nums_8_,
6584 omp_get_initial_device, omp_get_initial_device_, omp_target_alloc,
6585 omp_target_free, omp_target_is_present, omp_target_memcpy,
6586 omp_target_memcpy_rect, omp_target_associate_ptr and
6587 omp_target_disassociate_ptr.
6588 (GOMP_4.0.2): Renamed to ...
6589 (GOMP_4.5): ... this. Export GOMP_target_41, GOMP_target_data_41,
6590 GOMP_target_update_41, GOMP_target_enter_exit_data, GOMP_taskloop,
6591 GOMP_taskloop_ull, GOMP_loop_doacross_dynamic_start,
6592 GOMP_loop_doacross_guided_start, GOMP_loop_doacross_runtime_start,
6593 GOMP_loop_doacross_static_start, GOMP_doacross_post,
6594 GOMP_doacross_wait, GOMP_loop_ull_doacross_dynamic_start,
6595 GOMP_loop_ull_doacross_guided_start,
6596 GOMP_loop_ull_doacross_runtime_start,
6597 GOMP_loop_ull_doacross_static_start, GOMP_doacross_ull_post and
6598 GOMP_doacross_ull_wait.
6599 * libgomp.texi: Document omp_get_max_task_priority.
6600 Rename modifier argument to chunk_size for omp_set_schedule and
6601 omp_get_schedule. Document OMP_MAX_TASK_PRIORITY env var.
6602 * loop.c (GOMP_loop_runtime_start): Adjust for run_sched_modifier
6603 to run_sched_chunk_size renaming.
6604 (GOMP_loop_ordered_runtime_start): Likewise.
6605 (gomp_loop_doacross_static_start, gomp_loop_doacross_dynamic_start,
6606 gomp_loop_doacross_guided_start, GOMP_loop_doacross_runtime_start,
6607 GOMP_parallel_loop_runtime_start): New functions.
6608 (GOMP_parallel_loop_runtime): Adjust for run_sched_modifier
6609 to run_sched_chunk_size renaming.
6610 (GOMP_loop_doacross_static_start, GOMP_loop_doacross_dynamic_start,
6611 GOMP_loop_doacross_guided_start): New functions or aliases.
6612 * loop_ull.c (GOMP_loop_ull_runtime_start): Adjust for
6613 run_sched_modifier to run_sched_chunk_size renaming.
6614 (GOMP_loop_ull_ordered_runtime_start): Likewise.
6615 (gomp_loop_ull_doacross_static_start,
6616 gomp_loop_ull_doacross_dynamic_start,
6617 gomp_loop_ull_doacross_guided_start,
6618 GOMP_loop_ull_doacross_runtime_start): New functions.
6619 (GOMP_loop_ull_doacross_static_start,
6620 GOMP_loop_ull_doacross_dynamic_start,
6621 GOMP_loop_ull_doacross_guided_start): New functions or aliases.
6622 * oacc-mem.c (acc_map_data, present_create_copy,
6623 gomp_acc_insert_pointer): Pass GOMP_MAP_VARS_OPENACC instead of false
6624 to gomp_map_vars.
6625 (gomp_acc_remove_pointer): Use copy_from from target_var_desc.
6626 * oacc-parallel.c (GOACC_data_start): Pass GOMP_MAP_VARS_OPENACC
6627 instead of false to gomp_map_vars.
6628 (GOACC_parallel_keyed): Likewise. Use copy_from from target_var_desc.
6629 * omp.h.in (omp_lock_hint_t): New type.
6630 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
6631 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
6632 omp_get_place_num, omp_get_partition_num_places,
6633 omp_get_partition_place_nums, omp_get_initial_device,
6634 omp_get_max_task_priority, omp_target_alloc, omp_target_free,
6635 omp_target_is_present, omp_target_memcpy, omp_target_memcpy_rect,
6636 omp_target_associate_ptr, omp_target_disassociate_ptr): New
6637 prototypes.
6638 * omp_lib.f90.in (omp_lock_hint_kind): New parameter.
6639 (omp_lock_hint_none, omp_lock_hint_uncontended,
6640 omp_lock_hint_contended, omp_lock_hint_nonspeculative,
6641 omp_lock_hint_speculative): New parameters.
6642 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
6643 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
6644 omp_get_place_num, omp_get_partition_num_places,
6645 omp_get_partition_place_nums, omp_get_initial_device,
6646 omp_get_max_task_priority): New interfaces.
6647 (omp_set_schedule, omp_get_schedule): Rename modifier argument
6648 to chunk_size.
6649 * omp_lib.h.in (omp_lock_hint_kind): New parameter.
6650 (omp_lock_hint_none, omp_lock_hint_uncontended,
6651 omp_lock_hint_contended, omp_lock_hint_nonspeculative,
6652 omp_lock_hint_speculative): New parameters.
6653 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
6654 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
6655 omp_get_place_num, omp_get_partition_num_places,
6656 omp_get_partition_place_nums, omp_get_initial_device,
6657 omp_get_max_task_priority): New functions and subroutines.
6658 * ordered.c: Include stdarg.h and string.h.
6659 (MAX_COLLAPSED_BITS): Define.
6660 (gomp_doacross_init, GOMP_doacross_post, GOMP_doacross_wait,
6661 gomp_doacross_ull_init, GOMP_doacross_ull_post,
6662 GOMP_doacross_ull_wait): New functions.
6663 * target.c: Include errno.h.
6664 (resolve_device): If device is not initialized, call
6665 gomp_init_device on it.
6666 (gomp_map_lookup): New function.
6667 (gomp_map_vars_existing): Add tgt_var argument, fill it in.
6668 Don't bump refcount if REFCOUNT_INFINITY. Handle
6669 GOMP_MAP_ALWAYS_TO_P.
6670 (get_kind): Rename is_openacc argument to short_mapkind.
6671 (gomp_map_pointer): Use gomp_map_lookup.
6672 (gomp_map_fields_existing): New function.
6673 (gomp_map_vars): Rename is_openacc argument to short_mapkind
6674 and is_target to pragma_kind. Handle GOMP_MAP_VARS_ENTER_DATA,
6675 handle GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_STRUCT,
6676 GOMP_MAP_USE_DEVICE_PTR, GOMP_MAP_ZERO_LEN_ARRAY_SECTION.
6677 Adjust for tgt->list changed type and copy_from living in there.
6678 (gomp_copy_from_async): Adjust for tgt->list changed type and
6679 copy_from living in there.
6680 (gomp_unmap_vars): Likewise.
6681 (gomp_update): Likewise. Rename is_openacc argument to
6682 short_mapkind. Don't fail if object is not mapped.
6683 (gomp_load_image_to_device): Initialize refcount to
6684 REFCOUNT_INFINITY.
6685 (gomp_target_fallback): New function.
6686 (gomp_get_target_fn_addr): Likewise.
6687 (GOMP_target): Adjust gomp_map_vars caller, use
6688 gomp_get_target_fn_addr and gomp_target_fallback.
6689 (GOMP_target_41): New function.
6690 (gomp_target_data_fallback): New function.
6691 (GOMP_target_data): Use it, adjust gomp_map_vars caller.
6692 (GOMP_target_data_41): New function.
6693 (GOMP_target_update): Adjust gomp_update caller.
6694 (GOMP_target_update_41): New function.
6695 (gomp_exit_data, GOMP_target_enter_exit_data,
6696 gomp_target_task_fn, omp_target_alloc, omp_target_free,
6697 omp_target_is_present, omp_target_memcpy,
6698 omp_target_memcpy_rect_worker, omp_target_memcpy_rect,
6699 omp_target_associate_ptr, omp_target_disassociate_ptr,
6700 gomp_load_plugin_for_device): New functions.
6701 * task.c: Include gomp-constants.h. Include taskloop.c
6702 twice to get GOMP_taskloop and GOMP_taskloop_ull definitions.
6703 (gomp_task_handle_depend): New function.
6704 (GOMP_task): Use it. Add priority argument. Use
6705 gomp-constant.h constants instead of hardcoded numbers.
6706 Rename GOMP_TASK_IFFALSE to GOMP_TASK_UNDEFERRED.
6707 (gomp_create_target_task): New function.
6708 (verify_children_queue, verify_taskgroup_queue,
6709 verify_task_queue): New functions.
6710 (gomp_task_run_pre): Call verify_*_queue functions.
6711 If an upcoming tied task is about to leave the sibling or
6712 taskgroup queues in an invalid state, adjust appropriately.
6713 Remove taskgroup argument. Add comments.
6714 (gomp_task_run_post_handle_dependers): Add comments.
6715 (gomp_task_run_post_remove_parent): Likewise.
6716 (gomp_barrier_handle_tasks): Adjust gomp_task_run_pre caller.
6717 (GOMP_taskwait): Likewise. Add comments.
6718 (gomp_task_maybe_wait_for_dependencies): Fix scheduling
6719 problem such that the first non parent_depends_on task does not
6720 end up at the end of the children queue.
6721 (GOMP_taskgroup_start): Rename GOMP_TASK_IFFALSE to
6722 GOMP_TASK_UNDEFERRED.
6723 (GOMP_taskgroup_end): Adjust gomp_task_run_pre caller.
6724 * taskloop.c: New file.
6725 * testsuite/lib/libgomp.exp
6726 (check_effective_target_offload_device_nonshared_as): New proc.
6727 * testsuite/libgomp.c/affinity-2.c: New test.
6728 * testsuite/libgomp.c/doacross-1.c: New test.
6729 * testsuite/libgomp.c/doacross-2.c: New test.
6730 * testsuite/libgomp.c/examples-4/declare_target-1.c (fib_wrapper):
6731 Add map clause to target.
6732 * testsuite/libgomp.c/examples-4/declare_target-4.c (accum): Likewise.
6733 * testsuite/libgomp.c/examples-4/declare_target-5.c (accum): Likewise.
6734 * testsuite/libgomp.c/examples-4/device-1.c (main): Likewise.
6735 * testsuite/libgomp.c/examples-4/device-3.c (main): Likewise.
6736 * testsuite/libgomp.c/examples-4/target_data-3.c (gramSchmidt):
6737 Likewise.
6738 * testsuite/libgomp.c/examples-4/teams-2.c (dotprod): Likewise.
6739 * testsuite/libgomp.c/examples-4/teams-3.c (dotprod): Likewise.
6740 * testsuite/libgomp.c/examples-4/teams-4.c (dotprod): Likewise.
6741 * testsuite/libgomp.c/for-2.h (OMPTGT, OMPTO, OMPFROM): Define if
6742 not defined. Use those where needed.
6743 * testsuite/libgomp.c/for-4.c: New test.
6744 * testsuite/libgomp.c/for-5.c: New test.
6745 * testsuite/libgomp.c/for-6.c: New test.
6746 * testsuite/libgomp.c/linear-1.c: New test.
6747 * testsuite/libgomp.c/ordered-4.c: New test.
6748 * testsuite/libgomp.c/pr66199-2.c (f2): Adjust for linear clause
6749 only allowed on the loop iterator.
6750 * testsuite/libgomp.c/pr66199-3.c: New test.
6751 * testsuite/libgomp.c/pr66199-4.c: New test.
6752 * testsuite/libgomp.c/reduction-7.c: New test.
6753 * testsuite/libgomp.c/reduction-8.c: New test.
6754 * testsuite/libgomp.c/reduction-9.c: New test.
6755 * testsuite/libgomp.c/reduction-10.c: New test.
6756 * testsuite/libgomp.c/target-1.c (fn2, fn3, fn4): Add
6757 map(tofrom:s).
6758 * testsuite/libgomp.c/target-2.c (fn2, fn3, fn4): Likewise.
6759 * testsuite/libgomp.c/target-7.c (foo): Add map(h) where needed.
6760 * testsuite/libgomp.c/target-11.c: New test.
6761 * testsuite/libgomp.c/target-12.c: New test.
6762 * testsuite/libgomp.c/target-13.c: New test.
6763 * testsuite/libgomp.c/target-14.c: New test.
6764 * testsuite/libgomp.c/target-15.c: New test.
6765 * testsuite/libgomp.c/target-16.c: New test.
6766 * testsuite/libgomp.c/target-17.c: New test.
6767 * testsuite/libgomp.c/target-18.c: New test.
6768 * testsuite/libgomp.c/target-19.c: New test.
6769 * testsuite/libgomp.c/target-20.c: New test.
6770 * testsuite/libgomp.c/target-21.c: New test.
6771 * testsuite/libgomp.c/target-22.c: New test.
6772 * testsuite/libgomp.c/target-23.c: New test.
6773 * testsuite/libgomp.c/target-24.c: New test.
6774 * testsuite/libgomp.c/target-25.c: New test.
6775 * testsuite/libgomp.c/target-26.c: New test.
6776 * testsuite/libgomp.c/target-27.c: New test.
6777 * testsuite/libgomp.c/taskloop-1.c: New test.
6778 * testsuite/libgomp.c/taskloop-2.c: New test.
6779 * testsuite/libgomp.c/taskloop-3.c: New test.
6780 * testsuite/libgomp.c/taskloop-4.c: New test.
6781 * testsuite/libgomp.c++/ctor-13.C: New test.
6782 * testsuite/libgomp.c++/doacross-1.C: New test.
6783 * testsuite/libgomp.c++/examples-4/declare_target-2.C:
6784 Replace offload_device with offload_device_nonshared_as.
6785 * testsuite/libgomp.c++/for-12.C: New test.
6786 * testsuite/libgomp.c++/for-13.C: New test.
6787 * testsuite/libgomp.c++/for-14.C: New test.
6788 * testsuite/libgomp.c++/linear-1.C: New test.
6789 * testsuite/libgomp.c++/member-1.C: New test.
6790 * testsuite/libgomp.c++/member-2.C: New test.
6791 * testsuite/libgomp.c++/member-3.C: New test.
6792 * testsuite/libgomp.c++/member-4.C: New test.
6793 * testsuite/libgomp.c++/member-5.C: New test.
6794 * testsuite/libgomp.c++/ordered-1.C: New test.
6795 * testsuite/libgomp.c++/reduction-5.C: New test.
6796 * testsuite/libgomp.c++/reduction-6.C: New test.
6797 * testsuite/libgomp.c++/reduction-7.C: New test.
6798 * testsuite/libgomp.c++/reduction-8.C: New test.
6799 * testsuite/libgomp.c++/reduction-9.C: New test.
6800 * testsuite/libgomp.c++/reduction-10.C: New test.
6801 * testsuite/libgomp.c++/reference-1.C: New test.
6802 * testsuite/libgomp.c++/simd14.C: New test.
6803 * testsuite/libgomp.c++/target-2.C (fn2): Add map(tofrom: s) clause.
6804 * testsuite/libgomp.c++/target-5.C: New test.
6805 * testsuite/libgomp.c++/target-6.C: New test.
6806 * testsuite/libgomp.c++/target-7.C: New test.
6807 * testsuite/libgomp.c++/target-8.C: New test.
6808 * testsuite/libgomp.c++/target-9.C: New test.
6809 * testsuite/libgomp.c++/target-10.C: New test.
6810 * testsuite/libgomp.c++/target-11.C: New test.
6811 * testsuite/libgomp.c++/target-12.C: New test.
6812 * testsuite/libgomp.c++/taskloop-1.C: New test.
6813 * testsuite/libgomp.c++/taskloop-2.C: New test.
6814 * testsuite/libgomp.c++/taskloop-3.C: New test.
6815 * testsuite/libgomp.c++/taskloop-4.C: New test.
6816 * testsuite/libgomp.c++/taskloop-5.C: New test.
6817 * testsuite/libgomp.c++/taskloop-6.C: New test.
6818 * testsuite/libgomp.c++/taskloop-7.C: New test.
6819 * testsuite/libgomp.c++/taskloop-8.C: New test.
6820 * testsuite/libgomp.c++/taskloop-9.C: New test.
6821 * testsuite/libgomp.fortran/affinity1.f90: New test.
6822 * testsuite/libgomp.fortran/affinity2.f90: New test.
6823
6824 2015-10-13 Tom de Vries <tom@codesourcery.com>
6825
6826 PR tree-optimization/67476
6827 * testsuite/libgomp.c/autopar-3.c: New test.
6828 * testsuite/libgomp.c/autopar-4.c: New test.
6829 * testsuite/libgomp.c/autopar-5.c: New test.
6830 * testsuite/libgomp.c/autopar-6.c: New test.
6831 * testsuite/libgomp.c/autopar-7.c: New test.
6832 * testsuite/libgomp.c/autopar-8.c: New test.
6833
6834 2015-10-12 James Norris <jnorris@codesourcery.com>
6835
6836 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: Fix loop
6837 initializer.
6838
6839 2015-10-09 David Malcolm <dmalcolm@redhat.com>
6840
6841 * testsuite/lib/libgomp.exp: Load multiline.exp before prune.exp,
6842 using load_gcc_lib.
6843
6844 2015-10-02 Thomas Schwinge <thomas@codesourcery.com>
6845
6846 * oacc-ptx.h: Remove file, moving its content into...
6847 * config/nvptx/fortran.c: ... here...
6848 * config/nvptx/oacc-init.c: ..., here...
6849 * config/nvptx/oacc-parallel.c: ..., and here.
6850 * config/nvptx/openacc.f90: New file.
6851 * plugin/plugin-nvptx.c: Don't include "oacc-ptx.h".
6852 (link_ptx): Don't link in predefined bits of PTX code.
6853
6854 2015-09-30 Nathan Sidwell <nathan@codesourcery.com>
6855 Bernd Schmidt <bernds@codesourcery.com>
6856
6857 * plugin/plugin-nvptx.c (targ_fn_launch): Use GOMP_DIM_MAX.
6858 (struct targ_ptx_obj): New.
6859 (nvptx_tdata): Move earlier, change data format.
6860 (link_ptx): Take targ_ptx_obj ptr and count. Allow multiple
6861 objects.
6862 (GOMP_OFFLOAD_load_image): Adjust.
6863
6864 2015-09-30 Thomas Schwinge <thomas@codesourcery.com>
6865
6866 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Add checkpoint.
6867 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
6868 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Likewise.
6869 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Likewise.
6870 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
6871 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
6872 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
6873 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
6874 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
6875 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
6876 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
6877 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
6878 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
6879 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
6880 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
6881 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
6882 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
6883 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
6884 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
6885 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
6886 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
6887 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
6888 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
6889 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
6890 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
6891 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
6892 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
6893 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
6894 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
6895 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
6896 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
6897 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
6898 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
6899 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
6900 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
6901 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
6902 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
6903 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
6904 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
6905 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
6906 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
6907 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
6908 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
6909 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
6910 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
6911 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
6912 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
6913 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
6914 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
6915 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
6916 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
6917 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
6918 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
6919 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
6920 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
6921 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
6922 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
6923 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
6924 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
6925 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
6926 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
6927 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
6928 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
6929
6930 2015-09-29 Nathan Sidwell <nathan@codesourcery.com>
6931
6932 * oacc-init.c (acc_on_device): Force optimization level.
6933
6934 2015-09-29 Nathan Sidwell <nathan@codesourcery.com>
6935
6936 * plugin/plugin-nvptx.c (ARRAYSIZE): Delete.
6937 (cuda_errlist): Delete.
6938 (cuda_error): Reimplement.
6939
6940 2015-09-28 Nathan Sidwell <nathan@codesourcery.com>
6941
6942 * libgomp.h (acc_dispatch_t): Replace separate geometry args with
6943 array.
6944 * libgomp.map (GOACC_parallel_keyed): New.
6945 * oacc-parallel.c (goacc_wait): Take pointer to va_list. Adjust
6946 all callers.
6947 (GOACC_parallel_keyed): New interface. Lose geometry arguments
6948 and take keyed varargs list. Adjust call to exec_func.
6949 (GOACC_parallel): Force host fallback.
6950 * libgomp_g.h (GOACC_parallel): Remove.
6951 (GOACC_parallel_keyed): Declare.
6952 * plugin/plugin-nvptx.c (struct targ_fn_launch): New struct.
6953 (struct targ_gn_descriptor): Replace name field with launch field.
6954 (nvptx_exec): Lose separate geometry args, take array. Process
6955 dynamic dimensions and adjust.
6956 (struct nvptx_tdata): Replace fn_names field with fn_descs.
6957 (GOMP_OFFLOAD_load_image): Adjust for change in function table
6958 data.
6959 (GOMP_OFFLOAD_openacc_parallel): Adjust for change in dimension
6960 passing.
6961 * oacc-host.c (host_openacc_exec): Adjust for change in dimension
6962 passing.
6963
6964 2015-09-22 Chung-Lin Tang <cltang@codesourcery.com>
6965
6966 PR libgomp/67141
6967 * oacc-int.h (goacc_host_init): Add declaration.
6968 * oacc-host.c (goacc_host_init): Remove static and constructor attribute.
6969 * oacc-init.c (goacc_runtime_initialize): Call goacc_host_init() at end.
6970
6971 2015-09-08 Aditya Kumar <hiraditya@msn.com>
6972 Sebastian Pop <s.pop@samsung.com>
6973
6974 * testsuite/libgomp.graphite/bounds.c (int foo): Modified test case to
6975 match o/p.
6976 * testsuite/libgomp.graphite/force-parallel-1.c (void parloop): Same.
6977 * testsuite/libgomp.graphite/force-parallel-4.c: Same.
6978 * testsuite/libgomp.graphite/force-parallel-5.c: Same.
6979 * testsuite/libgomp.graphite/force-parallel-7.c: Same.
6980 * testsuite/libgomp.graphite/force-parallel-8.c: Same.
6981
6982 2015-09-03 Jakub Jelinek <jakub@redhat.com>
6983
6984 * configure.tgt: Add missing ;; in between nvptx and rtems
6985 snippets.
6986
6987 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
6988
6989 * config/posix/pool.h (gomp_adjust_thread_attr): New.
6990 * config/rtems/pool.h (gomp_adjust_thread_attr): Likewise.
6991 (gomp_thread_pool_reservoir): Add priority member.
6992 * confi/rtems/proc.c (allocate_thread_pool_reservoir): Add
6993 priority.
6994 (parse_thread_pools): Likewise.
6995 * team.c (gomp_team_start): Call configuration provided
6996 gomp_adjust_thread_attr(). Destroy thread attributes if
6997 necessary.
6998 * libgomp.texi: Document GOMP_RTEMS_THREAD_POOLS.
6999
7000 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
7001
7002 * config/posix/pool.h: New.
7003 * config/rtems/pool.h: Likewise.
7004 * config/rtems/proc.c: Likewise.
7005 * libgomp.h (gomp_thread_destructor): Declare.
7006 * team.c: Include configuration provided "pool.h".
7007 (gomp_get_thread_pool): Define in configuration.
7008 (gomp_team_end): Call configuration defined
7009 gomp_release_thread_pool().
7010
7011 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
7012
7013 * config/rtems/bar.c: New.
7014 * config/rtems/bar.h: Likewise.
7015 * config/rtems/mutex.c: Likewise.
7016 * config/rtems/mutex.h: Likewise.
7017 * config/rtems/sem.c: Likewise.
7018 * config/rtems/sem.h: Likewise.
7019 * configure.ac (*-*-rtems*): Check that Newlib provides a proper
7020 <sys/lock.h> header file.
7021 * configure.tgt (*-*-rtems*): Enable RTEMS configuration if
7022 supported by Newlib.
7023 * configure: Regenerate.
7024
7025 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
7026
7027 * team.c (gomp_new_thread_pool): Delete and move content to ...
7028 (gomp_get_thread_pool): ... new function. Allocate and
7029 initialize thread pool on demand.
7030 (get_last_team): Use gomp_get_thread_pool().
7031 (gomp_team_start): Delete thread pool initialization.
7032
7033 2015-09-03 Tom de Vries <tom@codesourcery.com>
7034
7035 PR tree-optimization/65637
7036 * testsuite/libgomp.c/autopar-2.c: New test.
7037
7038 2015-08-29 Tom de Vries <tom@codesourcery.com>
7039
7040 PR tree-optimization/46193
7041 * testsuite/libgomp.c/pr46193.c: New test.
7042
7043 2015-08-24 Nathan Sidwell <nathan@codesourcery.com>
7044
7045 libgomp/
7046 * libgomp.map: Add 4.0.2 version.
7047 * target.c (offload_image_descr): Add version field.
7048 (gomp_load_image_to_device): Add version argument. Adjust plugin
7049 call. Improve load mismatch diagnostic.
7050 (gomp_unload_image_from_device): Add version argument. Adjust plugin
7051 call.
7052 (GOMP_offload_regster): Make stub function, move bulk to ...
7053 (GOMP_offload_register_ver): ... here. Process version argument.
7054 (GOMP_offload_unregister): Make stub function, move bulk to ...
7055 (GOMP_offload_unregister_ver): ... here. Process version argument.
7056 (gomp_init_device): Process version field.
7057 (gomp_unload_device): Process version field.
7058 (gomp_load_plugin_for_device): Reimplement DLSYM & DLSYM_OPT
7059 macros. Check plugin version.
7060 * libgomp.h (gomp_device_descr): Add version function field. Adjust
7061 loader and unloader types.
7062 * oacc-host.c: Include gomp-constants.h.
7063 (host_version): New.
7064 (host_load_image, host_unload_image): Adjust.
7065 (host_dispatch): Add host_version.
7066 * plugin/plugin-nvptx.c: Include gomp-constants.h.
7067 (GOMP_OFFLOAD_version): New.
7068 (GOMP_OFFLOAD_load_image): Add version arg and check it.
7069 (GOMP_OFFLOAD_unload_image): Likewise.
7070 * plugin/plugin-host.c: Include gomp-constants.h.
7071 (GOMP_OFFLOAD_version): New.
7072 (GOMP_OFFLOAD_load_image): Add version arg.
7073 (GOMP_OFFLOAD_unload_image): Likewise.
7074
7075 2015-08-24 Tom de Vries <tom@codesourcery.com>
7076
7077 PR tree-optimization/65468
7078 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: New test.
7079
7080 2015-08-24 Tom de Vries <tom@codesourcery.com>
7081
7082 PR tree-optimization/65468
7083 * testsuite/libgomp.c/static-chunk-size-one.c: New test.
7084
7085 2015-08-24 Joost VandeVondele <vondele@gnu.gcc.org>
7086
7087 PR libgomp/66761
7088 PR libgomp/67303
7089 * iter.c (gomp_iter_dynamic_next): Employ an atomic load.
7090 (gomp_iter_guided_next): Idem.
7091 * iter_ull.c (gomp_iter_ull_dynamic_next): Idem.
7092 (gomp_iter_ull_guided_next): Idem.
7093 * config/linux/wait.h (do_spin): Idem.
7094
7095 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
7096
7097 * libgomp-plugin.h (enum offload_target_type): Remove
7098 OFFLOAD_TARGET_TYPE_HOST_NONSHM.
7099 * openacc.f90 (openacc_kinds): Remove acc_device_host_nonshm.
7100 * openacc.h (enum acc_device_t): Likewise.
7101 * openacc_lib.h: Likewise.
7102 * oacc-init.c (name_of_acc_device_t): Don't handle it.
7103 (acc_on_device): Just use __builtin_acc_on_device.
7104 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Don't forbid usage
7105 of acc_on_device builtin.
7106 * plugin/plugin-host.h: Remove file.
7107 * plugin/plugin-host.c: Likewise, but salvage some content into...
7108 * oacc-host.c: ... this file.
7109 * plugin/Makefrag.am: Don't build libgomp-plugin-host_nonshm.la.
7110 * plugin/configfrag.ac (offload_targets): Don't add host_nonshm.
7111 * Makefile.in: Regenerate.
7112 * configure: Likewise.
7113 * testsuite/lib/libgomp.exp
7114 (check_effective_target_openacc_host_nonshm_selected): Remove.
7115 * testsuite/libgomp.oacc-c++/c++.exp: Don't handle
7116 ACC_DEVICE_TYPE=host_nonshm.
7117 * testsuite/libgomp.oacc-c/c.exp: Likewise.
7118 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
7119 * testsuite/libgomp.oacc-c-c++-common/acc_on_device-1.c: Likewise.
7120 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
7121 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
7122 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
7123
7124 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
7125 Jakub Jelinek <jakub@redhat.com>
7126
7127 * config/nvptx/affinity.c: New file.
7128 * config/nvptx/alloc.c: Likewise.
7129 * config/nvptx/bar.c: Likewise.
7130 * config/nvptx/barrier.c: Likewise.
7131 * config/nvptx/critical.c: Likewise.
7132 * config/nvptx/env.c: Likewise.
7133 * config/nvptx/error.c: Likewise.
7134 * config/nvptx/fortran.c: Likewise.
7135 * config/nvptx/iter.c: Likewise.
7136 * config/nvptx/iter_ull.c: Likewise.
7137 * config/nvptx/libgomp-plugin.c: Likewise.
7138 * config/nvptx/lock.c: Likewise.
7139 * config/nvptx/loop.c: Likewise.
7140 * config/nvptx/loop_ull.c: Likewise.
7141 * config/nvptx/mutex.c: Likewise.
7142 * config/nvptx/oacc-async.c: Likewise.
7143 * config/nvptx/oacc-cuda.c: Likewise.
7144 * config/nvptx/oacc-host.c: Likewise.
7145 * config/nvptx/oacc-init.c: Likewise.
7146 * config/nvptx/oacc-mem.c: Likewise.
7147 * config/nvptx/oacc-parallel.c: Likewise.
7148 * config/nvptx/oacc-plugin.c: Likewise.
7149 * config/nvptx/omp-lock.h: Likewise.
7150 * config/nvptx/ordered.c: Likewise.
7151 * config/nvptx/parallel.c: Likewise.
7152 * config/nvptx/proc.c: Likewise.
7153 * config/nvptx/ptrlock.c: Likewise.
7154 * config/nvptx/sections.c: Likewise.
7155 * config/nvptx/sem.c: Likewise.
7156 * config/nvptx/single.c: Likewise.
7157 * config/nvptx/splay-tree.c: Likewise.
7158 * config/nvptx/target.c: Likewise.
7159 * config/nvptx/task.c: Likewise.
7160 * config/nvptx/team.c: Likewise.
7161 * config/nvptx/time.c: Likewise.
7162 * config/nvptx/work.c: Likewise.
7163 * configure.ac: Don't probe pthreads support for host nvptx*-*-*.
7164 * configure: Regenerate.
7165 * configure.tgt (config_path): Set to "nvptx" for target
7166 nvptx*-*-*.
7167
7168 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
7169
7170 * testsuite/libgomp.oacc-c-c++-common/vector-type-1.c: New file.
7171
7172 2015-08-03 Nathan Sidwell <nathan@codesourcery.com>
7173
7174 * plugin/plugin-nvptx.c: Don't include dlfcn.h.
7175 (cuda_errlist): Constify.
7176 (errmsg): Move into ...
7177 (cuda_error): ... here. Make smaller.
7178 (_XSTR, _STR): Delete.
7179 (cuda_synames): Delete.
7180 (verify_device_library): Delete.
7181 (nvptx_init): Don't call it.
7182
7183 2015-07-28 Tom de Vries <tom@codesourcery.com>
7184
7185 * testsuite/libgomp.c/uns-outer-4.c: New test.
7186
7187 2015-07-24 Cesar Philippidis <cesar@codesourcery.com>
7188
7189 * testsuite/libgomp.c/pr66714.c: New test.
7190
7191 2015-07-22 Maxim Blumenthal <maxim.blumenthal@intel.com>
7192
7193 PR libgomp/66950
7194 * testsuite/libgomp.c/examples-4/simd-7.c (N): Change to 30 from 45.
7195 (fib_ref): New function.
7196 (fib): Correct corner cases in the recursion.
7197 (main): Replace the non-simd loop with fib_ref call.
7198 * testsuite/libgomp.fortran/examples-4/simd-7.f90: (fib_ref): New
7199 subroutine.
7200 (fibonacci): Lower the parameter N to 30. Correct accordingly check
7201 for the last array element value. Replace the non-simd loop with
7202 fib_ref call. Remove redundant b_ref array. Remove the comparison
7203 of the last array element with according Fibonacci sequence element.
7204 (fib): Correct corner cases in the recursion.
7205
7206 2015-07-21 Nathan Sidwell <nathan@codesourcery.com>
7207
7208 * target.c (gomp_offload_image_to_device): Rename to ...
7209 (gomp_load_image_to_device): ... here.
7210 (GOMP_offload_register): Adjust call.
7211 (gomp_init_device): Likewise.
7212 (gomp_unload_image_from_device): New. Broken out of ...
7213 (GOMP_offload_unregister): ... here. Call it.
7214 (gomp_unload_device): New.
7215 * libgomp.h (gomp_unload_device): Declare.
7216 * oacc-init.c (acc_shutdown_1): Unload from device before deleting
7217 mem maps.
7218
7219 2015-07-20 Nathan Sidwell <nathan@codesourcery.com>
7220
7221 * oacc-parallel.c (GOACC_parallel): Move variadic handling into
7222 wait=-specific if.
7223 (GOACC_enter_exit_data, GOACC_update): Use consistent num_waits
7224 !=0 condition.
7225 (goacc_waits): Move !num_waits handling to ...
7226 (GOACC_wait): ... here, the only caller that might have zero waits.
7227
7228 * plugin/plugin-nvptx.c (struct targ_fn_descriptor): Move later.
7229 (struct ptx_image_data): Move earlier, add fns field.
7230 (struct ptx_device): Add images and image_lock fields.
7231 (ptx_images, ptx_image_lock): Delete.
7232 (nvptx_open_device): Initialize images and image_lock fields.
7233 (nvptx_close_device): Destroy image_lock.
7234 (GOMP_OFFLOAD_load_image): Register image to device-specific fields.
7235 (GOMP_OFFLOAD_unload_image): Unregister image from device-specific
7236 fields.
7237
7238 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
7239
7240 * target.c (GOMP_offload_register): Use int for device type arg.
7241 (GOMP_offload_unregister): Likewise.
7242
7243 * target.c (struct_offload_image_descr): Constify host_table.
7244 (gomp_offload_image_to_device): Likewise.
7245 (GOMP_offload_register, GOMP_offload_unregister): Likewise.
7246
7247 * libgomp.h (gomp_device_descr): Constify target data arguments.
7248 * target.c (struct offload_image_descr): Constify target_data.
7249 (gomp_offload_image_to_device): Likewise.
7250 (GOMP_offload_register): Likewise.
7251 (GOMP_offload_unregister): Likewise.
7252 * plugin/plugin-host.c (GOMP_OFFLOAD_load_image,
7253 GOMP_OFFLOAD_unload_image): Constify target data.
7254 * plugin/plugin-nvptx.c (struct ptx_image_data): Constify target data.
7255 (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): Likewise.
7256
7257 2015-07-16 Nathan Sidwell <nathan@codesourcery.com>
7258
7259 * plugin/plugin-nvptx.c (link_ptx): Constify string argument.
7260 Workaround driver library const error.
7261 (struct nvptx_tdata, nvptx_tdata_t): New.
7262 (GOMP_OFFLOAD_load_image): Use struct for target_data's real
7263 type.
7264
7265 2015-07-15 Maxim Blumenthal <maxim.blumenthal@intel.com>
7266
7267 * testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Change type
7268 of EPS parameter from integer to real.
7269 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: (check): Change
7270 type of EPS parameter from integer to real.
7271
7272 2015-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
7273
7274 * team.c (get_last_team): New.
7275 (gomp_new_team): Recycle last non-nested team if possible.
7276 (gomp_team_end): Move team work share list free lock destruction
7277 to ...
7278 (free_team): ... here.
7279
7280 2015-07-14 Maxim Blumenthal <maxim.blumenthal@intel.com>
7281
7282 * testsuite/libgomp.c/examples-4/simd-3.c: (main): Change type of res
7283 and ref from int to double. Replaced their comparison with
7284 an inequality of their difference and EPS.
7285 * testsuite/libgomp.c/examples-4/simd-8.c: (main): Replace the
7286 comparison of pri and a reference number with an inequality of their
7287 difference and EPS.
7288 * testsuite/libgomp.fortran/examples-4/simd-3.f90: (main): Replaced
7289 the comparison of sum and sum_ref with an inequality of their
7290 difference and EPS.
7291 * testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Replace
7292 the comparison of pri and a reference number with an inequality of
7293 their difference and EPS.
7294
7295 2015-07-13 Maxim Blumenthal <maxim.blumenthal@intel.com>
7296
7297 * testsuite/libgomp.c++/examples-4/e.53.2.C: Renamed to...
7298 * testsuite/libgomp.c++/examples-4/declare_target-2.C: ...this.
7299 * testsuite/libgomp.c++/examples-4/e.51.5.C: Renamed to...
7300 * testsuite/libgomp.c++/examples-4/target_data-5.C: ...this.
7301 * testsuite/libgomp.c/examples-4/e.56.3.c: Renamed to...
7302 * testsuite/libgomp.c/examples-4/array_sections-3.c: ...this.
7303 * testsuite/libgomp.c/examples-4/e.56.4.c: Renamed to...
7304 * testsuite/libgomp.c/examples-4/array_sections-4.c: ...this.
7305 * testsuite/libgomp.c/examples-4/e.55.1.c: Renamed to...
7306 * testsuite/libgomp.c/examples-4/async_target-1.c: ...this.
7307 * testsuite/libgomp.c/examples-4/e.55.2.c: Renamed to...
7308 * testsuite/libgomp.c/examples-4/async_target-2.c: ...this.
7309 (vec_mult_ref): Remove v1 and v2 arguments, turn them into local
7310 variables.
7311 (vec_mult): Likewise. Add #pragma omp taskwait.
7312 (main): Adjust caller.
7313 * testsuite/libgomp.c/examples-4/e.53.1.c: Renamed to...
7314 * testsuite/libgomp.c/examples-4/declare_target-1.c: ...this.
7315 * testsuite/libgomp.c/examples-4/e.53.3.c: Renamed to...
7316 * testsuite/libgomp.c/examples-4/declare_target-3.c: ...this.
7317 * testsuite/libgomp.c/examples-4/e.53.4.c: Renamed to...
7318 * testsuite/libgomp.c/examples-4/declare_target-4.c: ...this.
7319 * testsuite/libgomp.c/examples-4/e.53.5.c: Renamed to...
7320 * testsuite/libgomp.c/examples-4/declare_target-5.c: ...this.
7321 * testsuite/libgomp.c/examples-4/e.57.1.c: Renamed to...
7322 * testsuite/libgomp.c/examples-4/device-1.c: ...this.
7323 * testsuite/libgomp.c/examples-4/e.57.2.c: Renamed to...
7324 * testsuite/libgomp.c/examples-4/device-2.c: ...this.
7325 * testsuite/libgomp.c/examples-4/e.57.3.c: Renamed to...
7326 * testsuite/libgomp.c/examples-4/device-3.c: ...this.
7327 * testsuite/libgomp.c/examples-4/simd-1.c: New file.
7328 * testsuite/libgomp.c/examples-4/simd-2.c: New file.
7329 * testsuite/libgomp.c/examples-4/simd-3.c: New file.
7330 * testsuite/libgomp.c/examples-4/simd-4.c: New file.
7331 * testsuite/libgomp.c/examples-4/simd-5.c: New file.
7332 * testsuite/libgomp.c/examples-4/simd-6.c: New file.
7333 * testsuite/libgomp.c/examples-4/simd-7.c: New file.
7334 * testsuite/libgomp.c/examples-4/simd-8.c: New file.
7335 * testsuite/libgomp.c/examples-4/e.50.1.c: Renamed to...
7336 * testsuite/libgomp.c/examples-4/target-1.c: ...this.
7337 * testsuite/libgomp.c/examples-4/e.50.2.c: Renamed to...
7338 * testsuite/libgomp.c/examples-4/target-2.c: ...this.
7339 * testsuite/libgomp.c/examples-4/e.50.3.c: Renamed to...
7340 * testsuite/libgomp.c/examples-4/target-3.c: ...this.
7341 * testsuite/libgomp.c/examples-4/e.50.4.c: Renamed to...
7342 * testsuite/libgomp.c/examples-4/target-4.c: ...this.
7343 * testsuite/libgomp.c/examples-4/e.50.5.c: Renamed to...
7344 * testsuite/libgomp.c/examples-4/target-5.c: ...this.
7345 * testsuite/libgomp.c/examples-4/e.51.1.c: Renamed to...
7346 * testsuite/libgomp.c/examples-4/target_data-1.c: ...this.
7347 * testsuite/libgomp.c/examples-4/e.51.2.c: Renamed to...
7348 * testsuite/libgomp.c/examples-4/target_data-2.c: ...this.
7349 * testsuite/libgomp.c/examples-4/e.51.3.c: Renamed to...
7350 * testsuite/libgomp.c/examples-4/target_data-3.c: ...this.
7351 * testsuite/libgomp.c/examples-4/e.51.4.c: Renamed to...
7352 * testsuite/libgomp.c/examples-4/target_data-4.c: ...this.
7353 * testsuite/libgomp.c/examples-4/e.51.6.c: Renamed to...
7354 * testsuite/libgomp.c/examples-4/target_data-6.c: ...this.
7355 * testsuite/libgomp.c/examples-4/e.51.7.c: Renamed to...
7356 * testsuite/libgomp.c/examples-4/target_data-7.c: ...this.
7357 * testsuite/libgomp.c/examples-4/e.52.1.c: Renamed to...
7358 * testsuite/libgomp.c/examples-4/target_update-1.c: ...this.
7359 * testsuite/libgomp.c/examples-4/e.52.2.c: Renamed to...
7360 * testsuite/libgomp.c/examples-4/target_update-2.c: ...this.
7361 * testsuite/libgomp.c/examples-4/task_dep-1.c: New file.
7362 * testsuite/libgomp.c/examples-4/task_dep-2.c: New file.
7363 * testsuite/libgomp.c/examples-4/task_dep-3.c: New file.
7364 * testsuite/libgomp.c/examples-4/task_dep-4.c: New file.
7365 * testsuite/libgomp.c/examples-4/task_dep-5.c: New file.
7366 * testsuite/libgomp.c/examples-4/e.54.2.c: Renamed to...
7367 * testsuite/libgomp.c/examples-4/teams-2.c: ...this.
7368 * testsuite/libgomp.c/examples-4/e.54.3.c: Renamed to...
7369 * testsuite/libgomp.c/examples-4/teams-3.c: ...this.
7370 * testsuite/libgomp.c/examples-4/e.54.4.c: Renamed to...
7371 * testsuite/libgomp.c/examples-4/teams-4.c: ...this.
7372 * testsuite/libgomp.c/examples-4/e.54.5.c: Renamed to...
7373 * testsuite/libgomp.c/examples-4/teams-5.c: ...this.
7374 * testsuite/libgomp.c/examples-4/e.54.6.c: Renamed to...
7375 * testsuite/libgomp.c/examples-4/teams-6.c: ...this.
7376 * testsuite/libgomp.fortran/examples-4/e.56.3.f90: Renamed to...
7377 * testsuite/libgomp.fortran/examples-4/array_sections-3.f90: ...this.
7378 * testsuite/libgomp.fortran/examples-4/e.56.4.f90: Renamed to...
7379 * testsuite/libgomp.fortran/examples-4/array_sections-4.f90: ...this.
7380 * testsuite/libgomp.fortran/examples-4/e.55.1.f90: Renamed to...
7381 * testsuite/libgomp.fortran/examples-4/async_target-1.f90: ...this.
7382 * testsuite/libgomp.fortran/examples-4/e.55.2.f90: Renamed to...
7383 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: ...this.
7384 (vec_mult): Add !$omp taskwait.
7385 * testsuite/libgomp.fortran/examples-4/e.53.1.f90: Renamed to...
7386 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: ...this.
7387 * testsuite/libgomp.fortran/examples-4/e.53.2.f90: Renamed to...
7388 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: ...this.
7389 * testsuite/libgomp.fortran/examples-4/e.53.3.f90: Renamed to...
7390 * testsuite/libgomp.fortran/examples-4/declare_target-3.f90: ...this.
7391 * testsuite/libgomp.fortran/examples-4/e.53.4.f90: Renamed to...
7392 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90: ...this.
7393 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Renamed to...
7394 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90: ...this.
7395 * testsuite/libgomp.fortran/examples-4/e.57.1.f90: Renamed to...
7396 * testsuite/libgomp.fortran/examples-4/device-1.f90: ...this.
7397 * testsuite/libgomp.fortran/examples-4/e.57.2.f90: Renamed to...
7398 * testsuite/libgomp.fortran/examples-4/device-2.f90: ...this.
7399 * testsuite/libgomp.fortran/examples-4/e.57.3.f90: Renamed to...
7400 * testsuite/libgomp.fortran/examples-4/device-3.f90: ...this.
7401 * testsuite/libgomp.fortran/examples-4/simd-1.f90: New file.
7402 * testsuite/libgomp.fortran/examples-4/simd-2.f90: New file.
7403 * testsuite/libgomp.fortran/examples-4/simd-3.f90: New file.
7404 * testsuite/libgomp.fortran/examples-4/simd-4.f90: New file.
7405 * testsuite/libgomp.fortran/examples-4/simd-5.f90: New file.
7406 * testsuite/libgomp.fortran/examples-4/simd-6.f90: New file.
7407 * testsuite/libgomp.fortran/examples-4/simd-7.f90: New file.
7408 * testsuite/libgomp.fortran/examples-4/simd-8.f90: New file.
7409 * testsuite/libgomp.fortran/examples-4/e.50.1.f90: Renamed to...
7410 * testsuite/libgomp.fortran/examples-4/target-1.f90: ...this.
7411 * testsuite/libgomp.fortran/examples-4/e.50.2.f90: Renamed to...
7412 * testsuite/libgomp.fortran/examples-4/target-2.f90: ...this.
7413 * testsuite/libgomp.fortran/examples-4/e.50.3.f90: Renamed to...
7414 * testsuite/libgomp.fortran/examples-4/target-3.f90: ...this.
7415 * testsuite/libgomp.fortran/examples-4/e.50.4.f90: Renamed to...
7416 * testsuite/libgomp.fortran/examples-4/target-4.f90: ...this.
7417 * testsuite/libgomp.fortran/examples-4/e.50.5.f90: Renamed to...
7418 * testsuite/libgomp.fortran/examples-4/target-5.f90: ...this.
7419 * testsuite/libgomp.fortran/examples-4/e.51.1.f90: Renamed to...
7420 * testsuite/libgomp.fortran/examples-4/target_data-1.f90: ...this.
7421 * testsuite/libgomp.fortran/examples-4/e.51.2.f90: Renamed to...
7422 * testsuite/libgomp.fortran/examples-4/target_data-2.f90: ...this.
7423 * testsuite/libgomp.fortran/examples-4/e.51.3.f90: Renamed to...
7424 * testsuite/libgomp.fortran/examples-4/target_data-3.f90: ...this.
7425 * testsuite/libgomp.fortran/examples-4/e.51.4.f90: Renamed to...
7426 * testsuite/libgomp.fortran/examples-4/target_data-4.f90: ...this.
7427 * testsuite/libgomp.fortran/examples-4/e.51.5.f90: Renamed to...
7428 * testsuite/libgomp.fortran/examples-4/target_data-5.f90: ...this.
7429 * testsuite/libgomp.fortran/examples-4/e.51.6.f90: Renamed to...
7430 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: ...this.
7431 * testsuite/libgomp.fortran/examples-4/e.51.7.f90: Renamed to...
7432 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: ...this.
7433 * testsuite/libgomp.fortran/examples-4/e.52.1.f90: Renamed to...
7434 * testsuite/libgomp.fortran/examples-4/target_update-1.f90: ...this.
7435 * testsuite/libgomp.fortran/examples-4/e.52.2.f90: Renamed to...
7436 * testsuite/libgomp.fortran/examples-4/target_update-2.f90: ...this.
7437 * testsuite/libgomp.fortran/examples-4/task_dep-1.f90: New file.
7438 * testsuite/libgomp.fortran/examples-4/task_dep-2.f90: New file.
7439 * testsuite/libgomp.fortran/examples-4/task_dep-3.f90: New file.
7440 * testsuite/libgomp.fortran/examples-4/task_dep-4.f90: New file.
7441 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: New file.
7442 * testsuite/libgomp.fortran/examples-4/e.54.2.f90: Renamed to...
7443 * testsuite/libgomp.fortran/examples-4/teams-2.f90: ...this.
7444 * testsuite/libgomp.fortran/examples-4/e.54.3.f90: Renamed to...
7445 * testsuite/libgomp.fortran/examples-4/teams-3.f90: ...this.
7446 * testsuite/libgomp.fortran/examples-4/e.54.4.f90: Renamed to...
7447 * testsuite/libgomp.fortran/examples-4/teams-4.f90: ...this.
7448 * testsuite/libgomp.fortran/examples-4/e.54.5.f90: Renamed to...
7449 * testsuite/libgomp.fortran/examples-4/teams-5.f90: ...this.
7450 * testsuite/libgomp.fortran/examples-4/e.54.6.f90: Renamed to...
7451 * testsuite/libgomp.fortran/examples-4/teams-6.f90: ...this.
7452
7453 2015-07-10 Tom de Vries <tom@codesourcery.com>
7454
7455 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95: New test.
7456 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95: New test.
7457
7458 2015-07-08 Thomas Schwinge <thomas@codesourcery.com>
7459
7460 PR libgomp/65099
7461 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return 0 if not
7462 in a 64-bit configuration.
7463 * testsuite/libgomp.oacc-c++/c++.exp: Don't attempt nvidia
7464 offloading testing if no such device is available.
7465 * testsuite/libgomp.oacc-c/c.exp: Likewise.
7466 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
7467
7468 2015-07-08 Tom de Vries <tom@codesourcery.com>
7469
7470 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Fix
7471 second call to f.
7472 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
7473
7474 2015-07-07 Tom de Vries <tom@codesourcery.com>
7475
7476 PR tree-optimization/66642
7477 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Test low
7478 iteration count case.
7479 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c (init): New
7480 function, factor out of ...
7481 (main): ... here. Test low iteration count case.
7482
7483 2015-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
7484
7485 * libgomp.h (gomp_thread_pool): Comment last_team field.
7486
7487 2015-07-02 Uros Bizjak <ubizjak@gmail.com>
7488
7489 * testsuite/libgomp.c++/pr66702-1.C: Require
7490 vect_simd_clones effective target.
7491 * testsuite/libgomp.c++/pr66702-2.C: Ditto.
7492
7493 2015-06-30 Tom de Vries <tom@codesourcery.com>
7494
7495 * testsuite/libgomp.oacc-c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
7496 already set. Use DEFAULT_CFLAGS in dg-runtest.
7497 * testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Remove dg-options
7498 "-O2".
7499
7500 2015-06-30 Tom de Vries <tom@codesourcery.com>
7501
7502 * testsuite/libgomp.c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
7503 already set. Use DEFAULT_CFLAGS in dg-runtest.
7504 * testsuite/libgomp.c++/atomic-16.C: Remove dg-options "-O2 -fopenmp".
7505 * testsuite/libgomp.c++/pr64824.C: Same.
7506 * testsuite/libgomp.c++/pr64868.C: Same.
7507 * testsuite/libgomp.c++/pr66199-1.C: Same.
7508 * testsuite/libgomp.c++/pr66199-2.C: Same.
7509 * testsuite/libgomp.c++/target-2.C: Same.
7510 * testsuite/libgomp.c++/for-7.C: Use dg-additional-options for
7511 -std=<standard> option.
7512 * testsuite/libgomp.c++/udr-11.C: Same.
7513 * testsuite/libgomp.c++/udr-12.C: Same.
7514 * testsuite/libgomp.c++/udr-13.C: Same.
7515 * testsuite/libgomp.c++/udr-14.C: Same.
7516 * testsuite/libgomp.c++/udr-15.C: Same.
7517 * testsuite/libgomp.c++/udr-16.C: Same.
7518 * testsuite/libgomp.c++/udr-17.C: Same.
7519 * testsuite/libgomp.c++/udr-18.C: Same.
7520 * testsuite/libgomp.c++/udr-19.C: Same.
7521 * testsuite/libgomp.c++/atomic-1.C: Remove dg-options "-O2".
7522 * testsuite/libgomp.c++/simd-1.C: Same.
7523 * testsuite/libgomp.c++/simd-2.C: Same.
7524 * testsuite/libgomp.c++/simd-3.C: Same.
7525 * testsuite/libgomp.c++/simd-4.C: Same.
7526 * testsuite/libgomp.c++/simd-5.C: Same.
7527 * testsuite/libgomp.c++/simd-6.C: Same.
7528 * testsuite/libgomp.c++/simd-7.C: Same.
7529 * testsuite/libgomp.c++/simd-8.C: Same.
7530 * testsuite/libgomp.c++/simd-9.C: Same.
7531 * testsuite/libgomp.c++/simd10.C: Same.
7532 * testsuite/libgomp.c++/simd11.C: Same.
7533 * testsuite/libgomp.c++/simd12.C: Same.
7534 * testsuite/libgomp.c++/simd13.C: Same.
7535
7536 2015-06-30 Jakub Jelinek <jakub@redhat.com>
7537
7538 PR middle-end/66702
7539 * testsuite/libgomp.c++/pr66702-1.C: New test.
7540 * testsuite/libgomp.c++/pr66702-2.C: New test.
7541
7542 2015-06-30 Tom de Vries <tom@codesourcery.com>
7543
7544 * testsuite/libgomp.c/parloops-exit-first-loop-alt-5.c: New test.
7545 * testsuite/libgomp.c/parloops-exit-first-loop-alt-6.c: New test.
7546 * testsuite/libgomp.c/parloops-exit-first-loop-alt-7.c: New test.
7547 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Update comment.
7548
7549 2015-06-30 Tom de Vries <tom@codesourcery.com>
7550
7551 PR tree-optimization/66652
7552 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (f): Rewrite
7553 using restrict pointers.
7554 (main): Add arguments to calls to f.
7555 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
7556
7557 2015-06-23 Andreas Tobler <andreast@gcc.gnu.org>
7558
7559 * configure.ac: Fix check for header <sys/sysctl.h>.
7560 * configure: Regenerate.
7561 * config.h.in: Likewise.
7562
7563 2015-06-23 Tom de Vries <tom@codesourcery.com>
7564
7565 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Use
7566 abort.
7567 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c (main): Same.
7568
7569 2015-06-19 Thomas Schwinge <thomas@codesourcery.com>
7570
7571 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Only consider for
7572 acc_device_nvidia.
7573
7574 PR libgomp/66518
7575 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: XFAIL.
7576 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
7577
7578 2015-06-15 Tom de Vries <tom@codesourcery.com>
7579
7580 * testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2". Use
7581 dg-additional-options for any remaining options.
7582 * testsuite/libgomp.c/atomic-2.c: Same.
7583 * testsuite/libgomp.c/atomic-4.c: Same.
7584 * testsuite/libgomp.c/atomic-5.c: Same.
7585 * testsuite/libgomp.c/atomic-6.c: Same.
7586 * testsuite/libgomp.c/autopar-1.c: Same.
7587 * testsuite/libgomp.c/copyin-1.c: Same.
7588 * testsuite/libgomp.c/copyin-2.c: Same.
7589 * testsuite/libgomp.c/copyin-3.c: Same.
7590 * testsuite/libgomp.c/examples-4/e.53.5.c: Same.
7591 * testsuite/libgomp.c/nestedfn-5.c: Same.
7592 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Same.
7593 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Same.
7594 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: Same.
7595 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
7596 * testsuite/libgomp.c/pr32362-1.c: Same.
7597 * testsuite/libgomp.c/pr32362-2.c: Same.
7598 * testsuite/libgomp.c/pr32362-3.c: Same.
7599 * testsuite/libgomp.c/pr39591-1.c: Same.
7600 * testsuite/libgomp.c/pr39591-2.c: Same.
7601 * testsuite/libgomp.c/pr39591-3.c: Same.
7602 * testsuite/libgomp.c/pr58392.c: Same.
7603 * testsuite/libgomp.c/pr58756.c: Same.
7604 * testsuite/libgomp.c/simd-1.c: Same.
7605 * testsuite/libgomp.c/simd-10.c: Same.
7606 * testsuite/libgomp.c/simd-11.c: Same.
7607 * testsuite/libgomp.c/simd-12.c: Same.
7608 * testsuite/libgomp.c/simd-13.c: Same.
7609 * testsuite/libgomp.c/simd-14.c: Same.
7610 * testsuite/libgomp.c/simd-15.c: Same.
7611 * testsuite/libgomp.c/simd-2.c: Same.
7612 * testsuite/libgomp.c/simd-3.c: Same.
7613 * testsuite/libgomp.c/simd-4.c: Same.
7614 * testsuite/libgomp.c/simd-5.c: Same.
7615 * testsuite/libgomp.c/simd-6.c: Same.
7616 * testsuite/libgomp.c/simd-7.c: Same.
7617 * testsuite/libgomp.c/simd-8.c: Same.
7618 * testsuite/libgomp.c/simd-9.c: Same.
7619
7620 2015-06-15 Tom de Vries <tom@codesourcery.com>
7621
7622 * testsuite/libgomp.c/pr35625.c: Fix typo.
7623
7624 2015-06-15 Tom de Vries <tom@codesourcery.com>
7625
7626 * testsuite/libgomp.c/atomic-18.c: Remove superfluous -fopenmp setting
7627 in dg-options.
7628 * testsuite/libgomp.c/atomic-3.c: Same.
7629 * testsuite/libgomp.c/debug-1.c: Same.
7630 * testsuite/libgomp.c/nqueens-1.c: Same.
7631 * testsuite/libgomp.c/pr26171.c: Same.
7632 * testsuite/libgomp.c/pr48591.c: Same.
7633 * testsuite/libgomp.c/pr64824.c: Same.
7634 * testsuite/libgomp.c/pr64868.c: Same.
7635 * testsuite/libgomp.c/pr66133.c: Same.
7636 * testsuite/libgomp.c/pr66199-1.c: Same.
7637 * testsuite/libgomp.c/pr66199-2.c: Same.
7638 * testsuite/libgomp.c/target-8.c: Same.
7639
7640 2015-06-15 Tom de Vries <tom@codesourcery.com>
7641
7642 * testsuite/libgomp.c/collapse-3.c: Use dg-additional-options for
7643 -std={gnu99,c99}.
7644 * testsuite/libgomp.c/for-1.c: Same.
7645 * testsuite/libgomp.c/for-2.c: Same.
7646 * testsuite/libgomp.c/for-3.c: Same.
7647 * testsuite/libgomp.c/pr35625.c: Same.
7648 * testsuite/libgomp.c/pr39154.c: Same.
7649 * testsuite/libgomp.c/simd-16.c: Same.
7650 * testsuite/libgomp.c/simd-17.c: Same.
7651
7652 2015-06-13 Tom de Vries <tom@codesourcery.com>
7653
7654 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: New test.
7655
7656 2015-06-13 Tom de Vries <tom@codesourcery.com>
7657
7658 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Add comment.
7659 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
7660 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Add comment.
7661 (N): Define.
7662 (main): Use N instead of hardcoded constants.
7663
7664 2015-06-05 Tom de Vries <tom@codesourcery.com>
7665
7666 merge from gomp4 branch:
7667 2015-05-28 Tom de Vries <tom@codesourcery.com>
7668
7669 PR tree-optimization/65443
7670 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: New test.
7671 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: New test.
7672 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: New test.
7673
7674 2015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7675
7676 * testsuite/libgomp.graphite/bounds.c: Adjust for
7677 cleanup-tree-dump removal.
7678 * testsuite/libgomp.graphite/force-parallel-1.c: Likewise.
7679 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
7680 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
7681 * testsuite/libgomp.graphite/force-parallel-4.c: Likewise.
7682 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
7683 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
7684 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
7685 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
7686 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
7687 * testsuite/libgomp.graphite/pr41118.c: Likewise.
7688
7689 2015-05-28 Uros Bizjak <ubizjak@gmail.com>
7690
7691 * config/linux/x86/futex.h (sys_futex0) [!__x86_64__]: Remove function.
7692 (futex_wait) [!__x86_64__]: Use __asm operand instead of sys_futex0.
7693 (futex_wake) [!__x86_64__]: Ditto.
7694
7695 2015-05-28 Julian Brown <julian@codesourcery.com>
7696
7697 * oacc-init.c (resolve_device): Add FAIL_IS_ERROR argument. Update
7698 function comment. Only call gomp_fatal if new argument is true.
7699 (acc_dev_num_out_of_range): New function.
7700 (acc_init_1, acc_shutdown_1): Update call to resolve_device. Call
7701 acc_dev_num_out_of_range as appropriate.
7702 (acc_get_num_devices, acc_set_device_type, acc_get_device_type)
7703 (acc_get_device_num, acc_set_device_num): Update calls to
7704 resolve_device.
7705 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Update expected test
7706 output.
7707
7708 2015-05-28 Julian Brown <julian@codesourcery.com>
7709
7710 PR libgomp/65742
7711 * oacc-init.c (plugin/plugin-host.h): Include.
7712 (acc_on_device): Check whether we're in an offloaded region for
7713 host_nonshm
7714 plugin. Don't use __builtin_acc_on_device.
7715 * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_parallel): Set
7716 nonshm_exec flag in thread-local data.
7717 (GOMP_OFFLOAD_openacc_create_thread_data): Allocate thread-local
7718 data for host_nonshm plugin.
7719 (GOMP_OFFLOAD_openacc_destroy_thread_data): Free thread-local data
7720 for host_nonshm plugin.
7721 * plugin/plugin-host.h: New.
7722
7723 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
7724
7725 * config/linux/ia64/futex.h (sys_futex0) Change operand "op" to int.
7726
7727 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
7728
7729 * config/linux/wait.h (gomp_futex_wait, gomp_futex_wake):
7730 Declare as int.
7731 (FUTEX_PRIVATE_FLAG): Remove L suffix.
7732 * config/linux/mutex.c (gomp_futex_wait, gomp_futex_wake):
7733 Declare as int.
7734
7735 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
7736
7737 * config/linux/x86/futex.h (sys_futex0) [__PIC__]: Remove function.
7738
7739 2015-05-27 Chung-Lin Tang <cltang@codesourcery.com>
7740
7741 * target.c (gomp_map_pointer): New function abstracting out
7742 GOMP_MAP_POINTER handling.
7743 (gomp_map_vars): Remove GOMP_MAP_POINTER handling code and use
7744 gomp_map_pointer().
7745
7746 2015-05-19 Jakub Jelinek <jakub@redhat.com>
7747
7748 PR middle-end/66199
7749 * testsuite/libgomp.c/pr66199-1.c: New test.
7750 * testsuite/libgomp.c/pr66199-2.c: New test.
7751 * testsuite/libgomp.c++/pr66199-1.C: New test.
7752 * testsuite/libgomp.c++/pr66199-2.C: New test.
7753 * testsuite/libgomp.fortran/pr66199-1.f90: New test.
7754 * testsuite/libgomp.fortran/pr66199-2.f90: New test.
7755
7756 2015-05-19 Julian Brown <julian@codesourcery.com>
7757
7758 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return zero
7759 on cuInit failure.
7760
7761 2015-05-13 Jakub Jelinek <jakub@redhat.com>
7762
7763 PR middle-end/66133
7764 * testsuite/libgomp.c/pr66133.c: New test.
7765
7766 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
7767
7768 * Makefile.in: Regenerated with automake-1.11.6.
7769 * aclocal.m4: Likewise.
7770 * config.h.in: Likewise.
7771 * configure: Likewise.
7772 * testsuite/Makefile.in: Likewise.
7773
7774 2015-05-08 Jason Merrill <jason@redhat.com>
7775
7776 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c (main): Use
7777 _Complex.
7778
7779 * openacc.h (__GOACC_NOTHROW): Fix noexcept syntax.
7780
7781 2015-05-06 Julian Brown <julian@codesourcery.com>
7782
7783 * oacc-init.c (acc_device_lock): Add explanatory comment.
7784 (resolve_device): Add comment about locking requirement.
7785 (acc_init_1, acc_shutdown_1): Likewise. Add locking around
7786 gomp_init_device and gomp_fini_device calls.
7787 (acc_get_num_devices, acc_set_device_type, acc_get_device_type)
7788 (acc_get_device_num, acc_set_device_num): Add locking around
7789 resolve_device and gomp_init_device calls.
7790
7791 2015-05-06 Julian Brown <julian@codesourcery.com>
7792
7793 * oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for
7794 goacc_thread_lock on error paths.
7795 * oacc-mem.c (lookup_host): Remove locking from function. Note
7796 locking requirement for caller in function comment.
7797 (lookup_dev): Likewise.
7798 (acc_free, acc_deviceptr, acc_hostptr, acc_is_present)
7799 (acc_map_data, acc_unmap_data, present_create_copy, delete_copyout)
7800 (update_dev_host, gomp_acc_insert_pointer, gomp_acc_remove_pointer):
7801 Add locking.
7802
7803 2015-05-05 Thomas Schwinge <thomas@codesourcery.com>
7804
7805 PR testsuite/65205
7806 PR libgomp/65993
7807 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: In dg-output,
7808 don't expect "0x" prefix for "%p" format specifier, don't expect
7809 "(nil)" for NULL pointer.
7810 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
7811 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
7812 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
7813 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
7814 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
7815 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
7816 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
7817 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
7818 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
7819 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
7820 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
7821 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
7822 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
7823 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
7824 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
7825 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
7826 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
7827 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
7828 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
7829 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
7830 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
7831 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
7832 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
7833 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
7834 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
7835 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
7836 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
7837 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
7838 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: More
7839 accurately specify what we're looking for.
7840 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
7841 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
7842 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
7843 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
7844 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
7845
7846 2015-04-30 James Norris <jnorris@codesourcery.com>
7847
7848 PR testsuite/65205
7849 * testsuite/lib/libgomp.exp
7850 (check_effective_target_openacc_host_selected)
7851 (check_effective_target_openacc_host_nonshm_selected): New
7852 procedures.
7853 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Fix misuse of
7854 dg-shouldfail.
7855 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
7856 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
7857 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
7858 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
7859 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
7860 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
7861 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
7862 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
7863 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
7864 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
7865 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
7866 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
7867 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
7868 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
7869 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
7870 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
7871 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
7872 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
7873 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
7874 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
7875 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
7876 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
7877 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
7878 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
7879 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
7880 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
7881 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
7882 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
7883 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
7884 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
7885 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
7886 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
7887 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
7888 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
7889 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
7890 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
7891 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
7892 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
7893 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
7894 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
7895 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
7896 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
7897 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
7898
7899 2015-04-08 Julian Brown <julian@codesourcery.com>
7900
7901 * libgomp.h (target_mem_desc: Remove mem_map field.
7902 (acc_dispatch_t): Remove open_device_func, close_device_func,
7903 get_device_num_func, set_device_num_func, target_data members.
7904 Change create_thread_data_func argument to device number instead of
7905 generic pointer.
7906 * oacc-async.c (assert.h): Include.
7907 (acc_async_test, acc_async_test_all, acc_wait, acc_wait_async)
7908 (acc_wait_all, acc_wait_all_async): Use current host thread's
7909 active device, not base_dev.
7910 * oacc-cuda.c (acc_get_current_cuda_device)
7911 (acc_get_current_cuda_context, acc_get_cuda_stream)
7912 (acc_set_cuda_stream): Likewise.
7913 * oacc-host.c (host_dispatch): Don't set open_device_func,
7914 close_device_func, get_device_num_func or set_device_num_func.
7915 * oacc-init.c (base_dev, init_key): Remove.
7916 (cached_base_dev): New.
7917 (name_of_acc_device_t): New.
7918 (acc_init_1): Initialise default-numbered device, not zeroth.
7919 (acc_shutdown_1): Close all devices of a given type.
7920 (goacc_destroy_thread): Don't use base_dev.
7921 (lazy_open, lazy_init, lazy_init_and_open): Remove.
7922 (goacc_attach_host_thread_to_device): New.
7923 (acc_init): Reimplement with goacc_attach_host_thread_to_device.
7924 (acc_get_num_devices): Don't use base_dev.
7925 (acc_set_device_type): Reimplement.
7926 (acc_get_device_type): Don't use base_dev.
7927 (acc_get_device_num): Tweak logic.
7928 (acc_set_device_num): Likewise.
7929 (acc_on_device): Use acc_get_device_type.
7930 (goacc_runtime_initialize): Initialize cached_base_dev not base_dev.
7931 (goacc_lazy_initialize): Reimplement with acc_init and
7932 goacc_attach_host_thread_to_device.
7933 * oacc-int.h (goacc_thread): Add base_dev field.
7934 (base_dev): Remove extern declaration.
7935 (goacc_attach_host_thread_to_device): Add prototype.
7936 * oacc-mem.c (acc_malloc): Use current thread's device instead of
7937 base_dev.
7938 (acc_free): Likewise.
7939 (acc_memcpy_to_device): Likewise.
7940 (acc_memcpy_from_device): Likewise.
7941 * oacc-parallel.c (select_acc_device): Remove. Replace calls with
7942 goacc_lazy_initialize (throughout).
7943 (GOACC_parallel): Use tgt_offset to locate target functions.
7944 * target.c (gomp_map_vars): Don't set tgt->mem_map.
7945 (gomp_unmap_vars): Use devicep->mem_map pointer not tgt->mem_map.
7946 (gomp_load_plugin_for_device): Remove open_device, close_device,
7947 get_device_num, set_device_num openacc hook initialisation. Don't set
7948 openacc.target_data.
7949 * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_open_device)
7950 (GOMP_OFFLOAD_openacc_close_device)
7951 (GOMP_OFFLOAD_openacc_get_device_num)
7952 (GOMP_OFFLOAD_openacc_set_device_num): Remove.
7953 (GOMP_OFFLOAD_openacc_create_thread_data): Change (unused) argument
7954 to int.
7955 * plugin/plugin-nvptx.c (ptx_inited): Remove.
7956 (instantiated_devices, ptx_dev_lock): New.
7957 (struct ptx_image_data): New.
7958 (ptx_devices, ptx_images, ptx_image_lock): New.
7959 (fini_streams_for_device): Reorder cuStreamDestroy call.
7960 (nvptx_get_num_devices): Remove forward declaration.
7961 (nvptx_init): Change return type to bool.
7962 (nvptx_fini): Remove.
7963 (nvptx_attach_host_thread_to_device): New.
7964 (nvptx_open_device): Return struct ptx_device* instead of void*.
7965 (nvptx_close_device): Change argument type to struct ptx_device*,
7966 return type to void.
7967 (nvptx_get_num_devices): Use instantiated_devices not ptx_inited.
7968 (kernel_target_data, kernel_host_table): Remove static globals.
7969 (GOMP_OFFLOAD_register_image, GOMP_OFFLOAD_get_table): Remove.
7970 (GOMP_OFFLOAD_init_device): Reimplement.
7971 (GOMP_OFFLOAD_fini_device): Likewise.
7972 (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): New.
7973 (GOMP_OFFLOAD_alloc, GOMP_OFFLOAD_free, GOMP_OFFLOAD_dev2host)
7974 (GOMP_OFFLOAD_host2dev): Use ORD argument.
7975 (GOMP_OFFLOAD_openacc_open_device)
7976 (GOMP_OFFLOAD_openacc_close_device)
7977 (GOMP_OFFLOAD_openacc_set_device_num)
7978 (GOMP_OFFLOAD_openacc_get_device_num): Remove.
7979 (GOMP_OFFLOAD_openacc_create_thread_data): Change argument to int
7980 (device number).
7981
7982 testsuite/
7983 * libgomp.oacc-c-c++-common/lib-9.c: Fix devnum check in test.
7984
7985 2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
7986
7987 * libgomp-plugin.h (struct mapping_table): Replace with addr_pair.
7988 * libgomp.h (struct gomp_memory_mapping): Remove.
7989 (struct target_mem_desc): Change type of mem_map from
7990 gomp_memory_mapping * to splay_tree_s *.
7991 (struct gomp_device_descr): Remove register_image_func, get_table_func.
7992 Add load_image_func, unload_image_func.
7993 Change type of mem_map from gomp_memory_mapping to splay_tree_s.
7994 Remove offload_regions_registered.
7995 (gomp_init_tables): Remove.
7996 (gomp_free_memmap): Change type of argument from gomp_memory_mapping *
7997 to splay_tree_s *.
7998 * libgomp.map (GOMP_4.0.1): Add GOMP_offload_unregister.
7999 * oacc-host.c (host_dispatch): Do not initialize register_image_func,
8000 get_table_func, mem_map.is_initialized, mem_map.splay_tree.root,
8001 offload_regions_registered.
8002 Initialize load_image_func, unload_image_func, mem_map.root.
8003 (goacc_host_init): Do not initialize host_dispatch.mem_map.lock.
8004 * oacc-init.c (lazy_open): Don't call gomp_init_tables.
8005 (acc_shutdown_1): Use dev's lock and splay_tree instead of mem_map's.
8006 * oacc-mem.c (lookup_host): Get gomp_device_descr *dev instead of
8007 gomp_memory_mapping *. Use dev's lock and splay_tree.
8008 (lookup_dev): Use dev's lock.
8009 (acc_deviceptr): Pass dev to lookup_host instead of mem_map.
8010 (acc_is_present): Likewise.
8011 (acc_map_data): Likewise.
8012 (acc_unmap_data): Likewise. Use dev's lock.
8013 (present_create_copy): Likewise.
8014 (delete_copyout): Pass dev to lookup_host instead of mem_map.
8015 (update_dev_host): Likewise.
8016 (gomp_acc_remove_pointer): Likewise. Use dev's lock.
8017 * oacc-parallel.c (GOACC_parallel): Use dev's lock and splay_tree.
8018 * plugin/plugin-host.c (GOMP_OFFLOAD_register_image): Remove.
8019 (GOMP_OFFLOAD_get_table): Remove
8020 (GOMP_OFFLOAD_load_image): New function.
8021 (GOMP_OFFLOAD_unload_image): New function.
8022 * target.c (register_lock): New mutex for offload image registration.
8023 (num_devices): Do not guard with PLUGIN_SUPPORT.
8024 (gomp_realloc_unlock): New static function.
8025 (gomp_map_vars_existing): Add device descriptor argument. Unlock mutex
8026 before gomp_fatal.
8027 (gomp_map_vars): Use dev's lock and splay_tree instead of mem_map's.
8028 Pass devicep to gomp_map_vars_existing. Unlock mutex before gomp_fatal.
8029 (gomp_copy_from_async): Use dev's lock and splay_tree instead of
8030 mem_map's.
8031 (gomp_unmap_vars): Likewise.
8032 (gomp_update): Remove gomp_memory_mapping argument. Use dev's lock and
8033 splay_tree instead of mm's. Unlock mutex before gomp_fatal.
8034 (gomp_offload_image_to_device): New static function.
8035 (GOMP_offload_register): Add mutex lock.
8036 Call gomp_offload_image_to_device for all initialized devices.
8037 Replace gomp_realloc with gomp_realloc_unlock.
8038 (GOMP_offload_unregister): New function.
8039 (gomp_init_tables): Replace with gomp_init_device. Replace a call to
8040 get_table_func from the plugin with calls to init_device_func and
8041 gomp_offload_image_to_device.
8042 (gomp_free_memmap): Change type of argument from gomp_memory_mapping *
8043 to splay_tree_s *.
8044 (GOMP_target): Do not call gomp_init_tables. Use dev's lock and
8045 splay_tree instead of mem_map's. Unlock mutex before gomp_fatal.
8046 (GOMP_target_data): Do not call gomp_init_tables.
8047 (GOMP_target_update): Likewise. Remove argument from gomp_update.
8048 (gomp_load_plugin_for_device): Replace register_image and get_table
8049 with load_image and unload_image in DLSYM ().
8050 (gomp_register_images_for_device): Remove function.
8051 (gomp_target_init): Do not initialize current_device.mem_map.*,
8052 current_device.offload_regions_registered.
8053 Remove call to gomp_register_images_for_device.
8054 Do not free offload_images and num_offload_images.
8055
8056 2015-03-30 Jakub Jelinek <jakub@redhat.com>
8057
8058 PR fortran/65597
8059 * testsuite/libgomp.fortran/pr65597.f90: New test.
8060
8061 2015-03-27 Tom de Vries <tom@codesourcery.com>
8062
8063 PR testsuite/65594
8064 * testsuite/libgomp.graphite/force-parallel-6.c (abort): Declare.
8065 (init, check): New function.
8066 (foo): Change return type to void.
8067 (main): Call init and check.
8068
8069 2015-03-27 Tom de Vries <tom@codesourcery.com>
8070
8071 PR testsuite/65594
8072 * testsuite/libgomp.graphite/force-parallel-6.c (M): Define.
8073 (foo): Use M for non-inner loops to scale down test-case.
8074
8075 2015-03-25 Kai Tietz <ktietz@redhat.com>
8076
8077 PR libgomp/64972
8078 * oacc-parallel.c (GOACC_parallel): Use PRIu64 if available.
8079 (GOACC_data_start): Likewise.
8080 * target.c (gomp_map_vars): Likewise.
8081
8082 2015-03-21 John David Anglin <danglin@gcc.gnu.org>
8083
8084 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on
8085 hppa*-*-hpux*.
8086
8087 2015-03-19 Jakub Jelinek <jakub@redhat.com>
8088
8089 * testsuite/libgomp.c/target-10.c: New test.
8090 * testsuite/libgomp.c++/target-4.C: New test.
8091
8092 2015-03-13 Ilya Verbin <ilya.verbin@intel.com>
8093
8094 * testsuite/libgomp.fortran/declare-target-1.f90: New test.
8095 * testsuite/libgomp.fortran/declare-target-2.f90: New file.
8096
8097 2015-03-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
8098
8099 * configure.tgt (*-*-rtems*): Use local-exec TLS model.
8100 * configure.ac (*-*-rtems*): Assume Pthread is supported.
8101 (pthread.h): Check for this header file.
8102 * configure: Regenerate.
8103
8104 2015-02-25 Tom de Vries <tom@codesourcery.com>
8105
8106 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c (DO_PRAGMA)
8107 (check_reduction_op, check_reduction_macro, max, min):
8108 Declare.
8109 (test_reductions_int, test_reductions_minmax, test_reductions_bool): New
8110 function.
8111 (main): Use new functions.
8112
8113 2015-02-18 Ilya Tocar <ilya.tocar@intel.com>
8114
8115 * target.c (gomp_load_plugin_for_device): Use const char * instead of
8116 char * for variables holding dlerror return values.
8117 (DLSYM_OPT): Ditto.
8118
8119 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
8120
8121 * libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo.
8122
8123 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
8124 Cesar Philippidis <cesar@codesourcery.com>
8125
8126 * oacc-ptx.h (GOACC_INTERNAL_PTX): Add GOACC_tid, GOACC_ntid,
8127 GOACC_ctaid, and GOACC_nctaid routines.
8128
8129 2015-02-11 Jakub Jelinek <jakub@redhat.com>
8130
8131 PR c/64824
8132 * testsuite/libgomp.c/atomic-18.c: New test.
8133 * testsuite/libgomp.c++/atomic-16.C: New test.
8134
8135 2015-02-04 Jakub Jelinek <jakub@redhat.com>
8136
8137 PR c/64824
8138 PR c/64868
8139 * testsuite/libgomp.c/pr64824.c: New test.
8140 * testsuite/libgomp.c/pr64868.c: New test.
8141 * testsuite/libgomp.c++/pr64824.C: New test.
8142 * testsuite/libgomp.c++/pr64868.C: New test.
8143
8144 2015-02-01 David Edelsohn <dje.gcc@gmail.com>
8145
8146 PR libgomp/64635
8147 * configure.tgt (*-*-aix*): Use standard posix plugin-suffix.h.
8148 Link with -lpthread.
8149 * config/aix/plugin-suffix.h: Delete.
8150
8151 2015-01-28 Jack Howarth <howarth.at.gcc@gmail.com>
8152
8153 PR libgomp/64635
8154 * configure.tgt (*-*-aix*): Use config_path "aix posix".
8155 (*-*-darwin*): Use config_path "bsd darwin posix".
8156 (*-*-hpux*): Use config_path "hpux posix".
8157 * target.c: Add include of plugin-suffix.h and use
8158 SONAME_SUFFIX macro.
8159 * config/aix/plugin-suffix.h: New file.
8160 * config/darwin/plugin-suffix.h: New file.
8161 * config/hpux/plugin-suffix.h: New file.
8162 * config/posix/plugin-suffix.h: New file.
8163
8164 2015-01-23 Jakub Jelinek <jakub@redhat.com>
8165
8166 PR middle-end/64734
8167 * libgomp.c/pr64734.c: New test.
8168
8169 2015-01-23 Tom de Vries <tom@codesourcery.com>
8170
8171 PR libgomp/64672
8172 * testsuite/libgomp.oacc-c-c++-common/abort-5.c: New test.
8173
8174 2015-01-23 Tom de Vries <tom@codesourcery.com>
8175
8176 PR libgomp/64707
8177 * testsuite/libgomp.c/target-9.c: Add -ftree-parallelize-loops=0 to
8178 dg-options.
8179
8180 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
8181
8182 PR libgomp/64625
8183 * libgomp_g.h (GOACC_data_start, GOACC_enter_exit_data)
8184 (GOACC_parallel, GOACC_update): Remove const_void *offload_table
8185 formal parameter. Update all users.
8186 * target.c (GOMP_target, GOMP_target_data, GOMP_target_update):
8187 Document unused formal parameter.
8188
8189 2015-01-16 Thomas Schwinge <thomas@codesourcery.com>
8190
8191 * oacc-parallel.c: Don't include <alloca.h>.
8192 (GOACC_parallel): Use gomp_alloca instead of alloca.
8193
8194 2015-01-16 Gerald Pfeifer <gerald@pfeifer.com>
8195
8196 * target.c (num_devices): Guard with PLUGIN_SUPPORT.
8197
8198 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
8199 James Norris <jnorris@codesourcery.com>
8200 Tom de Vries <tom@codesourcery.com>
8201 Julian Brown <julian@codesourcery.com>
8202 Cesar Philippidis <cesar@codesourcery.com>
8203 Nathan Sidwell <nathan@codesourcery.com>
8204 Tobias Burnus <burnus@net-b.de>
8205
8206 * Makefile.am (search_path): Add $(top_srcdir)/../include.
8207 (libgomp_la_SOURCES): Add splay-tree.c, libgomp-plugin.c,
8208 oacc-parallel.c, oacc-host.c, oacc-init.c, oacc-mem.c,
8209 oacc-async.c, oacc-plugin.c, oacc-cuda.c.
8210 [USE_FORTRAN] (libgomp_la_SOURCES): Add openacc.f90.
8211 Include $(top_srcdir)/plugin/Makefrag.am.
8212 (nodist_libsubinclude_HEADERS): Add openacc.h.
8213 [USE_FORTRAN] (nodist_finclude_HEADERS): Add openacc_lib.h,
8214 openacc.f90, openacc.mod, openacc_kinds.mod.
8215 (omp_lib.mod): Generalize into...
8216 (%.mod): ... this new rule.
8217 (openacc_kinds.mod, openacc.mod): New rules.
8218 * plugin/configfrag.ac: New file.
8219 * configure.ac: Move plugin/offloading support into it. Include
8220 it. Instantiate testsuite/libgomp-test-support.pt.exp.
8221 * plugin/Makefrag.am: New file.
8222 * testsuite/Makefile.am (OFFLOAD_TARGETS)
8223 (OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS): Don't
8224 export.
8225 (libgomp-test-support.exp): New rule.
8226 (all-local): Depend on it.
8227 * Makefile.in: Regenerate.
8228 * testsuite/Makefile.in: Regenerate.
8229 * config.h.in: Likewise.
8230 * configure: Likewise.
8231 * configure.tgt: Harden shell syntax.
8232 * env.c: Include "oacc-int.h".
8233 (parse_acc_device_type): New function.
8234 (gomp_debug_var, goacc_device_type, goacc_device_num): New
8235 variables.
8236 (initialize_env): Initialize those. Call
8237 goacc_runtime_initialize.
8238 * error.c (gomp_vdebug, gomp_debug, gomp_vfatal): New functions.
8239 (gomp_fatal): Call gomp_vfatal.
8240 * libgomp.h: Include "libgomp-plugin.h" and <stdarg.h>.
8241 (gomp_debug_var, goacc_device_type, goacc_device_num, gomp_vdebug)
8242 (gomp_debug, gomp_verror, gomp_vfatal, gomp_init_targets_once)
8243 (splay_tree_node, splay_tree, splay_tree_key)
8244 (struct target_mem_desc, struct splay_tree_key_s)
8245 (struct gomp_memory_mapping, struct acc_dispatch_t)
8246 (struct gomp_device_descr, gomp_acc_insert_pointer)
8247 (gomp_acc_remove_pointer, target_mem_desc, gomp_copy_from_async)
8248 (gomp_unmap_vars, gomp_init_device, gomp_init_tables)
8249 (gomp_free_memmap, gomp_fini_device): New declarations.
8250 (gomp_vdebug, gomp_debug): New macros.
8251 Include "splay-tree.h".
8252 * libgomp.map (OACC_2.0): New symbol version. Use for
8253 acc_get_num_devices, acc_get_num_devices_h_, acc_set_device_type,
8254 acc_set_device_type_h_, acc_get_device_type,
8255 acc_get_device_type_h_, acc_set_device_num, acc_set_device_num_h_,
8256 acc_get_device_num, acc_get_device_num_h_, acc_async_test,
8257 acc_async_test_h_, acc_async_test_all, acc_async_test_all_h_,
8258 acc_wait, acc_wait_h_, acc_wait_async, acc_wait_async_h_,
8259 acc_wait_all, acc_wait_all_h_, acc_wait_all_async,
8260 acc_wait_all_async_h_, acc_init, acc_init_h_, acc_shutdown,
8261 acc_shutdown_h_, acc_on_device, acc_on_device_h_, acc_malloc,
8262 acc_free, acc_copyin, acc_copyin_32_h_, acc_copyin_64_h_,
8263 acc_copyin_array_h_, acc_present_or_copyin,
8264 acc_present_or_copyin_32_h_, acc_present_or_copyin_64_h_,
8265 acc_present_or_copyin_array_h_, acc_create, acc_create_32_h_,
8266 acc_create_64_h_, acc_create_array_h_, acc_present_or_create,
8267 acc_present_or_create_32_h_, acc_present_or_create_64_h_,
8268 acc_present_or_create_array_h_, acc_copyout, acc_copyout_32_h_,
8269 acc_copyout_64_h_, acc_copyout_array_h_, acc_delete,
8270 acc_delete_32_h_, acc_delete_64_h_, acc_delete_array_h_,
8271 acc_update_device, acc_update_device_32_h_,
8272 acc_update_device_64_h_, acc_update_device_array_h_,
8273 acc_update_self, acc_update_self_32_h_, acc_update_self_64_h_,
8274 acc_update_self_array_h_, acc_map_data, acc_unmap_data,
8275 acc_deviceptr, acc_hostptr, acc_is_present, acc_is_present_32_h_,
8276 acc_is_present_64_h_, acc_is_present_array_h_,
8277 acc_memcpy_to_device, acc_memcpy_from_device,
8278 acc_get_current_cuda_device, acc_get_current_cuda_context,
8279 acc_get_cuda_stream, acc_set_cuda_stream.
8280 (GOACC_2.0): New symbol version. Use for GOACC_data_end,
8281 GOACC_data_start, GOACC_enter_exit_data, GOACC_parallel,
8282 GOACC_update, GOACC_wait, GOACC_get_thread_num,
8283 GOACC_get_num_threads.
8284 (GOMP_PLUGIN_1.0): New symbol version. Use for
8285 GOMP_PLUGIN_malloc, GOMP_PLUGIN_malloc_cleared,
8286 GOMP_PLUGIN_realloc, GOMP_PLUGIN_debug, GOMP_PLUGIN_error,
8287 GOMP_PLUGIN_fatal, GOMP_PLUGIN_async_unmap_vars,
8288 GOMP_PLUGIN_acc_thread.
8289 * libgomp.texi: Update for OpenACC changes, and GOMP_DEBUG
8290 environment variable.
8291 * libgomp_g.h (GOACC_data_start, GOACC_data_end)
8292 (GOACC_enter_exit_data, GOACC_parallel, GOACC_update, GOACC_wait)
8293 (GOACC_get_num_threads, GOACC_get_thread_num): New declarations.
8294 * splay-tree.h (splay_tree_lookup, splay_tree_insert)
8295 (splay_tree_remove): New declarations.
8296 (rotate_left, rotate_right, splay_tree_splay, splay_tree_insert)
8297 (splay_tree_remove, splay_tree_lookup): Move into...
8298 * splay-tree.c: ... this new file.
8299 * target.c: Include "oacc-plugin.h", "oacc-int.h", <assert.h>.
8300 (splay_tree_node, splay_tree, splay_tree_key)
8301 (struct target_mem_desc, struct splay_tree_key_s)
8302 (struct gomp_device_descr): Don't declare.
8303 (num_devices_openmp): New variable.
8304 (gomp_get_num_devices ): Use it.
8305 (gomp_init_targets_once): New function.
8306 (gomp_get_num_devices ): Use it.
8307 (get_kind, gomp_copy_from_async, gomp_free_memmap)
8308 (gomp_fini_device, gomp_register_image_for_device): New functions.
8309 (gomp_map_vars): Add devaddrs parameter.
8310 (gomp_update): Add mm parameter.
8311 (gomp_init_device): Move most of it into...
8312 (gomp_init_tables): ... this new function.
8313 (gomp_register_images_for_device): Remove function.
8314 (splay_compare, gomp_map_vars, gomp_unmap_vars, gomp_init_device):
8315 Make them hidden instead of static.
8316 (gomp_map_vars_existing, gomp_map_vars, gomp_unmap_vars)
8317 (gomp_update, gomp_init_device, GOMP_target, GOMP_target_data)
8318 (GOMP_target_end_data, GOMP_target_update)
8319 (gomp_load_plugin_for_device, gomp_target_init): Update for
8320 OpenACC changes.
8321 * oacc-async.c: New file.
8322 * oacc-cuda.c: Likewise.
8323 * oacc-host.c: Likewise.
8324 * oacc-init.c: Likewise.
8325 * oacc-int.h: Likewise.
8326 * oacc-mem.c: Likewise.
8327 * oacc-parallel.c: Likewise.
8328 * oacc-plugin.c: Likewise.
8329 * oacc-plugin.h: Likewise.
8330 * oacc-ptx.h: Likewise.
8331 * openacc.f90: Likewise.
8332 * openacc.h: Likewise.
8333 * openacc_lib.h: Likewise.
8334 * plugin/plugin-host.c: Likewise.
8335 * plugin/plugin-nvptx.c: Likewise.
8336 * libgomp-plugin.c: Likewise.
8337 * libgomp-plugin.h: Likewise.
8338 * libgomp_target.h: Remove file after merging content into the
8339 former file. Update all users.
8340 * testsuite/lib/libgomp.exp: Load libgomp-test-support.exp.
8341 (offload_targets_s, offload_targets_s_openacc): New variables.
8342 (check_effective_target_openacc_nvidia_accel_present)
8343 (check_effective_target_openacc_nvidia_accel_selected): New
8344 procedures.
8345 (libgomp_init): Update for OpenACC changes.
8346 * testsuite/libgomp-test-support.exp.in: New file.
8347 * testsuite/libgomp.oacc-c++/c++.exp: Likewise.
8348 * testsuite/libgomp.oacc-c/c.exp: Likewise.
8349 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
8350 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Likewise.
8351 * testsuite/libgomp.oacc-c-c++-common/abort-2.c: Likewise.
8352 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
8353 * testsuite/libgomp.oacc-c-c++-common/abort-4.c: Likewise.
8354 * testsuite/libgomp.oacc-c-c++-common/acc_on_device-1.c: Likewise.
8355 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Likewise.
8356 * testsuite/libgomp.oacc-c-c++-common/cache-1.c: Likewise.
8357 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Likewise.
8358 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Likewise.
8359 * testsuite/libgomp.oacc-c-c++-common/collapse-1.c: Likewise.
8360 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
8361 * testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Likewise.
8362 * testsuite/libgomp.oacc-c-c++-common/collapse-4.c: Likewise.
8363 * testsuite/libgomp.oacc-c-c++-common/context-1.c: Likewise.
8364 * testsuite/libgomp.oacc-c-c++-common/context-2.c: Likewise.
8365 * testsuite/libgomp.oacc-c-c++-common/context-3.c: Likewise.
8366 * testsuite/libgomp.oacc-c-c++-common/context-4.c: Likewise.
8367 * testsuite/libgomp.oacc-c-c++-common/data-1.c: Likewise.
8368 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
8369 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
8370 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Likewise.
8371 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
8372 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
8373 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
8374 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
8375 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
8376 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
8377 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
8378 * testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c: Likewise.
8379 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Likewise.
8380 * testsuite/libgomp.oacc-c-c++-common/kernels-1.c: Likewise.
8381 * testsuite/libgomp.oacc-c-c++-common/kernels-empty.c: Likewise.
8382 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
8383 * testsuite/libgomp.oacc-c-c++-common/lib-10.c: Likewise.
8384 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
8385 * testsuite/libgomp.oacc-c-c++-common/lib-12.c: Likewise.
8386 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Likewise.
8387 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
8388 * testsuite/libgomp.oacc-c-c++-common/lib-15.c: Likewise.
8389 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
8390 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
8391 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
8392 * testsuite/libgomp.oacc-c-c++-common/lib-19.c: Likewise.
8393 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
8394 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
8395 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
8396 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
8397 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
8398 * testsuite/libgomp.oacc-c-c++-common/lib-24.c: Likewise.
8399 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
8400 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
8401 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
8402 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
8403 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
8404 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
8405 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
8406 * testsuite/libgomp.oacc-c-c++-common/lib-31.c: Likewise.
8407 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: Likewise.
8408 * testsuite/libgomp.oacc-c-c++-common/lib-33.c: Likewise.
8409 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
8410 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
8411 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
8412 * testsuite/libgomp.oacc-c-c++-common/lib-37.c: Likewise.
8413 * testsuite/libgomp.oacc-c-c++-common/lib-38.c: Likewise.
8414 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
8415 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
8416 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
8417 * testsuite/libgomp.oacc-c-c++-common/lib-41.c: Likewise.
8418 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
8419 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
8420 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
8421 * testsuite/libgomp.oacc-c-c++-common/lib-45.c: Likewise.
8422 * testsuite/libgomp.oacc-c-c++-common/lib-46.c: Likewise.
8423 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
8424 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
8425 * testsuite/libgomp.oacc-c-c++-common/lib-49.c: Likewise.
8426 * testsuite/libgomp.oacc-c-c++-common/lib-5.c: Likewise.
8427 * testsuite/libgomp.oacc-c-c++-common/lib-50.c: Likewise.
8428 * testsuite/libgomp.oacc-c-c++-common/lib-51.c: Likewise.
8429 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
8430 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
8431 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
8432 * testsuite/libgomp.oacc-c-c++-common/lib-55.c: Likewise.
8433 * testsuite/libgomp.oacc-c-c++-common/lib-56.c: Likewise.
8434 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
8435 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
8436 * testsuite/libgomp.oacc-c-c++-common/lib-59.c: Likewise.
8437 * testsuite/libgomp.oacc-c-c++-common/lib-6.c: Likewise.
8438 * testsuite/libgomp.oacc-c-c++-common/lib-60.c: Likewise.
8439 * testsuite/libgomp.oacc-c-c++-common/lib-61.c: Likewise.
8440 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
8441 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
8442 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
8443 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
8444 * testsuite/libgomp.oacc-c-c++-common/lib-66.c: Likewise.
8445 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
8446 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
8447 * testsuite/libgomp.oacc-c-c++-common/lib-69.c: Likewise.
8448 * testsuite/libgomp.oacc-c-c++-common/lib-7.c: Likewise.
8449 * testsuite/libgomp.oacc-c-c++-common/lib-70.c: Likewise.
8450 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
8451 * testsuite/libgomp.oacc-c-c++-common/lib-72.c: Likewise.
8452 * testsuite/libgomp.oacc-c-c++-common/lib-73.c: Likewise.
8453 * testsuite/libgomp.oacc-c-c++-common/lib-74.c: Likewise.
8454 * testsuite/libgomp.oacc-c-c++-common/lib-75.c: Likewise.
8455 * testsuite/libgomp.oacc-c-c++-common/lib-76.c: Likewise.
8456 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
8457 * testsuite/libgomp.oacc-c-c++-common/lib-78.c: Likewise.
8458 * testsuite/libgomp.oacc-c-c++-common/lib-79.c: Likewise.
8459 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
8460 * testsuite/libgomp.oacc-c-c++-common/lib-81.c: Likewise.
8461 * testsuite/libgomp.oacc-c-c++-common/lib-82.c: Likewise.
8462 * testsuite/libgomp.oacc-c-c++-common/lib-83.c: Likewise.
8463 * testsuite/libgomp.oacc-c-c++-common/lib-84.c: Likewise.
8464 * testsuite/libgomp.oacc-c-c++-common/lib-85.c: Likewise.
8465 * testsuite/libgomp.oacc-c-c++-common/lib-86.c: Likewise.
8466 * testsuite/libgomp.oacc-c-c++-common/lib-87.c: Likewise.
8467 * testsuite/libgomp.oacc-c-c++-common/lib-88.c: Likewise.
8468 * testsuite/libgomp.oacc-c-c++-common/lib-89.c: Likewise.
8469 * testsuite/libgomp.oacc-c-c++-common/lib-9.c: Likewise.
8470 * testsuite/libgomp.oacc-c-c++-common/lib-90.c: Likewise.
8471 * testsuite/libgomp.oacc-c-c++-common/lib-91.c: Likewise.
8472 * testsuite/libgomp.oacc-c-c++-common/lib-92.c: Likewise.
8473 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Likewise.
8474 * testsuite/libgomp.oacc-c-c++-common/nested-2.c: Likewise.
8475 * testsuite/libgomp.oacc-c-c++-common/offset-1.c: Likewise.
8476 * testsuite/libgomp.oacc-c-c++-common/parallel-1.c: Likewise.
8477 * testsuite/libgomp.oacc-c-c++-common/parallel-empty.c: Likewise.
8478 * testsuite/libgomp.oacc-c-c++-common/pointer-align-1.c: Likewise.
8479 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
8480 * testsuite/libgomp.oacc-c-c++-common/present-2.c: Likewise.
8481 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Likewise.
8482 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
8483 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
8484 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
8485 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
8486 * testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c:
8487 Likewise.
8488 * testsuite/libgomp.oacc-c-c++-common/subr.h: Likewise.
8489 * testsuite/libgomp.oacc-c-c++-common/subr.ptx: Likewise.
8490 * testsuite/libgomp.oacc-c-c++-common/timer.h: Likewise.
8491 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Likewise.
8492 * testsuite/libgomp.oacc-c-c++-common/update-1.c: Likewise.
8493 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
8494 * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise.
8495 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
8496 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
8497 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
8498 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
8499 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
8500 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
8501 * testsuite/libgomp.oacc-fortran/collapse-1.f90: Likewise.
8502 * testsuite/libgomp.oacc-fortran/collapse-2.f90: Likewise.
8503 * testsuite/libgomp.oacc-fortran/collapse-3.f90: Likewise.
8504 * testsuite/libgomp.oacc-fortran/collapse-4.f90: Likewise.
8505 * testsuite/libgomp.oacc-fortran/collapse-5.f90: Likewise.
8506 * testsuite/libgomp.oacc-fortran/collapse-6.f90: Likewise.
8507 * testsuite/libgomp.oacc-fortran/collapse-7.f90: Likewise.
8508 * testsuite/libgomp.oacc-fortran/collapse-8.f90: Likewise.
8509 * testsuite/libgomp.oacc-fortran/data-1.f90: Likewise.
8510 * testsuite/libgomp.oacc-fortran/data-2.f90: Likewise.
8511 * testsuite/libgomp.oacc-fortran/data-3.f90: Likewise.
8512 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
8513 * testsuite/libgomp.oacc-fortran/data-4.f90: Likewise.
8514 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
8515 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
8516 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
8517 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
8518 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
8519 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
8520 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
8521 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
8522 * testsuite/libgomp.oacc-fortran/lib-1.f90: Likewise.
8523 * testsuite/libgomp.oacc-fortran/lib-10.f90: Likewise.
8524 * testsuite/libgomp.oacc-fortran/lib-2.f: Likewise.
8525 * testsuite/libgomp.oacc-fortran/lib-3.f: Likewise.
8526 * testsuite/libgomp.oacc-fortran/lib-4.f90: Likewise.
8527 * testsuite/libgomp.oacc-fortran/lib-5.f90: Likewise.
8528 * testsuite/libgomp.oacc-fortran/lib-6.f90: Likewise.
8529 * testsuite/libgomp.oacc-fortran/lib-7.f90: Likewise.
8530 * testsuite/libgomp.oacc-fortran/lib-8.f90: Likewise.
8531 * testsuite/libgomp.oacc-fortran/map-1.f90: Likewise.
8532 * testsuite/libgomp.oacc-fortran/openacc_version-1.f: Likewise.
8533 * testsuite/libgomp.oacc-fortran/openacc_version-2.f90: Likewise.
8534 * testsuite/libgomp.oacc-fortran/pointer-align-1.f90: Likewise.
8535 * testsuite/libgomp.oacc-fortran/pset-1.f90: Likewise.
8536 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Likewise.
8537 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
8538 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
8539 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
8540 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
8541 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
8542 * testsuite/libgomp.oacc-fortran/routine-1.f90: Likewise.
8543 * testsuite/libgomp.oacc-fortran/routine-2.f90: Likewise.
8544 * testsuite/libgomp.oacc-fortran/routine-3.f90: Likewise.
8545 * testsuite/libgomp.oacc-fortran/routine-4.f90: Likewise.
8546 * testsuite/libgomp.oacc-fortran/subarrays-1.f90: Likewise.
8547 * testsuite/libgomp.oacc-fortran/subarrays-2.f90: Likewise.
8548
8549 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
8550 Julian Brown <julian@codesourcery.com>
8551 David Malcolm <dmalcolm@redhat.com>
8552
8553 * configure.ac: Rename libgomp from "GNU OpenMP Runtime Library"
8554 to "GNU Offloading and Multi Processing Runtime Library". Change
8555 all users.
8556 * configure: Regenerate.
8557 * libgomp.texi: Update.
8558
8559 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
8560
8561 * configure.ac [tgt_dir] (offload_additional_lib_paths): Also add
8562 "$tgt_dir/lib32".
8563 * configure: Regenerate.
8564
8565 * testsuite/lib/libgomp.exp (libgomp_init): Correctly match
8566 "intelmic" in $offload_targets.
8567
8568 2015-01-05 Jakub Jelinek <jakub@redhat.com>
8569
8570 Update copyright years.
8571
8572 * libgomp.texi: Bump @copying's copyright year.
8573
8574 2014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8575
8576 * testsuite/lib/libgomp.exp: Load target-utils.exp.
8577 Move load of target-supports.exp earlier.
8578
8579 2014-12-10 Ilya Verbin <ilya.verbin@intel.com>
8580
8581 * testsuite/libgomp.c/target-9.c: New test.
8582
8583 2014-12-09 Varvara Rainchik <varvara.rainchik@intel.com>
8584
8585 * config.h.in: Regenerate.
8586 * configure: Regenerate.
8587 * configure.ac: Add GCC_CHECK_EMUTLS.
8588 * libgomp.h: Add check for USE_EMUTLS: this case
8589 is equal to HAVE_TLS.
8590 * team.c: Likewise.
8591
8592 2014-12-03 Uros Bizjak <ubizjak@gmail.com>
8593
8594 * configure.tgt (x86_64-*-linux*): Tune -m32 multilib to generic.
8595
8596 2014-11-28 Andrey Turetskiy <andrey.turetskiy@intel.com>
8597 Ilya Verbin <ilya.verbin@intel.com>
8598
8599 * testsuite/libgomp.c/target-critical-1.c: New test.
8600
8601 2014-11-26 Jakub Jelinek <jakub@redhat.com>
8602
8603 * testsuite/libgomp.c/examples-4/e.53.4.c: Add -DITESTITERS=20
8604 to dg-options unless expensive testing is on.
8605 (TESTITERS): Define to N if not defined.
8606 (main): Use TESTITERS instead of N.
8607 * testsuite/libgomp.c/examples-4/e.55.1.c: Define CHUNKSZ from
8608 dg-additional-options depending on whether expensive testing is on.
8609 * testsuite/libgomp.fortran/examples-4/e.55.1.f90 (e_55_1_mod):
8610 Decrease N to 100000 and CHUNKSZ to 10000.
8611
8612 2014-11-24 Jakub Jelinek <jakub@redhat.com>
8613
8614 PR fortran/63938
8615 * testsuite/libgomp.fortran/pr63938-1.f90: New test.
8616 * testsuite/libgomp.fortran/pr63938-2.f90: New test.
8617
8618 2014-11-21 Steve Ellcey <sellcey@imgtec.com>
8619
8620 * config/linux/mips/futex.h (SYS_futex): Define if not already done.
8621
8622 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
8623
8624 PR bootstrap/63784
8625 * configure: Regenerated.
8626
8627 2014-11-19 Uros Bizjak <ubizjak@gmail.com>
8628
8629 * testsuite/libgomp.c/examples-4/e.53.5.c: Require
8630 vect_simd_clones effective target.
8631 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
8632
8633 2014-11-14 Jakub Jelinek <jakub@redhat.com>
8634
8635 * libgomp.c/examples-4/e.54.2.c (main): Use N / 8 instead
8636 of 32 as block_size.
8637 * libgomp.fortran/examples-4/e.54.2.f90 (e_54_1): Use n / 8
8638 instead of 32 as block_size.
8639
8640 2014-11-13 Andrey Turetskiy <andrey.turetskiy@intel.com>
8641 Ilya Verbin <ilya.verbin@intel.com>
8642
8643 * Makefile.in: Regenerate.
8644 * configure: Regenerate.
8645 * configure.ac: Set up offload_additional_options,
8646 offload_additional_lib_paths and offload_targets.
8647 * testsuite/Makefile.am: Export environment variables: OFFLOAD_TARGETS,
8648 OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS.
8649 * testsuite/Makefile.in: Regenerate.
8650 * testsuite/lib/libgomp.exp (libgomp_init): Append
8651 offload_additional_lib_paths to LD_LIBRARY_PATH. Append
8652 offload_additional_options to ALWAYS_CFLAGS. Append liboffloadmic
8653 build directory to LD_LIBRARY_PATH for intelmic offload targets.
8654
8655 2014-11-13 Andrey Turetskiy <andrey.turetskiy@intel.com>
8656 Ilya Verbin <ilya.verbin@intel.com>
8657 Kirill Yukhin <kirill.yukhin@intel.com>
8658 Ilya Tocar <ilya.tocar@intel.com>
8659
8660 * testsuite/lib/libgomp.exp
8661 (check_effective_target_offload_device): New.
8662 * testsuite/libgomp.c++/c++.exp: Include tests from subdirectories.
8663 * testsuite/libgomp.c++/examples-4/e.51.5.C: New test.
8664 * testsuite/libgomp.c++/examples-4/e.53.2.C: Ditto.
8665 * testsuite/libgomp.c/examples-4/e.50.1.c: Ditto.
8666 * testsuite/libgomp.c/examples-4/e.50.2.c: Ditto.
8667 * testsuite/libgomp.c/examples-4/e.50.3.c: Ditto.
8668 * testsuite/libgomp.c/examples-4/e.50.4.c: Ditto.
8669 * testsuite/libgomp.c/examples-4/e.50.5.c: Ditto.
8670 * testsuite/libgomp.c/examples-4/e.51.1.c: Ditto.
8671 * testsuite/libgomp.c/examples-4/e.51.2.c: Ditto.
8672 * testsuite/libgomp.c/examples-4/e.51.3.c: Ditto.
8673 * testsuite/libgomp.c/examples-4/e.51.4.c: Ditto.
8674 * testsuite/libgomp.c/examples-4/e.51.6.c: Ditto.
8675 * testsuite/libgomp.c/examples-4/e.51.7.c: Ditto.
8676 * testsuite/libgomp.c/examples-4/e.52.1.c: Ditto.
8677 * testsuite/libgomp.c/examples-4/e.52.2.c: Ditto.
8678 * testsuite/libgomp.c/examples-4/e.53.1.c: Ditto.
8679 * testsuite/libgomp.c/examples-4/e.53.3.c: Ditto.
8680 * testsuite/libgomp.c/examples-4/e.53.4.c: Ditto.
8681 * testsuite/libgomp.c/examples-4/e.53.5.c: Ditto.
8682 * testsuite/libgomp.c/examples-4/e.54.2.c: Ditto.
8683 * testsuite/libgomp.c/examples-4/e.54.3.c: Ditto.
8684 * testsuite/libgomp.c/examples-4/e.54.4.c: Ditto.
8685 * testsuite/libgomp.c/examples-4/e.54.5.c: Ditto.
8686 * testsuite/libgomp.c/examples-4/e.54.6.c: Ditto.
8687 * testsuite/libgomp.c/examples-4/e.55.1.c: Ditto.
8688 * testsuite/libgomp.c/examples-4/e.55.2.c: Ditto.
8689 * testsuite/libgomp.c/examples-4/e.56.3.c: Ditto.
8690 * testsuite/libgomp.c/examples-4/e.56.4.c: Ditto.
8691 * testsuite/libgomp.c/examples-4/e.57.1.c: Ditto.
8692 * testsuite/libgomp.c/examples-4/e.57.2.c: Ditto.
8693 * testsuite/libgomp.c/examples-4/e.57.3.c: Ditto.
8694 * testsuite/libgomp.c/target-7.c: Fix test.
8695 * testsuite/libgomp.fortran/examples-4/e.50.1.f90: New test.
8696 * testsuite/libgomp.fortran/examples-4/e.50.2.f90: Ditto.
8697 * testsuite/libgomp.fortran/examples-4/e.50.3.f90: Ditto.
8698 * testsuite/libgomp.fortran/examples-4/e.50.4.f90: Ditto.
8699 * testsuite/libgomp.fortran/examples-4/e.50.5.f90: Ditto.
8700 * testsuite/libgomp.fortran/examples-4/e.51.1.f90: Ditto.
8701 * testsuite/libgomp.fortran/examples-4/e.51.2.f90: Ditto.
8702 * testsuite/libgomp.fortran/examples-4/e.51.3.f90: Ditto.
8703 * testsuite/libgomp.fortran/examples-4/e.51.4.f90: Ditto.
8704 * testsuite/libgomp.fortran/examples-4/e.51.5.f90: Ditto.
8705 * testsuite/libgomp.fortran/examples-4/e.51.6.f90: Ditto.
8706 * testsuite/libgomp.fortran/examples-4/e.51.7.f90: Ditto.
8707 * testsuite/libgomp.fortran/examples-4/e.52.1.f90: Ditto.
8708 * testsuite/libgomp.fortran/examples-4/e.52.2.f90: Ditto.
8709 * testsuite/libgomp.fortran/examples-4/e.53.1.f90: Ditto.
8710 * testsuite/libgomp.fortran/examples-4/e.53.2.f90: Ditto.
8711 * testsuite/libgomp.fortran/examples-4/e.53.3.f90: Ditto.
8712 * testsuite/libgomp.fortran/examples-4/e.53.4.f90: Ditto.
8713 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
8714 * testsuite/libgomp.fortran/examples-4/e.54.2.f90: Ditto.
8715 * testsuite/libgomp.fortran/examples-4/e.54.3.f90: Ditto.
8716 * testsuite/libgomp.fortran/examples-4/e.54.4.f90: Ditto.
8717 * testsuite/libgomp.fortran/examples-4/e.54.5.f90: Ditto.
8718 * testsuite/libgomp.fortran/examples-4/e.54.6.f90: Ditto.
8719 * testsuite/libgomp.fortran/examples-4/e.55.1.f90: Ditto.
8720 * testsuite/libgomp.fortran/examples-4/e.55.2.f90: Ditto.
8721 * testsuite/libgomp.fortran/examples-4/e.56.3.f90: Ditto.
8722 * testsuite/libgomp.fortran/examples-4/e.56.4.f90: Ditto.
8723 * testsuite/libgomp.fortran/examples-4/e.57.1.f90: Ditto.
8724 * testsuite/libgomp.fortran/examples-4/e.57.2.f90: Ditto.
8725 * testsuite/libgomp.fortran/examples-4/e.57.3.f90: Ditto.
8726
8727 2014-11-13 Jakub Jelinek <jakub@redhat.com>
8728 Ilya Verbin <ilya.verbin@intel.com>
8729 Thomas Schwinge <thomas@codesourcery.com>
8730 Andrey Turetskiy <andrey.turetskiy@intel.com>
8731
8732 * libgomp.map (GOMP_4.0.1): New symbol version.
8733 Add GOMP_offload_register.
8734 * libgomp_target.h: New file.
8735 * splay-tree.h: New file.
8736 * target.c: Include config.h, libgomp_target.h, dlfcn.h, splay-tree.h.
8737 (gomp_target_init): New forward declaration.
8738 (gomp_is_initialized): New static variable.
8739 (splay_tree_node, splay_tree, splay_tree_key): New typedefs.
8740 (struct target_mem_desc, struct splay_tree_key_s, offload_image_descr):
8741 New structures.
8742 (offload_images, num_offload_images, devices, num_devices): New static
8743 variables.
8744 (splay_compare): New static function.
8745 (struct gomp_device_descr): New structure.
8746 (gomp_get_num_devices): Call gomp_target_init.
8747 (resolve_device, gomp_map_vars_existing, gomp_map_vars, gomp_unmap_tgt)
8748 (gomp_unmap_vars, gomp_update, gomp_init_device): New static functions.
8749 (GOMP_offload_register): New function.
8750 (GOMP_target): Arrange for host callback to be performed in a separate
8751 initial thread and contention group, inheriting ICVs from
8752 gomp_global_icv etc. Call gomp_map_vars and gomp_unmap_vars.
8753 Add device initialization and lookup for target function in splay tree.
8754 (GOMP_target_data): Add device initialization and call gomp_map_vars.
8755 (GOMP_target_end_data): Call gomp_unmap_vars.
8756 (GOMP_target_update): Add device initialization and call gomp_update.
8757 (gomp_load_plugin_for_device, gomp_register_images_for_device)
8758 (gomp_target_init): New static functions.
8759
8760 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
8761 Thomas Schwinge <thomas@codesourcery.com>
8762 Ilya Verbin <ilya.verbin@intel.com>
8763 Andrey Turetskiy <andrey.turetskiy@intel.com>
8764
8765 * config.h.in: Regenerate.
8766 * configure: Regenerate.
8767 * configure.ac: Check for libdl, required for plugin support.
8768 (PLUGIN_SUPPORT): Define if plugins are supported.
8769 (enable_offload_targets): Support Intel MIC targets.
8770 (OFFLOAD_TARGETS): List of target names suitable for offloading.
8771
8772 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8773
8774 PR target/63610
8775 * configure: Regenerate.
8776
8777 2014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8778
8779 * config/posix/lock.c (_XOPEN_SOURCE) Define as 600.
8780
8781 2014-10-06 Marek Polacek <polacek@redhat.com>
8782
8783 * testsuite/libgomp.c/affinity-1.c: Include <sys/wait.h>.
8784 * testsuite/libgomp.c/nqueens-1.c: Include <stdlib.h>.
8785 * testsuite/libgomp.c/thread-limit-1.c: Include <omp.h>
8786 * testsuite/libgomp.c/thread-limit-2.c: Likewise.
8787
8788 2014-10-06 Marek Polacek <polacek@redhat.com>
8789
8790 * testsuite/libgomp.c/affinity-1.c: Fix implicit declarations.
8791 * testsuite/libgomp.c/nqueens-1.c: Likewise.
8792 * testsuite/libgomp.c/pr26943-3.c: Likewise.
8793 * testsuite/libgomp.c/pr26943-4.c: Likewise.
8794 * testsuite/libgomp.c/pr36802-2.c: Likewise.
8795 * testsuite/libgomp.c/pr36802-3.c: Likewise.
8796 * testsuite/libgomp.c/thread-limit-1.c: Likewise.
8797 * testsuite/libgomp.c/thread-limit-2.c: Likewise.
8798 * testsuite/libgomp.c/appendix-a/a.15.1.c: Include <omp.h>.
8799 * testsuite/libgomp.c/omp-loop02.c: Fix defaulting to int.
8800 * testsuite/libgomp.c/omp-parallel-for.c: Likewise.
8801 * testsuite/libgomp.c/omp-parallel-if.c: Likewise.
8802 * testsuite/libgomp.c/omp-single-1.c: Likewise.
8803 * testsuite/libgomp.c/omp-single-2.c: Likewise.
8804 * testsuite/libgomp.c/omp_matvec.c: Likewise.
8805 * testsuite/libgomp.c/omp_workshare3.c: Likewise.
8806 * testsuite/libgomp.c/omp_workshare4.c: Likewise.
8807 * testsuite/libgomp.c/shared-1.c: Fix defaulting to int. Fix implicit
8808 declarations.
8809
8810 2014-10-03 Jakub Jelinek <jakub@redhat.com>
8811
8812 PR libgomp/61200
8813 * testsuite/libgomp.c/pr61200.c: New test.
8814
8815 2014-09-18 Jakub Jelinek <jakub@redhat.com>
8816
8817 PR c++/63248
8818 * testsuite/libgomp.c++/pr63248.C: New test.
8819
8820 2014-08-04 Jakub Jelinek <jakub@redhat.com>
8821
8822 * task.c (GOMP_taskgroup_end): If taskgroup->num_children
8823 is not zero, but taskgroup->children is NULL and there are
8824 any task->children, schedule those instead of waiting.
8825 * testsuite/libgomp.c/depend-6.c: New test.
8826 * testsuite/libgomp.c/depend-7.c: New test.
8827 * testsuite/libgomp.c/depend-8.c: New test.
8828 * testsuite/libgomp.c/depend-9.c: New test.
8829 * testsuite/libgomp.c/depend-10.c: New test.
8830
8831 2014-08-01 Jakub Jelinek <jakub@redhat.com>
8832
8833 * libgomp.h (struct gomp_task_depend_entry): Add redundant_out field.
8834 (struct gomp_taskwait): New type.
8835 (struct gomp_task): Add taskwait and parent_depends_on, remove
8836 in_taskwait and taskwait_sem fields.
8837 (gomp_finish_task): Don't destroy taskwait_sem.
8838 * task.c (gomp_init_task): Don't init in_taskwait, instead init
8839 taskwait and parent_depends_on.
8840 (GOMP_task): For if (0) tasks with depend clause that depend on
8841 earlier tasks don't defer them, instead call
8842 gomp_task_maybe_wait_for_dependencies to wait for the dependencies.
8843 Initialize redundant_out field, for redundant out entries just
8844 move them at the end of linked list instead of removing them
8845 completely, and set redundant_out flag instead of redundant.
8846 (gomp_task_run_pre): Update last_parent_depends_on if scheduling
8847 that task.
8848 (gomp_task_run_post_handle_dependers): If parent is in
8849 gomp_task_maybe_wait_for_dependencies and newly runnable task
8850 is not parent_depends_on, queue it in parent->children linked
8851 list after all runnable tasks with parent_depends_on set.
8852 Adjust for addition of taskwait indirection.
8853 (gomp_task_run_post_remove_parent): If parent is in
8854 gomp_task_maybe_wait_for_dependencies and task to be removed
8855 is parent_depends_on, decrement n_depend and if needed awake
8856 parent. Adjust for addition of taskwait indirection.
8857 (GOMP_taskwait): Adjust for addition of taskwait indirection.
8858 (gomp_task_maybe_wait_for_dependencies): New function.
8859 * testsuite/libgomp.c/depend-5.c: New test.
8860
8861 2014-07-13 Tobias Burnus <burnus@net-b.de>
8862
8863 * testsuite/libgomp.fortran/pr34020.f90: Make compile
8864 with TS 18508/Fortran 2015.
8865
8866 2014-07-06 Marek Polacek <polacek@redhat.com>
8867
8868 PR c/6940
8869 * testsuite/libgomp.c/appendix-a/a.29.1.c (f): Add dg-warnings.
8870
8871 2014-07-03 Jakub Jelinek <jakub@redhat.com>
8872
8873 * testsuite/lib/libgomp.exp (libgomp_target_compile): If $source
8874 matches regex $lang_source_re, add $lang_include_flags to options.
8875 * testsuite/libgomp.c/c.exp: Unset lang_include_flags.
8876 * testsuite/libgomp.c++/c++.exp: Likewise.
8877 * testsuite/libgomp.fortran/fortran.exp: Likewise. Set lang_source_re
8878 and lang_include_flags instead of adding -fintrinsic-modules-path= to
8879 ALWAYS_CFLAGS.
8880 * testsuite/libgomp.graphite/graphite.exp: Unset lang_include_flags.
8881
8882 2014-07-03 Thomas Schwinge <thomas@codesourcery.com>
8883
8884 * testsuite/libgomp.fortran/fortran.exp: Explain
8885 gfortran-dg-runtest usage.
8886
8887 2014-06-25 Jakub Jelinek <jakub@redhat.com>
8888
8889 * testsuite/libgomp.fortran/simd5.f90: New test.
8890 * testsuite/libgomp.fortran/simd6.f90: New test.
8891 * testsuite/libgomp.fortran/simd7.f90: New test.
8892
8893 2014-06-24 Jakub Jelinek <jakub@redhat.com>
8894
8895 * testsuite/libgomp.c/for-2.c: Define SC to static for
8896 #pragma omp for simd testing.
8897 * testsuite/libgomp.c/for-2.h (SC): Define if not defined.
8898 (N(f5), N(f6), N(f7), N(f8), N(f10), N(f12), N(f14)): Use
8899 SC macro.
8900 * testsuite/libgomp.c/simd-14.c: New test.
8901 * testsuite/libgomp.c/simd-15.c: New test.
8902 * testsuite/libgomp.c/simd-16.c: New test.
8903 * testsuite/libgomp.c/simd-17.c: New test.
8904 * testsuite/libgomp.c++/for-10.C: Define SC to static for
8905 #pragma omp for simd testing.
8906 * testsuite/libgomp.c++/simd10.C: New test.
8907 * testsuite/libgomp.c++/simd11.C: New test.
8908 * testsuite/libgomp.c++/simd12.C: New test.
8909 * testsuite/libgomp.c++/simd13.C: New test.
8910
8911 * testsuite/libgomp.fortran/aligned1.f03: New test.
8912 * testsuite/libgomp.fortran/nestedfn5.f90: New test.
8913 * testsuite/libgomp.fortran/target7.f90: Surround loop spawning
8914 tasks with !$omp parallel !$omp single.
8915 * testsuite/libgomp.fortran/target8.f90: New test.
8916 * testsuite/libgomp.fortran/udr4.f90 (foo UDR, bar UDR): Adjust
8917 not to use trim in the combiner, instead call elemental function.
8918 (fn): New elemental function.
8919 * testsuite/libgomp.fortran/udr6.f90 (do_add, dp_add, dp_init):
8920 Make elemental.
8921 * testsuite/libgomp.fortran/udr7.f90 (omp_priv, omp_orig, omp_out,
8922 omp_in): Likewise.
8923 * testsuite/libgomp.fortran/udr12.f90: New test.
8924 * testsuite/libgomp.fortran/udr13.f90: New test.
8925 * testsuite/libgomp.fortran/udr14.f90: New test.
8926 * testsuite/libgomp.fortran/udr15.f90: New test.
8927
8928 2014-06-18 Jakub Jelinek <jakub@redhat.com>
8929
8930 * omp_lib.f90.in (openmp_version): Set to 201307.
8931 * omp_lib.h.in (openmp_version): Likewise.
8932 * testsuite/libgomp.c/target-8.c: New test.
8933 * testsuite/libgomp.fortran/declare-simd-1.f90: Add notinbranch
8934 and inbranch clauses.
8935 * testsuite/libgomp.fortran/depend-3.f90: New test.
8936 * testsuite/libgomp.fortran/openmp_version-1.f: Adjust for new
8937 openmp_version.
8938 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
8939 * testsuite/libgomp.fortran/target1.f90: New test.
8940 * testsuite/libgomp.fortran/target2.f90: New test.
8941 * testsuite/libgomp.fortran/target3.f90: New test.
8942 * testsuite/libgomp.fortran/target4.f90: New test.
8943 * testsuite/libgomp.fortran/target5.f90: New test.
8944 * testsuite/libgomp.fortran/target6.f90: New test.
8945 * testsuite/libgomp.fortran/target7.f90: New test.
8946
8947 2014-06-10 Jakub Jelinek <jakub@redhat.com>
8948
8949 PR fortran/60928
8950 * testsuite/libgomp.fortran/allocatable9.f90: New test.
8951 * testsuite/libgomp.fortran/allocatable10.f90: New test.
8952 * testsuite/libgomp.fortran/allocatable11.f90: New test.
8953 * testsuite/libgomp.fortran/allocatable12.f90: New test.
8954 * testsuite/libgomp.fortran/alloc-comp-1.f90: New test.
8955 * testsuite/libgomp.fortran/alloc-comp-2.f90: New test.
8956 * testsuite/libgomp.fortran/alloc-comp-3.f90: New test.
8957 * testsuite/libgomp.fortran/associate1.f90: New test.
8958 * testsuite/libgomp.fortran/associate2.f90: New test.
8959 * testsuite/libgomp.fortran/procptr1.f90: New test.
8960
8961 2014-06-06 Jakub Jelinek <jakub@redhat.com>
8962
8963 * testsuite/libgomp.fortran/simd1.f90: New test.
8964 * testsuite/libgomp.fortran/udr1.f90: New test.
8965 * testsuite/libgomp.fortran/udr2.f90: New test.
8966 * testsuite/libgomp.fortran/udr3.f90: New test.
8967 * testsuite/libgomp.fortran/udr4.f90: New test.
8968 * testsuite/libgomp.fortran/udr5.f90: New test.
8969 * testsuite/libgomp.fortran/udr6.f90: New test.
8970 * testsuite/libgomp.fortran/udr7.f90: New test.
8971 * testsuite/libgomp.fortran/udr8.f90: New test.
8972 * testsuite/libgomp.fortran/udr9.f90: New test.
8973 * testsuite/libgomp.fortran/udr10.f90: New test.
8974 * testsuite/libgomp.fortran/udr11.f90: New test.
8975
8976 2014-05-27 Uros Bizjak <ubizjak@gmail.com>
8977
8978 * testsuite/libgomp.fortran/declare-simd-1.f90: Require
8979 vect_simd_clones effective target.
8980 * testsuite/libgomp.fortran/declare-simd-2.f90: Ditto.
8981
8982 2014-05-21 Jakub Jelinek <jakub@redhat.com>
8983
8984 PR middle-end/61252
8985 * testsuite/libgomp.c++/simd-9.C: New test.
8986
8987 2014-05-18 Uros Bizjak <ubizjak@gmail.com>
8988
8989 * libgomp.texi (Runitme Library Routines): Remove multiple @menu.
8990 (Environment Variables) Move OMP_PROC_BIND and OMP_STACKSIZE node
8991 texts according to their @menu entry positions.
8992
8993 2014-05-11 Jakub Jelinek <jakub@redhat.com>
8994
8995 * testsuite/libgomp.fortran/cancel-do-1.f90: New test.
8996 * testsuite/libgomp.fortran/cancel-do-2.f90: New test.
8997 * testsuite/libgomp.fortran/cancel-parallel-1.f90: New test.
8998 * testsuite/libgomp.fortran/cancel-parallel-3.f90: New test.
8999 * testsuite/libgomp.fortran/cancel-sections-1.f90: New test.
9000 * testsuite/libgomp.fortran/cancel-taskgroup-2.f90: New test.
9001 * testsuite/libgomp.fortran/declare-simd-1.f90: New test.
9002 * testsuite/libgomp.fortran/declare-simd-2.f90: New test.
9003 * testsuite/libgomp.fortran/declare-simd-3.f90: New test.
9004 * testsuite/libgomp.fortran/depend-1.f90: New test.
9005 * testsuite/libgomp.fortran/depend-2.f90: New test.
9006 * testsuite/libgomp.fortran/omp_atomic5.f90: New test.
9007 * testsuite/libgomp.fortran/simd1.f90: New test.
9008 * testsuite/libgomp.fortran/simd2.f90: New test.
9009 * testsuite/libgomp.fortran/simd3.f90: New test.
9010 * testsuite/libgomp.fortran/simd4.f90: New test.
9011 * testsuite/libgomp.fortran/taskgroup1.f90: New test.
9012
9013 2014-05-02 Jakub Jelinek <jakub@redhat.com>
9014
9015 * testsuite/libgomp.c/simd-10.c: New test.
9016 * testsuite/libgomp.c/simd-11.c: New test.
9017 * testsuite/libgomp.c/simd-12.c: New test.
9018 * testsuite/libgomp.c/simd-13.c: New test.
9019
9020 2014-04-24 Jakub Jelinek <jakub@redhat.com>
9021
9022 * testsuite/libgomp.c++/atomic-14.C: Allow seq_cst and
9023 atomic type clauses in any order and optional comma in between.
9024 * testsuite/libgomp.c++/atomic-15.C: Likewise.
9025 * testsuite/libgomp.c/atomic-17.c: Likewise.
9026
9027 * testsuite/libgomp.c/simd-7.c: New test.
9028 * testsuite/libgomp.c/simd-8.c: New test.
9029 * testsuite/libgomp.c/simd-9.c: New test.
9030 * testsuite/libgomp.c/loop-16.c: New test.
9031
9032 2014-04-02 Richard Henderson <rth@redhat.com>
9033
9034 * config/linux/futex.h (futex_wait): Get error value from errno.
9035 (futex_wake): Likewise.
9036
9037 2014-03-25 Jakub Jelinek <jakub@redhat.com>
9038
9039 PR c++/60331
9040 * testsuite/libgomp.c++/udr-11.C: New test.
9041 * testsuite/libgomp.c++/udr-12.C: New test.
9042 * testsuite/libgomp.c++/udr-13.C: New test.
9043 * testsuite/libgomp.c++/udr-14.C: New test.
9044 * testsuite/libgomp.c++/udr-15.C: New test.
9045 * testsuite/libgomp.c++/udr-16.C: New test.
9046 * testsuite/libgomp.c++/udr-17.C: New test.
9047 * testsuite/libgomp.c++/udr-18.C: New test.
9048 * testsuite/libgomp.c++/udr-19.C: New test.
9049
9050 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
9051
9052 Update copyright years
9053
9054 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
9055
9056 * hashtab.h: Use the standard form for the copyright notice.
9057
9058 2014-01-02 Tobias Burnus <burnus@net-b.de>
9059
9060 * libgomp.texi: Bump @copying's copyright year.
9061
9062 2013-12-17 Andreas Tobler <andreast@gcc.gnu.org>
9063
9064 * testsuite/libgomp.c/affinity-1.c: Remove alloca.h include. Replace
9065 alloca () with __builtin_alloca ().
9066 * testsuite/libgomp.c/icv-2.c: Add FreeBSD coverage.
9067 * testsuite/libgomp.c/lock-3.c: Likewise.
9068 * testsuite/libgomp.c/pr48591.c: Likewise.
9069
9070 2013-12-17 Jakub Jelinek <jakub@redhat.com>
9071
9072 PR testsuite/59534
9073 * testsuite/libgomp.fortran/retval1.f90 (e5): Avoid non-shortcircuited
9074 comparisons.
9075
9076 2013-12-16 Jakub Jelinek <jakub@redhat.com>
9077
9078 PR libgomp/58756
9079 * testsuite/libgomp.c/pr58756.c: New test.
9080
9081 2013-12-12 Jakub Jelinek <jakub@redhat.com>
9082
9083 PR libgomp/59467
9084 * testsuite/libgomp.fortran/crayptr2.f90: Add private (d) clause to
9085 !$omp parallel.
9086
9087 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
9088
9089 * testsuite/lib/libgomp.exp (libgomp_init): Don't add -fopenmp to
9090 ALWAYS_CFLAGS.
9091 * testsuite/libgomp.c++/c++.exp (ALWAYS_CFLAGS): Add -fopenmp.
9092 * testsuite/libgomp.c/c.exp (ALWAYS_CFLAGS): Likewise.
9093 * testsuite/libgomp.fortran/fortran.exp (ALWAYS_CFLAGS): Likewise.
9094 * testsuite/libgomp.graphite/graphite.exp (ALWAYS_CFLAGS):
9095 Likewise.
9096
9097 * libgomp_g.h: Include <stddef.h> for size_t.
9098
9099 * libgomp.spec.in: Update comment about libgomp's dependencies.
9100 * configure.ac: Likewise.
9101 * configure: Regenerate.
9102
9103 2013-10-16 Tobias Burnus <burnus@net-b.de>
9104
9105 * libgomp.texi: (Runtime Library Routines): Update references for
9106 OpenMP 4.0. Add omp_get_cancellation, omp_get_default_device,
9107 omp_get_num_devices, omp_get_num_teams, omp_get_proc_bind,
9108 omp_get_team_num, omp_is_initial_device, omp_set_default_device.
9109 (Environment Variables): Update references for OpenMP 4.0. Add
9110 OMP_CANCELLATION, OMP_DEFAULT_DEVICE, OMP_PLACES.
9111 Move OMP_DISPLAY_ENV and OMP_PROC_BIND up to be in alphabetical
9112 order.
9113
9114 2013-10-14 Jakub Jelinek <jakub@redhat.com>
9115
9116 * env.c (parse_bind_var): Initialize value to avoid
9117 (false positive) warning.
9118
9119 2013-10-12 Jakub Jelinek <jakub@redhat.com>
9120
9121 PR libgomp/58691
9122 * config/linux/proc.c (gomp_cpuset_popcount): Add unused attribute
9123 to check variable.
9124 (gomp_init_num_threads): Move i variable declaration into
9125 #ifdef CPU_ALLOC_SIZE block.
9126 * config/linux/affinity.c (gomp_affinity_init_level): Test
9127 gomp_places_list_len == 0 rather than gomp_places_list == 0
9128 when checking for topology reading error.
9129 * team.c (gomp_team_start): Don't handle bind == omp_proc_bind_false.
9130 * env.c (parse_affinity): Add ignore argument, if true, don't populate
9131 gomp_places_list, only parse env var and always return false.
9132 (parse_places_var): Likewise. Don't check gomp_global_icv.bind_var.
9133 (initialize_env): Always parse OMP_PLACES and GOMP_CPU_AFFINITY env
9134 vars, default to OMP_PROC_BIND=true if OMP_PROC_BIND wasn't specified
9135 and either of these variables were parsed correctly into a places
9136 list.
9137
9138 2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
9139 Jakub Jelinek <jakub@redhat.com>
9140
9141 * testsuite/libgomp.graphite/force-parallel-1.c: Expect 4 instead
9142 of 5 loopfn matches.
9143 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
9144 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
9145 * testsuite/libgomp.graphite/force-parallel-4.c: Likewise.
9146 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
9147 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
9148 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
9149 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
9150 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
9151
9152 2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
9153
9154 * Makefile.am (omp_lib.mod): Streamline rule.
9155 * Makefile.in: Regenerate.
9156
9157 * libgomp.texi (Runtime Library Routines): C linkage, don't throw
9158 exceptions.
9159
9160 * testsuite/libgomp.c/lib-1.c (main): Add missing error check.
9161 * testsuite/libgomp.fortran/lib1.f90: Likewise.
9162 * testsuite/libgomp.fortran/lib2.f: Likewise.
9163 * testsuite/libgomp.fortran/lib3.f: Likewise.
9164
9165 * configure.ac: Typo fix.
9166 * configure: Regenerate.
9167
9168 * testsuite/libgomp.fortran/openmp_version-1.f: New file.
9169 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
9170
9171 * omp.h.in: Don't touch the user's namespace.
9172
9173 2013-10-11 Jakub Jelinek <jakub@redhat.com>
9174 Tobias Burnus <burnus@net-b.de>
9175 Richard Henderson <rth@redhat.com>
9176
9177 * target.c: New file.
9178 * Makefile.am (libgomp_la_SOURCES): Add target.c.
9179 * Makefile.in: Regenerated.
9180 * libgomp_g.h (GOMP_task): Add depend argument.
9181 (GOMP_barrier_cancel, GOMP_loop_end_cancel,
9182 GOMP_sections_end_cancel, GOMP_target, GOMP_target_data,
9183 GOMP_target_end_data, GOMP_target_update, GOMP_teams,
9184 GOMP_parallel_loop_static, GOMP_parallel_loop_dynamic,
9185 GOMP_parallel_loop_guided, GOMP_parallel_loop_runtime,
9186 GOMP_parallel, GOMP_cancel, GOMP_cancellation_point,
9187 GOMP_taskgroup_start, GOMP_taskgroup_end,
9188 GOMP_parallel_sections): New prototypes.
9189 * fortran.c (omp_is_initial_device): Add ialias_redirect.
9190 (omp_is_initial_device_): New function.
9191 (ULP, STR1, STR2, ialias_redirect): Removed.
9192 (omp_get_cancellation_, omp_get_proc_bind_, omp_set_default_device_,
9193 omp_set_default_device_8_, omp_get_default_device_,
9194 omp_get_num_devices_, omp_get_num_teams_, omp_get_team_num_): New
9195 functions.
9196 * libgomp.map (GOMP_barrier_cancel, GOMP_loop_end_cancel,
9197 GOMP_sections_end_cancel, GOMP_target, GOMP_target_data,
9198 GOMP_target_end_data, GOMP_target_update, GOMP_teams): Export
9199 @@GOMP_4.0.
9200 (omp_is_initial_device, omp_is_initial_device_, omp_get_cancellation,
9201 omp_get_cancellation_, omp_get_proc_bind, omp_get_proc_bind_,
9202 omp_set_default_device, omp_set_default_device_,
9203 omp_set_default_device_8_, omp_get_default_device,
9204 omp_get_default_device_, omp_get_num_devices, omp_get_num_devices_,
9205 omp_get_num_teams, omp_get_num_teams_, omp_get_team_num,
9206 omp_get_team_num_): Export @@OMP_4.0.
9207 * team.c (struct gomp_thread_start_data): Add place field.
9208 (gomp_thread_start): Clear thr->thread_pool and
9209 thr->task before returning. Use gomp_team_barrier_wait_final
9210 instead of gomp_team_barrier_wait. Initialize thr->place.
9211 (gomp_new_team): Initialize work_shares_to_free, work_share_cancelled,
9212 team_cancelled and task_queued_count fields.
9213 (gomp_free_pool_helper): Clear thr->thread_pool and thr->task
9214 before calling pthread_exit.
9215 (gomp_free_thread): No longer static. Use
9216 gomp_managed_threads_lock instead of gomp_remaining_threads_lock.
9217 (gomp_team_start): Add flags argument. Set
9218 thr->thread_pool->threads_busy to nthreads immediately after creating
9219 new pool. Use gomp_managed_threads_lock instead of
9220 gomp_remaining_threads_lock. Handle OpenMP 4.0 affinity.
9221 (gomp_team_end): Use gomp_managed_threads_lock instead of
9222 gomp_remaining_threads_lock. Use gomp_team_barrier_wait_final instead
9223 of gomp_team_barrier_wait. If team->team_cancelled, call
9224 gomp_fini_workshare on ws chain starting at team->work_shares_to_free
9225 rather than thr->ts.work_share.
9226 (initialize_team): Don't call gomp_sem_init here.
9227 * sections.c (GOMP_parallel_sections_start): Adjust gomp_team_start
9228 caller.
9229 (GOMP_parallel_sections, GOMP_sections_end_cancel): New functions.
9230 * env.c (gomp_global_icv): Add default_device_var, target_data and
9231 bind_var initializers.
9232 (gomp_cpu_affinity, gomp_cpu_affinity_len): Remove.
9233 (gomp_bind_var_list, gomp_bind_var_list_len, gomp_places_list,
9234 gomp_places_list_len): New variables.
9235 (parse_bind_var, parse_one_place, parse_places_var): New functions.
9236 (parse_affinity): Rewritten to construct OMP_PLACES list with unit
9237 sized places.
9238 (gomp_cancel_var): New global variable.
9239 (parse_int): New function.
9240 (handle_omp_display_env): New function.
9241 (initialize_env): Use it. Initialize default_device_var.
9242 Parse OMP_CANCELLATION env var. Use parse_bind_var to parse
9243 OMP_PROC_BIND instead of parse_boolean. Use parse_places_var for
9244 OMP_PLACES parsing. Don't call parse_affinity if OMP_PLACES has
9245 been successfully parsed (and call gomp_init_affinity in that case).
9246 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
9247 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
9248 omp_get_team_num, omp_is_initial_device): New functions.
9249 * libgomp.h: Include stdlib.h.
9250 (ialias_ulp, ialias_str1, ialias_str2, ialias_redirect, ialias_call):
9251 Define.
9252 (struct target_mem_desc): Forward declare.
9253 (struct gomp_task_icv): Add default_device_var, target_data, bind_var
9254 and thread_limit_var fields.
9255 (gomp_get_num_devices): New prototype.
9256 (gomp_cancel_var): New extern decl.
9257 (struct gomp_team): Add work_shares_to_free, work_share_cancelled,
9258 team_cancelled and task_queued_count fields. Add comments about
9259 task_{,queued_,running_}count.
9260 (gomp_cancel_kind): New enum.
9261 (gomp_work_share_end_cancel): New prototype.
9262 (struct gomp_task): Add next_taskgroup, prev_taskgroup, taskgroup,
9263 copy_ctors_done, dependers, depend_hash, depend_count, num_dependees
9264 and depend fields.
9265 (struct gomp_taskgroup): New type.
9266 (struct gomp_task_depend_entry,
9267 struct gomp_dependers_vec): New types.
9268 (gomp_finish_task): Free depend_hash if non-NULL.
9269 (struct gomp_team_state): Add place_partition_off
9270 and place_partition_len fields.
9271 (gomp_bind_var_list, gomp_bind_var_list_len, gomp_places_list,
9272 gomp_places_list_len): New extern decls.
9273 (struct gomp_thread): Add place field.
9274 (gomp_cpu_affinity, gomp_cpu_affinity_len): Remove.
9275 (gomp_init_thread_affinity): Add place argument.
9276 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
9277 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
9278 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
9279 gomp_affinity_init_level, gomp_affinity_print_place): New
9280 prototypes.
9281 (gomp_team_start): Add flags argument.
9282 (gomp_thread_limit_var, gomp_remaining_threads_count,
9283 gomp_remaining_threads_lock): Remove.
9284 (gomp_managed_threads_lock): New variable.
9285 (struct gomp_thread_pool): Add threads_busy field.
9286 (gomp_free_thread): New prototype.
9287 * task.c: Include hashtab.h.
9288 (hash_entry_type): New typedef.
9289 (htab_alloc, htab_free, htab_hash, htab_eq): New inlines.
9290 (gomp_init_task): Clear dependers, depend_hash, depend_count,
9291 copy_ctors_done and taskgroup fields.
9292 (GOMP_task): Add depend argument, handle depend clauses. If
9293 gomp_team_barrier_cancelled or if it's taskgroup has been
9294 cancelled, don't queue or start new tasks. Set copy_ctors_done
9295 field if needed. Initialize taskgroup field. If copy_ctors_done
9296 and already cancelled, don't discard the task. If taskgroup is
9297 non-NULL, enqueue the task into taskgroup queue. Increment
9298 num_children field in taskgroup. Increment task_queued_count.
9299 (gomp_task_run_pre, gomp_task_run_post_remove_parent,
9300 gomp_task_run_post_remove_taskgroup): New inline functions.
9301 (gomp_task_run_post_handle_depend_hash,
9302 gomp_task_run_post_handle_dependers,
9303 gomp_task_run_post_handle_depend): New functions.
9304 (GOMP_taskwait): Use them. If more than one new tasks
9305 have been queued, wake other threads if needed.
9306 (gomp_barrier_handle_tasks): Likewise. If
9307 gomp_team_barrier_cancelled, don't start any new tasks, just free
9308 all tasks.
9309 (GOMP_taskgroup_start, GOMP_taskgroup_end): New functions.
9310 * omp_lib.f90.in
9311 (omp_proc_bind_kind, omp_proc_bind_false,
9312 omp_proc_bind_true, omp_proc_bind_master, omp_proc_bind_close,
9313 omp_proc_bind_spread): New params.
9314 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
9315 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
9316 omp_get_team_num, omp_is_initial_device): New interfaces.
9317 (omp_get_dynamic, omp_get_nested, omp_in_parallel,
9318 omp_get_max_threads, omp_get_num_procs, omp_get_num_threads,
9319 omp_get_thread_num, omp_get_thread_limit, omp_set_max_active_levels,
9320 omp_get_max_active_levels, omp_get_level, omp_get_ancestor_thread_num,
9321 omp_get_team_size, omp_get_active_level, omp_in_final): Remove
9322 useless use omp_lib_kinds.
9323 * omp.h.in (omp_proc_bind_t): New typedef.
9324 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
9325 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
9326 omp_get_team_num, omp_is_initial_device): New prototypes.
9327 * loop.c (gomp_parallel_loop_start): Add flags argument, pass it
9328 through to gomp_team_start.
9329 (GOMP_parallel_loop_static_start, GOMP_parallel_loop_dynamic_start,
9330 GOMP_parallel_loop_guided_start, GOMP_parallel_loop_runtime_start):
9331 Adjust gomp_parallel_loop_start callers.
9332 (GOMP_parallel_loop_static, GOMP_parallel_loop_dynamic,
9333 GOMP_parallel_loop_guided, GOMP_parallel_loop_runtime,
9334 GOMP_loop_end_cancel): New functions.
9335 (GOMP_parallel_end): Add ialias_redirect.
9336 * hashtab.h: New file.
9337 * libgomp.texi (Environment Variables): Minor cleanup,
9338 update section refs to OpenMP 4.0rc2.
9339 (OMP_DISPLAY_ENV, GOMP_SPINCOUNT): Document these
9340 environment variables.
9341 * work.c (gomp_work_share_end, gomp_work_share_end_nowait): Set
9342 team->work_shares_to_free to thr->ts.work_share before calling
9343 free_work_share.
9344 (gomp_work_share_end_cancel): New function.
9345 * config/linux/proc.c: Include errno.h.
9346 (gomp_get_cpuset_size, gomp_cpuset_size, gomp_cpusetp): New variables.
9347 (gomp_cpuset_popcount): Add cpusetsize argument, use it instead of
9348 sizeof (cpu_set_t) to determine number of iterations. Fix up check
9349 extern decl. Use CPU_COUNT_S if available, or CPU_COUNT if
9350 gomp_cpuset_size is sizeof (cpu_set_t).
9351 (gomp_init_num_threads): Initialize gomp_cpuset_size,
9352 gomp_get_cpuset_size and gomp_cpusetp here, use gomp_cpusetp instead
9353 of &cpuset and pass gomp_cpuset_size instead of sizeof (cpu_set_t)
9354 to pthread_getaffinity_np. Free and clear gomp_cpusetp if it didn't
9355 contain any logical CPUs.
9356 (get_num_procs): Don't call pthread_getaffinity_np if gomp_cpusetp
9357 is NULL. Use gomp_cpusetp instead of &cpuset and pass
9358 gomp_get_cpuset_size instead of sizeof (cpu_set_t) to
9359 pthread_getaffinity_np. Check gomp_places_list instead of
9360 gomp_cpu_affinity. Adjust gomp_cpuset_popcount caller.
9361 * config/linux/bar.c (gomp_barrier_wait_end,
9362 gomp_barrier_wait_last): Use BAR_* defines.
9363 (gomp_team_barrier_wait_end): Likewise. Clear BAR_CANCELLED
9364 from state where needed. Set work_share_cancelled to 0 on last
9365 thread.
9366 (gomp_team_barrier_wait_final, gomp_team_barrier_wait_cancel_end,
9367 gomp_team_barrier_wait_cancel, gomp_team_barrier_cancel): New
9368 functions.
9369 * config/linux/proc.h (gomp_cpuset_popcount): Add attribute_hidden.
9370 Add cpusetsize argument.
9371 (gomp_cpuset_size, gomp_cpusetp): Declare.
9372 * config/linux/affinity.c: Include errno.h, stdio.h and string.h.
9373 (affinity_counter): Remove.
9374 (CPU_ISSET_S, CPU_ZERO_S, CPU_SET_S, CPU_CLR_S): Define
9375 if CPU_ALLOC_SIZE isn't defined.
9376 (gomp_init_affinity): Rewritten, if gomp_places_list is NULL, try
9377 silently create OMP_PLACES=threads, if it is non-NULL afterwards,
9378 bind current thread to the first place.
9379 (gomp_init_thread_affinity): Rewritten. Add place argument, just
9380 pthread_setaffinity_np to gomp_places_list[place].
9381 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
9382 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
9383 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
9384 gomp_affinity_init_level, gomp_affinity_print_place): New functions.
9385 * config/linux/bar.h (BAR_TASK_PENDING, BAR_WAS_LAST,
9386 BAR_WAITING_FOR_TASK, BAR_INCR, BAR_CANCELLED): Define.
9387 (gomp_barrier_t): Add awaited_final field.
9388 (gomp_barrier_init): Initialize awaited_final field.
9389 (gomp_team_barrier_wait_final, gomp_team_barrier_wait_cancel,
9390 gomp_team_barrier_wait_cancel_end, gomp_team_barrier_cancel): New
9391 prototypes.
9392 (gomp_barrier_wait_start): Preserve BAR_CANCELLED bit. Use BAR_*
9393 defines.
9394 (gomp_barrier_wait_cancel_start, gomp_team_barrier_wait_final_start,
9395 gomp_team_barrier_cancelled): New inline functions.
9396 (gomp_barrier_last_thread,
9397 gomp_team_barrier_set_task_pending,
9398 gomp_team_barrier_clear_task_pending,
9399 gomp_team_barrier_set_waiting_for_tasks,
9400 gomp_team_barrier_waiting_for_tasks,
9401 gomp_team_barrier_done): Use BAR_* defines.
9402 * config/posix/bar.c (gomp_barrier_init): Clear cancellable field.
9403 (gomp_barrier_wait_end): Use BAR_* defines.
9404 (gomp_team_barrier_wait_end): Clear BAR_CANCELLED from state.
9405 Set work_share_cancelled to 0 on last thread, use __atomic_load_n.
9406 Use BAR_* defines.
9407 (gomp_team_barrier_wait_cancel_end, gomp_team_barrier_wait_cancel,
9408 gomp_team_barrier_cancel): New functions.
9409 * config/posix/affinity.c (gomp_init_thread_affinity): Add place
9410 argument.
9411 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
9412 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
9413 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
9414 gomp_affinity_init_level, gomp_affinity_print_place): New stubs.
9415 * config/posix/bar.h (BAR_TASK_PENDING, BAR_WAS_LAST,
9416 BAR_WAITING_FOR_TASK, BAR_INCR, BAR_CANCELLED): Define.
9417 (gomp_barrier_t): Add cancellable field.
9418 (gomp_team_barrier_wait_cancel, gomp_team_barrier_wait_cancel_end,
9419 gomp_team_barrier_cancel): New prototypes.
9420 (gomp_barrier_wait_start): Preserve BAR_CANCELLED bit.
9421 (gomp_barrier_wait_cancel_start, gomp_team_barrier_wait_final,
9422 gomp_team_barrier_cancelled): New inline functions.
9423 (gomp_barrier_wait_start, gomp_barrier_last_thread,
9424 gomp_team_barrier_set_task_pending,
9425 gomp_team_barrier_clear_task_pending,
9426 gomp_team_barrier_set_waiting_for_tasks,
9427 gomp_team_barrier_waiting_for_tasks,
9428 gomp_team_barrier_done): Use BAR_* defines.
9429 * barrier.c (GOMP_barrier_cancel): New function.
9430 * omp_lib.h.in (omp_proc_bind_kind, omp_proc_bind_false,
9431 omp_proc_bind_true, omp_proc_bind_master, omp_proc_bind_close,
9432 omp_proc_bind_spread): New params.
9433 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
9434 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
9435 omp_get_team_num, omp_is_initial_device): New externals.
9436 * parallel.c (GOMP_parallel, GOMP_cancel, GOMP_cancellation_point):
9437 New functions.
9438 (gomp_resolve_num_threads): Adjust for thread_limit now being in
9439 icv->thread_limit_var. Use UINT_MAX instead of ULONG_MAX as
9440 infinity. If not nested, just return minimum of max_num_threads
9441 and icv->thread_limit_var and if thr->thread_pool, set threads_busy
9442 to the returned value. Otherwise, don't update atomically
9443 gomp_remaining_threads_count, but instead thr->thread_pool->threads_busy.
9444 (GOMP_parallel_end): Adjust for thread_limit now being in
9445 icv->thread_limit_var. Use UINT_MAX instead of ULONG_MAX as
9446 infinity. Adjust threads_busy in the pool rather than
9447 gomp_remaining_threads_count. Remember team->nthreads and call
9448 gomp_team_end before adjusting threads_busy, if not nested
9449 afterwards, just set it to 1 non-atomically. Add ialias.
9450 (GOMP_parallel_start): Adjust gomp_team_start caller.
9451 * testsuite/libgomp.c/atomic-14.c: Add parens to make it valid.
9452 * testsuite/libgomp.c/affinity-1.c: New test.
9453 * testsuite/libgomp.c/atomic-15.c: New test.
9454 * testsuite/libgomp.c/atomic-16.c: New test.
9455 * testsuite/libgomp.c/atomic-17.c: New test.
9456 * testsuite/libgomp.c/cancel-for-1.c: New test.
9457 * testsuite/libgomp.c/cancel-for-2.c: New test.
9458 * testsuite/libgomp.c/cancel-parallel-1.c: New test.
9459 * testsuite/libgomp.c/cancel-parallel-2.c: New test.
9460 * testsuite/libgomp.c/cancel-parallel-3.c: New test.
9461 * testsuite/libgomp.c/cancel-sections-1.c: New test.
9462 * testsuite/libgomp.c/cancel-taskgroup-1.c: New test.
9463 * testsuite/libgomp.c/cancel-taskgroup-2.c: New test.
9464 * testsuite/libgomp.c/depend-1.c: New test.
9465 * testsuite/libgomp.c/depend-2.c: New test.
9466 * testsuite/libgomp.c/depend-3.c: New test.
9467 * testsuite/libgomp.c/depend-4.c: New test.
9468 * testsuite/libgomp.c/for-1.c: New test.
9469 * testsuite/libgomp.c/for-1.h: New file.
9470 * testsuite/libgomp.c/for-2.c: New test.
9471 * testsuite/libgomp.c/for-2.h: New file.
9472 * testsuite/libgomp.c/for-3.c: New test.
9473 * testsuite/libgomp.c/pr58392.c: New test.
9474 * testsuite/libgomp.c/simd-1.c: New test.
9475 * testsuite/libgomp.c/simd-2.c: New test.
9476 * testsuite/libgomp.c/simd-3.c: New test.
9477 * testsuite/libgomp.c/simd-4.c: New test.
9478 * testsuite/libgomp.c/simd-5.c: New test.
9479 * testsuite/libgomp.c/simd-6.c: New test.
9480 * testsuite/libgomp.c/target-1.c: New test.
9481 * testsuite/libgomp.c/target-2.c: New test.
9482 * testsuite/libgomp.c/target-3.c: New test.
9483 * testsuite/libgomp.c/target-4.c: New test.
9484 * testsuite/libgomp.c/target-5.c: New test.
9485 * testsuite/libgomp.c/target-6.c: New test.
9486 * testsuite/libgomp.c/target-7.c: New test.
9487 * testsuite/libgomp.c/taskgroup-1.c: New test.
9488 * testsuite/libgomp.c/thread-limit-1.c: New test.
9489 * testsuite/libgomp.c/thread-limit-2.c: New test.
9490 * testsuite/libgomp.c/thread-limit-3.c: New test.
9491 * testsuite/libgomp.c/udr-1.c: New test.
9492 * testsuite/libgomp.c/udr-2.c: New test.
9493 * testsuite/libgomp.c/udr-3.c: New test.
9494 * testsuite/libgomp.c++/affinity-1.C: New test.
9495 * testsuite/libgomp.c++/atomic-10.C: New test.
9496 * testsuite/libgomp.c++/atomic-11.C: New test.
9497 * testsuite/libgomp.c++/atomic-12.C: New test.
9498 * testsuite/libgomp.c++/atomic-13.C: New test.
9499 * testsuite/libgomp.c++/atomic-14.C: New test.
9500 * testsuite/libgomp.c++/atomic-15.C: New test.
9501 * testsuite/libgomp.c++/cancel-for-1.C: New test.
9502 * testsuite/libgomp.c++/cancel-for-2.C: New test.
9503 * testsuite/libgomp.c++/cancel-parallel-1.C: New test.
9504 * testsuite/libgomp.c++/cancel-parallel-2.C: New test.
9505 * testsuite/libgomp.c++/cancel-parallel-3.C: New test.
9506 * testsuite/libgomp.c++/cancel-sections-1.C: New test.
9507 * testsuite/libgomp.c++/cancel-taskgroup-1.C: New test.
9508 * testsuite/libgomp.c++/cancel-taskgroup-2.C: New test.
9509 * testsuite/libgomp.c++/cancel-taskgroup-3.C: New test.
9510 * testsuite/libgomp.c++/cancel-test.h: New file.
9511 * testsuite/libgomp.c++/for-9.C: New test.
9512 * testsuite/libgomp.c++/for-10.C: New test.
9513 * testsuite/libgomp.c++/for-11.C: New test.
9514 * testsuite/libgomp.c++/simd-1.C: New test.
9515 * testsuite/libgomp.c++/simd-2.C: New test.
9516 * testsuite/libgomp.c++/simd-3.C: New test.
9517 * testsuite/libgomp.c++/simd-4.C: New test.
9518 * testsuite/libgomp.c++/simd-5.C: New test.
9519 * testsuite/libgomp.c++/simd-6.C: New test.
9520 * testsuite/libgomp.c++/simd-7.C: New test.
9521 * testsuite/libgomp.c++/simd-8.C: New test.
9522 * testsuite/libgomp.c++/target-1.C: New test.
9523 * testsuite/libgomp.c++/target-2.C: New test.
9524 * testsuite/libgomp.c++/target-2-aux.cc: New file.
9525 * testsuite/libgomp.c++/target-3.C: New test.
9526 * testsuite/libgomp.c++/taskgroup-1.C: New test.
9527 * testsuite/libgomp.c++/udr-1.C: New test.
9528 * testsuite/libgomp.c++/udr-2.C: New test.
9529 * testsuite/libgomp.c++/udr-3.C: New test.
9530 * testsuite/libgomp.c++/udr-4.C: New test.
9531 * testsuite/libgomp.c++/udr-5.C: New test.
9532 * testsuite/libgomp.c++/udr-6.C: New test.
9533 * testsuite/libgomp.c++/udr-7.C: New test.
9534 * testsuite/libgomp.c++/udr-8.C: New test.
9535 * testsuite/libgomp.c++/udr-9.C: New test.
9536
9537 2013-09-20 Jakub Jelinek <jakub@redhat.com>
9538
9539 PR testsuite/57605
9540 * testsuite/lib/libgomp.exp: Add -fdiagnostics-color=never to
9541 ALWAYS_CFLAGS.
9542
9543 2013-09-20 Alan Modra <amodra@gmail.com>
9544
9545 * configure: Regenerate.
9546
9547 2013-09-19 Jakub Jelinek <jakub@redhat.com>
9548
9549 * testsuite/libgomp.c/sections-2.c: New test.
9550
9551 2013-06-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
9552
9553 * testsuite/libgomp.fortran/strassen.f90:
9554 Add dg-skip-if aarch64_tiny.
9555
9556 2013-06-20 Iain Sandoe <iain@codesourcery.com>
9557 Cesar Philippidis <cesar@codesourcery.com>
9558
9559 * testsuite/lib/libgomp.exp: Reorder lib loads into dependency order.
9560 Do not load_gcc_lib gcc-dg.exp and add a comment as to why.
9561 * testsuite/libgomp.c/c.exp: load_gcc_lib gcc-dg.exp.
9562 * testsuite/libgomp.fortran/fortran.exp: Likewise.
9563 * testsuite/libgomp.graphite/graphite.exp: Likewise.
9564 * testsuite/libgomp.c++/c++.exp: load_gcc_lib gcc-dg.exp.
9565 Use dg-runtest rather than gfortran-dg-runtest.
9566
9567 2013-06-10 Thomas Schwinge <thomas@codesourcery.com>
9568
9569 * testsuite/libgomp.c/icv-2.c: Extend current handling of
9570 Linux-based x86 systems to cover all GNU systems.
9571 * testsuite/libgomp.c/lock-3.c: Likewise.
9572 * testsuite/libgomp.c/pr48591.c: Likewise.
9573
9574 2013-06-06 Thomas Schwinge <thomas@codesourcery.com>
9575
9576 * configure.tgt (XCFLAGS): Add -ftls-model=initial-exec for
9577 GNU/Hurd, as done for Linux-based systems.
9578
9579 * config/posix/ptrlock.h: Fix comment.
9580
9581 2013-05-27 Tobias Burnus <burnus@net-b.de>
9582
9583 PR fortran/57423
9584 * libgomp.texi (omp_set_dynamic, omp_set_nested, omp_set_nested,
9585 omp_set_num_threads, omp_init_lock, omp_set_lock, omp_test_lock,
9586 omp_unset_lock, omp_destroy_lock, omp_init_nest_lock,
9587 omp_set_nest_lock, omp_test_nest_lock, omp_unset_nest_lock,
9588 omp_destroy_nest_lock): Correct arguments to match the one in
9589 the OpenMP spec.
9590 * omp_lib.f90.in (omp_init_lock, omp_init_nest_lock, omp_destroy_lock
9591 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock, omp_unset_lock,
9592 omp_unset_nest_lock, omp_set_dynamic, omp_set_nested,
9593 omp_set_num_threads, omp_test_lock, omp_test_nest_lock): Ditto.
9594
9595 2013-05-16 Jakub Jelinek <jakub@redhat.com>
9596
9597 * testsuite/libgomp.c/loop-13.c: New test.
9598 * testsuite/libgomp.c/loop-14.c: New test.
9599 * testsuite/libgomp.c/loop-15.c: New test.
9600 * testsuite/libgomp.c++/loop-13.C: New test.
9601 * testsuite/libgomp.c++/loop-14.C: New test.
9602 * testsuite/libgomp.c++/loop-15.C: New test.
9603
9604 2013-02-06 Jakub Jelinek <jakub@redhat.com>
9605
9606 PR middle-end/56217
9607 * testsuite/libgomp.c++/pr56217.C: New test.
9608
9609 2013-02-01 Alan Modra <amodra@gmail.com>
9610
9611 * task.c (GOMP_task, GOMP_taskwait): Comment.
9612
9613 2013-01-31 Dmitry Vyukov <dvyukov@gcc.gnu.org>
9614 Joost VandeVondele <Joost.VandeVondele@mat.ethz.ch>
9615
9616 PR libgomp/55561
9617 * config/linux/wait.h (do_spin): Use atomic load for addr.
9618 * config/linux/ptrlock.c (gomp_ptrlock_get_slow): Use atomic
9619 for intptr and ptrlock.
9620 * config/linux/ptrlock.h (gomp_ptrlock_get): Use atomic load
9621 for ptrlock.
9622
9623 2013-01-22 Alan Modra <amodra@gmail.com>
9624
9625 PR libgomp/51376
9626 PR libgomp/56073
9627 * task.c (GOMP_task): Revert 2011-12-09 change.
9628 (GOMP_taskwait): Likewise. Instead use atomic load with acquire
9629 barrier to read task->children..
9630 (gomp_barrier_handle_tasks): ..and matching atomic store with
9631 release barrier here when setting parent->children to NULL.
9632
9633 2013-01-16 Jakub Jelinek <jakub@redhat.com>
9634 Tobias Burnus <burnus@net-b.de>
9635
9636 PR driver/55884
9637 * testsuite/libgomp.fortran/fortran.exp: Use
9638 -fintrinsic-modules-path= instead of
9639 -fintrinsic-modules-path.
9640
9641 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
9642
9643 Update copyright years.
9644
9645 2012-12-19 Tobias Burnus <burnus@net-b.de>
9646
9647 * testsuite/libgomp.fortran/fortran.exp: Set
9648 -fintrinsic-modules-path.
9649
9650 2012-12-19 Tobias Burnus <burnus@net-b.de>
9651
9652 * testsuite/libgomp.fortran/use_intrinsic_1.f90: New; moved
9653 from gcc/testsuite/gfortran.dg/gomp/use_intrinsic_1.f90.
9654
9655 2012-11-21 Jakub Jelinek <jakub@redhat.com>
9656
9657 PR libgomp/55411
9658 * team.c (gomp_free_thread): Decrease gomp_managed_threads
9659 if pool had any threads_used.
9660
9661 2012-11-07 Jack Howarth <howarth@bromo.med.uc.edu>
9662
9663 * testsuite/libgomp.c++/pr24455.C: Use
9664 -Wl,-undefined,dynamic_lookup on darwin.
9665
9666 2012-11-07 David Edelsohn <dje.gcc@gmail.com>
9667
9668 * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.
9669
9670 2012-10-24 Dominique d'Humieres <dominiq@lps.ens.fr>
9671
9672 * testsuite/libgomp.graphite/force-parallel-6.c: Adjust the loops.
9673
9674 2012-10-23 Ian Bolton <ian.bolton@arm.com>
9675 Jim MacArthur <jim.macarthur@arm.com>
9676 Marcus Shawcroft <marcus.shawcroft@arm.com>
9677 Nigel Stephens <nigel.stephens@arm.com>
9678 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9679 Richard Earnshaw <rearnsha@arm.com>
9680 Sofiane Naci <sofiane.naci@arm.com>
9681 Stephen Thomas <stephen.thomas@arm.com>
9682 Tejas Belagod <tejas.belagod@arm.com>
9683 Yufeng Zhang <yufeng.zhang@arm.com>
9684
9685 * configure.tgt: Add AArch64.
9686
9687 2012-10-04 Jason Merrill <jason@redhat.com>
9688
9689 * testsuite/libgomp.c++/tls-init1.C: New.
9690
9691 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
9692
9693 * configure: Regenerated.
9694
9695 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
9696
9697 * config/linux/mips/futex.h (sys_futex0): Change to static
9698 function with noinline, nomips16 attributes under MIPS16. Adjust
9699 asm statement to place 'li v0,SYS_futex' immediately before
9700 syscall insn.
9701
9702 2012-07-04 Sandra Loosemore <sandra@codesourcery.com>
9703
9704 * libgomp.texi (Library Index): Renamed from "Index" to prevent
9705 conflict with index.html on case-insensitive file systems.
9706
9707 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
9708
9709 * config/linux/x86/futex.h (cpu_relax): Use __builtin_ia32_pause.
9710 * testsuite/libgomp.c/sort-1.c (busy_wait): Ditto.
9711
9712 2012-07-02 Richard Guenther <rguenther@suse.de>
9713 Michael Matz <matz@suse.de>
9714 Tobias Grosser <tobias@grosser.es>
9715 Sebastian Pop <sebpop@gmail.com>
9716
9717 * testsuite/libgomp.graphite/force-parallel-4.c: Adjust.
9718 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
9719 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
9720 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
9721
9722 2012-06-28 Andreas Schwab <schwab@linux-m68k.org>
9723
9724 * libgomp.texi: Include gpl_v3.texi instead of gpl.texi.
9725
9726 2012-06-22 Richard Guenther <rguenther@suse.de>
9727
9728 Merge from graphite branch
9729 2012-01-13 Tobias Grosser <tobias@grosser.es>
9730
9731 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
9732 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
9733
9734 2012-06-07 Jakub Jelinek <jakub@redhat.com>
9735
9736 PR middle-end/53580
9737 * testsuite/libgomp.c/pr26943-2.c: Remove #pragma omp barrier,
9738 use GOMP_barrier () call instead.
9739 * testsuite/libgomp.c/pr26943-3.c: Likewise.
9740 * testsuite/libgomp.c/pr26943-4.c: Likewise.
9741 * testsuite/libgomp.fortran/vla4.f90: Remove !$omp barrier,
9742 call GOMP_barrier instead.
9743 * testsuite/libgomp.fortran/vla5.f90: Likewise.
9744
9745 2012-06-06 Jakub Jelinek <jakub@redhat.com>
9746
9747 PR libgomp/52993
9748 * config/linux/lock.c (gomp_init_nest_lock_25): Fix up last
9749 argument to memset call.
9750
9751 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
9752
9753 * configure: Regenerated.
9754
9755 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
9756
9757 * testsuite/lib/libgomp.exp: Add -fno-diagnostics-show-caret.
9758
9759 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
9760
9761 PR bootstrap/52812
9762 * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.
9763
9764 2012-03-22 Jakub Jelinek <jakub@redhat.com>
9765
9766 PR middle-end/52547
9767 * testsuite/libgomp.c/pr52547.c: New test.
9768
9769 2012-03-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9770
9771 * testsuite/lib/libgomp.exp: load fortran-modules.exp
9772
9773 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9774
9775 * configure.tgt (mips-sgi-irix6*): Remove.
9776
9777 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9778
9779 * configure.tgt (alpha*-dec-osf*): Remove.
9780
9781 * config/osf/sem.h: Remove.
9782 * config/posix/lock.c (_XOPEN_SOURCE): Define unconditionally.
9783
9784 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
9785
9786 * config/linux/sparc/futex.h (cpu_relax): Read from CC register.
9787
9788 2012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9789
9790 PR libstdc++/52188
9791 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Remove symvers_renaming.
9792 Remove ENABLE_SYMVERS_SOL2.
9793 * configure: Regenerate.
9794 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB] (comma): New variable.
9795 (PREPROCESS): New variable.
9796 (libgomp.ver): New target.
9797 [LIBGOMP_BUILD_VERSIONED_SHLIB &&
9798 LIBGOMP_BUILD_VERSIONED_SHLIB_GNU]: Remove
9799 LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2 handling.
9800 Use libgomp.ver.
9801 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Use libgomp.ver, libgomp.ver-sun.
9802 * Makefile.in: Regenerate.
9803
9804 2012-02-14 Walter Lee <walt@tilera.com>
9805
9806 * configure.tgt: Handle tilegx and tilepro.
9807 * config/linux/tile/futex.h: New file.
9808
9809 2012-02-08 Richard Guenther <rguenther@suse.de>
9810
9811 PR tree-optimization/46886
9812 * testsuite/libgomp.c/pr46886.c: New testcase.
9813
9814 2012-01-25 Matthias Klose <doko@ubuntu.com>
9815
9816 * config/linux/arm: Remove empty directory.
9817 * configure.tgt (config_path): Remove linux-arm for arm*-*-linux*.
9818
9819 2011-12-09 Alan Modra <amodra@gmail.com>
9820
9821 PR libgomp/51376
9822 * task.c (GOMP_taskwait): Don't access task->children outside of
9823 task_lock mutex region.
9824 (GOMP_task): Likewise.
9825
9826 2011-12-06 Jakub Jelinek <jakub@redhat.com>
9827
9828 PR libgomp/51132
9829 * testsuite/libgomp.graphite/force-parallel-1.c: Move large arrays
9830 to file scope.
9831 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
9832 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
9833 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
9834 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
9835 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
9836
9837 2011-12-02 Alan Modra <amodra@gmail.com>
9838
9839 * config/linux/affinity.c: Use atomic rather than sync builtin.
9840 * config/linux/lock.c: Likewise.
9841 * config/linux/ptrlock.h: Likewise.
9842 * config/linux/ptrlock.c: Likewise.
9843 * config/linux/ptrlock.h (gomp_ptrlock_set): Always write here..
9844 * config/linux/ptrlock.c (gomp_ptrlock_set_slow): ..not here.
9845 * config/linux/futex.h (atomic_write_barrier): Delete unused function.
9846 * config/linux/alpha/futex.h (atomic_write_barrier): Likewise.
9847 * config/linux/ia64/futex.h (atomic_write_barrier): Likewise.
9848 * config/linux/mips/futex.h (atomic_write_barrier): Likewise.
9849 * config/linux/powerpc/futex.h (atomic_write_barrier): Likewise.
9850 * config/linux/s390/futex.h (atomic_write_barrier): Likewise.
9851 * config/linux/sparc/futex.h (atomic_write_barrier): Likewise.
9852 * config/linux/x86/futex.h (atomic_write_barrier): Likewise.
9853
9854 2011-11-30 Alan Modra <amodra@gmail.com>
9855
9856 PR libgomp/51298
9857 * config/linux/bar.h: Use atomic rather than sync builtins.
9858 * config/linux/bar.c: Likewise. Add missing acquire
9859 synchronisation on generation field.
9860 * task.c (gomp_barrier_handle_tasks): Regain lock so as to not
9861 double unlock.
9862
9863 2011-11-30 Alan Modra <amodra@gmail.com>
9864
9865 * ordered.c (gomp_ordered_sync): Add MEMMODEL_ACQ_REL fence.
9866 * critical.c (GOMP_critical_start): Add MEMMODEL_RELEASE fence.
9867 * config/linux/mutex.h: Use atomic rather than sync builtins.
9868 * config/linux/mutex.c: Likewise. Comment. Use -1 for waiting state.
9869 * config/linux/omp-lock.h: Comment fix.
9870 * config/linux/arm/mutex.h: Delete.
9871 * config/linux/powerpc/mutex.h: Delete.
9872 * config/linux/ia64/mutex.h: Delete.
9873 * config/linux/mips/mutex.h: Delete.
9874
9875 2011-11-30 Alan Modra <amodra@gmail.com>
9876
9877 PR libgomp/51249
9878 * config/linux/sem.h: Rewrite.
9879 * config/linux/sem.c: Rewrite.
9880
9881 2011-11-28 Richard Henderson <rth@redhat.com>
9882
9883 * libgomp.h (enum memmodel): New.
9884
9885 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
9886
9887 * configure: Regenerate.
9888
9889 2011-10-10 Matthias Klose <doko@ubuntu.com>
9890
9891 * config/posix95: Remove empty directory.
9892
9893 2011-08-26 Jakub Jelinek <jakub@redhat.com>
9894
9895 * testsuite/libgomp.fortran/threadprivate4.f90: New test.
9896
9897 2011-08-19 Jakub Jelinek <jakub@redhat.com>
9898
9899 PR fortran/49792
9900 * testsuite/libgomp.fortran/pr49792-1.f90: New test.
9901 * testsuite/libgomp.fortran/pr49792-2.f90: New test.
9902
9903 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9904
9905 * config/posix95/lock.c, posix95/omp-lock.h: Remove.
9906
9907 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9908
9909 PR libgomp/49965
9910 * testsuite/libgomp.c++/task-8.C: Replaced err by errval.
9911
9912 2011-08-03 Uros Bizjak <ubizjak@gmail.com>
9913
9914 * config/linux/proc.h: New.
9915 * config/linux/proc.c: Include "proc.h". Do not include <sched.h>.
9916 (gomp_cpuset_popcount): Rename from cpuset_popcount. No more static.
9917 (gomp_init_num_threads): Update call to cpuset_popcount.
9918 (get_num_procs): Ditto.
9919 * config/linux/affinity.c (gomp_init_affinity): Call
9920 gomp_cpuset_popcount.
9921
9922 2011-08-02 Jakub Jelinek <jakub@redhat.com>
9923
9924 PR fortran/42041
9925 PR fortran/46752
9926 * omp.h.in (omp_in_final): New prototype.
9927 * omp_lib.f90.in (omp_in_final): New interface.
9928 (omp_integer_kind, omp_logical_kind): Remove
9929 and replace all its uses in the module with 4.
9930 (openmp_version): Change to 201107.
9931 * omp_lib.h.in (omp_sched_static, omp_sched_dynamic,
9932 omp_sched_guided, omp_sched_auto): Use omp_sched_kind
9933 kind for the parameters.
9934 (omp_in_final): New external.
9935 (openmp_version): Change to 201107.
9936 * task.c (omp_in_final): New function.
9937 (gomp_init_task): Initialize final_task.
9938 (GOMP_task): Remove unused attribute from flags. Handle final
9939 tasks.
9940 (GOMP_taskyield): New function.
9941 (omp_in_final): Return true if if (false) or final (true) task
9942 or descendant of final (true).
9943 * fortran.c (omp_in_final_): New function.
9944 * libgomp.map (OMP_3.1): Export omp_in_final and omp_in_final_.
9945 (GOMP_3.0): Export GOMP_taskyield.
9946 * env.c (gomp_nthreads_var_list, gomp_nthreads_var_list_len): New
9947 variables.
9948 (parse_unsigned_long_list): New function.
9949 (initialize_env): Use it for OMP_NUM_THREADS. Call parse_boolean
9950 with "OMP_PROC_BIND". If OMP_PROC_BIND=true, call gomp_init_affinity
9951 even if parse_affinity returned false.
9952 * config/linux/affinity.c (gomp_init_affinity): Handle
9953 gomp_cpu_affinity_len == 0.
9954 * libgomp_g.h (GOMP_taskyield): New prototype.
9955 * libgomp.h (struct gomp_task): Add final_task field.
9956 (gomp_nthreads_var_list, gomp_nthreads_var_list_len): New externs.
9957 * team.c (gomp_team_start): Override new task's nthreads_var icv
9958 if list form OMP_NUM_THREADS has been used and it has value for
9959 the new nesting level.
9960
9961 * testsuite/libgomp.c/atomic-11.c: New test.
9962 * testsuite/libgomp.c/atomic-12.c: New test.
9963 * testsuite/libgomp.c/atomic-13.c: New test.
9964 * testsuite/libgomp.c/atomic-14.c: New test.
9965 * testsuite/libgomp.c/reduction-6.c: New test.
9966 * testsuite/libgomp.c/task-5.c: New test.
9967 * testsuite/libgomp.c++/atomic-2.C: New test.
9968 * testsuite/libgomp.c++/atomic-3.C: New test.
9969 * testsuite/libgomp.c++/atomic-4.C: New test.
9970 * testsuite/libgomp.c++/atomic-5.C: New test.
9971 * testsuite/libgomp.c++/atomic-6.C: New test.
9972 * testsuite/libgomp.c++/atomic-7.C: New test.
9973 * testsuite/libgomp.c++/atomic-8.C: New test.
9974 * testsuite/libgomp.c++/atomic-9.C: New test.
9975 * testsuite/libgomp.c++/task-8.C: New test.
9976 * testsuite/libgomp.c++/reduction-4.C: New test.
9977 * testsuite/libgomp.fortran/allocatable7.f90: New test.
9978 * testsuite/libgomp.fortran/allocatable8.f90: New test.
9979 * testsuite/libgomp.fortran/crayptr3.f90: New test.
9980 * testsuite/libgomp.fortran/omp_atomic3.f90: New test.
9981 * testsuite/libgomp.fortran/omp_atomic4.f90: New test.
9982 * testsuite/libgomp.fortran/pointer1.f90: New test.
9983 * testsuite/libgomp.fortran/pointer2.f90: New test.
9984 * testsuite/libgomp.fortran/task4.f90: New test.
9985
9986 2011-08-02 Tobias Burnus <burnus@net-b.de>
9987
9988 * libgomp.texi: Update OpenMP spec references to 3.1.
9989 (omp_in_final,OMP_PROC_BIND): New sections.
9990 (OMP_NUM_THREADS): Document that the value can be now a list.
9991 (GOMP_STACKSIZE,GOMP_CPU_AFFINITY): Update @ref.
9992
9993 2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
9994
9995 * config/linux/x86/futex.h: Check __x86_64__ instead of
9996 __LP64__.
9997
9998 2011-07-29 Jakub Jelinek <jakub@redhat.com>
9999
10000 PR middle-end/49897
10001 PR middle-end/49898
10002 * testsuite/libgomp.c/pr49897-1.c: New test.
10003 * testsuite/libgomp.c/pr49897-2.c: New test.
10004 * testsuite/libgomp.c/pr49898-1.c: New test.
10005 * testsuite/libgomp.c/pr49898-2.c: New test.
10006
10007 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
10008
10009 * testsuite/lib/libgomp.exp (libgomp_init): Add -march=i486
10010 for ia32 instead of ilp32.
10011
10012 * testsuite/libgomp.c/atomic-1.c: Require ia32 instead of ilp32.
10013 * testsuite/libgomp.c/atomic-6.c: Likewise.
10014
10015 2011-07-23 Sebastian Pop <sebastian.pop@amd.com>
10016
10017 * testsuite/libgomp.graphite/force-parallel-1.c: Un-xfail.
10018 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust pattern.
10019
10020 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10021
10022 PR libgomp/45351
10023 * config/osf/sem.h: New file.
10024 * configure.tgt (alpha*-dec-osf*): Prepend osf to config_path.
10025
10026 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10027
10028 PR target/49541
10029 * testsuite/lib/libgomp.exp (libgomp_init): Don't add -lgomp to
10030 ldflags.
10031
10032 2011-07-15 Jakub Jelinek <jakub@redhat.com>
10033
10034 * config/linux/wait.h (do_spin): New inline, largely copied
10035 from do_wait, just don't do futex_wait here, instead return true if
10036 it should be done.
10037 (do_wait): Implement using do_spin.
10038 * config/linux/mutex.h (gomp_mutex_lock_slow): Add an int argument
10039 to prototype.
10040 (gomp_mutex_lock): Use __sync_val_compare_and_swap instead of
10041 __sync_bool_compare_and_swap, pass the oldval to
10042 gomp_mutex_lock_slow.
10043 * config/linux/mutex.c (gomp_mutex_lock_slow): Add oldval argument.
10044 If all mutex contenders are just spinning and not sleeping, don't
10045 change state to 2 unnecessarily. Optimize the loop when state has
10046 already become 2 to use just one atomic operation per loop instead
10047 of two.
10048 * config/linux/ia64/mutex.h (gomp_mutex_lock_slow): Add an int argument
10049 to prototype.
10050 (gomp_mutex_lock): Use __sync_val_compare_and_swap instead of
10051 __sync_bool_compare_and_swap, pass the oldval to
10052 gomp_mutex_lock_slow.
10053
10054 2011-06-22 Jakub Jelinek <jakub@redhat.com>
10055
10056 PR libgomp/49490
10057 * iter.c (gomp_iter_static_next): For chunk size 0
10058 only use n ceil/ nthreads size for the first
10059 n % nthreads threads in the team instead of
10060 all threads except for the last few ones which
10061 get less work or none at all.
10062 * iter_ull.c (gomp_iter_ull_static_next): Likewise.
10063 * env.c (parse_schedule): If OMP_SCHEDULE doesn't have
10064 chunk argument, set run_sched_modifier to 0 for static
10065 resp. 1 for other kinds. If chunk argument is 0
10066 and not static, set value to 1.
10067
10068 2011-05-19 Jakub Jelinek <jakub@redhat.com>
10069
10070 PR c++/49043
10071 * testsuite/libgomp.c++/pr49043.C: New test.
10072
10073 PR c++/48869
10074 * testsuite/libgomp.c++/pr48869.C: New test.
10075
10076 2011-05-06 Jakub Jelinek <jakub@redhat.com>
10077
10078 PR fortran/48894
10079 * fortran.c: Include limits.h.
10080 (TO_INT): Define.
10081 (omp_set_dynamic_8_, omp_set_num_threads_8_): Use !!*set instead of
10082 *set.
10083 (omp_set_num_threads_8_, omp_set_schedule_8_,
10084 omp_set_max_active_levels_8_, omp_get_ancestor_thread_num_8_,
10085 omp_get_team_size_8_): Use TO_INT macro.
10086 * testsuite/libgomp.fortran/pr48894.f90: New test.
10087
10088 2011-04-13 Jakub Jelinek <jakub@redhat.com>
10089
10090 PR middle-end/48591
10091 * testsuite/libgomp.c/pr48591.c: New test.
10092
10093 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10094
10095 PR bootstrap/48135
10096 * acinclude.m4 (enable_symvers): Handle --disable-symvers.
10097 * configure: Regenerate.
10098
10099 2011-02-27 Jakub Jelinek <jakub@redhat.com>
10100
10101 PR fortran/47886
10102 * testsuite/libgomp.fortran/task3.f90: New test.
10103
10104 2011-02-24 Tobias Burnus <burnus@net-b.de>
10105
10106 * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
10107
10108 2011-02-23 Jakub Jelinek <jakub@redhat.com>
10109
10110 PR libgomp/47854
10111 * libgomp.texi (omp_get_wtime): Don't say time in the past
10112 must be Unix Epoch.
10113
10114 2011-02-18 Jakub Jelinek <jakub@redhat.com>
10115
10116 PR libgomp/47804
10117 * testsuite/libgomp.fortran/fortran.exp: Check for both
10118 libquadmath.a and libquadmath.${shlib_ext}. If neither exists,
10119 but $blddir != "", still append ${blddir}/${lang_library_path}
10120 to ld_library_path.
10121
10122 2011-02-16 Tobias Burnus <burnus@net-b.de>
10123
10124 PR libgomp/47758
10125 * testsuite/libgomp.fortran/fortran.exp: Check for the existence
10126 of libquadmath.a before adding its libpath to ldflags.
10127
10128 2011-02-14 Jakub Jelinek <jakub@redhat.com>
10129
10130 PR libgomp/47731
10131 * config/linux/futex.h (futex_wait): Pass NULL as timeout argument
10132 to FUTEX_WAIT futex syscall.
10133 * config/linux/wait.h: Include <futex.h> instead of "futex.h".
10134
10135 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10136
10137 * configure: Regenerate.
10138
10139 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
10140
10141 PR libstdc++/36104
10142 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
10143
10144 2011-01-16 Gerald Pfeifer
10145
10146 * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
10147
10148 2010-12-14 Jakub Jelinek <jakub@redhat.com>
10149
10150 PR fortran/46874
10151 * libgomp.fortran/allocatable6.f90: New test.
10152
10153 2010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10154
10155 * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
10156 * configure: Regenerate.
10157
10158 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
10159
10160 PR target/40125
10161 PR lto/46695
10162 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
10163 * Makefile.am (libgomp_la_LDFLAGS): Use lt_host_flags.
10164 * aclocal.m4: Regenerate.
10165 * configure: Regenerate.
10166 * Makefile.in: Regenerate.
10167 * testsuite/Makefile.in: Regenerate.
10168
10169 2010-12-02 Jakub Jelinek <jakub@redhat.com>
10170
10171 PR fortran/46753
10172 * libgomp.fortran/pr46753.f90: New test.
10173
10174 PR libgomp/43706
10175 * env.c (initialize_env): Default to spin count 300000
10176 instead of 20000000 if neither OMP_WAIT_POLICY nor GOMP_SPINCOUNT
10177 is specified.
10178
10179 PR libgomp/45240
10180 * parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
10181 at the end if sync builtins aren't supported.
10182
10183 2010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10184
10185 * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.
10186
10187 2010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10188
10189 * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.
10190
10191 2010-11-24 Iain Sandoe <iains@gcc.gnu.org>
10192
10193 * testsuite/libgomp.fortran/fortran.exp: Add paths for libquadmath.
10194
10195 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
10196 Tobias Burnus <burnus@net-b.de>
10197
10198 PR fortran/32049
10199 * configure.ac:
10200 * configure: Regenerate.
10201
10202 2010-10-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
10203
10204 * config/linux/futex.h: New.
10205 * config/linux/arm/mutex.h: New.
10206 * configure.tgt (arm*-*-linux*): Add config path.
10207
10208 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
10209
10210 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
10211
10212 2010-09-23 Tobias Burnus <burnus@net-b.de>
10213
10214 * libgomp.texi (omp_get_nested, omp_set_nested, omp_set_dynamic):
10215 Change Fortran datatype to LOGICAL.
10216 (omp_set_lock, omp_test_lock, omp_unset_lock, omp_set_nested_lock,
10217 omp_unset_nested_lock): Use intent(inout) instead of intent(out).
10218
10219 2010-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10220
10221 * configure: Regenerate.
10222
10223 2010-07-26 Jakub Jelinek <jakub@redhat.com>
10224
10225 * libgomp.texi: Add function keyword to a couple of Fortran
10226 interfaces, use integer instead of int for Fortran.
10227
10228 2010-07-26 Aldy Hernandez <aldyh@redhat.com>
10229
10230 * libgomp.texi: Fix spelling and pasto problems throughout.
10231 Adjust prototypes to match code.
10232
10233 2010-07-24 Tobias Burnus <burnus@net-b.de>
10234
10235 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add -w to
10236 silence -fwhole-file warning.
10237
10238 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10239
10240 * configure.tgt (*-*-solaris2.[56]*): Removed.
10241
10242 2010-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10243
10244 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.
10245 Define LIBGOMP_BUILD_VERSIONED_SHLIB_GNU,
10246 LIBGOMP_BUILD_VERSIONED_SHLIB_SUN automake conditionals.
10247 (HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT): Define unless
10248 targetting solaris2*.
10249 * configure: Regenerate.
10250 * config.h.in: Regenerate.
10251
10252 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB]: Protect
10253 libgomp_version_script with LIBGOMP_BUILD_VERSIONED_SHLIB_GNU.
10254 Add libgomp_version_dep.
10255 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Handle Sun symbol
10256 versioning.
10257 [!LIBGOMP_BUILD_VERSIONED_SHLIB]: Add libgomp_version_dep.
10258 (libgomp_la_DEPENDENCIES): Set to $(libgomp_version_dep).
10259 * Makefile.in: Regenerate.
10260
10261 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef unless
10262 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
10263 * libgomp.map (OMP_1.0): Move symbols both in OMP_1.0 and OMP_3.0
10264 to common block, protected by
10265 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
10266
10267 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
10268
10269 * libgomp.texi: Move to GFDL version 1.3. Update copyright years.
10270
10271 2010-06-09 Iain Sandoe <iains@gcc.gnu.org>
10272
10273 PR bootstrap/43170
10274 * configure: Regenerate.
10275
10276 2010-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10277
10278 PR other/43620
10279 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
10280 * configure: Regenerate.
10281 * Makefile.in: Regenerate.
10282 * testsuite/Makefile.in: Regenerate.
10283
10284 2010-04-26 Jakub Jelinek <jakub@redhat.com>
10285
10286 PR c/43893
10287 * testsuite/libgomp.c/pr43893.c: New test.
10288 * testsuite/libgomp.c++/pr43893.C: New test.
10289
10290 2010-04-21 Jakub Jelinek <jakub@redhat.com>
10291
10292 PR middle-end/43570
10293 * testsuite/libgomp.fortran/vla8.f90: New test.
10294
10295 2010-04-20 Jakub Jelinek <jakub@redhat.com>
10296
10297 PR libgomp/43706
10298 * config/linux/affinity.c (gomp_init_affinity): Decrease
10299 gomp_available_cpus if affinity mask confines the process to fewer
10300 CPUs.
10301 * config/linux/proc.c (get_num_procs): If gomp_cpu_affinity is
10302 non-NULL, just return gomp_available_cpus.
10303
10304 PR libgomp/43569
10305 * sections.c (gomp_sections_init): Initialize ws->mode.
10306
10307 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
10308
10309 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Remove set but
10310 not unused bar variable.
10311 * configure: Regenerate.
10312
10313 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10314
10315 * Makefile.in: Regenerate.
10316 * aclocal.m4: Regenerate.
10317 * testsuite/Makefile.in: Regenerate.
10318
10319 2010-03-22 Jakub Jelinek <jakub@redhat.com>
10320
10321 PR libgomp/42942
10322 * env.c (parse_unsigned_long): Add ALLOW_ZERO argument.
10323 (initialize_env): Adjust callers.
10324 (omp_set_max_active_levels): Set gomp_max_active_levels_var even
10325 when the argument is 0.
10326
10327 * testsuite/libgomp.c/pr42942.c: New test.
10328
10329 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
10330
10331 PR middle-end/42644
10332 PR middle-end/42130
10333 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
10334 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust.
10335
10336 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10337
10338 * testsuite/libgomp.c++/task-1.C: Renamed err to e.
10339 * testsuite/libgomp.c++/task-6.C: Likewise.
10340
10341 2010-01-28 Steve Ellcey <sje@cup.hp.com>
10342
10343 * configure.tgt (*-*-hpux*): Add -frandom-seed flag.
10344
10345 2010-01-26 Paolo Bonzini <bonzini@gnu.org>
10346
10347 * configure.ac: Test for executability of _the first word_ of GFORTRAN.
10348 * configure: Regenerate.
10349
10350 2010-01-26 Jakub Jelinek <jakub@redhat.com>
10351
10352 PR fortran/42866
10353 * testsuite/libgomp.fortran/allocatable5.f90: New test.
10354
10355 2010-01-20 Paolo Bonzini <bonzini@gnu.org>
10356
10357 * configure.ac: Test for executability of GFORTRAN.
10358 * configure: Regenerate.
10359
10360 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10361
10362 * configure: Regenerate.
10363
10364 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
10365
10366 PR libgomp/42602
10367 * libgomp.fortran/recursion1.f90 (sub): Make 's' atomic.
10368
10369 2010-01-03 Richard Guenther <rguenther@suse.de>
10370
10371 * testsuite/libgomp.fortran/recursion1.f90: New testcase.
10372
10373 2009-12-23 Sebastian Pop <sebpop@gmail.com>
10374
10375 * testsuite/libgomp.graphite/pr4118.c: New.
10376
10377 2009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
10378
10379 * testsuite/libgomp.fortran/crayptr2.f90: Remove forced static linkage
10380 for darwin, protect the test with require-effective-target tls_runtime.
10381 * testsuite/libgomp.fortran/pr32550.f90: Ditto.
10382
10383 2009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
10384
10385 PR target/41605
10386 * testsuite/lib/libgomp.exp: Provide -B options to allow for
10387 link spec %s substitutions for static libraries.
10388
10389 2009-12-18 Jack Howarth <howarth@bromo.med.uc.edu>
10390
10391 PR testsuite/42135
10392 * libgomp.graphite/force-parallel-2.c: Reduce array size.
10393
10394 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10395
10396 * Makefile.in: Regenerate.
10397 * configure: Regenerate.
10398 * testsuite/Makefile.in: Regenerate.
10399
10400 2009-11-30 Dave Korn <dave.korn.cygwin@gmail.com>
10401
10402 * testsuite/lib/libgomp.exp (libgomp_init): Add host-dependent
10403 settings for LC_ALL and LANG.
10404
10405 2009-11-25 Jakub Jelinek <jakub@redhat.com>
10406
10407 PR fortran/42162
10408 * testsuite/libgomp.fortran/pr42162.f90: New test.
10409
10410 2009-11-13 Jakub Jelinek <jakub@redhat.com>
10411
10412 PR middle-end/42029
10413 * testsuite/libgomp.c/pr42029.c: New test.
10414
10415 2009-10-26 Jakub Jelinek <jakub@redhat.com>
10416
10417 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid using too many
10418 *s. Accept ld version without text in ()s.
10419 * configure: Regenerated.
10420
10421 2009-10-22 Razya Ladelsky <razya@il.ibm.com>
10422
10423 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan.
10424
10425 2009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10426
10427 PR libgomp/41418
10428 * configure.ac: Set FC to "no" if $GFORTRAN starts with "no"
10429 or a hyphen (happens with fortran language disabled).
10430 * configure: Regenerate.
10431
10432 2009-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10433
10434 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid 'head',
10435 use sed script portable to Solaris /bin/sed for extracting ld
10436 version.
10437 * configure: Regenerate.
10438
10439 2009-09-17 Alexander Monakov <amonakov@ispras.ru>
10440
10441 * testsuite/libgomp.graphite/bounds.c: New test.
10442
10443 2009-09-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10444
10445 * Makefile.am (libgomp_la_LINK): New.
10446 * Makefile.in: Regenerate.
10447
10448 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10449
10450 * configure.ac (AC_PREREQ): Bump to 2.64.
10451
10452 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10453
10454 * Makefile.am (install-html, install-pdf): Remove.
10455 * Makefile.in: Regenerate.
10456
10457 * Makefile.in: Regenerate.
10458 * aclocal.m4: Regenerate.
10459 * config.h.in: Regenerate.
10460 * configure: Regenerate.
10461 * testsuite/Makefile.in: Regenerate.
10462
10463 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10464
10465 * Makefile.am (LINK): Add $(AM_LIBTOOLFLAGS) and $(LIBTOOLFLAGS).
10466 * Makefile.in: Regenerate.
10467
10468 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
10469
10470 * Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.
10471 * Makefile.in: Regenerate.
10472
10473 2009-08-19 Tobias Burnus <burnus@net-b.de>
10474
10475 PR fortran/41102
10476 omp_lib.h.in: Fix -std=f95 errors.
10477
10478 2009-08-14 David Edelsohn <edelsohn@gnu.org>
10479
10480 * testsuite/libgomp.graphite: Move from gcc.dg/graphite.
10481 * testsuite/libgomp.graphite/graphite_autopar.exp: Delete.
10482 * testsuite/libgomp.graphite/graphite.exp: New.
10483
10484 2009-08-05 Andreas Tobler <a.tobler@schweiz.org>
10485
10486 * testsuite/libgomp.fortran/fortran.exp: Add flags in case of shared
10487 only build.
10488
10489 2009-08-04 David Daney <ddaney@caviumnetworks.com>
10490
10491 * config/linux/mutex.h (gomp_mutex_unlock): Add comment about
10492 needed memory barrier semantics.
10493 * config/linux/mips/mutex.h: New file.
10494
10495 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10496
10497 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
10498
10499 2009-07-16 Joseph Myers <joseph@codesourcery.com>
10500
10501 * configure: Regenerate.
10502
10503 2009-07-11 Richard Sandiford <rdsandiford@googlemail.com>
10504
10505 PR testsuite/40699
10506 PR testsuite/40707
10507 PR testsuite/40709
10508 * testsuite/lib/libgomp.exp: Revert 2009-07-02 and 2009-06-30 commits.
10509 * testsuite/libgomp.c/c.exp, testsuite/libgomp.c++/c++.exp,
10510 testsuite/libgomp.fortran/fortran.exp: Revert 2009-06-30 commits.
10511
10512 2009-07-02 Richard Sandiford <r.sandiford@uk.ibm.com>
10513
10514 * testsuite/lib/libgomp.exp (libgomp_init): Use the ALWAYS_CFLAGS
10515 options when choosing a multilib.
10516
10517 2009-06-30 Richard Sandiford <r.sandiford@uk.ibm.com>
10518
10519 * testsuite/lib/libgomp.exp (libgomp_init): Don't add "." to
10520 ld_library_path. Use add_path. Add just find_libgcc_s to
10521 ld_library_path, not every libgcc multilib directory.
10522 * testsuite/libgomp.c/c.exp (ld_library_path): Don't call
10523 gcc-set-multilib-library-path; rely on $always_ld_library_path instead.
10524 * testsuite/libgomp.c++/c++.exp (ld_library_path): Likewise.
10525 Use add_path.
10526 * testsuite/libgomp.fortran/fortran.exp (ld_library_path): Likewise.
10527
10528 2009-06-09 Nathan Froyd <froydnj@codesourcery.com>
10529
10530 * Makefile.am (LTLDFLAGS): Define.
10531 (LINK): Define.
10532 * Makefile.in: Regenerate.
10533
10534 2009-05-27 Janne Blomqvist <jb@gcc.gnu.org>
10535
10536 PR fortran/39718
10537 * testsuite/libgomp.fortran/fortran.exp: Don't link with
10538 libgfortranbegin, check existence of libgfortran.a instead of
10539 libgfortranbegin.a.
10540
10541 2009-05-20 Jakub Jelinek <jakub@redhat.com>
10542
10543 PR libgomp/40174
10544 * team.c (gomp_thread_start): Destroy thr->release semaphore.
10545 (gomp_free_pool_helper): Likewise.
10546
10547 2009-04-20 Vasilis Liaskovitis <vliaskov@gmail.com>
10548 Jakub Jelinek <jakub@redhat.com>
10549
10550 PR fortran/35423
10551 * testsuite/libgomp.fortran/workshare2.f90: New test.
10552
10553 2009-04-09 Nick Clifton <nickc@redhat.com>
10554
10555 * iter.c: Change copyright header to refer to version 3 of the
10556 GNU General Public License with version 3.1 of the GCC Runtime
10557 Library Exception and to point readers at the COPYING3 and
10558 COPYING3.RUNTIME files and the FSF's license web page.
10559 * alloc.c: Likewise.
10560 * barrier.c: Likewise.
10561 * config/bsd/proc.c: Likewise.
10562 * config/linux/affinity.c: Likewise.
10563 * config/linux/alpha/futex.h: Likewise.
10564 * config/linux/bar.c: Likewise.
10565 * config/linux/bar.h: Likewise.
10566 * config/linux/ia64/futex.h: Likewise.
10567 * config/linux/ia64/mutex.h: Likewise.
10568 * config/linux/lock.c: Likewise.
10569 * config/linux/mips/futex.h: Likewise.
10570 * config/linux/mutex.c: Likewise.
10571 * config/linux/mutex.h: Likewise.
10572 * config/linux/powerpc/futex.h: Likewise.
10573 * config/linux/proc.c: Likewise.
10574 * config/linux/ptrlock.c: Likewise.
10575 * config/linux/ptrlock.h: Likewise.
10576 * config/linux/s390/futex.h: Likewise.
10577 * config/linux/sem.c: Likewise.
10578 * config/linux/sem.h: Likewise.
10579 * config/linux/sparc/futex.h: Likewise.
10580 * config/linux/wait.h: Likewise.
10581 * config/linux/x86/futex.h: Likewise.
10582 * config/mingw32/proc.c: Likewise.
10583 * config/mingw32/time.c: Likewise.
10584 * config/posix/affinity.c: Likewise.
10585 * config/posix/bar.c: Likewise.
10586 * config/posix/bar.h: Likewise.
10587 * config/posix/lock.c: Likewise.
10588 * config/posix/mutex.h: Likewise.
10589 * config/posix/proc.c: Likewise.
10590 * config/posix/ptrlock.h: Likewise.
10591 * config/posix/sem.c: Likewise.
10592 * config/posix/sem.h: Likewise.
10593 * config/posix/time.c: Likewise.
10594 * config/posix95/lock.c: Likewise.
10595 * critical.c: Likewise.
10596 * env.c: Likewise.
10597 * error.c: Likewise.
10598 * fortran.c: Likewise.
10599 * iter_ull.c: Likewise.
10600 * libgomp.h: Likewise.
10601 * libgomp_f.h.in: Likewise.
10602 * libgomp_g.h: Likewise.
10603 * loop.c: Likewise.
10604 * loop_ull.c: Likewise.
10605 * omp.h.in: Likewise.
10606 * omp_lib.f90.in: Likewise.
10607 * omp_lib.h.in: Likewise.
10608 * ordered.c: Likewise.
10609 * parallel.c: Likewise.
10610 * sections.c: Likewise.
10611 * single.c: Likewise.
10612 * task.c: Likewise.
10613 * team.c: Likewise.
10614 * work.c: Likewise.
10615
10616 2009-04-09 Jakub Jelinek <jakub@redhat.com>
10617
10618 * testsuite/config/default.exp: Change copyright header to refer to
10619 version 3 of the GNU General Public License and to point readers
10620 at the COPYING3 file and the FSF's license web page.
10621
10622 2009-04-08 Jakub Jelinek <jakub@redhat.com>
10623
10624 PR middle-end/39573
10625 * libgomp.c++/pr39573.C: New test.
10626
10627 2009-04-01 Jakub Jelinek <jakub@redhat.com>
10628
10629 PR other/39591
10630 * testsuite/libgomp.c/pr39591-1.c: New test.
10631 * testsuite/libgomp.c/pr39591-2.c: New test.
10632 * testsuite/libgomp.c/pr39591-3.c: New test.
10633
10634 2009-03-25 Uros Bizjak <ubizjak@gmail.com>
10635
10636 * testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage.
10637 * testsuite/libgomp.c/atomic-6.c: Ditto.
10638
10639 2009-03-23 Jakub Jelinek <jakub@redhat.com>
10640
10641 PR c/39495
10642 * testsuite/libgomp.c/loop-12.c: New test.
10643 * testsuite/libgomp.c/loop-11.c: New test.
10644 * testsuite/libgomp.c++/loop-11.C: New test.
10645 * testsuite/libgomp.c++/loop-12.C: New test.
10646 * testsuite/libgomp.c++/for-8.C: New test.
10647
10648 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10649
10650 * configure: Regenerate.
10651
10652 2009-02-11 Jakub Jelinek <jakub@redhat.com>
10653
10654 PR middle-end/39154
10655 * testsuite/libgomp.c/pr39154.c: New test.
10656
10657 2009-01-30 Ian Lance Taylor <iant@google.com>
10658
10659 * acinclude.m4 (LIBCOMP_CHECK_LINKER_FEATURES): Set
10660 libgomp_ld_is_gold. Get gold version number.
10661 (LIBGOMP_ENABLE_SYMVERS): Gold always support symbol versioning.
10662 * configure: Rebuild.
10663
10664 2009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
10665
10666 * testsuite/lib/libgomp.exp: Add -B option for targets that
10667 use libgfortran.a%s in their specs.
10668
10669 2009-01-07 Jakub Jelinek <jakub@redhat.com>
10670
10671 PR libgomp/38086
10672 * acinclude.m4 (HAVE_AS_SYMVER_DIRECTIVE): New check.
10673 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undefine if
10674 HAVE_AS_SYMVER_DIRECTIVE is not defined.
10675 * configure: Regenerated.
10676 * config.h.in: Likewise.
10677
10678 2008-12-28 Jakub Jelinek <jakub@redhat.com>
10679
10680 PR c++/38650
10681 * testsuite/libgomp.c/pr38650.c: New test.
10682 * testsuite/libgomp.c++/pr38650.C: New test.
10683
10684 2008-12-27 Jakub Jelinek <jakub@redhat.com>
10685
10686 * testsuite/libgomp.c/collapse-1.c (main): Add private(k) clause.
10687
10688 2008-12-26 Uros Bizjak <ubizjak@gmail.com>
10689
10690 * testsuite/libgomp.c/atomic-6.c: Add -mieee for alpha*-*-* targets.
10691
10692 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10693
10694 * configure: Regenerate.
10695
10696 2008-12-08 Jakub Jelinek <jakub@redhat.com>
10697
10698 PR middle-end/36802
10699 * testsuite/libgomp.c/pr36802-1.c: New test.
10700 * testsuite/libgomp.c/pr36802-2.c: New test.
10701 * testsuite/libgomp.c/pr36802-3.c: New test.
10702
10703 2008-12-01 Janis Johnson <janis187@us.ibm.com>
10704
10705 PR libgomp/38270
10706 * config/linux/powerpc/mutex.h: New.
10707
10708 2008-12-01 Jakub Jelinek <jakub@redhat.com>
10709
10710 PR c++/38257
10711 * testsuite/libgomp.c++/for-7.C: New test.
10712
10713 PR c++/38348
10714 * testsuite/libgomp.c++/for-6.C: New test.
10715
10716 2008-11-26 Janis Johnson <janis187@us.ibm.com>
10717
10718 PR testsuite/28870
10719 * testsuite/lib/libgomp.exp: Include new timeout library files.
10720 (libgomp_target_compile): Set timeout value from new proc.
10721
10722 2008-11-13 Steve Ellcey <sje@cup.hp.com>
10723
10724 PR libgomp/37938
10725 * config/linux/ia64/mutex.h: New.
10726
10727 2008-11-04 Tobias Burnus <burnus@net-b.de>
10728
10729 PR libgomp/37935
10730 * libgomp.texi (Runtime library routines, environment variables):
10731 Update for OpenMP version 3.0.
10732
10733 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
10734 Steve Ellcey <sje@cup.hp.com>
10735
10736 * configure: Regenerate for new libtool.
10737 * Makefile.in: Ditto.
10738 * testsuite/Makefile.in: Ditto.
10739
10740 2008-09-19 Jakub Jelinek <jakub@redhat.com>
10741 Andreas Tobler <a.tobler@schweiz.org>
10742
10743 * config/bsd/proc.c: New file.
10744 * configure.tgt (*-*-darwin*): Use config_path "bsd posix".
10745 * configure.ac: Check for header <sys/sysctl.h>
10746 * configure: Regenerate.
10747 * config.h.in: Likewise.
10748
10749 2008-09-05 Janis Johnson <janis187@us.ibm.com>
10750
10751 * testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
10752
10753 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10754
10755 * Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
10756 * Makefile.in: Regenerated.
10757 * testsuite/Makefile.in: Regenerated.
10758
10759 2008-08-21 Nathan Froyd <froydnj@codesourcery.com>
10760
10761 * testsuite/lib/libgomp.exp (libgomp_init): Only set things that
10762 depend on blddir if blddir exists.
10763 (libgomp_target_compile): Likewise.
10764 * testsuite/libgomp.c++/c++.exp: Likewise.
10765 * testsuite/libgomp.fortran/fortran.exp: Likewise.
10766
10767 2008-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10768
10769 * libgomp.texi: Update to GFDL 1.2. Update copyright years.
10770 Do not list GPL as Invariant Section.
10771
10772 2008-07-28 Ilie Garbacea <ilie@mips.com>
10773 Chao-ying Fu <fu@mips.com>
10774
10775 * configure.tgt: Enable futex for MIPS.
10776 * config/linux/mips/futex.h: New file.
10777
10778 2008-07-16 Jakub Jelinek <jakub@redhat.com>
10779
10780 * team.c (gomp_team_end): Free team immediately if it has
10781 just one thread.
10782
10783 2008-07-08 David Edelsohn <edelsohn@gnu.org>
10784
10785 * testsuite/libgomp.c++/c++.exp: Append multilib library path.
10786 * testsuite/libgomp.fortran/fortran.exp: Same.
10787 * testsuite/libgomp.c/c.exp: Same.
10788 * testsuite/lib/libgomp.exp: Append AIX libgcc pthread multilib
10789 directory to library path first.
10790
10791 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
10792
10793 * env.c (parse_stacksize): Add cast to avoid warning.
10794 (parse_spincount): Likewise.
10795
10796 2008-06-27 Jakub Jelinek <jakub@redhat.com>
10797
10798 * testsuite/libgomp.c/loop-10.c: New test.
10799 * libgomp.c/loop-3.c (main): Add lastprivate clause.
10800 * libgomp.c++/loop-6.C (main): Likewise.
10801
10802 PR debug/36617
10803 * testsuite/libgomp.c/debug-1.c: New test.
10804
10805 2008-06-19 Jakub Jelinek <jakub@redhat.com>
10806
10807 * testsuite/libgomp.c/nqueens-1.c: New test.
10808
10809 PR c++/36523
10810 * testsuite/libgomp.c++/task-7.C: New function.
10811
10812 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10813
10814 * configure: Regenerate.
10815
10816 2008-06-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10817
10818 * env.c (initialize_env): Always initialize gomp_remaining_threads_lock
10819 mutex when HAVE_SYNC_BUILTINS isn't defined.
10820
10821 2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10822
10823 * libgomp.texi (omp_test_lock): Fix typo.
10824
10825 2008-06-12 Tobias Burnus <burnus@net-b.de>
10826
10827 * omp_lib.f90.in: Add "implicit none".
10828
10829 2008-06-12 Jakub Jelinek <jakub@redhat.com>
10830
10831 PR middle-end/36506
10832 * testsuite/libgomp.c/reduction-5.c: New test.
10833
10834 2008-06-11 Jakub Jelinek <jakub@redhat.com>
10835
10836 * libgomp.h (struct gomp_task): Add in_tied_task field.
10837 * task.c (gomp_init_task): Initialize it.
10838 (GOMP_task): Likewise. Call gomp_team_barrier_set_task_pending
10839 unconditionally. Don't call gomp_team_barrier_wake if
10840 current task is implicit or if(0) from implicit and number of
10841 running tasks is equal to nthreads - 1.
10842
10843 PR libgomp/36471
10844 * omp_lib.f90.in (omp_get_ancestor_thread_num_8,
10845 omp_get_team_size_8): Fix pastos.
10846
10847 PR libgomp/36469
10848 * configure.ac: Add AC_CHECK_FUNCS (strtoull).
10849 * configure: Regenerated.
10850 * config.h.in: Regenerated.
10851 * env.c (strtoull): Define to strtoul if HAVE_STRTOULL is not
10852 defined.
10853
10854 2008-06-06 Andreas Tobler <a.tobler@schweiz.org>
10855
10856 PR bootstrap/36452
10857 * loop_ull.c (GOMP_loop_ull_static_start): Adjust API.
10858 (GOMP_loop_ull_dynamic_start): Likewise.
10859 (GOMP_loop_ull_guided_start): Likewise.
10860 (GOMP_loop_ull_ordered_static_start): Likewise.
10861 (GOMP_loop_ull_ordered_dynamic_start): Likewise.
10862 (GOMP_loop_ull_ordered_guided_start): Likewise.
10863
10864 2008-06-06 Jakub Jelinek <jakub@redhat.com>
10865 Richard Henderson <rth@redhat.com>
10866 Ulrich Drepper <drepper@redhat.com>
10867 Jakob Blomer <jakob.blomer@ira.uka.de>
10868
10869 * configure.ac (LIBGOMP_GNU_SYMBOL_VERSIONING): New AC_DEFINE.
10870 Substitute also OMP_*LOCK_25*.
10871 * configure: Regenerated.
10872 * config.h.in: Regenerated.
10873 * Makefile.am (libgomp_la_SOURCES): Add loop_ull.c, iter_ull.c,
10874 ptrlock.c and task.c.
10875 * Makefile.in: Regenerated.
10876 * testsuite/Makefile.in: Regenerated.
10877 * task.c: New file.
10878 * loop_ull.c: New file.
10879 * iter_ull.c: New file.
10880 * libgomp.h: Include ptrlock.h.
10881 (enum gomp_task_kind): New type.
10882 (struct gomp_team): Add task_lock, task_queue, task_count,
10883 task_running_count, single_count fields. Add
10884 work_share_list_free_lock ifndef HAVE_SYNC_BUILTINS.
10885 Remove work_share_lock, generation_mask,
10886 oldest_live_gen, num_live_gen and init_work_shares fields, add
10887 work work_share_list_alloc, work_share_list_free and work_share_chunk
10888 fields. Change work_shares from pointer to pointers into an array.
10889 Change ordered_release field into gomp_sem_t ** from flexible array
10890 member. Add implicit_task and initial_work_shares fields.
10891 Move close to the end of the struct.
10892 (struct gomp_team_state): Add single_count, last_work_share,
10893 active_level and level fields, remove work_share_generation.
10894 (gomp_barrier_handle_tasks): New prototype.
10895 (gomp_finish_task): New inline function.
10896 (struct gomp_work_share): Move chunk_size, end, incr into
10897 transparent union/struct, add chunk_size_ull, end_ll, incr_ll and
10898 next_ll fields. Reshuffle fields. Add next_alloc,
10899 next_ws, next_free and inline_ordered_team_ids fields, change
10900 ordered_team_ids into pointer from flexible array member.
10901 Add mode field. Put lock and next into a different cache line
10902 from most of the write-once fields.
10903 (gomp_iter_ull_static_next, gomp_iter_ull_dynamic_next_locked,
10904 gomp_iter_ull_guided_next_locked, gomp_iter_ull_dynamic_next,
10905 gomp_iter_ull_guided_next): New prototypes.
10906 (gomp_new_icv): New prototype.
10907 (struct gomp_thread): Add thread_pool and task fields.
10908 (struct gomp_thread_pool): New type.
10909 (gomp_new_team): New prototype.
10910 (gomp_team_start): Change type of last argument.
10911 (gomp_new_work_share): Removed.
10912 (gomp_init_work_share, gomp_fini_work_share): New prototypes.
10913 (gomp_work_share_init_done): New static inline.
10914 (gomp_throttled_spin_count_var, gomp_available_cpus,
10915 gomp_managed_threads): New extern decls.
10916 (gomp_init_task): New prototype.
10917 (gomp_spin_count_var): New extern var decl.
10918 (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef if no visibility
10919 or no alias support, or if not PIC.
10920 (gomp_init_lock_30, gomp_destroy_lock_30, gomp_set_lock_30,
10921 gomp_unset_lock_30, gomp_test_lock_30, gomp_init_nest_lock_30,
10922 gomp_destroy_nest_lock_30, gomp_set_nest_lock_30,
10923 gomp_unset_nest_lock_30, gomp_test_nest_lock_30, gomp_init_lock_25,
10924 gomp_destroy_lock_25, gomp_set_lock_25, gomp_unset_lock_25,
10925 gomp_test_lock_25, gomp_init_nest_lock_25, gomp_destroy_nest_lock_25,
10926 gomp_set_nest_lock_25, gomp_unset_nest_lock_25,
10927 gomp_test_nest_lock_25): New prototypes.
10928 (omp_lock_symver, strong_alias): Define.
10929 (gomp_remaining_threads_count, gomp_remaining_threads_lock): New
10930 decls.
10931 (gomp_end_task): New.
10932 (struct gomp_task_icv, gomp_global_icv): New.
10933 (gomp_thread_limit_var, gomp_max_active_levels_var): New.
10934 (struct gomp_task): New.
10935 (gomp_nthreads_var, gomp_dyn_var, gomp_nest_var,
10936 gomp_run_sched_var, gomp_run_sched_chunk): Remove.
10937 (gomp_icv): New.
10938 (gomp_schedule_type): Reorder enum to match
10939 omp_sched_t.
10940 * team.c (struct gomp_thread_start_data): Add thread_pool and task
10941 fields.
10942 (gomp_thread_start): Add gomp_team_barrier_wait call.
10943 For non-nested case remove clearing of docked thread thr fields.
10944 Use pool fields instead of global gomp_* variables. Use
10945 gomp_barrier_wait_last when needed. Initialize ts.active_level.
10946 Create tasks for each member thread.
10947 (free_team): Only destroy team barrier, task_lock here and free it.
10948 (gomp_free_thread): Free last_team if non-NULL.
10949 (gomp_team_end): Call gomp_team_barrier_wait instead of
10950 gomp_barrier_wait. For nested case call one extra
10951 gomp_barrier_wait. Move here some destruction from free_team.
10952 Call free_team on pool->last_team if any, rather than freeing
10953 current team. Destroy work_share_list_free_lock ifndef
10954 HAVE_SYNC_BUILTINS.
10955 (gomp_new_icv): New function.
10956 (gomp_threads, gomp_threads_size, gomp_threads_used,
10957 gomp_threads_dock): Removed.
10958 (gomp_thread_destructor): New variable.
10959 (gomp_new_thread_pool, gomp_free_pool_helper, gomp_free_thread): New
10960 functions.
10961 (gomp_team_start): Create new pool if current thread doesn't have
10962 one. Use pool fields instead of global gomp_* variables.
10963 Initialize thread_pool field for new threads. Clear single_count.
10964 Change last argument from ws to team, don't create
10965 new team, set ts.work_share to &team->work_shares[0] and clear
10966 ts.last_work_share. Don't clear ts.work_share_generation.
10967 If number of threads changed, adjust atomically gomp_managed_threads.
10968 Use gomp_init_task instead of gomp_new_task,
10969 set thr->task to the corresponding implicit_task array entry.
10970 Create tasks for each member thread. Initialize ts.level.
10971 (initialize_team): Call pthread_key_create on
10972 gomp_thread_destructor.
10973 (team_destructor): New function.
10974 (new_team): Removed.
10975 (gomp_new_team): New function.
10976 (free_team): Free gomp_work_share blocks chained through next_alloc,
10977 instead of freeing work_shares and destroying work_share_lock.
10978 (gomp_team_end): Call gomp_fini_work_share. If number of threads
10979 changed, adjust atomically gomp_managed_threads. Use gomp_end_task.
10980 * barrier.c (GOMP_barrier): Call gomp_team_barrier_wait instead
10981 of gomp_barrier_wait.
10982 * single.c (GOMP_single_copy_start): Call gomp_team_barrier_wait
10983 instead of gomp_barrier_wait. Call gomp_work_share_init_done
10984 if gomp_work_share_start returned true. Don't unlock ws->lock.
10985 (GOMP_single_copy_end): Call gomp_team_barrier_wait instead
10986 of gomp_barrier_wait.
10987 (GOMP_single_start): Rewritten if HAVE_SYNC_BUILTINS. Call
10988 gomp_work_share_init_done if gomp_work_share_start returned true.
10989 Don't unlock ws->lock.
10990 * work.c: Include stddef.h.
10991 (free_work_share): Use work_share_list_free_lock instead
10992 of atomic chaining ifndef HAVE_SYNC_BUILTINS. Add team argument.
10993 Call gomp_fini_work_share and then either free ws if orphaned, or
10994 put it into work_share_list_free list of the current team.
10995 (alloc_work_share, gomp_init_work_share, gomp_fini_work_share): New
10996 functions.
10997 (gomp_work_share_start, gomp_work_share_end,
10998 gomp_work_share_end_nowait): Rewritten.
10999 * omp_lib.f90.in Change some tabs to spaces to prevent warnings.
11000 (openmp_version): Set to 200805.
11001 (omp_sched_kind, omp_sched_static, omp_sched_dynamic,
11002 omp_sched_guided, omp_sched_auto): New parameters.
11003 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
11004 omp_set_max_active_levels, omp_get_max_active_levels,
11005 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
11006 omp_get_active_level): New interfaces.
11007 * omp_lib.h.in (openmp_version): Set to 200805.
11008 (omp_sched_kind, omp_sched_static, omp_sched_dynamic,
11009 omp_sched_guided, omp_sched_auto): New parameters.
11010 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
11011 omp_set_max_active_levels, omp_get_max_active_levels,
11012 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
11013 omp_get_active_level): New externals.
11014 * loop.c: Include limits.h.
11015 (GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Handle
11016 GFS_AUTO.
11017 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start):
11018 Likewise. Use gomp_icv.
11019 (gomp_loop_static_start, gomp_loop_dynamic_start): Clear
11020 ts.static_trip here.
11021 (gomp_loop_static_start, gomp_loop_ordered_static_start): Call
11022 gomp_work_share_init_done after gomp_loop_init. Don't unlock ws->lock.
11023 (gomp_loop_dynamic_start, gomp_loop_guided_start): Call
11024 gomp_work_share_init_done after gomp_loop_init. If HAVE_SYNC_BUILTINS,
11025 don't unlock ws->lock, otherwise lock it.
11026 (gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start): Call
11027 gomp_work_share_init_done after gomp_loop_init. Lock ws->lock.
11028 (gomp_parallel_loop_start): Call gomp_new_team instead of
11029 gomp_new_work_share. Call gomp_loop_init on &team->work_shares[0].
11030 Adjust gomp_team_start caller. Pass 0 as second argument to
11031 gomp_resolve_num_threads.
11032 (gomp_loop_init): For GFS_DYNAMIC, multiply ws->chunk_size by incr.
11033 If adding ws->chunk_size nthreads + 1 times after end won't
11034 overflow, set ws->mode to 1.
11035 * libgomp_g.h (GOMP_loop_ull_static_start, GOMP_loop_ull_dynamic_start,
11036 GOMP_loop_ull_guided_start, GOMP_loop_ull_runtime_start,
11037 GOMP_loop_ull_ordered_static_start,
11038 GOMP_loop_ull_ordered_dynamic_start,
11039 GOMP_loop_ull_ordered_guided_start,
11040 GOMP_loop_ull_ordered_runtime_start, GOMP_loop_ull_static_next,
11041 GOMP_loop_ull_dynamic_next, GOMP_loop_ull_guided_next,
11042 GOMP_loop_ull_runtime_next, GOMP_loop_ull_ordered_static_next,
11043 GOMP_loop_ull_ordered_dynamic_next, GOMP_loop_ull_ordered_guided_next,
11044 GOMP_loop_ull_ordered_runtime_next, GOMP_task, GOMP_taskwait): New
11045 prototypes.
11046 * libgomp.map: Export lock routines also @@OMP_2.0.
11047 (GOMP_loop_ordered_dynamic_first,
11048 GOMP_loop_ordered_guided_first, GOMP_loop_ordered_runtime_first,
11049 GOMP_loop_ordered_static_first): Remove.
11050 (GOMP_loop_ull_dynamic_next, GOMP_loop_ull_dynamic_start,
11051 GOMP_loop_ull_guided_next, GOMP_loop_ull_guided_start,
11052 GOMP_loop_ull_ordered_dynamic_next,
11053 GOMP_loop_ull_ordered_dynamic_start,
11054 GOMP_loop_ull_ordered_guided_next,
11055 GOMP_loop_ull_ordered_guided_start,
11056 GOMP_loop_ull_ordered_runtime_next,
11057 GOMP_loop_ull_ordered_runtime_start,
11058 GOMP_loop_ull_ordered_static_next,
11059 GOMP_loop_ull_ordered_static_start,
11060 GOMP_loop_ull_runtime_next, GOMP_loop_ull_runtime_start,
11061 GOMP_loop_ull_static_next, GOMP_loop_ull_static_start,
11062 GOMP_task, GOMP_taskwait): Export @@GOMP_2.0.
11063 (omp_set_schedule, omp_get_schedule,
11064 omp_get_thread_limit, omp_set_max_active_levels,
11065 omp_get_max_active_levels, omp_get_level,
11066 omp_get_ancestor_thread_num, omp_get_team_size, omp_get_active_level,
11067 omp_set_schedule_, omp_set_schedule_8_,
11068 omp_get_schedule_, omp_get_schedule_8_, omp_get_thread_limit_,
11069 omp_set_max_active_levels_, omp_set_max_active_levels_8_,
11070 omp_get_max_active_levels_, omp_get_level_,
11071 omp_get_ancestor_thread_num_, omp_get_ancestor_thread_num_8_,
11072 omp_get_team_size_, omp_get_team_size_8_, omp_get_active_level_):
11073 New exports @@OMP_3.0.
11074 * omp.h.in (omp_sched_t): New type.
11075 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
11076 omp_set_max_active_levels, omp_get_max_active_levels,
11077 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
11078 omp_get_active_level): New prototypes.
11079 * env.c (gomp_spin_count_var, gomp_throttled_spin_count_var,
11080 gomp_available_cpus, gomp_managed_threads, gomp_max_active_levels_var,
11081 gomp_thread_limit_var, gomp_remaining_threads_count,
11082 gomp_remaining_threads_lock): New variables.
11083 (parse_spincount): New function.
11084 (initialize_env): Call gomp_init_num_threads unconditionally.
11085 Initialize gomp_available_cpus. Call parse_spincount,
11086 initialize gomp_{,throttled_}spin_count_var
11087 depending on presence and value of OMP_WAIT_POLICY and
11088 GOMP_SPINCOUNT env vars. Handle GOMP_BLOCKTIME env var.
11089 Handle OMP_WAIT_POLICY, OMP_MAX_ACTIVE_LEVELS,
11090 OMP_THREAD_LIMIT, OMP_STACKSIZE env vars. Handle unit specification
11091 for GOMP_STACKSIZE. Initialize gomp_remaining_threads_count and
11092 gomp_remaining_threads_lock if needed. Use gomp_global_icv.
11093 (gomp_nthreads_var, gomp_dyn_var, gomp_nest_var,
11094 gomp_run_sched_var, gomp_run_sched_chunk): Remove.
11095 (gomp_global_icv): New.
11096 (parse_schedule): Use it. Parse "auto".
11097 (omp_set_num_threads): Use gomp_icv.
11098 (omp_set_dynamic, omp_get_dynamic, omp_set_nested, omp_get_nested):
11099 Likewise.
11100 (omp_get_max_threads): Move from parallel.c.
11101 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
11102 omp_set_max_active_levels, omp_get_max_active_levels): New functions,
11103 add ialias.
11104 (parse_stacksize, parse_wait_policy): New functions.
11105 * fortran.c: Rewrite lock wrappers, if symbol versioning provide
11106 both wrappers for compatibility and new locks.
11107 (omp_set_schedule, omp_get_schedule,
11108 omp_get_thread_limit, omp_set_max_active_levels,
11109 omp_get_max_active_levels, omp_get_level,
11110 omp_get_ancestor_thread_num, omp_get_team_size,
11111 omp_get_active_level): New ialias_redirect.
11112 (omp_set_schedule_, omp_set_schedule_8_,
11113 omp_get_schedule_, omp_get_schedule_8_, omp_get_thread_limit_,
11114 omp_set_max_active_levels_, omp_set_max_active_levels_8_,
11115 omp_get_max_active_levels_, omp_get_level_,
11116 omp_get_ancestor_thread_num_, omp_get_ancestor_thread_num_8_,
11117 omp_get_team_size_, omp_get_team_size_8_, omp_get_active_level_):
11118 New functions.
11119 * parallel.c: Include limits.h.
11120 (gomp_resolve_num_threads): Add count argument. Rewritten.
11121 (GOMP_parallel_start): Call gomp_new_team and pass that as last
11122 argument to gomp_team_start. Pass 0 as second argument to
11123 gomp_resolve_num_threads.
11124 (GOMP_parallel_end): Decrease gomp_remaining_threads_count
11125 if gomp_thread_limit_var != ULONG_MAX.
11126 (omp_in_parallel): Implement using ts.active_level.
11127 (omp_get_max_threads): Move to env.c.
11128 (omp_get_level, omp_get_ancestor_thread_num,
11129 omp_get_team_size, omp_get_active_level): New functions,
11130 add ialias.
11131 * sections.c (GOMP_sections_start): Call gomp_work_share_init_done
11132 after gomp_sections_init. If HAVE_SYNC_BUILTINS, call
11133 gomp_iter_dynamic_next instead of the _locked variant and don't take
11134 lock around it, otherwise acquire it before calling
11135 gomp_iter_dynamic_next_locked.
11136 (GOMP_sections_next): If HAVE_SYNC_BUILTINS, call
11137 gomp_iter_dynamic_next instead of the _locked variant and don't take
11138 lock around it.
11139 (GOMP_parallel_sections_start): Call gomp_new_team instead of
11140 gomp_new_work_share. Call gomp_sections_init on &team->work_shares[0].
11141 Adjust gomp_team_start caller. Pass count as second argument to
11142 gomp_resolve_num_threads, don't adjust num_threads after the call.
11143 Use gomp_icv.
11144 * iter.c (gomp_iter_dynamic_next_locked): Don't multiply
11145 ws->chunk_size by incr.
11146 (gomp_iter_dynamic_next): Likewise. If ws->mode, use more efficient
11147 code.
11148 * libgomp_f.h.in (omp_lock_25_arg_t, omp_nest_lock_25_arg_t): New
11149 types.
11150 (omp_lock_25_arg, omp_nest_lock_25_arg): New macros.
11151 (omp_check_defines): Check even the compat defines.
11152 * config/linux/ptrlock.c: New file.
11153 * config/linux/ptrlock.h: New file.
11154 * config/linux/wait.h: New file.
11155 * config/posix/ptrlock.c: New file.
11156 * config/posix/ptrlock.h: New file.
11157 * config/linux/bar.h (gomp_team_barrier_wait,
11158 gomp_team_barrier_wait_end, gomp_team_barrier_wake): New prototypes.
11159 (gomp_team_barrier_set_task_pending,
11160 gomp_team_barrier_clear_task_pending,
11161 gomp_team_barrier_set_waiting_for_tasks,
11162 gomp_team_barrier_waiting_for_tasks,
11163 gomp_team_barrier_done): New inlines.
11164 (gomp_barrier_t): Rewritten.
11165 (gomp_barrier_state_t): New typedef.
11166 (gomp_barrier_init, gomp_barrier_reinit, gomp_barrier_destroy,
11167 gomp_barrier_wait_start): Rewritten.
11168 (gomp_barrier_wait_end): Change second argument to
11169 gomp_barrier_state_t.
11170 (gomp_barrier_last_thread, gomp_barrier_wait_last): New static
11171 inlines.
11172 * config/linux/bar.c: Include wait.h instead of libgomp.h and
11173 futex.h.
11174 (gomp_barrier_wait_end): Rewritten.
11175 (gomp_team_barrier_wait, gomp_team_barrier_wait_end,
11176 gomp_team_barrier_wake, gomp_barrier_wait_last): New functions.
11177 * config/posix/bar.h (gomp_barrier_t): Add generation field.
11178 (gomp_barrier_state_t): New typedef.
11179 (gomp_team_barrier_wait,
11180 gomp_team_barrier_wait_end, gomp_team_barrier_wake): New prototypes.
11181 (gomp_barrier_wait_start): Or all but low 2 bits from generation
11182 into the return value. Return gomp_barrier_state_t.
11183 (gomp_team_barrier_set_task_pending,
11184 gomp_team_barrier_clear_task_pending,
11185 gomp_team_barrier_set_waiting_for_tasks,
11186 gomp_team_barrier_waiting_for_tasks,
11187 gomp_team_barrier_done): New inlines.
11188 (gomp_barrier_wait_end): Change second argument to
11189 gomp_barrier_state_t.
11190 (gomp_barrier_last_thread, gomp_barrier_wait_last): New static
11191 inlines.
11192 * config/posix/bar.c (gomp_barrier_init): Clear generation field.
11193 (gomp_barrier_wait_end): Change second argument to
11194 gomp_barrier_state_t.
11195 (gomp_team_barrier_wait, gomp_team_barrier_wait_end,
11196 gomp_team_barrier_wake): New functions.
11197 * config/linux/mutex.c: Include wait.h instead of libgomp.h and
11198 futex.h.
11199 (gomp_futex_wake, gomp_futex_wait): New variables.
11200 (gomp_mutex_lock_slow): Call do_wait instead of futex_wait.
11201 * config/linux/lock.c: Rewrite to make locks task owned,
11202 for backwards compatibility provide the old entrypoints
11203 if symbol versioning. Include wait.h instead of libgomp.h and
11204 futex.h.
11205 (gomp_set_nest_lock_25): Call do_wait instead of futex_wait.
11206 * config/posix95/lock.c: Rewrite to make locks task owned,
11207 for backwards compatibility provide the old entrypoints
11208 if symbol versioning.
11209 * config/posix/lock.c: Rewrite to make locks task owned,
11210 for backwards compatibility provide the old entrypoints
11211 if symbol versioning.
11212 * config/linux/proc.c (gomp_init_num_threads): Use gomp_global_icv.
11213 (get_num_procs, gomp_dynamic_max_threads): Use gomp_icv.
11214 * config/posix/proc.c, config/mingw32/proc.c: Similarly.
11215 * config/linux/powerpc/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11216 (sys_futex0): Return error code.
11217 (futex_wake, futex_wait): If ENOSYS was returned, clear
11218 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11219 (cpu_relax, atomic_write_barrier): New static inlines.
11220 * config/linux/alpha/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11221 (futex_wake, futex_wait): If ENOSYS was returned, clear
11222 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11223 (cpu_relax, atomic_write_barrier): New static inlines.
11224 * config/linux/x86/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11225 (sys_futex0): Return error code.
11226 (futex_wake, futex_wait): If ENOSYS was returned, clear
11227 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11228 (cpu_relax, atomic_write_barrier): New static inlines.
11229 * config/linux/s390/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11230 (sys_futex0): Return error code.
11231 (futex_wake, futex_wait): If ENOSYS was returned, clear
11232 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11233 (cpu_relax, atomic_write_barrier): New static inlines.
11234 * config/linux/ia64/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11235 (sys_futex0): Return error code.
11236 (futex_wake, futex_wait): If ENOSYS was returned, clear
11237 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11238 (cpu_relax, atomic_write_barrier): New static inlines.
11239 * config/linux/sparc/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11240 (sys_futex0): Return error code.
11241 (futex_wake, futex_wait): If ENOSYS was returned, clear
11242 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11243 (cpu_relax, atomic_write_barrier): New static inlines.
11244 * config/linux/sem.c: Include wait.h instead of libgomp.h and
11245 futex.h.
11246 (gomp_sem_wait_slow): Call do_wait instead of futex_wait.
11247 * config/linux/affinity.c: Assume HAVE_SYNC_BUILTINS.
11248 * config/linux/omp-lock.h (omp_lock_25_t, omp_nest_lock_25_t): New
11249 types.
11250 (omp_nest_lock_t): Change owner into void *, add lock field.
11251 * config/posix95/omp-lock.h: Include semaphore.h.
11252 (omp_lock_25_t, omp_nest_lock_25_t): New types.
11253 (omp_lock_t): Use sem_t instead of mutex if semaphores
11254 aren't broken.
11255 (omp_nest_lock_t): Likewise. Change owner to void *.
11256 * config/posix/omp-lock.h: Include semaphore.h.
11257 (omp_lock_25_t, omp_nest_lock_25_t): New types.
11258 (omp_lock_t): Use sem_t instead of mutex if semaphores
11259 aren't broken.
11260 (omp_nest_lock_t): Likewise. Add owner field.
11261
11262 2008-06-06 Jakub Jelinek <jakub@redhat.com>
11263
11264 * testsuite/libgomp.c/collapse-1.c: New test.
11265 * testsuite/libgomp.c/collapse-2.c: New test.
11266 * testsuite/libgomp.c/collapse-3.c: New test.
11267 * testsuite/libgomp.c/icv-1.c: New test.
11268 * testsuite/libgomp.c/icv-2.c: New test.
11269 * testsuite/libgomp.c/lib-2.c: New test.
11270 * testsuite/libgomp.c/lock-1.c: New test.
11271 * testsuite/libgomp.c/lock-2.c: New test.
11272 * testsuite/libgomp.c/lock-3.c: New test.
11273 * testsuite/libgomp.c/loop-4.c: New test.
11274 * testsuite/libgomp.c/loop-5.c: New test.
11275 * testsuite/libgomp.c/loop-6.c: New test.
11276 * testsuite/libgomp.c/loop-7.c: New test.
11277 * testsuite/libgomp.c/loop-8.c: New test.
11278 * testsuite/libgomp.c/loop-9.c: New test.
11279 * testsuite/libgomp.c/nested-3.c: New test.
11280 * testsuite/libgomp.c/nestedfn-6.c: New test.
11281 * testsuite/libgomp.c/sort-1.c: New test.
11282 * testsuite/libgomp.c/task-1.c: New test.
11283 * testsuite/libgomp.c/task-2.c: New test.
11284 * testsuite/libgomp.c/task-3.c: New test.
11285 * testsuite/libgomp.c/task-4.c: New test.
11286 * testsuite/libgomp.c++/c++.exp: Add libstdc++-v3 build includes
11287 to C++ testsuite default compiler options.
11288 * testsuite/libgomp.c++/collapse-1.C: New test.
11289 * testsuite/libgomp.c++/collapse-2.C: New test.
11290 * testsuite/libgomp.c++/ctor-10.C: New test.
11291 * testsuite/libgomp.c++/for-1.C: New test.
11292 * testsuite/libgomp.c++/for-2.C: New test.
11293 * testsuite/libgomp.c++/for-3.C: New test.
11294 * testsuite/libgomp.c++/for-4.C: New test.
11295 * testsuite/libgomp.c++/for-5.C: New test.
11296 * testsuite/libgomp.c++/loop-8.C: New test.
11297 * testsuite/libgomp.c++/loop-9.C: New test.
11298 * testsuite/libgomp.c++/loop-10.C: New test.
11299 * testsuite/libgomp.c++/task-1.C: New test.
11300 * testsuite/libgomp.c++/task-2.C: New test.
11301 * testsuite/libgomp.c++/task-3.C: New test.
11302 * testsuite/libgomp.c++/task-4.C: New test.
11303 * testsuite/libgomp.c++/task-5.C: New test.
11304 * testsuite/libgomp.c++/task-6.C: New test.
11305 * testsuite/libgomp.fortran/allocatable1.f90: New test.
11306 * testsuite/libgomp.fortran/allocatable2.f90: New test.
11307 * testsuite/libgomp.fortran/allocatable3.f90: New test.
11308 * testsuite/libgomp.fortran/allocatable4.f90: New test.
11309 * testsuite/libgomp.fortran/collapse1.f90: New test.
11310 * testsuite/libgomp.fortran/collapse2.f90: New test.
11311 * testsuite/libgomp.fortran/collapse3.f90: New test.
11312 * testsuite/libgomp.fortran/collapse4.f90: New test.
11313 * testsuite/libgomp.fortran/lastprivate1.f90: New test.
11314 * testsuite/libgomp.fortran/lastprivate2.f90: New test.
11315 * testsuite/libgomp.fortran/lib4.f90: New test.
11316 * testsuite/libgomp.fortran/lock-1.f90: New test.
11317 * testsuite/libgomp.fortran/lock-2.f90: New test.
11318 * testsuite/libgomp.fortran/nested1.f90: New test.
11319 * testsuite/libgomp.fortran/nestedfn4.f90: New test.
11320 * testsuite/libgomp.fortran/strassen.f90: New test.
11321 * testsuite/libgomp.fortran/tabs1.f90: New test.
11322 * testsuite/libgomp.fortran/tabs2.f: New test.
11323 * testsuite/libgomp.fortran/task1.f90: New test.
11324 * testsuite/libgomp.fortran/task2.f90: New test.
11325 * testsuite/libgomp.fortran/vla4.f90: Add dg-warning.
11326 * testsuite/libgomp.fortran/vla5.f90: Likewise.
11327 * testsuite/libgomp.c/pr26943-2.c: Likewise.
11328 * testsuite/libgomp.c/pr26943-3.c: Likewise.
11329 * testsuite/libgomp.c/pr26943-4.c: Likewise.
11330
11331 2008-05-23 Jakub Jelinek <jakub@redhat.com>
11332
11333 PR c++/36308
11334 * testsuite/libgomp.c++/ctor-11.C: New test.
11335 * testsuite/libgomp.c++/ctor-12.C: New test.
11336
11337 2008-05-15 Janis Johnson <janis187@us.ibm.com>
11338
11339 * testsuite/lib/libgomp.exp: Load torture-options.exp from gcc lib.
11340
11341 2008-05-07 Jakub Jelinek <jakub@redhat.com>
11342
11343 PR middle-end/36106
11344 * testsuite/libgomp.c/atomic-5.c: New test.
11345 * testsuite/libgomp.c/atomic-6.c: New test.
11346 * testsuite/libgomp.c/autopar-1.c: New test.
11347
11348 2008-04-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11349
11350 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS)
11351 (LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY)
11352 (LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT)
11353 (LIBGOMP_CHECK_ATTRIBUTE_ALIAS): Fix cache variable names.
11354 * configure: Regenerate.
11355 * Makefile.in, testsuite/Makefile.in: Likewise.
11356
11357 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
11358
11359 PR bootstrap/35457
11360 * aclocal.m4: Regenerate.
11361 * configure: Regenerate.
11362
11363 2008-03-18 Jakub Jelinek <jakub@redhat.com>
11364
11365 PR middle-end/35611
11366 * testsuite/libgomp.c/atomic-4.c: New test.
11367
11368 PR libgomp/35625
11369 * iter.c (gomp_iter_guided_next_locked): If q > n, set end to ws->end.
11370 (gomp_iter_guided_next): Likewise.
11371 * testsuite/libgomp.c/pr35625.c: New test.
11372
11373 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11374
11375 * aclocal.m4: Regenerate.
11376 * configure: Likewise.
11377 * Makefile.in: Likewise.
11378 * testsuite/Makefile.in: Likewise.
11379
11380 2008-03-13 Jakub Jelinek <jakub@redhat.com>
11381
11382 PR middle-end/35185
11383 * testsuite/libgomp.c++/pr35185.C: New test.
11384
11385 2008-03-12 Jakub Jelinek <jakub@redhat.com>
11386
11387 PR middle-end/35549
11388 * testsuite/libgomp.c/pr35549.c: New test.
11389
11390 2008-03-06 Jakub Jelinek <jakub@redhat.com>
11391
11392 * testsuite/libgomp.c/atomic-3.c: New test.
11393
11394 2008-03-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
11395
11396 PR fortran/33197
11397 * testsuite/libgomp.fortran/fortran.exp: Add .f08 and
11398 .F08 file suffixes.
11399
11400 2008-03-03 Peter O'Gorman <pogma@thewrittenword.com>
11401
11402 PR libgomp/33131
11403 * configure.ac: Add ACX_HEADER_STRING.
11404 * env.c: Include strings.h.
11405 * aclocal.m4: Regenerate.
11406 * config.h.in: Regenerate.
11407 * configure: Regenerate.
11408 * Makefile.in: Regenerate.
11409 * testsuite/Makefile.in: Regenerate.
11410
11411 2008-02-15 Jakub Jelinek <jakub@redhat.com>
11412
11413 PR middle-end/35196
11414 * testsuite/libgomp.c/pr35196.c: New test.
11415
11416 PR middle-end/35130
11417 * testsuite/libgomp.fortran/pr35130.f90: New test.
11418 * testsuite/libgomp.c/pr35130.c: New test.
11419
11420 2008-01-25 Jakub Jelinek <jakub@redhat.com>
11421
11422 PR middle-end/33880
11423 * testsuite/libgomp.c/pr33880.c: New test.
11424 * testsuite/libgomp.fortran/pr33880.f90: New test.
11425
11426 2008-01-24 David Edelsohn <edelsohn@gnu.org>
11427
11428 * configure: Regenerate.
11429
11430 2008-01-08 Jakub Jelinek <jakub@redhat.com>
11431
11432 * configure.ac: Move futex checking into ../config/futex.m4.
11433 * configure: Rebuilt.
11434 * aclocal.m4: Rebuilt.
11435 * Makefile.in: Rebuilt.
11436
11437 * configure.tgt: Rename have_tls to gcc_cv_have_tls to match
11438 2007-10-15 ../config/tls.m4 change.
11439
11440 2007-12-19 Jakub Jelinek <jakub@redhat.com>
11441
11442 PR c++/34513
11443 * testsuite/libgomp.c/pr34513.c: New test.
11444 * testsuite/libgomp.c++/pr34513.C: New test.
11445
11446 2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
11447
11448 PR target/32765
11449 * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.
11450
11451 2007-12-04 Jakub Jelinek <jakub@redhat.com>
11452
11453 * omp.h.in (__GOMP_NOTHROW): Define. Use it on omp_* prototypes.
11454
11455 2007-12-03 Jakub Jelinek <jakub@redhat.com>
11456
11457 * testsuite/libgomp.c/private-1.c: New test.
11458
11459 2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
11460 Paolo Bonzini <bonzini@gnu.org>
11461
11462 * Makefile.am: Use space as vpath separator. Use 'vpath %'
11463 instead of 'VPATH ='.
11464 * Makefile.in: Regenerate.
11465
11466 2007-11-23 Matthias Klose <doko@ubuntu.com>
11467
11468 * configure.ac: Adjust makeinfo version check.
11469 * configure: Regenerate.
11470
11471 2007-11-10 Jakub Jelinek <jakub@redhat.com>
11472
11473 PR fortran/34020
11474 * testsuite/libgomp.fortran/pr34020.f90: New test.
11475
11476 2007-11-06 Jakub Jelinek <jakub@redhat.com>
11477
11478 PR c++/33894
11479 * testsuite/libgomp.c++/atomic-1.C: New test.
11480
11481 2007-10-25 Jakub Jelinek <jakub@redhat.com>
11482
11483 PR libgomp/33275
11484 * testsuite/libgomp.fortran/omp_parse3.f90 (test_threadprivate):
11485 Make x and y integers rather than (implicit) reals. Add private (j)
11486 clause to the last omp parallel.
11487
11488 2007-10-15 Maciej W. Rozycki <macro@linux-mips.org>
11489
11490 * configure: Regenerate following changes to ../config/tls.m4.
11491
11492 2007-09-28 Jakub Jelinek <jakub@redhat.com>
11493
11494 * testsuite/libgomp.fortran/stack.f90: New test.
11495
11496 2007-09-10 Danny Smith <dannysmith@users.sourceforge.net>
11497
11498 * config/mingw32/proc.c: New file.
11499
11500 2007-09-05 Uros Bizjak <ubizjak@gmail.com>
11501
11502 * testsuite/libgomp.c/atomic-1.c: Include cpuid.h for i386 targets.
11503 (main): Use __get_cpuid to get i386 target fetaures.
11504 * testsuite/libgomp.c/atomic-2.c: Include cpuid.h for x86_64 targets.
11505 (main): Use __get_cpuid to get x86_64 target fetaures.
11506
11507 2007-08-15 Jack Howarth <howarth@bromo.med.uc.edu>
11508
11509 PR target/32765
11510 * testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
11511 * testsuite/libgomp.fortran/crayptr2.f90: Likwise.
11512
11513 2007-07-12 Jakub Jelinek <jakub@redhat.com>
11514
11515 PR fortran/32550
11516 * testsuite/libgomp.fortran/pr32550.f90: New test.
11517 * testsuite/libgomp.fortran/crayptr2.f90: New test.
11518
11519 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
11520
11521 * aclocal.m4: Regenerated.
11522
11523 2007-07-05 Tobias Burnus <burnus@net-b.de>
11524
11525 PR fortran/32359
11526 * testsuite/libgomp.fortran/pr32359.f90: New.
11527
11528 2007-07-02 Jakub Jelinek <jakub@redhat.com>
11529
11530 PR libgomp/32468
11531 * sections.c (GOMP_parallel_sections_start): Only decrease
11532 number of threads to COUNT if dyn_var is true.
11533 * testsuite/libgomp.c/pr32468.c: New test.
11534
11535 2007-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11536
11537 PR libgomp/26308
11538 * config/posix/lock.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
11539
11540 2007-06-21 Jakub Jelinek <jakub@redhat.com>
11541
11542 PR middle-end/32362
11543 * testsuite/libgomp.c/pr32362-1.c: New test.
11544 * testsuite/libgomp.c/pr32362-2.c: New test.
11545 * testsuite/libgomp.c/pr32362-3.c: New test.
11546
11547 2007-06-07 Jakub Jelinek <jakub@redhat.com>
11548
11549 * team.c (gomp_team_start): Fix setting up thread_attr
11550 stack size.
11551
11552 2007-06-02 Paolo Bonzini <bonzini@gnu.org>
11553
11554 * configure: Regenerate.
11555
11556 2007-05-23 Steve Ellcey <sje@cup.hp.com>
11557
11558 * Makefile.in: Regenerate.
11559 * configure: Regenerate.
11560 * aclocal.m4: Regenerate.
11561 * testsuite/Makefile.in: Regenerate.
11562
11563 2007-05-04 Jakub Jelinek <jakub@redhat.com>
11564
11565 * config/linux/proc.c: New file.
11566
11567 PR libgomp/28482
11568 * configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
11569
11570 2007-04-19 Daniel Franke <franke.daniel@gmail.com>
11571
11572 * libgomp.texi (GOMP_CPU_AFFINITY): Updated.
11573
11574 2007-04-16 Matthias Klose <doko@debian.org>
11575
11576 * configure.tgt (i[456]86-*-linux*): Only add ia32 specific
11577 flags if not building with -m64.
11578 * testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march
11579 flag for i?86-*-* targets, if current target matches -m64.
11580
11581 2007-04-14 Steve Ellcey <sje@cup.hp.com>
11582
11583 * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
11584 * Makefile.in: Regenerate.
11585
11586 2007-04-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11587
11588 PR testsuite/31369
11589 * testsuite/libgomp.c++/c++.exp: Don't use concat when setting
11590 ld_library_path.
11591 * testsuite/libgomp.fortran/fortran.exp: Likewise.
11592
11593 2007-04-04 Jakub Jelinek <jakub@redhat.com>
11594
11595 * libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern
11596 decls.
11597 (gomp_init_affinity, gomp_init_thread_affinity): New prototypes.
11598 * env.c (gomp_cpu_affinity, gomp_cpu_affinity_len): New variables.
11599 (parse_affinity): New function.
11600 (initialize_env): Call it and gomp_init_affinity.
11601 * team.c (gomp_team_start): If gomp_cpu_affinity != NULL,
11602 create new pthread_attr_t and call gomp_init_thread_affinity
11603 on it for each thread before passing the attribute to pthread_create.
11604 * config/linux/affinity.c: New file.
11605 * config/posix/affinity.c: New file.
11606 * configure.ac (HAVE_PTHREAD_AFFINITY_NP): New test.
11607 * configure: Rebuilt.
11608 * config.h.in: Rebuilt.
11609 * Makefile.am (libgomp_la_SOURCES): Add affinity.c.
11610 * Makefile.in: Rebuilt.
11611
11612 2007-03-23 Andreas Tobler <a.tobler@schweiz.org>
11613
11614 * testsuite/lib/libgomp.exp (libgomp_init): Add -shared-libgcc for
11615 *-*-darwin*.
11616 * testsuite/libgomp.c++/c++.exp: Look for shared libstdc++ library
11617 and use it if found.
11618
11619 2007-03-18 Uros Bizjak <ubizjak@gmail.com>
11620
11621 * testsuite/config/default.exp: New file.
11622 * testsuite/lib/libgomp.exp: New file.
11623 * testsuite/lib/libgomp.dg (load_gcc_lib, libgomp_init,
11624 libgomp_target_compile, libgomp_option_help, libgomp_option_proc,
11625 load_lib *, load_gcc_lib *): Move to libgomp.exp.
11626 (libgomp_load): Remove.
11627 * testsuite/lib/libgomp.exp (libgomp_init): Compute
11628 always_ld_library_path, not ld_library_path. Set additional_flags
11629 to -march=i486 for ilp32 x86_64-*-* and i386-*-* targets.
11630 (target_compile): Do not call libgomp_init. Append lang_library_path
11631 and lang_link_flags to options.
11632 * testsuite/libgomp.c/c.exp: Set DEFAULT_FLAGS to -O2. Set
11633 ld_library_path from always_ld_library_path. Set LD_LIBRARY_PATH
11634 here.
11635 * testsuite/libgomp.c++/c++.exp: Set ld_library_path from
11636 always_ld_library_path. Set LD_LIBRARY_PATH here.
11637 * testsuite/libgomp.fortran/fortran.exp: Ditto.
11638 * testsuite/libgomp.c/atomic-1.c: Set dg-options to
11639 "-O2 -march=pentium" for ilp32 x86 targets. Simplify check for
11640 CX8 flag.
11641 * testsuite/libgomp.c/atomic-2.c: Set dg-options to "-O2 -mcx16" for
11642 lp64 x86 targets. Do not check for SSE3 bit. Do not define bit_SSE3.
11643 * testsuite/libgomp.c/pr29947-1.c: Remove default dg-options.
11644 * testsuite/libgomp.c/pr29947-1.c: Ditto.
11645 * testsuite/libgomp.c/atomic-10.c: Ditto.
11646
11647 2007-03-21 Jakub Jelinek <jakub@redhat.com>
11648
11649 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: Add
11650 dg-final cleanup-modules line.
11651 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Likewise.
11652 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: Likewise.
11653 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: Likewise.
11654 * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
11655 * testsuite/libgomp.fortran/reduction5.f90: Likewise.
11656 * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
11657 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
11658
11659 2007-03-18 Andreas Schwab <schwab@suse.de>
11660
11661 * acinclude.m4: Adjust regular expression for ld version
11662 extraction.
11663 * configure: Regenerate.
11664
11665 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
11666
11667 * Makefile.am: Add install-pdf target as copied from
11668 automake v1.10 rules.
11669 * Makefile.in: Regenerate
11670
11671 2007-02-07 Jakub Jelinek <jakub@redhat.com>
11672
11673 PR libgomp/28486
11674 * configure: Regenerate.
11675
11676 PR c++/30703
11677 * testsuite/libgomp.c++/pr30703.C: New test.
11678
11679 2007-02-02 Jakub Jelinek <jakub@redhat.com>
11680
11681 Revert:
11682 2006-07-05 Eric Christopher <echristo@apple.com>
11683 * configure.ac: Depend addition of -pthread on host OS.
11684 * configure: Regenerate.
11685
11686 2007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11687
11688 * libgomp.texi: Fix spacing after abbreviations.
11689
11690 2007-01-31 Daniel Franke <franke.daniel@gmail.com>
11691
11692 PR libgomp/30546
11693 * configure.ac: Add check for makeinfo
11694 * Makefile.am: Redefined target libgomp.info, build libgomp.info only
11695 if an appropriate version of makeinfo is found.
11696 * aclocal.m4: Regenerated.
11697 * configure: Regenerated.
11698 * Makefile.in: Regenerated.
11699 * testsuite/Makefile.in: Regenerated.
11700
11701 2007-01-29 Daniel Franke <franke.daniel@gmail.com>
11702
11703 PR libgomp/30540
11704 * libgomp.texi: More about implementation-dependent settings.
11705
11706 2007-01-26 Tobias Burnus <burnus@net-b.de>
11707
11708 * testsuite/libgomp.fortran/fortran.exp: Support .f03 extension.
11709
11710 2007-01-24 Jakub Jelinek <jakub@redhat.com>
11711
11712 PR middle-end/30494
11713 * testsuite/libgomp.c/pr30494.c: New test.
11714
11715 2007-01-15 Tom Tromey <tromey@redhat.com>
11716
11717 * configure: Rebuilt.
11718 * configure.ac: Fixed comment.
11719
11720 2007-01-14 Daniel Franke <franke.daniel@gmail.com>
11721
11722 * libgomp.texi: Document implementation specific default values of
11723 environment variables.
11724
11725 2006-12-21 Daniel Franke <franke.daniel@gmail.com>
11726
11727 PR libgomp/28209
11728 * libgomp.texi: New file.
11729 * configure.ac: Add --enable-generated-files-in-srcdir option.
11730 * Makefile.am: Add info, dvi, pdf, html targets. On request, copy
11731 files to srcdir.
11732 * Makefile.in: Regenerated.
11733 * config.h.in: Regenerated.
11734 * testsuite/Makefile.in: Regenerated.
11735 * NOTES: Removed.
11736
11737 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
11738
11739 PR libgomp/29949
11740 * env.c (omp_set_num_threads): Set illegal thread count to 1.
11741
11742 2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11743
11744 * configure: Regenerate.
11745
11746 2006-12-04 Jakub Jelinek <jakub@redhat.com>
11747
11748 PR libgomp/29947
11749 * loop.c (gomp_loop_init): Make parameters signed. Set ws->end to
11750 start if there shouldn't be any loop iterations.
11751 (gomp_loop_ordered_static_start): Remove start == end test.
11752 * testsuite/libgomp.c/pr29947-1.c: New test.
11753 * testsuite/libgomp.c/pr29947-2.c: New test.
11754
11755 2006-12-02 Eric Botcazou <ebotcazou@libertysurf.fr>
11756
11757 * configure.tgt: Force initial-exec TLS model on Linux only.
11758
11759 2006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11760
11761 * configure: Regenerated.
11762
11763 2006-11-09 Uros Bizjak <ubizjak@gmail.com>
11764
11765 * env.c (parse_schedule): Reject out of range values.
11766 (parse_unsigned_long): Reject out of range, negative or zero values.
11767
11768 2006-10-29 Jakub Jelinek <jakub@redhat.com>
11769
11770 PR fortran/29629
11771 * testsuite/libgomp.fortran/pr29629.f90: New test.
11772
11773 2006-10-24 Eric Botcazou <ebotcazou@libertysurf.fr>
11774
11775 PR libgomp/29494
11776 * configure.tgt: Use posix95 configuration for Solaris 2.5.1 and 2.6.
11777 * config/posix95: New directory.
11778 * config/posix95/omp-lock.h: New file.
11779 * config/posix95/lock.c: Likewise.
11780
11781 2006-10-14 Geoffrey Keating <geoffk@apple.com>
11782
11783 * aclocal.m4: Regenerate.
11784 * configure: Regenerate.
11785
11786 2006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
11787
11788 * testsuite/libgomp.c/barrier-1.c: Change timestamp tests from
11789 '<' to '<='.
11790
11791 2006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
11792
11793 * acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from
11794 test.
11795 * configure: Regenerate.
11796 * fortran.c (ialias_redirect): Add __USER_LABEL_PREFIX__ to alias.
11797
11798 2006-09-26 Jakub Jelinek <jakub@redhat.com>
11799
11800 PR middle-end/25261
11801 PR middle-end/28790
11802 * testsuite/libgomp.c/nestedfn-4.c: New test.
11803 * testsuite/libgomp.c/nestedfn-5.c: New test.
11804 * testsuite/libgomp.fortran/nestedfn3.f90: New test.
11805
11806 PR fortran/29097
11807 * testsuite/libgomp.fortran/condinc1.f: New test.
11808 * testsuite/libgomp.fortran/condinc2.f: New test.
11809 * testsuite/libgomp.fortran/condinc3.f90: New test.
11810 * testsuite/libgomp.fortran/condinc4.f90: New test.
11811 * testsuite/libgomp.fortran/condinc1.inc: New file.
11812
11813 2006-09-18 Tom Tromey <tromey@redhat.com>
11814
11815 * configure: Rebuilt.
11816
11817 2006-09-13 Joseph S. Myers <joseph@codesourcery.com>
11818
11819 PR c/28768
11820 PR preprocessor/14634
11821 * configure.ac (HAVE_CLOCK_GETTIME): Add missing second argument
11822 to AC_DEFINE.
11823 * configure: Regenerate.
11824
11825 2006-09-08 Steven G. Kargl <kargl@gcc.gnu.org>
11826
11827 * testsuite/libgomp.fortran/reduction3.f90: Change
11828 -2147483648 to -huge(i)-1 to avoid overflow.
11829 * testsuite/libgomp.fortran/reduction4.f90: Change
11830 Z'ffffffff' to not(0) to avoid overflow.
11831
11832 2006-08-26 Joseph S. Myers <joseph@codesourcery.com>
11833
11834 PR libgomp/25938
11835 * Makefile.am (libsubincludedir): New.
11836 (nodist_include_HEADERS): Rename to nodist_libsubinclude_HEADERS.
11837 * Makefile.in: Regenerate.
11838
11839 2006-08-17 Jakub Jelinek <jakub@redhat.com>
11840
11841 PR libgomp/28725
11842 * env.c: Include ctype.h.
11843 (parse_schedule, parse_unsigned_long, parse_boolean): Allow
11844 leading and/or trailing whitespace and compare strings case
11845 insensitively.
11846
11847 2006-07-16 Jakub Jelinek <jakub@redhat.com>
11848
11849 PR fortran/28390
11850 * testsuite/libgomp.fortran/pr28390.f: New test.
11851
11852 2006-07-05 Eric Christopher <echristo@apple.com>
11853
11854 * configure.ac: Depend addition of -pthread on host OS.
11855 * configure: Regenerate.
11856
11857 2006-06-21 Jakub Jelinek <jakub@redhat.com>
11858
11859 * critical.c (GOMP_critical_name_start): Fix *pptr initialization
11860 when gomp_mutex_t is larger than pointer and HAVE_SYNC_BUILTINS is
11861 defined.
11862
11863 2006-06-20 Jakub Jelinek <jakub@redhat.com>
11864
11865 PR libgomp/26175
11866 PR libgomp/26477
11867 * configure.ac: If neither --enable-linux-futex nor
11868 --disable-linux-futex is passed, determine the default by checking
11869 for compiling and/or running against NPTL. With --enable-linux-futex,
11870 check if SYS_gettid and SYS_futex are defined.
11871 * configure: Rebuilt.
11872
11873 2006-06-14 Richard Henderson <rth@redhat.com>
11874
11875 PR libgomp/28008
11876 * env.c (initialize_env): Avoid using PTHREAD_STACK_MIN when
11877 undefined. Use GOMP_STACKSIZE not OMP_STACKSIZE for environment.
11878
11879 2006-06-09 Richard Henderson <rth@redhat.com>
11880
11881 * env.c (gomp_nthreads_var): Change to unsigned long.
11882 (gomp_run_sched_chunk): Likewise.
11883 (parse_unsigned_long): Rename from parse_num_threads and generalize.
11884 (initialize_env): Initialize gomp_thread_attr.
11885 * libgomp.h (gomp_nthreads_var): Update decl.
11886 (gomp_run_sched_chunk): Likewise.
11887 (gomp_thread_attr): Declare.
11888 * team.c (gomp_thread_attr): Export.
11889 (initialize_team): Don't initialize it.
11890
11891 2006-06-09 Jakub Jelinek <jakub@redhat.com>
11892
11893 PR fortran/27916
11894 * testsuite/libgomp.fortran/pr27916-1.f90: New test.
11895 * testsuite/libgomp.fortran/pr27916-2.f90: New test.
11896
11897 2006-06-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
11898
11899 * config/mingw32/time.c: New file.
11900 * configure.tgt: Use it.
11901
11902 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
11903
11904 * Makefile.am: Add install-html target. Add install-html to .PHONY
11905 * Makefile.in: Regenerate.
11906
11907 2006-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11908
11909 PR libgomp/27612
11910 * testsuite/libgomp.c/sections-1.c: Require sync_int_long.
11911 * testsuite/libgomp.c/critical-1.c: Likewise.
11912 * testsuite/libgomp.c/loop-1.c: Likewise.
11913 * testsuite/libgomp.c/loop-2.c: Likewise.
11914 * testsuite/libgomp.c/single-1.c: Likewise.
11915 * testsuite/libgomp.c/ordered-1.c: Likewise.
11916 * testsuite/libgomp.c/ordered-2.c: Likewise.
11917
11918 2006-05-15 Jakub Jelinek <jakub@redhat.com>
11919
11920 PR middle-end/27416
11921 * libgomp.fortran/pr27416-1.f90: New test.
11922
11923 2006-05-03 Jakub Jelinek <jakub@redhat.com>
11924
11925 PR fortran/27395
11926 * testsuite/libgomp.fortran/pr27395-1.f90: New test.
11927 * testsuite/libgomp.fortran/pr27395-2.f90: New test.
11928
11929 2006-05-02 Jakub Jelinek <jakub@redhat.com>
11930
11931 PR c++/26943
11932 * testsuite/libgomp.c/pr26943-1.c: New test.
11933 * testsuite/libgomp.c/pr26943-2.c: New test.
11934 * testsuite/libgomp.c/pr26943-3.c: New test.
11935 * testsuite/libgomp.c/pr26943-4.c: New test.
11936 * testsuite/libgomp.c++/pr27337.C: Remove barrier.
11937 * testsuite/libgomp.c++/pr26943.C: New test.
11938
11939 2006-05-02 Jakub Jelinek <jakub@redhat.com>
11940
11941 PR middle-end/27337
11942 * testsuite/libgomp.c++/pr27337.C: New test.
11943
11944 2006-04-26 Jakub Jelinek <jakub@redhat.com>
11945
11946 PR c/26171
11947 * testsuite/libgomp.c/pr26171.c: New test.
11948
11949 2006-04-25 Richard Henderson <rth@redhat.com>
11950
11951 PR libgomp/25865
11952 * configure.ac: Use GCC_CHECK_TLS.
11953 * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
11954 * Makefile.in, aclocal.m4, configure: Regenerate.
11955
11956 2006-04-10 Matthias Klose <doko@debian.org>
11957
11958 * testsuite/lib/libgomp.exp (libgomp_init): Recognize multilib
11959 directory names containing underscores.
11960
11961 2006-03-21 Jakub Jelinek <jakub@redhat.com>
11962
11963 PR c++/26691
11964 * testsuite/libgomp.c++/pr26691.C: New test.
11965
11966 2006-03-13 Jakub Jelinek <jakub@redhat.com>
11967
11968 * testsuite/libgomp.fortran/retval2.f90: New test.
11969
11970 2006-03-09 Diego Novillo <dnovillo@redhat.com>
11971
11972 * testsuite/libgomp.c++: New directory.
11973
11974 2006-02-25 Shantonu Sen <ssen@opendarwin.org>
11975
11976 * config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions.
11977 * config/posix/sem.c: Implement the above.
11978
11979 2006-02-25 Andreas Tobler <a.tobler@schweiz.ch>
11980
11981 * configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and
11982 define HAVE_BROKEN_POSIX_SEMAPHORES.
11983 * configure: Rebuilt.
11984 * config.h.in: Rebuilt.
11985
11986 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
11987
11988 PR bootstrap/26161
11989 * configure.ac: Remove AC_CHECK_HEADER for pthread.h. Add comment
11990 for the other pthread check.
11991 * configure: Regenerate.
11992 * config.h.in: Regenerate.
11993
11994 2006-02-15 Jakub Jelinek <jakub@redhat.com>
11995
11996 PR libgomp/25938
11997 PR libgomp/25984
11998 * Makefile.am (fincludedir): New variable.
11999 (nodist_include_HEADERS): Remove Fortran files.
12000 (nodist_finclude_HEADERS): New variable.
12001 * Makefile.in: Regenerated.
12002
12003 2006-02-13 Jakub Jelinek <jakub@redhat.com>
12004
12005 * testsuite/libgomp.fortran/vla7.f90: Add -w to options.
12006 Remove tests for returning assumed character length arrays.
12007
12008 2006-02-12 Roger Sayle <roger@eyesopen.com>
12009 John David Anglin <dave@hiauly1.hia.nrc.ca>
12010
12011 PR libgomp/25936
12012 * configure.tgt: Link against -lrt for sem_init on HPUX v11 systems.
12013
12014 2006-02-08 Ulrich Weigand <uweigand@de.ibm.com>
12015
12016 * testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
12017
12018 2006-02-07 Eric Botcazou <ebotcazou@libertysurf.fr>
12019
12020 * testsuite/lib/libgomp-dg.exp (libgomp_init): Compute multilib related
12021 part of LD_LIBRARY_PATH manually.
12022
12023 2006-02-03 H.J. Lu <hongjiu.lu@intel.com>
12024
12025 PR libgomp/25852
12026 * testsuite/lib/libgomp-dg.exp (blddir): Set it in
12027 libgomp_init.
12028
12029 2005-01-25 Paolo Bonzini <bonzini@gnu.org>
12030
12031 PR libgomp/25884
12032 * Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
12033 * configure.ac (PERL): Don't set.
12034 (gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
12035 (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
12036 OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
12037 * omp.h.in: Wrap the new configure substitutions with @ characters.
12038 * omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
12039 * aclocal.m4, configure, Makefile.in: Regenerate.
12040 * mkomp_h.pl: Delete.
12041
12042 2005-01-24 Paolo Bonzini <bonzini@gnu.org>
12043
12044 PR libgomp/25259
12045 * configure.ac: Use GCC_HEADER_STDINT.
12046 * libgomp.h: Include gstdint.h.
12047 * libgomp_f.h.in: Don't include stdint.h or inttypes.h.
12048 * configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
12049
12050 2006-01-24 Richard Henderson <rth@redhat.com>
12051
12052 PR libgomp/25942
12053 * configure.ac: Add AM_MAINTAINER_MODE.
12054 * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild.
12055
12056 2006-01-24 Diego Novillo <dnovillo@redhat.com>
12057
12058 * Makefile.in: Regenerate.
12059 * testsuite/Makefile.in: Regenerate.
12060 * aclocal.m4: Regenerate.
12061
12062 2006-01-23 Andreas Tobler <a.tobler@schweiz.ch>
12063
12064 * config/posix/proc.c: Conditional include of sys/loadavg.h for
12065 Solaris.
12066 * configure.ac: Add check for loadavg.h.
12067 (link_gomp): Adjust comment.
12068 * configure: Regenerate.
12069 * config.h.in: Regenerate.
12070
12071 2006-01-21 Steve Ellcey <sje@cup.hp.com>
12072
12073 PR libgomp/25877
12074 * configure.ac: Remove check for alloca.h.
12075 * configure: Regenerate.
12076 * config.h.in: Regenerate.
12077 * libgomp.h: define gomp_alloca to be __builtin_alloca.
12078 * team.c: Remove use of alloca.h.
12079 Call gomp_alloca instead of alloca.
12080
12081 2006-01-20 Steve Ellcey <sje@cup.hp.com>
12082
12083 PR libgomp/25877
12084 * team.c: Add include of alloca.h.
12085 * configure.ac: Add check for alloca.h.
12086 * configure: Regenerate.
12087 * config.h.in: Regenerate.
12088
12089 2006-01-17 Jakub Jelinek <jakub@redhat.com>
12090
12091 PR fortran/25219
12092 * testsuite/libgomp.fortran/pr25219.f90: New test.
12093
12094 2005-12-05 Uros Bizjak <uros@kss-loka.si>
12095
12096 * testsuite/libgomp.c/pr24455.c, testsuite/libgomp.c/copyin-1.c,
12097 testsuite/libgomp.c/copyin-2.c, testsuite/libgomp.c/copyin-3.c,
12098 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
12099 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
12100 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C,
12101 testsuite/libgomp.fortran/threadprivate1.f90,
12102 testsuite/libgomp.fortran/threadprivate2.f90,
12103 testsuite/libgomp.fortran/threadprivate3.f90,
12104 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
12105 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
12106 testsuite/libgomp.fortran/omp_parse3.f90: Change required
12107 effective-target to TLS runtime.
12108
12109 * testsuite/libgomp.fortran/pr25162.f: Require
12110 effective-target TLS runtime.
12111
12112 2005-12-01 Jakub Jelinek <jakub@redhat.com>
12113
12114 * testsuite/libgomp.fortran/nestedfn2.f90: New test.
12115 * testsuite/libgomp.c/nestedfn-3.c: New test.
12116
12117 2005-11-30 Jakub Jelinek <jakub@redhat.com>
12118
12119 PR fortran/25162
12120 * testsuite/libgomp.fortran/pr25162.f: New test.
12121
12122 2005-11-28 Jakub Jelinek <jakub@redhat.com>
12123
12124 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Fall back to
12125 CLOCK_REALTIME if clock_* (CLOCK_MONOTONIC, &ts) call failed.
12126
12127 2005-11-25 Jakub Jelinek <jakub@redhat.com>
12128
12129 * alloc.c, barrier.c, critical.c, env.c, error.c, fortran.c, iter.c,
12130 libgomp.h, libgomp_f.h.in, libgomp_g.h, loop.c, mkomp_h.pl, omp.h.in,
12131 omp_lib.f90.in, omp_lib.h.in, ordered.c, parallel.c, sections.c,
12132 single.c, team.c, work.c, config/linux/alpha/futex.h,
12133 config/linux/bar.c, config/linux/bar.h, config/linux/ia64/futex.h,
12134 config/linux/lock.c, config/linux/mutex.c, config/linux/mutex.h,
12135 config/linux/powerpc/futex.h, config/linux/s390/futex.h,
12136 config/linux/sem.c, config/linux/sem.h, config/linux/sparc/futex.h,
12137 config/linux/x86/futex.h, config/posix/bar.c, config/posix/bar.h,
12138 config/posix/lock.c, config/posix/mutex.h, config/posix/proc.c,
12139 config/posix/sem.c, config/posix/sem.h, config/posix/time.c: Update
12140 FSF address.
12141
12142 2005-11-18 Jakub Jelinek <jakub@redhat.com>
12143
12144 * Makefile.am: Move libgomp_f.h from nodist_include_HEADERS
12145 to nodist_noinst_HEADERS.
12146 * Makefile.in: Rebuilt.
12147
12148 * config/posix/omp-lock.h (omp_nest_lock_t): Change into struct,
12149 add integer count field.
12150 * config/posix/lock.c (omp_destroy_nest_lock): Adjust for
12151 omp_nest_lock_t type change.
12152 (omp_init_nest_lock): Likewise. Initialize count to 0.
12153 (omp_set_nest_lock): Adjust for omp_nest_lock_t type change.
12154 Increment count.
12155 (omp_unset_nest_lock): Adjust for omp_nest_lock_t type change.
12156 Decrement count.
12157 (omp_test_nest_lock): Adjust for omp_nest_lock_t type change.
12158 Increment count if successful and return the new nesting level.
12159 * config/linux/lock.c (omp_test_nest_lock): Return new nesting level.
12160 * omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.
12161 * testsuite/libgomp.c/lib-1.c: New test.
12162 * testsuite/libgomp.fortran/lib1.f90: New test.
12163 * testsuite/libgomp.fortran/lib2.f: New test.
12164 * testsuite/libgomp.fortran/lib3.f: New test.
12165
12166 2005-11-17 Richard Henderson <rth@redhat.com>
12167
12168 PR 24845
12169 * Makefile.am (nodist_toolexeclib_HEADERS): New.
12170 * configure.ac (link_gomp): New. Substitute it.
12171 (AC_CONFIG_FILES): Add libgomp.spec.
12172 * libgomp.spec.in: New file.
12173 * Makefile.in, testsuite/Makefile.in, configure: Rebuild.
12174 * testsuite/lib/libgomp-dg.exp: Add -B${blddir}/ to flags.
12175
12176 2005-11-18 Jakub Jelinek <jakub@redhat.com>
12177
12178 * testsuite/libgomp.fortran/reduction1.f90: Adjust for
12179 reduction(-:var) behaving the same as reduction(+:var).
12180 * testsuite/libgomp.c/reduction-4.c: New test.
12181
12182 2005-11-15 Uros Bizjak <uros@kss-loka.si>
12183
12184 * testsuite/libgomp.c/pr24455-1.c, testsuite/libgomp.c/pr24455.c,
12185 testsuite/libgomp.c/copyin-1.c, testsuite/libgomp.c/copyin-2.c,
12186 testsuite/libgomp.c/copyin-3.c,
12187 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
12188 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
12189 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455-1.C,
12190 testsuite/libgomp.c++/pr24455.C,
12191 testsuite/libgomp.fortran/threadprivate1.f90,
12192 testsuite/libgomp.fortran/threadprivate2.f90,
12193 testsuite/libgomp.fortran/threadprivate3.f90,
12194 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
12195 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
12196 testsuite/libgomp.fortran/omp_parse3.f90: Require
12197 effective-target TLS.
12198
12199 2005-11-14 Diego Novillo <dnovillo@redhat.com>
12200
12201 * HEADER: Remove.
12202
12203 2005-11-13 Jakub Jelinek <jakub@redhat.com>
12204
12205 PR libgomp/24797
12206 * team.c (initialize_team): Pass NULL rather than free as
12207 pthread_key_create destructor. Initialize thread specific data
12208 pointer in initial thread to a static local variable rather than
12209 malloced memory.
12210
12211 2005-11-11 Uros Bizjak <uros@kss-loka.si>
12212
12213 * testsuite/lib/libgomp-dg.exp: Locate libgcc.a and append
12214 its location to ld_library_path.
12215
12216 2005-11-10 Diego Novillo <dnovillo@redhat.com>
12217
12218 * testsuite/libgomp.c/c.exp: Rename from dg.exp.
12219
12220 2005-11-10 Diego Novillo <dnovillo@redhat.com>
12221
12222 * testsuite/libgomp.c: Rename from libgomp.dg.
12223
12224 2005-11-09 Diego Novillo <dnovillo@redhat.com>
12225
12226 * testsuite/libgomp.c++/pr24455.C: Add copyin clause for
12227 threadprivate variable 'i'.
12228
12229 2005-11-09 Jakub Jelinek <jakub@redhat.com>
12230
12231 * config/linux/s390/futex.h: New file.
12232 * configure.tgt: Use it.
12233
12234 * testsuite/libgomp.fortran/omp_parse4.f90: Move n initialization
12235 before the parallel.
12236
12237 2005-11-08 Jakub Jelinek <jakub@redhat.com>
12238
12239 PR c++/24734
12240 * testsuite/libgomp.c++/master-1.C: New test.
12241
12242 2005-11-07 Jakub Jelinek <jakub@redhat.com>
12243
12244 * testsuite/libgomp.dg/copyin-3.c: New test.
12245
12246 2005-11-07 Jakub Jelinek <jakub@redhat.com>
12247
12248 * testsuite/libgomp.fortran/retval1.f90: New test.
12249 * testsuite/libgomp.fortran/vla7.f90: New test.
12250
12251 2005-11-06 Jakub Jelinek <jakub@redhat.com>
12252
12253 * testsuite/libgomp.fortran/vla2.f90: New test.
12254 * testsuite/libgomp.fortran/vla3.f90: New test.
12255 * testsuite/libgomp.fortran/vla4.f90: New test.
12256 * testsuite/libgomp.fortran/vla5.f90: New test.
12257 * testsuite/libgomp.fortran/vla6.f90: New test.
12258
12259 2005-11-01 Jakub Jelinek <jakub@redhat.com>
12260
12261 * config/linux/sparc/futex.h: New file.
12262 * configure.tgt: Use it.
12263 * testsuite/lib/libgomp-dg.exp: Use -mcpu=v9 for sparc testing.
12264
12265 * critical.c: Include stdlib.h.
12266 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Avoid warnings about
12267 ignoring return value.
12268 * configure.ac: Don't put -Wc,-pthread into XCFLAGS until after
12269 LIBGOMP_CHECK_SYNC_BUILTINS check.
12270 * configure: Rebuilt.
12271
12272 2005-10-31 Jakub Jelinek <jakub@redhat.com>
12273
12274 * testsuite/libgomp.fortran/vla1.f90: New test.
12275
12276 2005-10-31 Richard Henderson <rth@redhat.com>
12277
12278 * testsuite/libgomp.fortran/character2.f90: Fix race condition
12279 setting 's' in different threads.
12280
12281 2005-10-31 Jakub Jelinek <jakub@redhat.com>
12282
12283 * libgomp.h (attribute_hidden, ialias): Define.
12284 * config/posix/proc.c (omp_get_num_procs): Add ialias.
12285 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Likewise.
12286 * config/posix/lock.c (omp_init_lock, omp_init_nest_lock,
12287 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
12288 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
12289 omp_test_lock, omp_test_nest_lock): Likewise.
12290 * config/linux/lock.c (omp_init_lock, omp_init_nest_lock,
12291 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
12292 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
12293 omp_test_lock, omp_test_nest_lock): Likewise.
12294 * env.c (omp_set_dynamic, omp_set_nested, omp_set_num_threads,
12295 omp_get_dynamic, omp_get_nested): Likewise.
12296 * parallel.c (omp_get_num_threads, omp_get_max_threads,
12297 omp_get_thread_num, omp_in_parallel): Likewise.
12298 * fortran.c (ialias_redirect): Define.
12299 (omp_init_lock, omp_init_nest_lock, omp_destroy_lock,
12300 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock,
12301 omp_unset_lock, omp_unset_nest_lock, omp_test_lock,
12302 omp_test_nest_lock, omp_set_dynamic, omp_set_nested,
12303 omp_set_num_threads, omp_get_dynamic, omp_get_nested,
12304 omp_in_parallel, omp_get_max_threads, omp_get_num_procs,
12305 omp_get_num_threads, omp_get_thread_num, omp_get_wtick,
12306 omp_get_wtime): Add ialias_redirect.
12307
12308 2005-10-30 Jakub Jelinek <jakub@redhat.com>
12309
12310 * fortran.c: Include stdlib.h.
12311
12312 2005-10-29 Jakub Jelinek <jakub@redhat.com>
12313
12314 * Makefile.am (env.o, env.lo): Depend on libgomp_f.h.
12315 * Makefile.in: Regenerated.
12316
12317 2005-10-28 Jakub Jelinek <jakub@redhat.com>
12318
12319 * mkomp_h.pl: Remove all -Wc, option prefixes in $COMPILE.
12320 * libgomp_f.h.in (omp_check_defines): New function.
12321 * env.c: Include libgomp_f.h.
12322 (initialize_env): Call omp_check_defines.
12323
12324 * testsuite/libgomp.dg/copyin-2.c: New test.
12325 * testsuite/libgomp.c++/copyin-2.C: New test.
12326 * testsuite/libgomp.fortran/threadprivate3.f90: New test.
12327
12328 * testsuite/libgomp.fortran/threadprivate2.f90: New test.
12329 * testsuite/libgomp.fortran/sharing2.f90: New test.
12330
12331 * testsuite/libgomp.dg/copyin-1.c: New test.
12332 * testsuite/libgomp.c++/copyin-1.C: New test.
12333
12334 2005-10-26 Jakub Jelinek <jakub@redhat.com>
12335
12336 * testsuite/libgomp.fortran/crayptr1.f90: New test.
12337
12338 * testsuite/libgomp.fortran/workshare1.f90: New test.
12339
12340 * libgomp.fortran/appendix-a/a.28.5.f90: Change into compile
12341 only test.
12342 * libgomp.fortran/sharing1.f90: New test.
12343
12344 2005-10-24 Jakub Jelinek <jakub@redhat.com>
12345
12346 PR c++/24502
12347 * testsuite/libgomp.c++/loop-7.C: New test.
12348
12349 * testsuite/libgomp.dg/nestedfn-2.c: New test.
12350
12351 * testsuite/libgomp.dg/nestedfn-1.c: New test.
12352 * testsuite/libgomp.fortran/reduction6.f90: New test.
12353 * testsuite/libgomp.fortran/nestedfn1.f90: New test.
12354
12355 2005-10-23 Richard Henderson <rth@redhat.com>
12356
12357 * testsuite/libgomp.c++/ctor-1.C: New.
12358 * testsuite/libgomp.c++/ctor-2.C: New.
12359 * testsuite/libgomp.c++/ctor-3.C: New.
12360 * testsuite/libgomp.c++/ctor-4.C: New.
12361 * testsuite/libgomp.c++/ctor-5.C: New.
12362 * testsuite/libgomp.c++/ctor-6.C: New.
12363 * testsuite/libgomp.c++/ctor-7.C: New.
12364 * testsuite/libgomp.c++/ctor-8.C: New.
12365 * testsuite/libgomp.c++/ctor-9.C: New.
12366
12367 2005-10-21 Diego Novillo <dnovillo@redhat.com>
12368
12369 PR 24455
12370 * testsuite/libgomp.c++/pr24455-1.C: New test.
12371 * testsuite/libgomp.c++/pr24455.C: New test.
12372 * testsuite/libgomp.dg/pr24455-1.c: New test.
12373 * testsuite/libgomp.dg/pr24455.c: New test.
12374
12375 2005-10-20 Richard Henderson <rth@redhat.com>
12376
12377 * testsuite/libgomp.c++/loop-6.C: New.
12378 * testsuite/libgomp.dg/loop-3.c: New.
12379
12380 2005-10-20 Jakub Jelinek <jakub@redhat.com>
12381
12382 * testsuite/libgomp.fortran/jacobi.f: Don't make i and j
12383 explicitly private.
12384 * testsuite/libgomp.fortran/omp_parse1.f90 (test_do): Make i
12385 explicitly shared.
12386
12387 2005-10-19 Diego Novillo <dnovillo@redhat.com>
12388
12389 * testsuite/libgomp.fortran/jacobi.f: New test.
12390
12391 2005-10-19 Richard Henderson <rth@redhat.com>
12392
12393 * configure.tgt (i?86-linux): Default to with_arch instead of
12394 CFLAGS. Add -mtune to match target_cpu.
12395 (x86_64-linux): Tune to i686.
12396
12397 * fortran.c (omp_test_nest_lock_): Fix typo.
12398
12399 2005-10-19 Jakub Jelinek <jakub@redhat.com>
12400
12401 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
12402 gomp_ordered_sync): Do nothing if team->nthreads == 1.
12403 * testsuite/libgomp.dg/ordered-3.c: New test.
12404
12405 * testsuite/libgomp.dg/appendix-a/a.18.1.c: Remove unconditional abort.
12406 Remove volatile keyword.
12407
12408 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: Reorder variables
12409 in COMMON block to avoid warnings on 64-bit targets.
12410
12411 2005-10-18 Diego Novillo <dnovillo@redhat.com>
12412
12413 * testsuite/libgomp.dg/shared-3.c: New test.
12414
12415 2005-10-18 Jakub Jelinek <jakub@redhat.com>
12416
12417 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: Removed.
12418 * testsuite/libgomp.fortran/reduction5.f90: New test.
12419
12420 2005-10-18 Jakub Jelinek <jakub@redhat.com>
12421
12422 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Add -ffixed-form to
12423 dg-options.
12424 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: Likewise. Enable
12425 flush loop now that __sync_synchronize has proper memory barrier.
12426 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: Fix a typo.
12427 Add -ffixed-form to dg-options.
12428
12429 2005-10-17 Diego Novillo <dnovillo@redhat.com>
12430
12431 * testsuite/libgomp.fortran/fortran.exp: Also gather tests
12432 from subdirectories.
12433 * testsuite/libgomp.fortran/appendix-a/a.15.1.f90: New test.
12434 * testsuite/libgomp.fortran/appendix-a/a.16.1.f90: New test.
12435 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: New test.
12436 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: New test.
12437 * testsuite/libgomp.fortran/appendix-a/a.2.1.f90: New test.
12438 * testsuite/libgomp.fortran/appendix-a/a.21.1.f90: New test.
12439 * testsuite/libgomp.fortran/appendix-a/a.22.7.f90: New test.
12440 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: New test.
12441 * testsuite/libgomp.fortran/appendix-a/a.26.1.f90: New test.
12442 * testsuite/libgomp.fortran/appendix-a/a.28.1.f90: New test.
12443 * testsuite/libgomp.fortran/appendix-a/a.28.2.f90: New test.
12444 * testsuite/libgomp.fortran/appendix-a/a.28.3.f90: New test.
12445 * testsuite/libgomp.fortran/appendix-a/a.28.4.f90: New test.
12446 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: New test.
12447 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: New test.
12448 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: New test.
12449 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: New test.
12450 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: New test.
12451 * testsuite/libgomp.fortran/appendix-a/a.33.3.f90: New test.
12452 * testsuite/libgomp.fortran/appendix-a/a.38.1.f90: New test.
12453 * testsuite/libgomp.fortran/appendix-a/a.39.1.f90: New test.
12454 * testsuite/libgomp.fortran/appendix-a/a.4.1.f90: New test.
12455 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: New test.
12456 * testsuite/libgomp.fortran/appendix-a/a.5.1.f90: New test.
12457 * testsuite/libgomp.fortran/appendix-a/a10.1.f90: New test.
12458
12459 2005-10-17 Jakub Jelinek <jakub@redhat.com>
12460
12461 * testsuite/libgomp.dg/dg.exp: Only unset lang_* if
12462 lang_library_path exists. Use find instead of glob to gather tests.
12463 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: Removed.
12464
12465 2005-10-17 Diego Novillo <dnovillo@redhat.com>
12466
12467 * testsuite/libgomp.dg/appendix-a/a.15.1.c: New test.
12468 * testsuite/libgomp.dg/appendix-a/a.16.1.c: New test.
12469 * testsuite/libgomp.dg/appendix-a/a.18.1.c: New test.
12470 * testsuite/libgomp.dg/appendix-a/a.19.1.c: New test.
12471 * testsuite/libgomp.dg/appendix-a/a.2.1.c: New test.
12472 * testsuite/libgomp.dg/appendix-a/a.21.1.c: New test.
12473 * testsuite/libgomp.dg/appendix-a/a.26.1.c: New test.
12474 * testsuite/libgomp.dg/appendix-a/a.29.1.c: New test.
12475 * testsuite/libgomp.dg/appendix-a/a.3.1.c: New test.
12476 * testsuite/libgomp.dg/appendix-a/a.39.1.c: New test.
12477 * testsuite/libgomp.dg/appendix-a/a.4.1.c: New test.
12478 * testsuite/libgomp.dg/appendix-a/a.5.1.c: New test.
12479 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: New file.
12480
12481 2005-10-15 Jakub Jelinek <jakub@redhat.com>
12482
12483 * testsuite/libgomp.dg/vla-1.c: New test.
12484
12485 * testsuite/libgomp.fortran/reference2.f90: New test.
12486
12487 * testsuite/libgomp.fortran/character2.f90: Remove explicit
12488 declaration of omp_get_thread_num.
12489 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise. Add
12490 use omp_lib.
12491
12492 * testsuite/libgomp.fortran/reduction1.f90: New test.
12493 * testsuite/libgomp.fortran/reduction2.f90: New test.
12494 * testsuite/libgomp.fortran/reduction3.f90: New test.
12495 * testsuite/libgomp.fortran/reduction4.f90: New test.
12496
12497 2005-10-13 Richard Henderson <rth@redhat.com>
12498
12499 * Makefile.am (libgomp_la_SOURCES): Add bar.c.
12500 * Makefile.in: Regenerate.
12501 * barrier.c (GOMP_barrier): Use gomp_barrier_wait.
12502 * libgomp.h: Include bar.h.
12503 (struct gomp_barrier): Remove.
12504 (struct gomp_team): Add barrier. Replace master_barrier with
12505 master_release. Replace threads with ordered_release.
12506 (struct gomp_thread): Replace barrier with release.
12507 * ordered.c (gomp_ordered_first): Update for ordered_release change.
12508 (gomp_ordered_last, gomp_ordered_next, gomp_ordered_static_init,
12509 gomp_ordered_static_next, gomp_ordered_sync): Likewise.
12510 * single.c (GOMP_single_copy_start): Use gomp_barrier_wait.
12511 (GOMP_single_copy_end): Likewise.
12512 * team.c (gomp_threads_dock): New.
12513 (gomp_barrier_init, gomp_barrier_destroy): Remove.
12514 (gomp_thread_start): Use gomp_barrier_wait.
12515 (new_team, free_team): Update for gomp_team changes.
12516 (gomp_team_start): Use gomp_barrier_wait and gomp_barrier_reinit.
12517 (gomp_team_end): Use gomp_barrier_wait.
12518 (initialize_team): Update for gomp_thread changes.
12519 * work.c (gomp_work_share_end): Use gomp_barrier_wait_start.
12520 (gomp_work_share_end_nowait): Use atomic ops when available.
12521 * config/linux/bar.c, config/linux/bar.h: New files.
12522 * config/posix/bar.c, config/posix/bar.h: New files.
12523
12524 2005-10-13 Jakub Jelinek <jakub@redhat.com>
12525
12526 * single.c (GOMP_single_copy_end): Don't segfault if team is NULL.
12527 * testsuite/libgomp.dg/single-2.c: New test.
12528
12529 * testsuite/libgomp.dg/dg.exp (lang_library_path, lang_test_file,
12530 lang_link_flags): Unset, so that they aren't inherited from previously
12531 sourced *.exp.
12532
12533 * testsuite/libgomp.fortran/threadprivate1.f90: New test.
12534
12535 2005-10-12 Richard Henderson <rth@redhat.com>
12536
12537 * testsuite/lib/libgomp-dg.exp: Set blddir at toplevel.
12538 (libgomp_init): Use lang_test_file, lang_library_path, and
12539 lang_link_flags, set by the subdirectory files. Add -fopenmp here.
12540
12541 * testsuite/libgomp.fortran/fortran.exp (lang_library_path): New.
12542 (lang_test_file, lang_link_flags): New.
12543 (DEFAULT_FFLAGS, ALWAYS_CFLAGS, multilibs, blddir): Remove.
12544
12545 * testsuite/libgomp.c++/c++.exp, testsuite/libgomp.c++/loop-1.C,
12546 testsuite/libgomp.c++/loop-2.C, testsuite/libgomp.c++/loop-3.C,
12547 testsuite/libgomp.c++/loop-4.C, testsuite/libgomp.c++/nested-1.C,
12548 testsuite/libgomp.c++/parallel-1.C,
12549 testsuite/libgomp.c++/reduction-1.C,
12550 testsuite/libgomp.c++/reduction-2.C,
12551 testsuite/libgomp.c++/reduction-3.C,
12552 testsuite/libgomp.c++/sections-1.C, testsuite/libgomp.c++/shared-1.C,
12553 testsuite/libgomp.c++/shared-2.C, testsuite/libgomp.c++/single-1.C,
12554 testsuite/libgomp.c++/single-2.C, testsuite/libgomp.c++/single-3.C:
12555 New files, largely cribbed from the C testsuite.
12556
12557 2005-10-12 Jakub Jelinek <jakub@redhat.com>
12558
12559 * testsuite/libgomp.fortran/character1.f90: New test.
12560 * testsuite/libgomp.fortran/character2.f90: New test.
12561
12562 * testsuite/libgomp.dg/nested-1.c: New test.
12563 * testsuite/libgomp.dg/nested-2.c: New test.
12564 * testsuite/libgomp.fortran/do1.f90: New test.
12565 * testsuite/libgomp.fortran/do2.f90: New test.
12566
12567 * testsuite/libgomp.fortran/reference1.f90: New test.
12568
12569 2005-10-11 Jakub Jelinek <jakub@redhat.com>
12570
12571 * testsuite/libgomp.dg/reduction-1.c: New test.
12572 * testsuite/libgomp.dg/reduction-2.c: New test.
12573 * testsuite/libgomp.dg/reduction-3.c: New test.
12574
12575 2005-10-10 Jakub Jelinek <jakub@redhat.com>
12576
12577 * testsuite/libgomp.dg/atomic-1.c: New test.
12578 * testsuite/libgomp.dg/atomic-2.c: New test.
12579
12580 2005-10-09 Richard Henderson <rth@redhat.com>
12581
12582 * critical.c (atomic_lock): New.
12583 (initialize_critical): Initialize it.
12584 (GOMP_atomic_start, GOMP_atomic_end): New.
12585 * libgomp.map: Export them.
12586 * libgomp_g.h: Declare them.
12587
12588 * testsuite/libgomp.dg/atomic-10.c: Move from gcc testsuite.
12589
12590 2005-10-02 Richard Henderson <rth@redhat.com>
12591
12592 * configure.ac: Move save_CFLAGS hack earlier. Append -Wall/-Werror
12593 to XCFLAGS instead of CFLAGS.
12594
12595 2005-09-30 Richard Henderson <rth@redhat.com>
12596
12597 * configure.ac: Determine whether -pthread or -lpthread is needed.
12598 * Makefile.am (libgomp_la_LDFLAGS): Remove explicit -lpthread.
12599 * Makefile.in, configure: Rebuild.
12600
12601 2005-09-28 Richard Henderson <rth@redhat.com>
12602
12603 * testsuite/libgomp.dg/omp-loop03.c: Fix return code.
12604 * testsuite/libgomp.dg/omp-single-3.c: New test.
12605
12606 2005-09-28 Diego Novillo <dnovillo@redhat.com>
12607
12608 * testsuite/libgomp.dg/omp-single-2.c: New test.
12609 * testsuite/libgomp.dg/shared-2.c: Fix return code.
12610
12611 2005-09-27 Richard Henderson <rth@redhat.com>
12612
12613 * testsuite/libgomp.dg/omp-loop03.c: Add initial barrier.
12614 * testsuite/libgomp.dg/omp-parallel-for.c: Specify static schedule.
12615
12616 2005-09-27 Jakub Jelinek <jakub@redhat.com>
12617
12618 * testsuite/libgomp.dg/omp-loop03.c: New test.
12619
12620 2005-09-27 Diego Novillo <dnovillo@redhat.com>
12621
12622 * testsuite/libgomp.dg/omp-parallel-for.c: New test.
12623
12624 2005-09-27 Diego Novillo <dnovillo@redhat.com>
12625
12626 * testsuite/libgomp.dg/omp-single-1.c: New test.
12627 * testsuite/libgomp.dg/shared-1.c: Return 0.
12628 Add prototype for abort.
12629 * testsuite/libgomp.dg/shared-2.c: Likewise.
12630
12631 2005-09-26 Jakub Jelinek <jakub@redhat.com>
12632
12633 * testsuite/libgomp.fortran/omp_parse3.f90: Fix non-conforming
12634 constructs.
12635
12636 2005-09-26 Diego Novillo <dnovillo@redhat.com>
12637
12638 * testsuite/libgomp.dg/shared-1.c: New test.
12639 * testsuite/libgomp.dg/shared-2.c: New test.
12640
12641 2005-09-24 Richard Henderson <rth@redhat.com>
12642
12643 * testsuite/libgomp.dg/omp_workshare3.c: Mark dg-error.
12644
12645 2005-09-24 Richard Henderson <rth@redhat.com>
12646
12647 * iter.c (gomp_iter_static_next): Round up when computing number
12648 of iterations. Don't bother distributing a remainder equally.
12649
12650 * testsuite/libgomp.dg/omp-loop01.c (main1): Rename from main.
12651 Don't call srand. Zero b before testing.
12652 (main): New.
12653
12654 2005-09-24 Jakub Jelinek <jakub@redhat.com>
12655
12656 * testsuite/libgomp.fortran/omp_atomic1.f90: New test.
12657 * testsuite/libgomp.fortran/omp_atomic2.f90: New test.
12658
12659 2005-09-23 Jakub Jelinek <jakub@redhat.com>
12660
12661 * testsuite/libgomp.fortran/omp_parse1.f90: Add a test for !$omp do
12662 without !$omp end do, followed immediately by subroutine end.
12663
12664 2005-09-23 Diego Novillo <dnovillo@redhat.com>
12665
12666 * testsuite/libgomp.dg/omp-parallel-if.c: New test.
12667
12668 2005-09-22 Richard Henderson <rth@redhat.com>
12669
12670 * critical.c (GOMP_critical_name_start): Change argument to void**.
12671 Reuse the pointer space if the mutex fits.
12672 (GOMP_critical_name_end): Likewise.
12673 (initialize_critical): Don't define if GOMP_MUTEX_INIT_0.
12674 * libgomp_g.h (GOMP_critical_name_start): Update decl.
12675 (GOMP_critical_name_end): Likewise.
12676 * config/linux/mutex.h (GOMP_MUTEX_INIT_0): New.
12677 * config/posix/mutex.h (GOMP_MUTEX_INIT_0): New.
12678
12679 2005-09-20 Richard Henderson <rth@redhat.com>
12680
12681 * critical.c (GOMP_critical_name_start, GOMP_critical_name_end): New.
12682 (create_lock_lock): New.
12683 (initialize_critical): Initialize it.
12684 * libgomp.map (GOMP_critical_name_start, GOMP_critical_name_end): New.
12685 * libgomp_g.h (GOMP_ordered_start, GOMP_ordered_end): Declare.
12686
12687 2005-09-20 Diego Novillo <dnovillo@redhat.com>
12688
12689 * testsuite/libgom.dg/omp-loop01.c: Include stdio.h.
12690
12691 2005-09-20 Diego Novillo <dnovillo@redhat.com>
12692
12693 * testsuite/libgomp.dg/omp-loop01.c: New test.
12694 * testsuite/libgomp.dg/omp-loop02.c: New test.
12695
12696 2005-09-20 Jakub Jelinek <jakub@redhat.com>
12697
12698 * configure.ac (AC_PROG_FC): Add.
12699 (USE_FORTRAN): New automake conditional.
12700 * configure: Rebuilt.
12701 * Makefile.am (libgomp_la_SOURCES): Add fortran.c.
12702 (nodist_include_HEADERS): Add omp_lib.h, omp_lib.f90 and libgomp_f.h.
12703 If USE_FORTRAN, add also omp_lib.mod and omp_lib_kinds.mod.
12704 Add rules to build them.
12705 * Makefile.in: Rebuilt.
12706 * mkomp_h.pl: Compute and replace also OMP_LOCK_KIND and
12707 OMP_NEST_LOCK_KIND.
12708 * libgomp.map: Add Fortran wrappers.
12709 * libgomp_f.h.in: New file.
12710 * omp_lib.h.in: New file.
12711 * omp_lib.f90.in: New file.
12712 * fortran.c: New file.
12713 * testsuite/lib/libgomp-dg.exp: Load a few more .exp files.
12714 Append libgfortran directory to LD_LIBRARY_PATH if it exists.
12715 Add -Lpath_to_libgfortran and -lgfortran -lgfortranbegin if
12716 libgfortran has been built.
12717 * testsuite/libgomp.fortran/fortran.exp: New file.
12718 * testsuite/libgomp.fortran/omp_cond1.f: New test.
12719 * testsuite/libgomp.fortran/omp_cond2.f: New test.
12720 * testsuite/libgomp.fortran/omp_cond3.F90: New test.
12721 * testsuite/libgomp.fortran/omp_cond4.F90: New test.
12722 * testsuite/libgomp.fortran/omp_hello.f: New test.
12723 * testsuite/libgomp.fortran/omp_orphan.f: New test.
12724 * testsuite/libgomp.fortran/omp_parse1.f90: New test.
12725 * testsuite/libgomp.fortran/omp_parse2.f90: New test.
12726 * testsuite/libgomp.fortran/omp_parse3.f90: New test.
12727 * testsuite/libgomp.fortran/omp_parse4.f90: New test.
12728 * testsuite/libgomp.fortran/omp_reduction.f: New test.
12729 * testsuite/libgomp.fortran/omp_workshare1.f: New test.
12730 * testsuite/libgomp.fortran/omp_workshare2.f: New test.
12731
12732 2005-08-30 Richard Henderson <rth@redhat.com>
12733
12734 * loop.c (GOMP_loop_static_start): Provide fallback wrapper
12735 function for when aliases are not usable.
12736 (GOMP_loop_dynamic_start, GOMP_loop_guided_start,
12737 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
12738 GOMP_loop_ordered_guided_start, GOMP_loop_static_next,
12739 GOMP_loop_dynamic_next, GOMP_loop_guided_next,
12740 GOMP_loop_ordered_static_next, GOMP_loop_ordered_dynamic_next,
12741 GOMP_loop_ordered_guided_next): Likewise.
12742 * ordered.c (GOMP_ordered_start): Likewise.
12743
12744 2005-08-01 Diego Novillo <dnovillo@redhat.com>
12745
12746 * testsuite/libgomp.dg/dg.exp: Use -O2 for now.
12747 * testsuite/libgomp.dg/omp_hello.c: Fix return code
12748 * testsuite/libgomp.dg/omp_matvec.c: Likewise.
12749 * testsuite/libgomp.dg/omp_orphan.c: Likewise
12750 * testsuite/libgomp.dg/omp_reduction.c: Likewise
12751 * testsuite/libgomp.dg/omp_workshare1.c: Likewise
12752 * testsuite/libgomp.dg/omp_workshare2.c: Likewise
12753 * testsuite/libgomp.dg/omp_workshare3.c: Likewise
12754 * testsuite/libgomp.dg/omp_workshare4.c: Likewise
12755
12756 2005-07-07 Eric Christopher <echristo@redhat.com>
12757 Diego Novillo <dnovillo@redhat.com>
12758
12759 * testsuite/libgomp.dg/dg.exp: Add -fopenmp to DEFAULT_CFLAGS.
12760 * testsuite/libgomp.dg/omp_hello.c: Add standard includes, fix
12761 up code.
12762 * testsuite/libgomp.dg/omp_matvec.c: Ditto.
12763 * testsuite/libgomp.dg/omp_orphan.c: Ditto.
12764 * testsuite/libgomp.dg/omp_reduction.c: Ditto.
12765 * testsuite/libgomp.dg/omp_workshare1.c: Ditto.
12766 * testsuite/libgomp.dg/omp_workshare2.c: Ditto.
12767 * testsuite/libgomp.dg/omp_workshare3.c: Ditto.
12768 * testsuite/libgomp.dg/omp_workshare4.c: Ditto.
12769
12770 2005-06-13 Diego Novillo <dnovillo@redhat.com>
12771
12772 * TOPLEVEL.patch: Remove.
12773
12774 2005-05-16 Richard Henderson <rth@redhat.com>
12775
12776 * configure.ac: Test for clock_gettime.
12777 * config.h.in, configure: Rebuild.
12778 * config/posix/time.c: Use recommended TIME_WITH_SYS_TIME pattern.
12779 (omp_get_wtime): Use clock_gettime if available.
12780 (omp_get_wtick): Use clock_getres if available.
12781
12782 2005-05-11 Richard Henderson <rth@redhat.com>
12783
12784 * config/linux/ia64/futex.h: New file.
12785 * configure.tgt: Use it.
12786
12787 * team.c (gomp_barrier_init, gomp_barrier_destroy): Mark inline.
12788
12789 2005-05-07 Richard Henderson <rth@redhat.com>
12790
12791 * config/linux/powerpc/futex.h: New file.
12792 * configure.tgt: Use it.
12793
12794 * config/linux/i486/futex.h: Merge ...
12795 * config/linux/x86_64/futex.h: ... into ...
12796 * config/linux/x86/futex.h: ... here.
12797 * configure.tgt: Update to match.
12798
12799 2005-05-06 Richard Henderson <rth@redhat.com>
12800
12801 * config/linux/alpha/futex.h: Conditionally define SYS_futex.
12802 * config/linux/i486/futex.h: Likewise.
12803 * config/linux/x86_64/futex.h: Likewise.
12804
12805 * config/linux/lock.c: New file.
12806 * config/linux/omp-lock.h: New file.
12807
12808 * critical.c, env.h: Don't include omp.h
12809 * config/posix/lock.c: Include libgomp.h instead of omp.h.
12810 * config/posix/time.c: Likewise.
12811 * config/posix/omp-lock.h: New file.
12812 * libgomp.h: Include omp-lock.h and omp.h.
12813 * Makefile.am (nodist_include_HEADERS): New.
12814 (omp.h): New rule.
12815 * configure.ac (PERL): New.
12816 * mkomp_h.pl: New file.
12817 * omp.h.in: Rename from omp.h; replace omp_lock_t and omp_nest_lock_t
12818 with templates.
12819 * Makefile.in, configure, testsuite/Makefile.in: Rebuild.
12820
12821 * testsuite/lib/libgomp-dg.exp (libgomp_init): Add include into
12822 build directory. Re-add -march=i486 hack.
12823
12824 * testsuite/lib/libgomp-dg.exp (libgomp_compile_flags): Remove.
12825 (libgomp_link_flags): Remove.
12826 (libgomp_initialized): Remove.
12827 (libgomp_init): Don't protect from reinitialization. Copy code
12828 from libstdc++ for getting the multilib set correctly.
12829
12830 2005-05-05 Richard Henderson <rth@redhat.com>
12831
12832 * config/linux/alpha/futex.h: New file.
12833 * configure.tgt (alpha*-*-linux*): Use it.
12834
12835 * config/posix/mutex.c: New file.
12836 * config/posix/sem.c: Use libgomp.h.
12837
12838 * configure.tgt (x86_64-linux): Also test CC for -m32.
12839 * config/linux/x86_64/futex.h (futex_wait): Fix r10 usage.
12840
12841 * testsuite/lib/libgomp-dg.exp (libgomp_link_flags): Add /
12842 after $gccpath.
12843
12844 * Makefile.am (SUBDIRS): New.
12845 (libgomp_la_LDFLAGS): Add -lpthread.
12846 * configure.ac (AM_INIT_AUTOMAKE): Enable dependencies.
12847 * Makefile.in, aclocal.m4, config.h.in, configure: Rebuild.
12848
12849 * libgomp_g.h: New file.
12850 * libgomp.h: Split out all public declarations to libgomp_g.h.
12851 Use pragma GCC visibility instead of ATTRIBUTE_HIDDEN.
12852 * config/linux/mutex.h: Remove ATTRIBUTE_HIDDEN.
12853 * config/linux/sem.h: Likewise.
12854 * config/posix/sem.h: Likewise.
12855
12856 * Makefile.am (AM_LDFLAGS): New.
12857 (libgomp_version_script): Split out from ...
12858 (libgomp_la_LDFLAGS): ... here.
12859 (libgomp_version_info): New.
12860 * acinclude.m4 (LIBGOMP_CHECK_TLS): Use LIBGOMP_ENABLE.
12861 (LIBGOMP_ENABLE): New.
12862 (LIBGOMP_CHECK_LINKER_FEATURES): New.
12863 (LIBGOMP_ENABLE_SYMVERS): New.
12864 * configure.ac (AC_INIT): Version 1.0.
12865 (enable-version-specific-runtime-libs): Use LIBGOMP_ENABLE.
12866 (enable-linux-futex): Likewise. Rename from enable-futex.
12867 (libtool_VERSION): New.
12868 (LIBGOMP_ENABLE_SYMVERS): Use it.
12869 * configure.tgt: Check with_gnu_ld wrt have_tls optimizations.
12870 * Makefile.in, aclocal.m4, configure: Rebuild.
12871
12872 * config/linux/mutex.c: Include libgomp.h instead of mutex.h.
12873 (gomp_mutex_unlock_slow): Fix typo.
12874 * config/linux/sem.c: Similarly.
12875 (gomp_sem_post_slow): Fix typo.
12876 * config/linux/sem.h (gomp_sem_post_slow): Fix typo.
12877 * config/linux/i486/futex.h: Remove USE_LINUX_SYSENTER code.
12878 [__PIC__] (sys_futex0): Don't use tmp output in asm.
12879
12880 * Makefile.am (AM_CFLAGS): Expand with XCFLAGS.
12881 (libgomp_la_LDFLAGS): Add top_srcdir to path.
12882 * acinclude.m4: Copy libtool.m4 stuff from libgfortran.
12883 * configure.ac: Check for getloadavg. Substitute XCFLAGS and
12884 XLDFLAGS. Add XCFLAGS to CFLAGS around LIBGOMP_CHECK_SYNC_BUILTINS.
12885 * configure.tgt: Set XCFLAGS and XLDFLAGS instead of CFLAGS and
12886 LDFLAGS. Pull enable_futex check to top-level.
12887 * libgomp.h: Fix sem.h and mutex.h includes. Define ATTRIBUTE_HIDDEN.
12888 * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
12889
12890 First attempt at real configury.
12891 * Makefile, config.h: Remove file.
12892 * Makefile.am, Makefile.in: New file.
12893 * acinclude.m4 aclocal.m4: New file.
12894 * configure.ac, configure.tgt, configure: New file.
12895
12896 * config/posix/lock.c: Rename from sys-lock.c.
12897 * config/posix/mutex.h: Rename from sys-mutex.h.
12898 * config/posix/sem.c: Rename from sys-sem.c.
12899 * config/posix/sem.h: Rename from sys-sem.h.
12900 * config/posix/proc.c: Rename from sys-proc.c.
12901 * config/posix/time.c: Rename from sys-proc.c.
12902
12903 * config/linux/mutex.c: New file.
12904 * config/linux/mutex.h: New file.
12905 * config/linux/sem.c: New file.
12906 * config/linux/sem.h: New file.
12907 * config/linux/i486/futex.h: New file.
12908 * config/linux/x86_64/futex.h: New file.
12909
12910 2005-05-04 Richard Henderson <rth@redhat.com>
12911
12912 * iter.c (gomp_iter_dynamic_next, gomp_iter_guided_next): New.
12913 * libgomp.h: Declare them.
12914 * loop.c (gomp_loop_dynamic_start, gomp_loop_guided_start,
12915 gomp_loop_dynamic_next, gomp_loop_guided_next): Use them.
12916
12917 2005-05-04 Richard Henderson <rth@redhat.com>
12918
12919 * libgomp-1 code drop
12920
12921 2005-05-04 Richard Henderson <rth@redhat.com>
12922
12923 * iter.c (gomp_iter_static_next): Return tri-state on 0.
12924 * ordered.c (gomp_ordered_static_next): Remove not_last argument.
12925 * libgomp.h (struct gomp_team_state): Make static_trip unsigned.
12926 (gomp_iter_static_next): Update.
12927 (gomp_ordered_static_next): Update.
12928 * loop.c (gomp_loop_static_start): Update for gomp_iter_static_next.
12929 (gomp_loop_ordered_static_start): Likewise. Exit early for a
12930 totally empty range.
12931 (gomp_loop_ordered_static_next): Refine test for calling
12932 gomp_ordered_static_next.
12933 * testsuite/ordered-1.c: Add case for more threads than iterations.
12934
12935 * iter.c (gomp_iter_runtime_next_locked): Remove.
12936 * loop.c (gomp_loop_static_start, gomp_loop_dynamic_start,
12937 gomp_loop_guided_start, gomp_loop_ordered_static_start,
12938 gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start,
12939 gomp_loop_static_next, gomp_loop_dynamic_next, gomp_loop_guided_next,
12940 gomp_loop_ordered_static_next, gomp_loop_ordered_dynamic_next,
12941 gomp_loop_ordered_guided_next): Downcase name, make static, add
12942 an external alias with the old name.
12943 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start,
12944 GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Use a
12945 switch and call one of the above static functions.
12946 * libgomp.h: Update.
12947
12948 * work.c (gomp_work_share_start): Lock the mutex for !first too.
12949 * loop.c (GOMP_loop_static_start, GOMP_loop_dynamic_start,
12950 GOMP_loop_guided_start, GOMP_loop_runtime_start,
12951 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
12952 GOMP_loop_ordered_guided_start): Update to match.
12953 * sections.c (GOMP_sections_start): Likewise.
12954 * single.c (GOMP_single_start, GOMP_single_copy_start): Likewise.
12955
12956 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
12957 gomp_ordered_static_init, gomp_ordered_static_next): Rename s/_loop//.
12958 Use bounds check instead of modulus.
12959 (gomp_ordered_sync): Split out of GOMP_ordered_start.
12960 (gomp_ordered_last): Don't sync with ordered_owner here.
12961 (gomp_ordered_next): Likewise.
12962 (gomp_ordered_static_loop_next): Likewise.
12963 * loop.c, libgomp.h: Update to match.
12964
12965 * libgomp.h (GOMP_barrier): Declare.
12966
12967 * testsuite/barrier-1.c: New file.
12968 * testsuite/critical-1.c: New file.
12969 * testsuite/ordered-2.c: New file.
12970 * testsuite/ordered-1.c: New file.
12971 * testsuite/sections-1.c: New file.
12972 * testsuite/single-1.c: New file.
12973 * testsuite/Makefile (TESTS): Add them.
12974
12975 2005-05-04 Richard Henderson <rth@redhat.com>
12976
12977 * libgomp.h (struct gomp_work_share): Add ordered_owner.
12978 * loop.c (GOMP_loop_static_start): If not the startup thread,
12979 acquire the mutex to wait for initialization complete.
12980 (GOMP_loop_ordered_static_start): Likewise.
12981 (GOMP_loop_ordered_runtime_start): Likewise.
12982 (GOMP_loop_ordered_static_first): Remove.
12983 (GOMP_loop_ordered_dynamic_first): Remove.
12984 (GOMP_loop_ordered_guided_first): Remove.
12985 (GOMP_loop_ordered_runtime_first): Remove.
12986 * ordered.c (gomp_ordered_loop_first): Post to own release when
12987 we're the first thread.
12988 (gomp_ordered_loop_last): Wait on release if not owner.
12989 (gomp_ordered_loop_next): Likewise.
12990 (gomp_ordered_static_loop_init): New.
12991 (gomp_ordered_static_loop_next): Use ordered_owner.
12992 (GOMP_ordered_start): Likewise.
12993 * work.c (gomp_new_work_share): Initialize ordered_owner.
12994
12995 2005-05-03 Richard Henderson <rth@redhat.com>
12996
12997 * Makefile (OPT): New.
12998 (CFLAGS): Use it.
12999
13000 * loop.c (GOMP_loop_end, GOMP_loop_end_nowait): New.
13001 * sections.c (GOMP_sections_end, GOMP_sections_end_nowait): New.
13002 * libgomp.h, libgomp.map, NOTES: Update to match.
13003
13004 * team.c (struct gomp_thread_start_data): Remove ts, fn, data.
13005 Add initialized and thr members.
13006 (gomp_thread_start): Pause when initially spawned to wait for
13007 the whole team to be created.
13008 (gomp_team_start): Release team members at the end.
13009
13010 * testsuite/loop-1.c (N): New. Use it instead of hardcoded 100.
13011 (f_foo_1): Use GOMP_loop_end.
13012 (f_foo_2): Use GOMP_loop_end_nowait.
13013
13014 * testsuite/loop-2.c: New file.
13015 * testsuite/Makefile (TESTS): Add it.
13016
13017 2005-05-03 Richard Henderson <rth@redhat.com>
13018
13019 * iter.c (gomp_iter_static_next): Fix overflow check typo.
13020 (gomp_iter_dynamic_next_locked): Fix overflow check thinko.
13021 * team.c (new_team): Initialize oldest_live_gen to 1 if no
13022 initial work_share.
13023
13024 * testsuite/Makefile: New file.
13025 * testsuite/loop-1.c: New file.
13026
13027 2005-05-03 Richard Henderson <rth@redhat.com>
13028
13029 Initial implementation and checkin.
13030 \f
13031 Copyright (C) 2005-2020 Free Software Foundation, Inc.
13032
13033 Copying and distribution of this file, with or without modification,
13034 are permitted in any medium without royalty provided the copyright
13035 notice and this notice are preserved.