]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/ChangeLog
Skip plugin-{gcn,hsa} for (-m)x32 (PR bootstrap/93409)
[thirdparty/gcc.git] / libgomp / ChangeLog
1 2020-01-29 Tobias Burnus <tobias@codesourcery.com>
2
3 PR bootstrap/93409
4 * plugin/configfrag.ac (enable_offload_targets): Skip
5 HSA and GCN plugin besides -m32 also for -mx32.
6 * configure: Regenerate.
7
8 2020-01-29 Frederik Harwath <frederik@codesourcery.com>
9
10 * oacc-init.c (name_of_acc_device_t): Handle acc_device_radeon.
11
12 2020-01-29 Frederik Harwath <frederik@codesourcery.com>
13
14 * plugin-gcn.c (struct agent_info): Add fields "name" and
15 "vendor_name" ...
16 (GOMP_OFFLOAD_init_device): ... and init from here.
17 (struct hsa_context_info): Add field "driver_version_s" ...
18 (init_hsa_contest): ... and init from here.
19 (GOMP_OFFLOAD_openacc_get_property): Replace stub with a proper
20 implementation.
21 * testsuite/libgomp.oacc-c-c++-common/acc_get_property.c:
22 Enable test execution for amdgcn and host offloading targets.
23 * testsuite/libgomp.oacc-fortran/acc_get_property.f90: Likewise.
24 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c
25 (expect_device_properties): Split function into ...
26 (expect_device_string_properties): ... this new function ...
27 (expect_device_memory): ... and this new function.
28 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-gcn.c:
29 Add test.
30
31 2020-01-28 Julian Brown <julian@codesourcery.com>
32
33 * testsuite/libgomp.oacc-fortran/deep-copy-2.f90: Remove test from here.
34 * testsuite/libgomp.oacc-fortran/deep-copy-3.f90: Don't use mixed
35 component/non-component variable refs in a single directive.
36 * testsuite/libgomp.oacc-fortran/classtypes-1.f95: Likewise.
37
38 2020-01-24 Maciej W. Rozycki <macro@wdc.com>
39
40 * configure.ac: Handle `--with-toolexeclibdir='.
41 * Makefile.in: Regenerate.
42 * aclocal.m4: Regenerate.
43 * configure: Regenerate.
44 * testsuite/Makefile.in: Regenerate.
45
46 2020-01-24 Frederik Harwath <frederik@codesourcery.com>
47
48 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c
49 (expect_device_properties): Remove "expected_free_mem" argument,
50 change "expected_total_mem" argument type to size_t;
51 change types of acc_get_property results to size_t,
52 adapt format strings.
53 * testsuite/libgomp.oacc-c-c++-common/acc_get_property.c:
54 Use %zu instead of %zd to print size_t values.
55 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c: Adapt and
56 rename to ...
57 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-nvptx.c: ... this.
58 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c: Adapt and
59 rename to ...
60 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-host.c: ... this.
61
62 2020-01-23 Andrew Stubbs <ams@codesourcery.com>
63
64 * plugin/plugin-gcn.c (parse_target_attributes): Use correct mask for
65 the device id.
66
67 2020-01-20 Andrew Stubbs <ams@codesourcery.com>
68
69 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Skip test on gcn.
70 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c (main):
71 Adjust test dimensions for amdgcn.
72 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c (main): Adjust
73 gang/worker/vector expectations dynamically.
74 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c
75 (main): Likewise.
76 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c (main): Likewise.
77 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c (main): Likewise.
78 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c (main): Likewise.
79 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c (main): Likewise.
80 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c (main): Likewise.
81 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c (main): Likewise.
82 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c (main): Likewise.
83 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c (main): Likewise.
84 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c
85 (acc_gang): Recognise acc_device_radeon.
86 (acc_worker): Likewise.
87 (acc_vector): Likewise.
88 (main): Set expectations for amdgcn.
89 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c
90 (main): Adjust gang/worker/vector expectations dynamically.
91 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c (main): Likewise.
92 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c (main): Likewise.
93 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c (main): Likewise.
94 * testsuite/libgomp.oacc-c-c++-common/routine-wv-2.c: Set expectations
95 for amdgcn.
96
97 2020-01-17 Andrew Stubbs <ams@codesourcery.com>
98
99 * config/accel/openacc.f90 (openacc_kinds): Rename acc_device_gcn to
100 acc_device_radeon.
101 (openacc): Likewise.
102 * openacc.f90 (openacc_kinds): Likewise.
103 (openacc): Likewise.
104 * openacc.h (acc_device_t): Likewise.
105 * openacc_lib.h: Likewise.
106 * testsuite/lib/libgomp.exp
107 (check_effective_target_openacc_amdgcn_accel_present): Likewise.
108 * testsuite/libgomp.oacc-c-c++-common/acc_prof-init-1.c
109 (cb_compute_construct_end): Likewise.
110 * testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c
111 (cb_enqueue_launch_start): Likewise.
112 * testsuite/libgomp.oacc-c-c++-common/acc_prof-parallel-1.c
113 (cb_enter_data_end): Likewise.
114 (cb_exit_data_start): Likewise.
115 (cb_exit_data_end): Likewise.
116 (cb_compute_construct_end): Likewise.
117 (cb_enqueue_launch_start): Likewise.
118 (cb_enqueue_launch_end): Likewise.
119 * testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c
120 (main): Likewise.
121
122 2020-01-10 Thomas Schwinge <thomas@codesourcery.com>
123
124 * libgomp-plugin.h (enum goacc_property): New. Adjust all users
125 to use this instead of 'enum gomp_device_property'.
126 (GOMP_OFFLOAD_get_property): Rename to...
127 (GOMP_OFFLOAD_openacc_get_property): ... this. Adjust all users.
128 * libgomp.h (struct gomp_device_descr): Move
129 'GOMP_OFFLOAD_openacc_get_property'...
130 (struct acc_dispatch_t): ... here. Adjust all users.
131 * plugin/plugin-hsa.c (GOMP_OFFLOAD_get_property): Remove.
132
133 * target.c (gomp_map_vars_internal)
134 <GOMP_MAP_USE_DEVICE_PTR_IF_PRESENT>: Clean up/elaborate code
135 paths.
136
137 2020-01-10 Jakub Jelinek <jakub@redhat.com>
138
139 PR libgomp/93219
140 * libgomp.h (gomp_print_string): Change return type from void to int.
141 * affinity-fmt.c (gomp_print_string): Likewise. Return true if
142 not all characters have been written.
143
144 2020-01-08 Tobias Burnus <tobias@codesourcery.com>
145
146 * libgomp.texi: Fix typos, use https.
147
148 2020-01-03 Tobias Burnus <tobias@codesourcery.com>
149
150 * testsuite/libgomp.fortran/optional-map.f90: Add test for
151 unallocated/disassociated actual arguments to nonallocatable/nonpointer
152 dummy arguments; those are/shall be regarded as absent arguments.
153 * testsuite/libgomp.fortran/use_device_ptr-optional-2.f90: Ditto.
154 * testsuite/libgomp.fortran/use_device_ptr-optional-3.f90: New.
155
156 2020-01-01 Jakub Jelinek <jakub@redhat.com>
157
158 Update copyright years.
159
160 * libgomp.texi: Bump @copying's copyright year.
161
162 2019-12-31 Ayush Mittal <ayush.m@samsung.com>
163
164 PR libgomp/93065
165 * oacc-init.c (goacc_runtime_deinitialize): New function.
166
167 2019-12-28 Jakub Jelinek <jakub@redhat.com>
168
169 PR bootstrap/93074
170 * plugin/cuda/cuda.h (cuDeviceGetName, cuDriverGetVersion): Declare.
171 (cuDeviceTotalMem, cuMemGetInfo): Likewise. Define to *_v2.
172
173 2019-12-22 Maciej W. Rozycki <macro@codesourcery.com>
174 Frederik Harwath <frederik@codesourcery.com>
175 Thomas Schwinge <tschwinge@codesourcery.com>
176
177 * libgomp.h (gomp_device_descr): Add `get_property_func' member.
178 * libgomp-plugin.h (gomp_device_property_value): New union.
179 (gomp_device_property_value): New prototype.
180 * openacc.h (acc_device_t): Add `acc_device_current' enumeration
181 constant.
182 (acc_device_property_t): New enum.
183 (acc_get_property, acc_get_property_string): New prototypes.
184 * oacc-init.c (acc_get_device_type): Also assert that result
185 is not `acc_device_current'.
186 (get_property_any, acc_get_property, acc_get_property_string):
187 New functions.
188 * openacc.f90 (openacc_kinds): Add `acc_device_current' and
189 `acc_property_memory', `acc_property_free_memory',
190 `acc_property_name', `acc_property_vendor' and
191 `acc_property_driver' constants. Add `acc_device_property' data
192 type.
193 (openacc_internal): Add `acc_get_property' and
194 `acc_get_property_string' interfaces. Add `acc_get_property_h',
195 `acc_get_property_string_h', `acc_get_property_l' and
196 `acc_get_property_string_l'.
197 * oacc-host.c (host_get_property): New function.
198 (host_dispatch): Wire it.
199 * target.c (gomp_load_plugin_for_device): Handle `get_property'.
200 * libgomp.map (OACC_2.6): Add `acc_get_property', `acc_get_property_h_',
201 `acc_get_property_string' and `acc_get_property_string_h_' symbols.
202 * libgomp.texi (OpenACC Runtime Library Routines): Add
203 `acc_get_property'.
204 (acc_get_property): New node.
205 * plugin/plugin-gcn.c (GOMP_OFFLOAD_get_property): New
206 function (stub).
207 * plugin/plugin-hsa.c (GOMP_OFFLOAD_get_property): New function.
208 * plugin/plugin-nvptx.c (CUDA_CALLS): Add `cuDeviceGetName',
209 `cuDeviceTotalMem', `cuDriverGetVersion' and `cuMemGetInfo'
210 calls.
211 (GOMP_OFFLOAD_get_property): New function.
212 (struct ptx_device): Add new field "name".
213 (cuda_driver_version_s): Add new static variable ...
214 (nvptx_init): ... and init from here.
215
216 * testsuite/libgomp.oacc-c-c++-common/acc_get_property.c: New test.
217 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c: New test.
218 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c: New test.
219 * testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c: New file
220 with test helper functions.
221
222 * testsuite/libgomp.oacc-fortran/acc_get_property.f90: New test.
223
224 2019-12-22 Maciej W. Rozycki <macro@wdc.com>
225
226 * testsuite/libgomp-test-support.exp.in (GCC_UNDER_TEST): New
227 variable.
228
229 2019-12-21 Thomas Schwinge <thomas@codesourcery.com>
230
231 * target.c (gomp_map_vars_internal): Restore 'omp declare target
232 link' handling.
233
234 2019-12-19 Julian Brown <julian@codesourcery.com>
235
236 * testsuite/libgomp.oacc-fortran/class-ptr-param.f95: New test.
237 * testsuite/libgomp.oacc-fortran/classtypes-1.f95: New test.
238 * testsuite/libgomp.oacc-fortran/classtypes-2.f95: New test.
239
240 2019-12-19 Julian Brown <julian@codesourcery.com>
241 Cesar Philippidis <cesar@codesourcery.com>
242
243 * testsuite/libgomp.oacc-fortran/deep-copy-1.f90: New test.
244 * testsuite/libgomp.oacc-fortran/deep-copy-2.f90: New test.
245 * testsuite/libgomp.oacc-fortran/deep-copy-3.f90: New test.
246 * testsuite/libgomp.oacc-fortran/deep-copy-4.f90: New test.
247 * testsuite/libgomp.oacc-fortran/deep-copy-5.f90: New test.
248 * testsuite/libgomp.oacc-fortran/deep-copy-6.f90: New test.
249 * testsuite/libgomp.oacc-fortran/deep-copy-7.f90: New test.
250 * testsuite/libgomp.oacc-fortran/deep-copy-8.f90: New test.
251 * testsuite/libgomp.oacc-fortran/derived-type-1.f90: New test.
252 * testsuite/libgomp.oacc-fortran/derivedtype-1.f95: New test.
253 * testsuite/libgomp.oacc-fortran/derivedtype-2.f95: New test.
254 * testsuite/libgomp.oacc-fortran/multidim-slice.f95: New test.
255 * testsuite/libgomp.oacc-fortran/update-2.f90: New test.
256
257 2019-12-19 Julian Brown <julian@codesourcery.com>
258
259 * testsuite/libgomp.oacc-c-c++-common/deep-copy-1.c: New test.
260 * testsuite/libgomp.oacc-c-c++-common/deep-copy-2.c: New test.
261 * testsuite/libgomp.oacc-c-c++-common/deep-copy-4.c: New test.
262 * testsuite/libgomp.oacc-c-c++-common/deep-copy-6.c: New test.
263 * testsuite/libgomp.oacc-c-c++-common/deep-copy-7.c: New test.
264 * testsuite/libgomp.oacc-c-c++-common/deep-copy-8.c: New test.
265 * testsuite/libgomp.oacc-c-c++-common/deep-copy-9.c: New test.
266 * testsuite/libgomp.oacc-c-c++-common/deep-copy-10.c: New test.
267 * testsuite/libgomp.oacc-c-c++-common/deep-copy-11.c: New test.
268 * testsuite/libgomp.oacc-c-c++-common/deep-copy-14.c: New test.
269 * testsuite/libgomp.oacc-c++/deep-copy-12.C: New test.
270 * testsuite/libgomp.oacc-c++/deep-copy-13.C: New test.
271
272 2019-12-19 Julian Brown <julian@codesourcery.com>
273
274 * libgomp.h (struct target_var_desc): Add do_detach flag.
275 * oacc-init.c (acc_shutdown_1): Free aux block if present.
276 * oacc-mem.c (find_group_last): Add SIZES parameter. Support
277 struct components. Tidy up and add some new checks.
278 (goacc_enter_data_internal): Update call to find_group_last.
279 (goacc_exit_data_internal): Support detach operations and
280 GOMP_MAP_STRUCT.
281 (GOACC_enter_exit_data): Handle initial GOMP_MAP_STRUCT or
282 GOMP_MAP_FORCE_PRESENT in finalization detection code. Handle
283 attach/detach in enter/exit data detection code.
284 * target.c (gomp_map_vars_existing): Initialise do_detach field of
285 tgt_var_desc.
286 (gomp_map_vars_internal): Support attach.
287 (gomp_unmap_vars_internal): Support detach.
288
289 2019-12-19 Julian Brown <julian@codesourcery.com>
290 Thomas Schwinge <thomas@codesourcery.com>
291
292 * libgomp.h (struct splay_tree_aux): Add attach_count field.
293 (gomp_attach_pointer, gomp_detach_pointer): Add prototypes.
294 * libgomp.map (OACC_2.6): New section. Add acc_attach,
295 acc_attach_async, acc_detach, acc_detach_async, acc_detach_finalize,
296 acc_detach_finalize_async.
297 * oacc-mem.c (acc_attach_async, acc_attach, goacc_detach_internal,
298 acc_detach, acc_detach_async, acc_detach_finalize,
299 acc_detach_finalize_async): New functions.
300 * openacc.h (acc_attach, acc_attach_async, acc_detach,
301 (acc_detach_async, acc_detach_finalize, acc_detach_finalize_async): Add
302 prototypes.
303 * target.c (gomp_attach_pointer, gomp_detach_pointer): New functions.
304 (gomp_remove_var_internal): Free attachment counts if present.
305 * testsuite/libgomp.oacc-c-c++-common/deep-copy-3.c: New test.
306 * testsuite/libgomp.oacc-c-c++-common/deep-copy-5.c: New test.
307
308 2019-12-19 Julian Brown <julian@codesourcery.com>
309 Cesar Philippidis <cesar@codesourcery.com>
310
311 * libgomp.h (gomp_map_val): Add prototype.
312 * oacc-parallel.c (GOACC_parallel_keyed): Use gomp_map_val instead of
313 open-coding device-address calculation.
314 * target.c (gomp_map_val): Make global. Use OFFSET_POINTER in
315 non-present case.
316
317 2019-12-19 Julian Brown <julian@codesourcery.com>
318
319 * libgomp.h (struct splay_tree_key_s): Substitute dynamic_refcount
320 field for virtual_refcount.
321 (enum gomp_map_vars_kind): Add GOMP_MAP_VARS_OPENACC_ENTER_DATA.
322 (gomp_free_memmap): Remove prototype.
323 * oacc-init.c (acc_shutdown_1): Iteratively call gomp_remove_var
324 instead of calling gomp_free_memmap.
325 * oacc-mem.c (acc_map_data): Use virtual_refcount instead of
326 dynamic_refcount.
327 (acc_unmap_data): Open code instead of forcing target_mem_desc's
328 to_free field to NULL then calling gomp_unmap_vars. Handle
329 REFCOUNT_INFINITY on target blocks.
330 (goacc_enter_data): Rename to...
331 (goacc_enter_datum): ...this. Remove MAPNUM parameter and special
332 handling for mapping groups. Use virtual_refcount instead of
333 dynamic_refcount. Use GOMP_MAP_VARS_OPENACC_ENTER_DATA for
334 map_map_vars_async call. Re-do lookup for target pointer return value.
335 (acc_create, acc_create_async, acc_copyin, acc_copyin_async): Call
336 renamed goacc_enter_datum function.
337 (goacc_exit_data): Rename to...
338 (goacc_exit_datum): ...this. Update for virtual_refcount semantics.
339 (acc_delete, acc_delete_async, acc_delete_finalize,
340 acc_delete_finalize_async, acc_copyout, acc_copyout_async,
341 acc_copyout_finalize, acc_copyout_finalize_async): Call renamed
342 goacc_exit_datum function.
343 (gomp_acc_remove_pointer, find_pointer): Remove functions.
344 (find_group_last, goacc_enter_data_internal, goacc_exit_data_internal):
345 New functions.
346 (GOACC_enter_exit_data): Use goacc_enter_data_internal and
347 goacc_exit_data_internal helper functions.
348 * target.c (gomp_map_vars_internal): Handle
349 GOMP_MAP_VARS_OPENACC_ENTER_DATA. Update for virtual_refcount
350 semantics.
351 (gomp_unmap_vars_internal): Update for virtual_refcount semantics.
352 (gomp_load_image_to_device, omp_target_associate_ptr): Zero-initialise
353 virtual_refcount field instead of dynamic_refcount.
354 (gomp_free_memmap): Remove function.
355 * testsuite/libgomp.oacc-c-c++-common/unmap-infinity-1.c: New test.
356 * testsuite/libgomp.c-c++-common/unmap-infinity-2.c: New test.
357 * testsuite/libgomp.oacc-c-c++-common/pr92843-1.c: Add XFAIL.
358
359 2019-12-19 Julian Brown <julian@codesourcery.com>
360 Thomas Schwinge <thomas@codesourcery.com>
361
362 * libgomp.h (struct splay_tree_aux): New.
363 (struct splay_tree_key_s): Replace link_key field with aux pointer.
364 * target.c (gomp_map_vars_internal): Adjust for link_key being moved
365 to aux struct.
366 (gomp_remove_var_internal): Free aux block if present.
367 (gomp_load_image_to_device): Zero-initialise aux field instead of
368 link_key field.
369 (omp_target_associate_pointer): Zero-initialise aux field.
370
371 2019-12-18 Jakub Jelinek <jakub@redhat.com>
372
373 PR middle-end/86416
374 * testsuite/libgomp.c/pr86416-1.c (main): Use L suffixes rather than
375 q or none.
376 * testsuite/libgomp.c/pr86416-2.c (main): Use Q suffixes rather than
377 L or none.
378
379 2019-12-19 Julian Brown <julian@codesourcery.com>
380 Maciej W. Rozycki <macro@codesourcery.com>
381 Tobias Burnus <tobias@codesourcery.com>
382 Thomas Schwinge <thomas@codesourcery.com>
383
384 * target.c (gomp_map_vars_async): Support GOMP_MAP_NO_ALLOC.
385 * testsuite/libgomp.oacc-c-c++-common/no_create-1.c: New test.
386 * testsuite/libgomp.oacc-c-c++-common/no_create-2.c: New test.
387 * testsuite/libgomp.oacc-c-c++-common/no_create-3.c: New test.
388 * testsuite/libgomp.oacc-c-c++-common/no_create-4.c: New test.
389 * testsuite/libgomp.oacc-c-c++-common/no_create-5.c: New test.
390 * testsuite/libgomp.oacc-fortran/no_create-1.f90: New test.
391 * testsuite/libgomp.oacc-fortran/no_create-2.f90: New test.
392 * testsuite/libgomp.oacc-fortran/no_create-3.F90: New test.
393
394 2019-12-18 Thomas Schwinge <thomas@codesourcery.com>
395
396 * oacc-mem.c (goacc_enter_data): Refactor, so that it can be
397 called...
398 (goacc_insert_pointer): ... from here, "present" case.
399 (goacc_insert_pointer): Inline function into...
400 (GOACC_enter_exit_data): ... here, and simplify.
401
402 * oacc-mem.c (goacc_enter_data): Refactor, so that it can be
403 called...
404 (goacc_insert_pointer): ... from here, "not present" case.
405
406 * oacc-mem.c (goacc_remove_pointer): Refactor interface. Adjust
407 all users.
408
409 * oacc-mem.c (GOACC_enter_exit_data): Refactor code to call
410 'goacc_enter_data', 'goacc_exit_data'.
411
412 * oacc-mem.c (delete_copyout): Refactor into...
413 (goacc_exit_data): ... this. Adjust all users.
414
415 * oacc-mem.c (present_create_copy): Refactor into...
416 (goacc_enter_data): ... this. Adjust all users.
417
418 * target.c (gomp_unmap_vars_internal): Add a safeguard to
419 'gomp_remove_var'.
420
421 * target.c (gomp_to_device_kind_p): Handle 'GOMP_MAP_FORCE_FROM'
422 like 'GOMP_MAP_FROM'.
423
424 PR libgomp/92726
425 PR libgomp/92970
426 PR libgomp/92984
427 * oacc-mem.c (delete_copyout): No-op behavior if 'lookup_host'
428 fails.
429 (GOACC_enter_exit_data): Simplify accordingly.
430 * testsuite/libgomp.oacc-c-c++-common/pr92970-1.c: New file,
431 subsuming...
432 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: ... this file...
433 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: ..., and this
434 file.
435 * testsuite/libgomp.oacc-c-c++-common/pr92984-1.c: New file,
436 subsuming...
437 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: ... this file...
438 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: ..., and this
439 file.
440 * testsuite/libgomp.oacc-c-c++-common/pr92726-1.c: New file,
441 subsuming...
442 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: ... this file.
443
444 * oacc-mem.c (GOACC_enter_exit_data): Simplify 'exit data'
445 'finalize' handling.
446
447 PR libgomp/92848
448 * oacc-mem.c (acc_map_data, present_create_copy)
449 (goacc_insert_pointer): Use 'GOMP_MAP_VARS_ENTER_DATA'.
450 (acc_unmap_data, delete_copyout, goacc_remove_pointer): Adjust.
451 * testsuite/libgomp.oacc-c-c++-common/lib-50.c: Remove.
452 * testsuite/libgomp.oacc-c-c++-common/pr92848-1-d-a.c: New file
453 * testsuite/libgomp.oacc-c-c++-common/pr92848-1-d-p.c: Likewise.
454 * testsuite/libgomp.oacc-c-c++-common/pr92848-1-r-a.c: Likewise.
455 * testsuite/libgomp.oacc-c-c++-common/pr92848-1-r-p.c: Likewise.
456 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c:
457 Remove "XFAIL"s.
458
459 * target.c (gomp_unmap_tgt): Make it 'static'.
460 * libgomp.h (gomp_unmap_tgt): Remove.
461
462 2019-12-18 Tobias Burnus <tobias@codesourcery.com>
463
464 PR middle-end/86416
465 * testsuite/libgomp.c/pr86416-1.c: New.
466 * testsuite/libgomp.c/pr86416-2.c: New.
467
468 2019-12-17 Tobias Burnus <tobias@codesourcery.com>
469
470 * config/accel/openacc.f90 (module openacc_kinds): Use 'PUBLIC' to mark
471 all symbols as public except for the 'use …, only' imported symbol,
472 which is private.
473 (module openacc): Default to 'PRIVATE' to exclude openacc_internal; mark
474 all symbols from module openacc_kinds as PUBLIC
475 * openacc.f90: Add comment with crossref to that file and openmp_lib.h;
476 fix comment typo.
477 * openacc_lib.h (acc_device_gcn): Add this PARAMETER.
478
479 2019-12-13 Julian Brown <julian@codesourcery.com>
480
481 PR libgomp/92881
482
483 * libgomp.h (gomp_remove_var_async): Add prototype.
484 * oacc-mem.c (delete_copyout): Call gomp_remove_var_async instead of
485 gomp_remove_var.
486 * target.c (gomp_unref_tgt): Change return type to bool, indicating
487 whether target_mem_desc was unmapped.
488 (gomp_unref_tgt_void): New.
489 (gomp_remove_var): Reimplement in terms of...
490 (gomp_remove_var_internal): ...this new helper function.
491 (gomp_remove_var_async): New, implemented using above helper function.
492 (gomp_unmap_vars_internal): Use gomp_unref_tgt_void instead of
493 gomp_unref_tgt.
494
495 2019-12-13 Andrew Stubbs <ams@codesourcery.com>
496
497 * testsuite/libgomp.oacc-c-c++-common/acc_prof-init-1.c: Handle gcn.
498 * testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c: Likewise.
499 * testsuite/libgomp.oacc-c-c++-common/acc_prof-parallel-1.c: Likewise.
500 * testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c: Likewise.
501 * testsuite/libgomp.oacc-c-c++-common/function-not-offloaded.c:
502 Likewise.
503 * testsuite/libgomp.oacc-c-c++-common/async_queue-1.c: Disable on GCN.
504 * testsuite/libgomp.oacc-c-c++-common/tile-1.c: Likewise.
505
506 2019-12-13 Tobias Burnus <tobias@codesourcery.com>
507
508 * openacc.f90 (module openacc_kinds): Use 'PUBLIC' to mark all symbols
509 as public except for the 'use …, only' imported symbol, which is
510 private.
511 (module openacc): Default to 'PRIVATE' to exclude openacc_internal; mark
512 all symbols from module openacc_kinds as PUBLIC; add missing PUBLIC
513 attributes for acc_copyout_finalize and acc_delete_finalize.
514
515 2019-12-11 Jakub Jelinek <jakub@redhat.com>
516
517 PR fortran/92899
518 * testsuite/libgomp.fortran/atomic1.f90: New test.
519
520 2019-12-11 Thomas Schwinge <thomas@codesourcery.com>
521
522 PR libgomp/92843
523 * oacc-mem.c (present_create_copy, delete_copyout): Fix dynamic
524 reference counting for structured 'REFCOUNT_INFINITY'. Add some
525 assertions.
526 (goacc_insert_pointer, goacc_remove_pointer): Adjust accordingly.
527 * testsuite/libgomp.oacc-c-c++-common/pr92843-1.c: New file.
528 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Fix OpenACC.
529 * testsuite/libgomp.oacc-c-c++-common/lib-82.c: Likewise.
530 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Likewise.
531
532 * oacc-parallel.c (find_pointer, GOACC_enter_exit_data): Move...
533 * oacc-mem.c: ... here.
534 (gomp_acc_insert_pointer, gomp_acc_remove_pointer): Rename to
535 'goacc_insert_pointer', 'goacc_remove_pointer', and make 'static'.
536 * libgomp.h (gomp_acc_insert_pointer, gomp_acc_remove_pointer):
537 Remove.
538 * libgomp_g.h: Update.
539
540 * oacc-parallel.c (GOACC_wait, goacc_wait): Move...
541 * oacc-async.c: ... here.
542 * oacc-int.h (goacc_wait): Declare.
543 * libgomp_g.h: Update
544
545 PR libgomp/92854
546 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-1.c:
547 New file.
548 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-2.c:
549 Likewise.
550 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-3.c:
551 Likewise.
552 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-1.c:
553 Likewise.
554 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-2.c:
555 Likewise.
556 * testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-3.c:
557 Likewise.
558
559 2019-12-11 Thomas Schwinge <thomas@codesourcery.com>
560 Julian Brown <julian@codesourcery.com>
561
562 * target.c (gomp_load_image_to_device, omp_target_associate_ptr):
563 Initialize 'dynamic_refcount' whenever we initialize 'refcount'.
564
565 2019-12-11 Tobias Burnus <tobias@codesourcery.com>
566
567 * omp_lib.h.in: Fix spelling of function declaration
568 omp_get_cancell(l)ation.
569 * libgomp.texi (acc_is_present, acc_async_test, acc_async_test_all):
570 Fix typos.
571 * env.c: Fix comment typos.
572 * oacc-host.c: Likewise.
573 * ordered.c: Likewise.
574 * task.c: Likewise.
575 * team.c: Likewise.
576 * config/gcn/task.c: Likewise.
577 * config/gcn/team.c: Likewise.
578 * config/nvptx/task.c: Likewise.
579 * config/nvptx/team.c: Likewise.
580 * plugin/plugin-gcn.c: Likewise.
581 * testsuite/libgomp.fortran/jacobi.f: Likewise.
582 * testsuite/libgomp.hsa.c/tiling-2.c: Likewise.
583 * testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c: Likewise.
584
585 2019-12-11 Tobias Burnus <tobias@codesourcery.com>
586
587 * testsuite/libgomp.oacc-fortran/optional-cache.f95: Add 'dg-do run'.
588 * testsuite/libgomp.oacc-fortran/optional-reduction.f90: Remove
589 unnecessary 'dg-additional-options "-w"'.
590
591 2019-12-09 Thomas Schwinge <thomas@codesourcery.com>
592 Julian Brown <julian@codesourcery.com>
593
594 PR libgomp/92116
595 PR libgomp/92877
596
597 * oacc-mem.c (lookup_dev): Reimplement. Adjust all users.
598 * libgomp.h (struct acc_dispatch_t): Remove 'data_environ' member.
599 Adjust all users.
600 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4-2.c:
601 Remove XFAIL.
602 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4.c:
603 Likewise.
604 * testsuite/libgomp.oacc-c-c++-common/pr92877-1.c: New file.
605
606 2019-12-09 Thomas Schwinge <thomas@codesourcery.com>
607
608 PR libgomp/92503
609 * oacc-mem.c (acc_free): Error out instead of 'acc_unmap_data'.
610 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-1.c: New
611 file.
612 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-2.c:
613 Likewise.
614 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3-2.c:
615 Likewise.
616 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3.c:
617 Likewise.
618 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4-2.c:
619 Likewise.
620 * testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4.c:
621 Likewise.
622 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Adjust.
623 * testsuite/libgomp.oacc-c-c++-common/context-1.c: Likewise.
624 * testsuite/libgomp.oacc-c-c++-common/context-2.c: Likewise.
625 * testsuite/libgomp.oacc-c-c++-common/context-3.c: Likewise.
626 * testsuite/libgomp.oacc-c-c++-common/context-4.c: Likewise.
627 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Likewise.
628 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
629 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
630 * testsuite/libgomp.oacc-c-c++-common/lib-91.c: Likewise.
631 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Likewise.
632
633 PR libgomp/92840
634 * oacc-mem.c (acc_map_data): Clarify reference counting behavior.
635 (acc_unmap_data): Add error case for 'REFCOUNT_INFINITY'.
636 * testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-1.c:
637 New file.
638 * testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-2.c:
639 Likewise.
640 * testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-3.c:
641 Likewise.
642 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Adjust.
643 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Adjust.
644
645 PR libgomp/92511
646 * testsuite/libgomp.oacc-c-c++-common/copyin-devptr-1.c: Remove
647 this file...
648 * testsuite/libgomp.oacc-c-c++-common/copyin-devptr-2.c: ..., and
649 this file...
650 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: ..., and this
651 file...
652 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: ..., and this
653 file...
654 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c:
655 ... with their content moved into, and extended in this new file.
656 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-a.c:
657 New file.
658 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-p.c:
659 Likewise.
660 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-a.c:
661 Likewise.
662 * testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-2.c:
663 Likewise.
664
665 * testsuite/libgomp.oacc-c-c++-common/map-data-1.c: New file.
666
667 PR libgomp/92854
668 * testsuite/libgomp.oacc-c-c++-common/pr92854-1.c: New file.
669
670 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: New file.
671
672 * target.c (gomp_exit_data): Use 'gomp_remove_var'.
673
674 2019-12-09 Tobias Burnus <tobias@codesourcery.com>
675
676 * testsuite/libgomp.fortran/use_device_addr-3.f90: Make 'stop' codes
677 unique.
678 * testsuite/libgomp.fortran/use_device_addr-4.f90: Ditto.
679 * testsuite/libgomp.fortran/use_device_ptr-optional-2.f90: Ditto.
680 * testsuite/libgomp.oacc-fortran/declare-5.f90: Ditto.
681 * testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90:
682 Ditto.
683 * testsuite/libgomp.oacc-fortran/optional-firstprivate.f90: Ditto.
684 * testsuite/libgomp.oacc-fortran/optional-update-host.f90: Ditto.
685
686 2019-12-06 Kwok Cheung Yeung <kcy@codesourcery.com>
687
688 * config/accel/proc.c (omp_get_num_procs): Apply ialias macro.
689
690 2019-12-06 Tobias Burnus <tobias@codesourcery.com>
691 Kwok Cheung Yeung <kcy@codesourcery.com>
692
693 * oacc-mem.c (update_dev_host, gomp_acc_insert_pointer): Just return
694 if input it a NULL pointer.
695 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Remove; dependent on
696 diagnostic of NULL pointer.
697 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Ditto.
698 * testsuite/libgomp.fortran/optional-map.f90: New.
699 * testsuite/libgomp.fortran/use_device_addr-1.f90
700 (test_dummy_opt_callee_1_absent): New.
701 (test_dummy_opt_call_1): Call it.
702 * testsuite/libgomp.fortran/use_device_addr-2.f90: Likewise.
703 * testsuite/libgomp.fortran/use_device_addr-3.f90: Likewise.
704 * testsuite/libgomp.fortran/use_device_addr-4.f90: Likewise.
705 * testsuite/libgomp.oacc-fortran/optional-cache.f95: New.
706 * testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90: New.
707 * testsuite/libgomp.oacc-fortran/optional-data-copyin.f90: New.
708 * testsuite/libgomp.oacc-fortran/optional-data-copyout.f90: New.
709 * testsuite/libgomp.oacc-fortran/optional-data-enter-exit.f90: New.
710 * testsuite/libgomp.oacc-fortran/optional-declare.f90: New.
711 * testsuite/libgomp.oacc-fortran/optional-firstprivate.f90: New.
712 * testsuite/libgomp.oacc-fortran/optional-host_data.f90: New.
713 * testsuite/libgomp.oacc-fortran/optional-nested-calls.f90: New.
714 * testsuite/libgomp.oacc-fortran/optional-private.f90: New.
715 * testsuite/libgomp.oacc-fortran/optional-reduction.f90: New.
716 * testsuite/libgomp.oacc-fortran/optional-update-device.f90: New.
717 * testsuite/libgomp.oacc-fortran/optional-update-host.f90: New.
718
719 2019-12-05 Tobias Burnus <tobias@codesourcery.com>
720
721 * testsuite/libgomp.oacc-fortran/error_stop-1.f: Also don't
722 expect dg-output of 'Error termination.' for GCN.
723 * testsuite/libgomp.oacc-fortran/error_stop-2.f: Likewise.
724 * testsuite/libgomp.oacc-fortran/error_stop-3.f: Likewise.
725
726 2019-12-04 Jakub Jelinek <jakub@redhat.com>
727
728 PR fortran/92756
729 * testsuite/libgomp.fortran/teams1.f90: New test.
730 * testsuite/libgomp.fortran/teams2.f90: New test.
731
732 2019-12-03 Frederik Harwath <frederik@codesourcery.com>
733
734 * oacc-init.c (acc_known_device_type): Add function.
735 (unknown_device_type_error): Add function.
736 (name_of_acc_device_t): Change to call unknown_device_type_error
737 on unknown type.
738 (resolve_device): Use acc_known_device_type.
739 (acc_init): Fail if acc_device_t argument is not valid.
740 (acc_shutdown): Likewise.
741 (acc_get_num_devices): Likewise.
742 (acc_set_device_type): Likewise.
743 (acc_get_device_num): Likewise.
744 (acc_set_device_num): Likewise.
745 (acc_on_device): Add comment that argument validity is not checked.
746
747 2019-12-03 Andrew Stubbs <ams@codesourcery.com>
748
749 * testsuite/lib/libgomp.exp (offload_target_to_openacc_device_type):
750 Recognize amdgcn.
751 (check_effective_target_openacc_amdgcn_accel_present): New proc.
752 (check_effective_target_openacc_amdgcn_accel_selected): New proc.
753 * testsuite/libgomp.oacc-c++/c++.exp: Add support for amdgcn.
754 * testsuite/libgomp.oacc-c/c.exp: Likewise.
755 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
756
757 2019-12-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
758
759 PR libgomp/91938
760 * configure.tgt: Avoid IE tls on *-*-musl*.
761
762 2019-11-29 Tobias Burnus <tobias@codesourcery.com>
763
764 * testsuite/libgomp.oacc-fortran/declare-5.f90: Extend by
765 adding a common-block test case.
766
767 2019-11-29 Jakub Jelinek <jakub@redhat.com>
768
769 PR c++/60228
770 * testsuite/libgomp.c++/udr-20.C: New test.
771 * testsuite/libgomp.c++/udr-21.C: New test.
772
773 2019-11-27 Thomas Schwinge <thomas@codesourcery.com>
774
775 * testsuite/lib/libgomp.exp
776 (check_effective_target_offload_target_nvptx): New proc.
777 * testsuite/libgomp.fortran/target-print-1.f90: Use it with
778 'dg-skip-if'.
779 * testsuite/libgomp.oacc-fortran/print-1.f90: Likewise.
780 * testsuite/libgomp.fortran/target-print-1-nvptx.f90: New file.
781 * testsuite/libgomp.oacc-fortran/print-1-nvptx.f90: Likewise.
782
783 2019-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
784
785 * testsuite/libgomp.c/pr39591-1.c: Rename err to e.
786 * testsuite/libgomp.c/pr39591-2.c: Likewise.
787 * testsuite/libgomp.c/pr39591-3.c: Likewise.
788 * testsuite/libgomp.c/private-1.c: Likewise.
789 * testsuite/libgomp.c/task-1.c: Likewise.
790 * testsuite/libgomp.c/task-5.c: Renamed err to serr.
791
792 2019-11-20 Julian Brown <julian@codesourcery.com>
793
794 * plugin/plugin-gcn.c (wait_for_queue_nonfull): Don't lock/unlock
795 aq->mutex here.
796 (queue_push_launch): Lock aq->mutex before calling
797 wait_for_queue_nonfull.
798 (queue_push_callback): Likewise.
799 (queue_push_asyncwait): Likewise.
800 (queue_push_placeholder): Likewise.
801
802 2019-11-20 Julian Brown <julian@codesourcery.com>
803
804 * plugin/plugin-gcn.c (hsa_memory_copy_wrapper): New.
805 (copy_data, GOMP_OFFLOAD_host2dev): Use above function.
806 (GOMP_OFFLOAD_dev2host, GOMP_OFFLOAD_dev2dev): Check hsa_memory_copy
807 return code.
808
809 2019-11-20 Julian Brown <julian@codesourcery.com>
810
811 PR libgomp/92511
812
813 * oacc-mem.c (present_create_copy): Fix device pointer return value in
814 case of "present" subarray. Use tgt->tgt_start instead of tgt->to_free
815 in non-present/create case.
816 (delete_copyout): Change error condition to fail only on copies outside
817 of mapped block. Adjust error message accordingly.
818 * testsuite/libgomp.oacc-c-c++-common/copyin-devptr-1.c: New test.
819 * testsuite/libgomp.oacc-c-c++-common/copyin-devptr-2.c: New test.
820 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Adjust expected error
821 message.
822 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
823 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Allow test to pass now.
824 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
825
826 2019-11-20 Maciej W. Rozycki <macro@wdc.com>
827
828 * testsuite/lib/libgomp.exp (libgomp_init): Add flags to find
829 libatomic in build-tree testing.
830
831 2019-11-18 Maciej W. Rozycki <macro@wdc.com>
832
833 * testsuite/Makefile.in: Regenerate.
834
835 2019-11-15 Andrew Stubbs <ams@codesourcery.com>
836
837 * testsuite/libgomp.c/target-print-1.c: New file.
838 * testsuite/libgomp.fortran/target-print-1.f90: New file.
839 * testsuite/libgomp.oacc-c/print-1.c: New file.
840 * testsuite/libgomp.oacc-fortran/print-1.f90: New file.
841
842 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
843 Kwok Cheung Yeung <kcy@codesourcery.com>
844 Julian Brown <julian@codesourcery.com>
845 Tom de Vries <tom@codesourcery.com>
846
847 * plugin/Makefrag.am: Add amdgcn plugin support.
848 * plugin/configfrag.ac: Likewise.
849 * plugin/plugin-gcn.c: New file.
850 * configure: Regenerate.
851 * Makefile.in: Regenerate.
852 * testsuite/Makefile.in: Regenerate.
853
854 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
855
856 * config/gcn/team.c (gomp_gcn_enter_kernel): Set up the team arena
857 and use team_malloc variants.
858 (gomp_gcn_exit_kernel): Use team_free.
859 * libgomp.h (TEAM_ARENA_SIZE): Define.
860 (TEAM_ARENA_START): Define.
861 (TEAM_ARENA_FREE): Define.
862 (TEAM_ARENA_END): Define.
863 (team_malloc): New function.
864 (team_malloc_cleared): New function.
865 (team_free): New function.
866 * team.c (gomp_new_team): Initialize and use team_malloc.
867 (free_team): Use team_free.
868 (gomp_free_thread): Use team_free.
869 (gomp_pause_host): Use team_free.
870 * work.c (gomp_init_work_share): Use team_malloc.
871 (gomp_fini_work_share): Use team_free.
872
873 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
874 Kwok Cheung Yeung <kcy@codesourcery.com>
875 Julian Brown <julian@codesourcery.com>
876 Tom de Vries <tom@codesourcery.com>
877
878 * Makefile.am (libgomp_la_SOURCES): Add oacc-target.c.
879 * Makefile.in: Regenerate.
880 * config.h.in (PLUGIN_GCN): Add new undef.
881 * config/accel/openacc.f90 (acc_device_gcn): New parameter.
882 * config/gcn/affinity-fmt.c: New file.
883 * config/gcn/bar.c: New file.
884 * config/gcn/bar.h: New file.
885 * config/gcn/doacross.h: New file.
886 * config/gcn/icv-device.c: New file.
887 * config/gcn/oacc-target.c: New file.
888 * config/gcn/simple-bar.h: New file.
889 * config/gcn/target.c: New file.
890 * config/gcn/task.c: New file.
891 * config/gcn/team.c: New file.
892 * config/gcn/time.c: New file.
893 * configure.ac: Add amdgcn*-*-*.
894 * configure: Regenerate.
895 * configure.tgt: Add amdgcn*-*-*.
896 * libgomp-plugin.h (offload_target_type): Add OFFLOAD_TARGET_TYPE_GCN.
897 * libgomp.h (gcn_thrs): Add amdgcn variant.
898 (set_gcn_thrs): Likewise.
899 (gomp_thread): Likewise.
900 * oacc-int.h (goacc_thread): Likewise.
901 * oacc-target.c: New file.
902 * openacc.f90 (acc_device_gcn): New parameter.
903 * openacc.h (acc_device_t): Add acc_device_gcn.
904 * team.c (gomp_free_pool_helper): Add amdgcn support.
905
906 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
907 Julian Brown <julian@codesourcery.com>
908
909 * libgomp-plugin.h (GOMP_OFFLOAD_openacc_async_construct): Add int
910 parameter.
911 * oacc-async.c (lookup_goacc_asyncqueue): Pass device number to the
912 queue constructor.
913 * oacc-host.c (host_openacc_async_construct): Add device parameter.
914 * plugin/plugin-nvptx.c (GOMP_OFFLOAD_openacc_async_construct): Add
915 device parameter.
916
917 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
918
919 * configure.tgt (nvptx*-*-*): Add "accel" directory.
920 * config/nvptx/libgomp-plugin.c: Move ...
921 * config/accel/libgomp-plugin.c: ... to here.
922 * config/nvptx/lock.c: Move ...
923 * config/accel/lock.c: ... to here.
924 * config/nvptx/mutex.c: Move ...
925 * config/accel/mutex.c: ... to here.
926 * config/nvptx/mutex.h: Move ...
927 * config/accel/mutex.h: ... to here.
928 * config/nvptx/oacc-async.c: Move ...
929 * config/accel/oacc-async.c: ... to here.
930 * config/nvptx/oacc-cuda.c: Move ...
931 * config/accel/oacc-cuda.c: ... to here.
932 * config/nvptx/oacc-host.c: Move ...
933 * config/accel/oacc-host.c: ... to here.
934 * config/nvptx/oacc-init.c: Move ...
935 * config/accel/oacc-init.c: ... to here.
936 * config/nvptx/oacc-mem.c: Move ...
937 * config/accel/oacc-mem.c: ... to here.
938 * config/nvptx/oacc-plugin.c: Move ...
939 * config/accel/oacc-plugin.c: ... to here.
940 * config/nvptx/omp-lock.h: Move ...
941 * config/accel/omp-lock.h: ... to here.
942 * config/nvptx/openacc.f90: Move ...
943 * config/accel/openacc.f90: ... to here.
944 * config/nvptx/pool.h: Move ...
945 * config/accel/pool.h: ... to here.
946 * config/nvptx/proc.c: Move ...
947 * config/accel/proc.c: ... to here.
948 * config/nvptx/ptrlock.c: Move ...
949 * config/accel/ptrlock.c: ... to here.
950 * config/nvptx/ptrlock.h: Move ...
951 * config/accel/ptrlock.h: ... to here.
952 * config/nvptx/sem.c: Move ...
953 * config/accel/sem.c: ... to here.
954 * config/nvptx/sem.h: Move ...
955 * config/accel/sem.h: ... to here.
956 * config/nvptx/thread-stacksize.h: Move ...
957 * config/accel/thread-stacksize.h: ... to here.
958
959 2019-11-12 Maciej W. Rozycki <macro@codesourcery.com>
960 Tobias Burnus <tobias@codesourcery.com>
961 Frederik Harwath <frederik@codesourcery.com>
962 Thomas Schwinge <thomas@codesourcery.com>
963
964 libgomp/
965 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: New test.
966 * testsuite/libgomp.oacc-fortran/parallel-dims-aux.c: New test.
967 * testsuite/libgomp.oacc-fortran/parallel-dims.f89: New test.
968
969 2019-11-11 Tobias Burnus <tobias@codesourcery.com>
970 Kwok Cheung Yeung <kcy@codesourcery.com>
971
972 * testsuite/libgomp.fortran/use_device_ptr-optional-1.f90: Extend.
973 * testsuite/libgomp.fortran/use_device_ptr-optional-2.f90: New.
974
975 2019-11-11 Thomas Schwinge <thomas@codesourcery.com>
976
977 * testsuite/libgomp.fortran/target9.f90: Specify 'dg-do run'.
978
979 * testsuite/libgomp.fortran/use_device_addr-3.f90: Specify 'dg-do
980 run'.
981 * testsuite/libgomp.fortran/use_device_addr-4.f90: Likewise.
982 * testsuite/libgomp.fortran/use_device_ptr-1.f90: Likewise.
983
984 2019-11-06 Thomas Schwinge <thomas@codesourcery.com>
985
986 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c:
987 Add expected warnings about missing reduction clauses.
988 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c:
989 Likewise.
990 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c:
991 Likewise.
992 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c:
993 Likewise.
994
995 2019-11-04 Tobias Burnus <tobias@codesourcery.com>
996
997 * testsuite/libgomp.fortran/pr66199-1.f90: Remove
998 'dg-do run' (implies torture test) as 'dg-options "O2"' is used.
999 * testsuite/libgomp.fortran/pr66199-2.f90: Ditto.
1000 * testsuite/libgomp.fortran/taskloop2.f90: Ditto.
1001 * testsuite/libgomp.fortran/taskloop3.f90: Ditto.
1002 * testsuite/libgomp.fortran/taskloop4.f90: Ditto.
1003
1004 2019-11-04 Tobias Burnus <tobias@codesourcery.com>
1005
1006 PR fortran/92305
1007 * testsuite/libgomp.fortran/allocatable2.f90: Use
1008 unique numbers with 'stop'.
1009 * testsuite/libgomp.fortran/use_device_addr-1.f90: Ditto.
1010 * testsuite/libgomp.fortran/use_device_addr-2.f90: Ditto.
1011 * testsuite/libgomp.fortran/use_device_ptr-1.f90: Ditto.
1012 * testsuite/libgomp.oacc-fortran/lib-15.f90: Ditto.
1013 * testsuite/libgomp.oacc-fortran/pset-1.f90: Ditto.
1014
1015 2019-11-01 Tobias Burnus <tobias@codesourcery.com>
1016
1017 * testsuite/libgomp.fortran/use_device_addr-1.f90 (test_nullptr_1,
1018 test_dummy_opt_nullptr_callee_1): Add present but unallocated test.
1019 * testsuite/libgomp.fortran/use_device_addr-2.f90: Likewise.
1020 * testsuite/libgomp.fortran/use_device_addr-3.f90: New.
1021 * testsuite/libgomp.fortran/use_device_addr-4.f90: New.
1022 * testsuite/testsuite/libgomp.fortran/use_device_ptr-1.f90: New.
1023
1024 2019-10-30 Tobias Burnus <tobias@codesourcery.com>
1025
1026 * testsuite/libgomp.fortran/target9.f90: New.
1027
1028 2019-10-30 Tobias Burnus <tobias@codesourcery.com>
1029
1030 * testsuite/libgomp.fortran/aligned1.f03: Replace 'STOP' by 'stop'.
1031 * testsuite/libgomp.fortran/alloc-comp-1.f90: Ditto.
1032 * testsuite/libgomp.fortran/alloc-comp-2.f90: Ditto.
1033 * testsuite/libgomp.fortran/alloc-comp-3.f90: Ditto.
1034 * testsuite/libgomp.fortran/allocatable1.f90: Ditto.
1035 * testsuite/libgomp.fortran/allocatable10.f90: Ditto.
1036 * testsuite/libgomp.fortran/allocatable11.f90: Ditto.
1037 * testsuite/libgomp.fortran/allocatable12.f90: Ditto.
1038 * testsuite/libgomp.fortran/allocatable2.f90: Ditto.
1039 * testsuite/libgomp.fortran/allocatable3.f90: Ditto.
1040 * testsuite/libgomp.fortran/allocatable4.f90: Ditto.
1041 * testsuite/libgomp.fortran/allocatable5.f90: Ditto.
1042 * testsuite/libgomp.fortran/allocatable6.f90: Ditto.
1043 * testsuite/libgomp.fortran/allocatable7.f90: Ditto.
1044 * testsuite/libgomp.fortran/allocatable8.f90: Ditto.
1045 * testsuite/libgomp.fortran/allocatable9.f90: Ditto.
1046 * testsuite/libgomp.fortran/associate1.f90: Ditto.
1047 * testsuite/libgomp.fortran/associate2.f90: Ditto.
1048 * testsuite/libgomp.fortran/associate3.f90: Ditto.
1049 * testsuite/libgomp.fortran/async_io_4.f90: Ditto.
1050 * testsuite/libgomp.fortran/async_io_5.f90: Ditto.
1051 * testsuite/libgomp.fortran/async_io_6.f90: Ditto.
1052 * testsuite/libgomp.fortran/async_io_7.f90: Ditto.
1053 * testsuite/libgomp.fortran/cancel-do-1.f90: Ditto.
1054 * testsuite/libgomp.fortran/cancel-do-2.f90: Ditto.
1055 * testsuite/libgomp.fortran/cancel-parallel-1.f90: Ditto.
1056 * testsuite/libgomp.fortran/cancel-sections-1.f90: Ditto.
1057 * testsuite/libgomp.fortran/cancel-taskgroup-2.f90: Ditto.
1058 * testsuite/libgomp.fortran/character1.f90: Ditto.
1059 * testsuite/libgomp.fortran/character2.f90: Ditto.
1060 * testsuite/libgomp.fortran/collapse1.f90: Ditto.
1061 * testsuite/libgomp.fortran/collapse2.f90: Ditto.
1062 * testsuite/libgomp.fortran/collapse3.f90: Ditto.
1063 * testsuite/libgomp.fortran/collapse4.f90: Ditto.
1064 * testsuite/libgomp.fortran/crayptr1.f90: Ditto.
1065 * testsuite/libgomp.fortran/crayptr2.f90: Ditto.
1066 * testsuite/libgomp.fortran/crayptr3.f90: Ditto.
1067 * testsuite/libgomp.fortran/declare-simd-1.f90: Ditto.
1068 * testsuite/libgomp.fortran/declare-simd-3.f90: Ditto.
1069 * testsuite/libgomp.fortran/declare-target-2.f90: Ditto.
1070 * testsuite/libgomp.fortran/depend-1.f90: Ditto.
1071 * testsuite/libgomp.fortran/depend-2.f90: Ditto.
1072 * testsuite/libgomp.fortran/depend-3.f90: Ditto.
1073 * testsuite/libgomp.fortran/do1.f90: Ditto.
1074 * testsuite/libgomp.fortran/do2.f90: Ditto.
1075 * testsuite/libgomp.fortran/do_concurrent_5.f90: Ditto.
1076 * testsuite/libgomp.fortran/doacross1.f90: Ditto.
1077 * testsuite/libgomp.fortran/doacross2.f90: Ditto.
1078 * testsuite/libgomp.fortran/doacross3.f90: Ditto.
1079 * testsuite/libgomp.fortran/examples-4/array_sections-3.f90: Ditto.
1080 * testsuite/libgomp.fortran/examples-4/array_sections-4.f90: Ditto.
1081 * testsuite/libgomp.fortran/examples-4/async_target-1.f90: Ditto.
1082 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: Ditto.
1083 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: Ditto.
1084 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: Ditto.
1085 * testsuite/libgomp.fortran/examples-4/declare_target-3.f90: Ditto.
1086 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90: Ditto.
1087 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90: Ditto.
1088 * testsuite/libgomp.fortran/examples-4/device-1.f90: Ditto.
1089 * testsuite/libgomp.fortran/examples-4/device-2.f90: Ditto.
1090 * testsuite/libgomp.fortran/examples-4/device-3.f90: Ditto.
1091 * testsuite/libgomp.fortran/examples-4/simd-1.f90: Ditto.
1092 * testsuite/libgomp.fortran/examples-4/simd-2.f90: Ditto.
1093 * testsuite/libgomp.fortran/examples-4/simd-3.f90: Ditto.
1094 * testsuite/libgomp.fortran/examples-4/simd-4.f90: Ditto.
1095 * testsuite/libgomp.fortran/examples-4/simd-5.f90: Ditto.
1096 * testsuite/libgomp.fortran/examples-4/simd-6.f90: Ditto.
1097 * testsuite/libgomp.fortran/examples-4/simd-7.f90: Ditto.
1098 * testsuite/libgomp.fortran/examples-4/simd-8.f90: Ditto.
1099 * testsuite/libgomp.fortran/examples-4/target-1.f90: Ditto.
1100 * testsuite/libgomp.fortran/examples-4/target-2.f90: Ditto.
1101 * testsuite/libgomp.fortran/examples-4/target-3.f90: Ditto.
1102 * testsuite/libgomp.fortran/examples-4/target-4.f90: Ditto.
1103 * testsuite/libgomp.fortran/examples-4/target-5.f90: Ditto.
1104 * testsuite/libgomp.fortran/examples-4/target_data-1.f90: Ditto.
1105 * testsuite/libgomp.fortran/examples-4/target_data-2.f90: Ditto.
1106 * testsuite/libgomp.fortran/examples-4/target_data-3.f90: Ditto.
1107 * testsuite/libgomp.fortran/examples-4/target_data-4.f90: Ditto.
1108 * testsuite/libgomp.fortran/examples-4/target_data-5.f90: Ditto.
1109 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: Ditto.
1110 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: Ditto.
1111 * testsuite/libgomp.fortran/examples-4/target_update-1.f90: Ditto.
1112 * testsuite/libgomp.fortran/examples-4/target_update-2.f90: Ditto.
1113 * testsuite/libgomp.fortran/examples-4/task_dep-1.f90: Ditto.
1114 * testsuite/libgomp.fortran/examples-4/task_dep-2.f90: Ditto.
1115 * testsuite/libgomp.fortran/examples-4/task_dep-3.f90: Ditto.
1116 * testsuite/libgomp.fortran/examples-4/task_dep-4.f90: Ditto.
1117 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: Ditto.
1118 * testsuite/libgomp.fortran/examples-4/teams-2.f90: Ditto.
1119 * testsuite/libgomp.fortran/examples-4/teams-3.f90: Ditto.
1120 * testsuite/libgomp.fortran/examples-4/teams-4.f90: Ditto.
1121 * testsuite/libgomp.fortran/examples-4/teams-5.f90: Ditto.
1122 * testsuite/libgomp.fortran/examples-4/teams-6.f90: Ditto.
1123 * testsuite/libgomp.fortran/lastprivate1.f90: Ditto.
1124 * testsuite/libgomp.fortran/lastprivate2.f90: Ditto.
1125 * testsuite/libgomp.fortran/lib1.f90: Ditto.
1126 * testsuite/libgomp.fortran/lib4.f90: Ditto.
1127 * testsuite/libgomp.fortran/lock-1.f90: Ditto.
1128 * testsuite/libgomp.fortran/lock-2.f90: Ditto.
1129 * testsuite/libgomp.fortran/nested1.f90: Ditto.
1130 * testsuite/libgomp.fortran/nestedfn1.f90: Ditto.
1131 * testsuite/libgomp.fortran/nestedfn2.f90: Ditto.
1132 * testsuite/libgomp.fortran/nestedfn3.f90: Ditto.
1133 * testsuite/libgomp.fortran/nestedfn4.f90: Ditto.
1134 * testsuite/libgomp.fortran/nestedfn5.f90: Ditto.
1135 * testsuite/libgomp.fortran/omp_atomic1.f90: Ditto.
1136 * testsuite/libgomp.fortran/omp_atomic2.f90: Ditto.
1137 * testsuite/libgomp.fortran/omp_atomic3.f90: Ditto.
1138 * testsuite/libgomp.fortran/omp_atomic4.f90: Ditto.
1139 * testsuite/libgomp.fortran/omp_atomic5.f90: Ditto.
1140 * testsuite/libgomp.fortran/omp_cond1.f: Ditto.
1141 * testsuite/libgomp.fortran/omp_cond2.f: Ditto.
1142 * testsuite/libgomp.fortran/omp_cond3.F90: Ditto.
1143 * testsuite/libgomp.fortran/omp_cond4.F90: Ditto.
1144 * testsuite/libgomp.fortran/omp_parse1.f90: Ditto.
1145 * testsuite/libgomp.fortran/omp_parse2.f90: Ditto.
1146 * testsuite/libgomp.fortran/omp_parse3.f90: Ditto.
1147 * testsuite/libgomp.fortran/omp_parse4.f90: Ditto.
1148 * testsuite/libgomp.fortran/openmp_version-1.f: Ditto.
1149 * testsuite/libgomp.fortran/openmp_version-2.f90: Ditto.
1150 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95: Ditto.
1151 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95: Ditto.
1152 * testsuite/libgomp.fortran/pointer1.f90: Ditto.
1153 * testsuite/libgomp.fortran/pointer2.f90: Ditto.
1154 * testsuite/libgomp.fortran/pr25219.f90: Ditto.
1155 * testsuite/libgomp.fortran/pr27395-1.f90: Ditto.
1156 * testsuite/libgomp.fortran/pr27395-2.f90: Ditto.
1157 * testsuite/libgomp.fortran/pr27416-1.f90: Ditto.
1158 * testsuite/libgomp.fortran/pr27916-1.f90: Ditto.
1159 * testsuite/libgomp.fortran/pr27916-2.f90: Ditto.
1160 * testsuite/libgomp.fortran/pr28390.f: Ditto.
1161 * testsuite/libgomp.fortran/pr29629.f90: Ditto.
1162 * testsuite/libgomp.fortran/pr32550.f90: Ditto.
1163 * testsuite/libgomp.fortran/pr33880.f90: Ditto.
1164 * testsuite/libgomp.fortran/pr34020.f90: Ditto.
1165 * testsuite/libgomp.fortran/pr35130.f90: Ditto.
1166 * testsuite/libgomp.fortran/pr42162.f90: Ditto.
1167 * testsuite/libgomp.fortran/pr46753.f90: Ditto.
1168 * testsuite/libgomp.fortran/pr48894.f90: Ditto.
1169 * testsuite/libgomp.fortran/pr49792-1.f90: Ditto.
1170 * testsuite/libgomp.fortran/pr49792-2.f90: Ditto.
1171 * testsuite/libgomp.fortran/pr63938-1.f90: Ditto.
1172 * testsuite/libgomp.fortran/pr63938-2.f90: Ditto.
1173 * testsuite/libgomp.fortran/pr65597.f90: Ditto.
1174 * testsuite/libgomp.fortran/pr66199-1.f90: Ditto.
1175 * testsuite/libgomp.fortran/pr71014.f90: Ditto.
1176 * testsuite/libgomp.fortran/pr81304.f90: Ditto.
1177 * testsuite/libgomp.fortran/pr81841.f90: Ditto.
1178 * testsuite/libgomp.fortran/pr84418-1.f90: Ditto.
1179 * testsuite/libgomp.fortran/pr84418-2.f90: Ditto.
1180 * testsuite/libgomp.fortran/procptr1.f90: Ditto.
1181 * testsuite/libgomp.fortran/recursion1.f90: Ditto.
1182 * testsuite/libgomp.fortran/reduction1.f90: Ditto.
1183 * testsuite/libgomp.fortran/reduction2.f90: Ditto.
1184 * testsuite/libgomp.fortran/reduction3.f90: Ditto.
1185 * testsuite/libgomp.fortran/reduction4.f90: Ditto.
1186 * testsuite/libgomp.fortran/reduction5.f90: Ditto.
1187 * testsuite/libgomp.fortran/reduction6.f90: Ditto.
1188 * testsuite/libgomp.fortran/reference1.f90: Ditto.
1189 * testsuite/libgomp.fortran/reference2.f90: Ditto.
1190 * testsuite/libgomp.fortran/retval1.f90: Ditto.
1191 * testsuite/libgomp.fortran/retval2.f90: Ditto.
1192 * testsuite/libgomp.fortran/sharing1.f90: Ditto.
1193 * testsuite/libgomp.fortran/sharing2.f90: Ditto.
1194 * testsuite/libgomp.fortran/simd1.f90: Ditto.
1195 * testsuite/libgomp.fortran/simd2.f90: Ditto.
1196 * testsuite/libgomp.fortran/simd3.f90: Ditto.
1197 * testsuite/libgomp.fortran/simd4.f90: Ditto.
1198 * testsuite/libgomp.fortran/simd5.f90: Ditto.
1199 * testsuite/libgomp.fortran/simd6.f90: Ditto.
1200 * testsuite/libgomp.fortran/simd7.f90: Ditto.
1201 * testsuite/libgomp.fortran/stack.f90: Ditto.
1202 * testsuite/libgomp.fortran/strassen.f90: Ditto.
1203 * testsuite/libgomp.fortran/tabs1.f90: Ditto.
1204 * testsuite/libgomp.fortran/tabs2.f: Ditto.
1205 * testsuite/libgomp.fortran/target1.f90: Ditto.
1206 * testsuite/libgomp.fortran/target2.f90: Ditto.
1207 * testsuite/libgomp.fortran/target3.f90: Ditto.
1208 * testsuite/libgomp.fortran/target4.f90: Ditto.
1209 * testsuite/libgomp.fortran/target5.f90: Ditto.
1210 * testsuite/libgomp.fortran/target6.f90: Ditto.
1211 * testsuite/libgomp.fortran/target7.f90: Ditto.
1212 * testsuite/libgomp.fortran/target8.f90: Ditto.
1213 * testsuite/libgomp.fortran/task1.f90: Ditto.
1214 * testsuite/libgomp.fortran/task2.f90: Ditto.
1215 * testsuite/libgomp.fortran/task3.f90: Ditto.
1216 * testsuite/libgomp.fortran/task4.f90: Ditto.
1217 * testsuite/libgomp.fortran/taskgroup1.f90: Ditto.
1218 * testsuite/libgomp.fortran/taskloop1.f90: Ditto.
1219 * testsuite/libgomp.fortran/taskloop2.f90: Ditto.
1220 * testsuite/libgomp.fortran/taskloop3.f90: Ditto.
1221 * testsuite/libgomp.fortran/taskloop4.f90: Ditto.
1222 * testsuite/libgomp.fortran/threadprivate1.f90: Ditto.
1223 * testsuite/libgomp.fortran/threadprivate2.f90: Ditto.
1224 * testsuite/libgomp.fortran/threadprivate3.f90: Ditto.
1225 * testsuite/libgomp.fortran/threadprivate4.f90: Ditto.
1226 * testsuite/libgomp.fortran/udr1.f90: Ditto.
1227 * testsuite/libgomp.fortran/udr10.f90: Ditto.
1228 * testsuite/libgomp.fortran/udr11.f90: Ditto.
1229 * testsuite/libgomp.fortran/udr12.f90: Ditto.
1230 * testsuite/libgomp.fortran/udr13.f90: Ditto.
1231 * testsuite/libgomp.fortran/udr14.f90: Ditto.
1232 * testsuite/libgomp.fortran/udr15.f90: Ditto.
1233 * testsuite/libgomp.fortran/udr2.f90: Ditto.
1234 * testsuite/libgomp.fortran/udr3.f90: Ditto.
1235 * testsuite/libgomp.fortran/udr4.f90: Ditto.
1236 * testsuite/libgomp.fortran/udr5.f90: Ditto.
1237 * testsuite/libgomp.fortran/udr6.f90: Ditto.
1238 * testsuite/libgomp.fortran/udr7.f90: Ditto.
1239 * testsuite/libgomp.fortran/udr8.f90: Ditto.
1240 * testsuite/libgomp.fortran/udr9.f90: Ditto.
1241 * testsuite/libgomp.fortran/vla1.f90: Ditto.
1242 * testsuite/libgomp.fortran/vla2.f90: Ditto.
1243 * testsuite/libgomp.fortran/vla3.f90: Ditto.
1244 * testsuite/libgomp.fortran/vla4.f90: Ditto.
1245 * testsuite/libgomp.fortran/vla5.f90: Ditto.
1246 * testsuite/libgomp.fortran/vla6.f90: Ditto.
1247 * testsuite/libgomp.fortran/vla7.f90: Ditto.
1248 * testsuite/libgomp.fortran/vla8.f90: Ditto.
1249 * testsuite/libgomp.fortran/workshare1.f90: Ditto.
1250 * testsuite/libgomp.fortran/workshare2.f90: Ditto.
1251
1252 2019-10-30 Tobias Burnus <tobias@codesourcery.com>
1253
1254 * testsuite/libgomp.fortran/target-simd.f90: Use stop not abort.
1255 * testsuite/libgomp.fortran/use_device_ptr-optional-1.f90:
1256 Ditto; add 'dg-do run' for torture testing.
1257 * testsuite/libgomp.fortran/lastprivate1.f90: Add 'dg-do run'.
1258 * testsuite/libgomp.fortran/lastprivate2.f90: Ditto.
1259 * testsuite/libgomp.fortran/nestedfn4.f90: Ditto.
1260 * testsuite/libgomp.fortran/pr25219.f90: Ditto.
1261 * testsuite/libgomp.fortran/pr28390.f: Ditto.
1262 * testsuite/libgomp.fortran/pr35130.f90: Ditto.
1263 * testsuite/libgomp.fortran/pr90779.f90: Ditto.
1264 * testsuite/libgomp.fortran/task2.f90: Ditto.
1265 * testsuite/libgomp.fortran/taskgroup1.f90: Ditto.
1266 * testsuite/libgomp.fortran/taskloop1.f90: Ditto.
1267 * testsuite/libgomp.fortran/use_device_addr-1.f90: Ditto.
1268 * testsuite/libgomp.fortran/use_device_addr-2.f90: Ditto.
1269 * testsuite/libgomp.fortran/workshare1.f90: Ditto.
1270 * testsuite/libgomp.fortran/workshare2.f90: Ditto.
1271
1272 2019-10-28 Tobias Burnus <tobias@codesourcery.com>
1273
1274 * testsuite/libgomp.oacc-fortran/abort-1.f90: Add 'dg-do run'.
1275 * testsuite/libgomp.oacc-fortran/abort-2.f90: Ditto.
1276 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Ditto.
1277 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f90: Ditto.
1278 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f90: Ditto.
1279 * testsuite/libgomp.oacc-fortran/lib-1.f90: Ditto.
1280 * testsuite/libgomp.oacc-fortran/common-block-1.f90:
1281 Use 'stop' not abort().
1282 * testsuite/libgomp.oacc-fortran/common-block-2.f90: Ditto.
1283 * testsuite/libgomp.oacc-fortran/common-block-3.f90: Ditto.
1284 * testsuite/libgomp.oacc-fortran/data-1.f90: Ditto.
1285 * testsuite/libgomp.oacc-fortran/data-2.f90: Ditto.
1286 * testsuite/libgomp.oacc-fortran/data-5.f90: Ditto.
1287 * testsuite/libgomp.oacc-fortran/dummy-array.f90: Ditto.
1288 * testsuite/libgomp.oacc-fortran/gemm-2.f90: Ditto.
1289 * testsuite/libgomp.oacc-fortran/gemm.f90: Ditto.
1290 * testsuite/libgomp.oacc-fortran/host_data-2.f90: Ditto.
1291 * testsuite/libgomp.oacc-fortran/host_data-3.f90: Ditto.
1292 * testsuite/libgomp.oacc-fortran/host_data-4.f90: Ditto.
1293 * testsuite/libgomp.oacc-fortran/kernels-collapse-3.f90: Ditto.
1294 * testsuite/libgomp.oacc-fortran/kernels-collapse-4.f90: Ditto.
1295 * testsuite/libgomp.oacc-fortran/kernels-independent.f90: Ditto.
1296 * testsuite/libgomp.oacc-fortran/kernels-loop-1.f90: Ditto.
1297 * testsuite/libgomp.oacc-fortran/kernels-map-1.f90: Ditto.
1298 * testsuite/libgomp.oacc-fortran/kernels-parallel-loop-data-enter-exit.f95:
1299 Ditto.
1300 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-1.f90:
1301 Ditto.
1302 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-2.f90:
1303 Ditto.
1304 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-3.f90:
1305 Ditto.
1306 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-6.f90:
1307 Ditto.
1308 * testsuite/libgomp.oacc-fortran/kernels-private-vars-vector-1.f90:
1309 Ditto.
1310 * testsuite/libgomp.oacc-fortran/kernels-private-vars-vector-2.f90:
1311 Ditto.
1312 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-1.f90:
1313 Ditto.
1314 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-2.f90:
1315 Ditto.
1316 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-3.f90:
1317 Ditto.
1318 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-4.f90:
1319 Ditto.
1320 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-5.f90:
1321 Ditto.
1322 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-6.f90:
1323 Ditto.
1324 * testsuite/libgomp.oacc-fortran/kernels-private-vars-worker-7.f90:
1325 Ditto.
1326 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90: Ditto.
1327 * testsuite/libgomp.oacc-fortran/lib-12.f90: Ditto.
1328 * testsuite/libgomp.oacc-fortran/lib-13.f90: Ditto.
1329 * testsuite/libgomp.oacc-fortran/lib-14.f90: Ditto.
1330 * testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction-2.f90:
1331 Likewise and also add 'dg-do run'.
1332 * testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction.f90:
1333 Ditto.
1334
1335 2019-10-25 Cesar Philippidis <cesar@codesourcery.com>
1336 Tobias Burnus <tobias@codesourcery.com>
1337
1338 * testsuite/libgomp.oacc-fortran/common-block-1.f90: New test.
1339 * testsuite/libgomp.oacc-fortran/common-block-2.f90: New test.
1340 * testsuite/libgomp.oacc-fortran/common-block-3.f90: New test.
1341
1342 2019-10-14 Jakub Jelinek <jakub@redhat.com>
1343
1344 PR libgomp/92081
1345 * testsuite/libgomp.fortran/target-simd.f90: Iterate from 1 rather
1346 than 0.
1347
1348 2019-10-11 Tobias Burnus <tobias@codesourcery.com>
1349
1350 * testsuite/libgomp.fortran/use_device_addr-1.f90: New.
1351 * testsuite/libgomp.fortran/use_device_addr-2.f90: New.
1352
1353 2019-10-09 Thomas Schwinge <thomas@codesourcery.com>
1354
1355 PR middle-end/92036
1356 * testsuite/libgomp.oacc-c-c++-common/data-firstprivate-1.c: New
1357 file.
1358
1359 2019-10-09 Tobias Burnus <tobias@codesourcery.com>
1360
1361 PR testsuite/91884
1362 * testsuite/libgomp.fortran/fortran.exp: Conditionally
1363 add -lquadmath.
1364 * testsuite/libgomp.oacc-fortran/fortran.exp: Ditto.
1365
1366 2019-10-09 Jakub Jelinek <jakub@redhat.com>
1367
1368 PR libgomp/92028
1369 * target.c (gomp_map_vars_internal): Readd the previous
1370 GOMP_MAP_USE_DEVICE_PTR handling code in the first loop,
1371 though do that just in the !not_found_cnt case.
1372
1373 2019-10-08 Tobias Burnus <tobias@codesourcery.com>
1374
1375 * gfortran.dg/gomp/target-simd.f90: New.
1376
1377 2019-10-02 Julian Brown <julian@codesourcery.com>
1378 Cesar Philippidis <cesar@codesourcery.com>
1379
1380 * libgomp.h (OFFSET_INLINED, OFFSET_POINTER, OFFSET_STRUCT): Define.
1381 * target.c (FIELD_TGT_EMPTY): Define.
1382 (gomp_map_val): Use OFFSET_* macros instead of magic constants. Write
1383 as switch instead of list of ifs.
1384 (gomp_map_vars_internal): Use OFFSET_* and FIELD_TGT_EMPTY macros.
1385
1386 2019-10-02 Andreas Tobler <andreast@gcc.gnu.org>
1387
1388 * testsuite/libgomp.oacc-c-c++-common/loop-default.h: Remove alloca.h
1389 include. Replace alloca () with __builtin_alloca ().
1390 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Likewise.
1391
1392 2019-10-01 Jakub Jelinek <jakub@redhat.com>
1393
1394 * configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).
1395 * libgomp.h: Include <stdint.h> instead of "gstdint.h".
1396 * oacc-parallel.c: Don't include "libgomp_g.h".
1397 * plugin/plugin-hsa.c: Include <stdint.h> instead of "gstdint.h".
1398 * plugin/plugin-nvptx.c: Don't include "gstdint.h".
1399 * aclocal.m4: Regenerated.
1400 * config.h.in: Regenerated.
1401 * configure: Regenerated.
1402 * Makefile.in: Regenerated.
1403
1404 2019-09-30 Kwok Cheung Yeung <kcy@codesourcery.com>
1405
1406 * libgomp_g.h: Include stdint.h instead of gstdint.h.
1407
1408 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
1409
1410 * configure: Regenerate.
1411
1412 2019-09-13 Tobias Burnus <tobias@codesourcery.com>
1413
1414 * plugin/plugin-hsa.c (hsa_warn, hsa_fatal, hsa_error): Ensure
1415 string is initialized.
1416
1417 2019-09-06 Florian Weimer <fweimer@redhat.com>
1418
1419 * configure: Regenerate.
1420
1421 2019-09-03 Chung-Lin Tang <cltang@codesourcery.com>
1422
1423 PR other/79543
1424 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Fix GNU ld --version
1425 scanning to conform to the GNU Coding Standards.
1426 * configure: Regenerate.
1427
1428 2019-08-28 Jakub Jelinek <jakub@redhat.com>
1429
1430 PR libgomp/91530
1431 * testsuite/libgomp.c/scan-21.c: New test.
1432 * testsuite/libgomp.c/scan-22.c: New test.
1433
1434 2019-08-27 Jakub Jelinek <jakub@redhat.com>
1435
1436 PR libgomp/91530
1437 * testsuite/libgomp.c/scan-11.c: Add -msse2 option for sse2_runtime
1438 targets.
1439 * testsuite/libgomp.c/scan-12.c: Likewise.
1440 * testsuite/libgomp.c/scan-13.c: Likewise.
1441 * testsuite/libgomp.c/scan-14.c: Likewise.
1442 * testsuite/libgomp.c/scan-15.c: Likewise.
1443 * testsuite/libgomp.c/scan-16.c: Likewise.
1444 * testsuite/libgomp.c/scan-17.c: Likewise.
1445 * testsuite/libgomp.c/scan-18.c: Likewise.
1446 * testsuite/libgomp.c/scan-19.c: Likewise.
1447 * testsuite/libgomp.c/scan-20.c: Likewise.
1448 * testsuite/libgomp.c++/scan-9.C: Likewise.
1449 * testsuite/libgomp.c++/scan-10.C: Likewise.
1450 * testsuite/libgomp.c++/scan-11.C: Likewise.
1451 * testsuite/libgomp.c++/scan-12.C: Likewise.
1452 * testsuite/libgomp.c++/scan-14.C: Likewise.
1453 * testsuite/libgomp.c++/scan-15.C: Likewise.
1454 * testsuite/libgomp.c++/scan-13.C: Likewise. Use sse2_runtime
1455 instead of i?86-*-* x86_64-*-* as target for scan-tree-dump-times.
1456 * testsuite/libgomp.c++/scan-16.C: Likewise.
1457
1458 2019-08-17 Thomas Koenig <tkoenig@gcc.gnu.org>
1459
1460 PR fortran/91473
1461 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add
1462 -std=legacy so invalid code in the test case is accepted.
1463
1464 2019-08-12 Thomas Koenig <tkoenig@gcc.gnu.org>
1465
1466 PR fortran/91422
1467 * testsuite/libgomp.oacc-fortran/routine-7.f90: Correct array
1468 dimension.
1469
1470 2019-08-08 Jakub Jelinek <jakub@redhat.com>
1471
1472 * target.c (gomp_map_vars_internal): For GOMP_MAP_USE_DEVICE_PTR
1473 perform the lookup in the first loop only if !not_found_cnt, otherwise
1474 perform lookups for it in the second loop guarded with
1475 if (not_found_cnt || has_firstprivate).
1476 * testsuite/libgomp.c/target-37.c: New test.
1477 * testsuite/libgomp.c++/target-22.C: New test.
1478
1479 2019-08-07 Jakub Jelinek <jakub@redhat.com>
1480
1481 * testsuite/libgomp.c/target-18.c (struct S): New type.
1482 (foo): Use use_device_addr clause instead of use_device_ptr clause
1483 where required by OpenMP 5.0, add further tests for both use_device_ptr
1484 and use_device_addr clauses.
1485 * testsuite/libgomp.c++/target-9.C (struct S): New type.
1486 (foo): Use use_device_addr clause instead of use_device_ptr clause
1487 where required by OpenMP 5.0, add further tests for both use_device_ptr
1488 and use_device_addr clauses. Add t and u arguments.
1489 (main): Adjust caller.
1490
1491 2019-08-06 Jakub Jelinek <jakub@redhat.com>
1492
1493 * testsuite/libgomp.c++/loop-13.C: New test.
1494 * testsuite/libgomp.c++/loop-14.C: New test.
1495 * testsuite/libgomp.c++/loop-15.C: New test.
1496
1497 2019-07-31 Jakub Jelinek <jakub@redhat.com>
1498
1499 PR middle-end/91301
1500 * testsuite/libgomp.c++/for-27.C: New test.
1501
1502 2019-07-23 Steven G. Kargl <kargl@gcc.gnu.org>
1503
1504 * testsuite/libgomp.fortran/reduction4.f90: Update BOZ usage.
1505 * testsuite/libgomp.fortran/reduction5.f90: Ditto.
1506
1507 2019-07-20 Jakub Jelinek <jakub@redhat.com>
1508
1509 * testsuite/libgomp.c-c++-common/loop-1.c: New test.
1510
1511 2019-07-08 Jakub Jelinek <jakub@redhat.com>
1512
1513 * testsuite/libgomp.c++/scan-13.C: Replace xfail with target x86.
1514 * testsuite/libgomp.c++/scan-16.C: Likewise.
1515
1516 2019-07-06 Jakub Jelinek <jakub@redhat.com>
1517
1518 * testsuite/libgomp.c/scan-19.c: New test.
1519 * testsuite/libgomp.c/scan-20.c: New test.
1520
1521 * testsuite/libgomp.c/scan-11.c: New test.
1522 * testsuite/libgomp.c/scan-12.c: New test.
1523 * testsuite/libgomp.c/scan-13.c: New test.
1524 * testsuite/libgomp.c/scan-14.c: New test.
1525 * testsuite/libgomp.c/scan-15.c: New test.
1526 * testsuite/libgomp.c/scan-16.c: New test.
1527 * testsuite/libgomp.c/scan-17.c: New test.
1528 * testsuite/libgomp.c/scan-18.c: New test.
1529 * testsuite/libgomp.c++/scan-9.C: New test.
1530 * testsuite/libgomp.c++/scan-10.C: New test.
1531 * testsuite/libgomp.c++/scan-11.C: New test.
1532 * testsuite/libgomp.c++/scan-12.C: New test.
1533 * testsuite/libgomp.c++/scan-13.C: New test.
1534 * testsuite/libgomp.c++/scan-14.C: New test.
1535 * testsuite/libgomp.c++/scan-15.C: New test.
1536 * testsuite/libgomp.c++/scan-16.C: New test.
1537
1538 2019-07-04 Jakub Jelinek <jakub@redhat.com>
1539
1540 * testsuite/libgomp.c/scan-9.c: New test.
1541 * testsuite/libgomp.c/scan-10.c: New test.
1542
1543 2019-07-03 Jakub Jelinek <jakub@redhat.com>
1544
1545 * testsuite/libgomp.c++/scan-1.C: New test.
1546 * testsuite/libgomp.c++/scan-2.C: New test.
1547 * testsuite/libgomp.c++/scan-3.C: New test.
1548 * testsuite/libgomp.c++/scan-4.C: New test.
1549 * testsuite/libgomp.c++/scan-5.C: New test.
1550 * testsuite/libgomp.c++/scan-6.C: New test.
1551 * testsuite/libgomp.c++/scan-7.C: New test.
1552 * testsuite/libgomp.c++/scan-8.C: New test.
1553 * testsuite/libgomp.c/scan-1.c: New test.
1554 * testsuite/libgomp.c/scan-2.c: New test.
1555 * testsuite/libgomp.c/scan-3.c: New test.
1556 * testsuite/libgomp.c/scan-4.c: New test.
1557 * testsuite/libgomp.c/scan-5.c: New test.
1558 * testsuite/libgomp.c/scan-6.c: New test.
1559 * testsuite/libgomp.c/scan-7.c: New test.
1560 * testsuite/libgomp.c/scan-8.c: New test.
1561
1562 2019-06-18 Thomas Schwinge <thomas@codesourcery.com>
1563
1564 * testsuite/libgomp.oacc-c++/firstprivate-mappings-1.C: New file.
1565 * testsuite/libgomp.oacc-c-c++-common/firstprivate-mappings-1.c:
1566 Likewise.
1567
1568 * testsuite/libgomp.fortran/allocatable3.f90: Add missing results
1569 check.
1570
1571 2019-06-18 Cesar Philippidis <cesar@codesourcery.com>
1572
1573 * testsuite/libgomp.oacc-fortran/allocatable-array-1.f90: New
1574 file.
1575
1576 2019-06-18 Thomas Schwinge <thomas@codesourcery.com>
1577
1578 PR fortran/90743
1579 * oacc-parallel.c (GOACC_parallel_keyed): Handle NULL mapping
1580 case.
1581 * testsuite/libgomp.fortran/target-allocatable-1-1.f90: New file.
1582 * testsuite/libgomp.fortran/target-allocatable-1-2.f90: Likewise.
1583 * testsuite/libgomp.oacc-fortran/allocatable-1-1.f90: Likewise.
1584 * testsuite/libgomp.oacc-fortran/allocatable-1-2.f90: Likewise.
1585
1586 PR testsuite/90861
1587 * testsuite/libgomp.oacc-c-c++-common/declare-vla.c: Update.
1588
1589 PR middle-end/90862
1590 * testsuite/libgomp.oacc-c-c++-common/declare-1.c: Update.
1591
1592 2019-06-16 Tom de Vries <tdevries@suse.de>
1593
1594 PR tree-optimization/89376
1595 * testsuite/libgomp.oacc-c-c++-common/pr89376.c: New test.
1596
1597 2019-06-15 Tom de Vries <tdevries@suse.de>
1598
1599 PR tree-optimization/89713
1600 * testsuite/libgomp.oacc-c-c++-common/pr85381-2.c: Expect no bar.sync.
1601 * testsuite/libgomp.oacc-c-c++-common/pr85381-4.c: Same.
1602
1603 2019-06-15 Jakub Jelinek <jakub@redhat.com>
1604
1605 PR middle-end/90779
1606 * testsuite/libgomp.c/pr90779.c: New test.
1607 * testsuite/libgomp.fortran/pr90779.f90: New test.
1608
1609 2019-06-15 Tom de Vries <tdevries@suse.de>
1610
1611 PR tree-optimization/90009
1612 * testsuite/libgomp.oacc-c-c++-common/pr90009.c: New test.
1613
1614 2019-06-13 Feng Xue <fxue@os.amperecomputing.com>
1615
1616 PR tree-optimization/89713
1617 * testsuite/libgomp.oacc-c-c++-common/pr84955-1.c: New test.
1618
1619 2019-06-11 Jakub Jelinek <jakub@redhat.com>
1620
1621 PR target/90811
1622 * testsuite/libgomp.c/pr90811.c: New test.
1623
1624 2019-06-05 Jakub Jelinek <jakub@redhat.com>
1625
1626 * testsuite/libgomp.c++/lastprivate-conditional-1.C: New test.
1627 * testsuite/libgomp.c++/lastprivate-conditional-2.C: New test.
1628
1629 2019-06-04 Jakub Jelinek <jakub@redhat.com>
1630
1631 * testsuite/libgomp.c-c++-common/lastprivate-conditional-7.c: New test.
1632 * testsuite/libgomp.c-c++-common/lastprivate-conditional-8.c: New test.
1633 * testsuite/libgomp.c-c++-common/lastprivate-conditional-9.c: New test.
1634 * testsuite/libgomp.c-c++-common/lastprivate-conditional-10.c: New test.
1635
1636 2019-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1637
1638 * configure.ac: Call AX_COUNT_CPUS.
1639 Substitute CPU_COUNT.
1640 * testsuite/Makefile.am (check-am): Use CPU_COUNT as processor
1641 count fallback.
1642 * aclocal.m4: Regenerate.
1643 * configure: Regenerate.
1644 * Makefile.in, testsuite/Makefile.in: Regenerate.
1645
1646 2019-05-29 Jakub Jelinek <jakub@redhat.com>
1647
1648 * testsuite/libgomp.c-c++-common/lastprivate_conditional_4.c: Rename
1649 to ...
1650 * testsuite/libgomp.c-c++-common/lastprivate-conditional-4.c: ... this.
1651 * testsuite/libgomp.c-c++-common/lastprivate-conditional-5.c: New test.
1652 * testsuite/libgomp.c-c++-common/lastprivate-conditional-6.c: New test.
1653
1654 2019-05-27 Jakub Jelinek <jakub@redhat.com>
1655
1656 * testsuite/libgomp.c-c++-common/lastprivate_conditional_4.c: New test.
1657
1658 * testsuite/libgomp.c-c++-common/lastprivate-conditional-3.c: New test.
1659
1660 PR libgomp/90641
1661 * work.c (gomp_init_work_share): Instead of aligning final ordered
1662 value to multiples of long long alignment, align to that the
1663 first part (ordered team ids) and if inline_ordered_team_ids
1664 is not on a long long alignment boundary within the structure,
1665 use __alignof__ (long long) - 1 pad size always.
1666 * loop.c (GOMP_loop_start): Fix *mem computation if
1667 inline_ordered_team_ids is not aligned on long long alignment boundary
1668 within the structure.
1669 * loop-ull.c (GOMP_loop_ull_start): Likewise.
1670 * sections.c (GOMP_sections2_start): Likewise.
1671
1672 2019-05-24 Jakub Jelinek <jakub@redhat.com>
1673
1674 * testsuite/libgomp.c-c++-common/lastprivate-conditional-1.c: New test.
1675 * testsuite/libgomp.c-c++-common/lastprivate-conditional-2.c: New test.
1676
1677 PR libgomp/90585
1678 * plugin/plugin-hsa.c: Include gstdint.h. Include inttypes.h only if
1679 HAVE_INTTYPES_H is defined.
1680 (print_uint64_t): New typedef.
1681 (PRIu64): Define if HAVE_INTTYPES_H is not defined.
1682 (print_kernel_dispatch, run_kernel): Use PRIu64 macro instead of
1683 "lu", cast uint64_t HSA_DEBUG and fprintf arguments to print_uint64_t.
1684 (release_kernel_dispatch): Likewise. Cast shadow->debug to uintptr_t
1685 before casting to void *.
1686 * plugin/plugin-nvptx.c: Include gstdint.h instead of stdint.h.
1687 * oacc-mem.c: Don't include config.h nor stdint.h.
1688 * target.c: Don't include config.h.
1689 * oacc-cuda.c: Likewise.
1690 * oacc-host.c: Don't include stdint.h.
1691
1692 2019-05-20 Jakub Jelinek <jakub@redhat.com>
1693
1694 PR libgomp/90527
1695 * alloc.c (_GNU_SOURCE): Define.
1696
1697 2019-05-17 Thomas Schwinge <thomas@codesourcery.com>
1698
1699 * acc_prof.h: New file.
1700 * oacc-profiling.c: Likewise.
1701 * Makefile.am (nodist_libsubinclude_HEADERS, libgomp_la_SOURCES):
1702 Add these, respectively.
1703 * Makefile.in: Regenerate.
1704 * env.c (initialize_env): Call goacc_profiling_initialize.
1705 * oacc-plugin.c (GOMP_PLUGIN_goacc_thread)
1706 (GOMP_PLUGIN_goacc_profiling_dispatch): New functions.
1707 * oacc-plugin.h (GOMP_PLUGIN_goacc_thread)
1708 (GOMP_PLUGIN_goacc_profiling_dispatch): Declare.
1709 * libgomp.map (OACC_2.5.1): Add acc_prof_lookup,
1710 acc_prof_register, acc_prof_unregister, and acc_register_library.
1711 (GOMP_PLUGIN_1.3): Add GOMP_PLUGIN_goacc_profiling_dispatch, and
1712 GOMP_PLUGIN_goacc_thread.
1713 * oacc-int.h (struct goacc_thread): Add prof_info, api_info,
1714 prof_callbacks_enabled members.
1715 (goacc_prof_enabled, goacc_profiling_initialize)
1716 (_goacc_profiling_dispatch_p, _goacc_profiling_setup_p)
1717 (goacc_profiling_dispatch): Declare.
1718 (GOACC_PROF_ENABLED, GOACC_PROFILING_DISPATCH_P)
1719 (GOACC_PROFILING_SETUP_P): Define.
1720 * oacc-async.c (acc_async_test, acc_async_test_all, acc_wait)
1721 (acc_wait_async, acc_wait_all, acc_wait_all_async): Update for
1722 OpenACC Profiling Interface.
1723 * oacc-cuda.c (acc_get_current_cuda_device)
1724 (acc_get_current_cuda_context, acc_get_cuda_stream)
1725 (acc_set_cuda_stream): Likewise.
1726 * oacc-init.c (acc_init_1, goacc_attach_host_thread_to_device)
1727 (acc_init, acc_set_device_type, acc_get_device_type)
1728 (acc_get_device_num, goacc_lazy_initialize): Likewise.
1729 * oacc-mem.c (acc_malloc, acc_free, memcpy_tofrom_device)
1730 (acc_deviceptr, acc_hostptr, acc_is_present, acc_map_data)
1731 (acc_unmap_data, present_create_copy, delete_copyout)
1732 (update_dev_host): Likewise.
1733 * oacc-parallel.c (GOACC_parallel_keyed, GOACC_data_start)
1734 (GOACC_data_end, GOACC_enter_exit_data, GOACC_update, GOACC_wait):
1735 Likewise.
1736 * plugin/plugin-nvptx.c (nvptx_exec, nvptx_alloc, nvptx_free)
1737 (GOMP_OFFLOAD_openacc_exec, GOMP_OFFLOAD_openacc_async_exec):
1738 Likewise.
1739 * libgomp.texi: Update.
1740 * testsuite/libgomp.oacc-c-c++-common/acc_prof-dispatch-1.c: New
1741 file.
1742 * testsuite/libgomp.oacc-c-c++-common/acc_prof-init-1.c: Likewise.
1743 * testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c:
1744 Likewise.
1745 * testsuite/libgomp.oacc-c-c++-common/acc_prof-parallel-1.c:
1746 Likewise.
1747 * testsuite/libgomp.oacc-c-c++-common/acc_prof-valid_bytes-1.c:
1748 Likewise.
1749 * testsuite/libgomp.oacc-c-c++-common/acc_prof-version-1.c:
1750 Likewise.
1751
1752 2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>
1753
1754 * libgomp-plugin.h (struct goacc_asyncqueue): Declare.
1755 (struct goacc_asyncqueue_list): Likewise.
1756 (goacc_aq): Likewise.
1757 (goacc_aq_list): Likewise.
1758 (GOMP_OFFLOAD_openacc_register_async_cleanup): Remove.
1759 (GOMP_OFFLOAD_openacc_async_test): Remove.
1760 (GOMP_OFFLOAD_openacc_async_test_all): Remove.
1761 (GOMP_OFFLOAD_openacc_async_wait): Remove.
1762 (GOMP_OFFLOAD_openacc_async_wait_async): Remove.
1763 (GOMP_OFFLOAD_openacc_async_wait_all): Remove.
1764 (GOMP_OFFLOAD_openacc_async_wait_all_async): Remove.
1765 (GOMP_OFFLOAD_openacc_async_set_async): Remove.
1766 (GOMP_OFFLOAD_openacc_exec): Adjust declaration.
1767 (GOMP_OFFLOAD_openacc_cuda_get_stream): Likewise.
1768 (GOMP_OFFLOAD_openacc_cuda_set_stream): Likewise.
1769 (GOMP_OFFLOAD_openacc_async_exec): Declare.
1770 (GOMP_OFFLOAD_openacc_async_construct): Declare.
1771 (GOMP_OFFLOAD_openacc_async_destruct): Declare.
1772 (GOMP_OFFLOAD_openacc_async_test): Declare.
1773 (GOMP_OFFLOAD_openacc_async_synchronize): Declare.
1774 (GOMP_OFFLOAD_openacc_async_serialize): Declare.
1775 (GOMP_OFFLOAD_openacc_async_queue_callback): Declare.
1776 (GOMP_OFFLOAD_openacc_async_host2dev): Declare.
1777 (GOMP_OFFLOAD_openacc_async_dev2host): Declare.
1778
1779 * libgomp.h (struct acc_dispatch_t): Define 'async' sub-struct.
1780 (gomp_acc_insert_pointer): Adjust declaration.
1781 (gomp_copy_host2dev): New declaration.
1782 (gomp_copy_dev2host): Likewise.
1783 (gomp_map_vars_async): Likewise.
1784 (gomp_unmap_tgt): Likewise.
1785 (gomp_unmap_vars_async): Likewise.
1786 (gomp_fini_device): Likewise.
1787
1788 * oacc-async.c (get_goacc_thread): New function.
1789 (get_goacc_thread_device): New function.
1790 (lookup_goacc_asyncqueue): New function.
1791 (get_goacc_asyncqueue): New function.
1792 (acc_async_test): Adjust code to use new async design.
1793 (acc_async_test_all): Likewise.
1794 (acc_wait): Likewise.
1795 (acc_wait_async): Likewise.
1796 (acc_wait_all): Likewise.
1797 (acc_wait_all_async): Likewise.
1798 (goacc_async_free): New function.
1799 (goacc_init_asyncqueues): Likewise.
1800 (goacc_fini_asyncqueues): Likewise.
1801 * oacc-cuda.c (acc_get_cuda_stream): Adjust code to use new async
1802 design.
1803 (acc_set_cuda_stream): Likewise.
1804 * oacc-host.c (host_openacc_exec): Adjust parameters, remove 'async'.
1805 (host_openacc_register_async_cleanup): Remove.
1806 (host_openacc_async_exec): New function.
1807 (host_openacc_async_test): Adjust parameters.
1808 (host_openacc_async_test_all): Remove.
1809 (host_openacc_async_wait): Remove.
1810 (host_openacc_async_wait_async): Remove.
1811 (host_openacc_async_wait_all): Remove.
1812 (host_openacc_async_wait_all_async): Remove.
1813 (host_openacc_async_set_async): Remove.
1814 (host_openacc_async_synchronize): New function.
1815 (host_openacc_async_serialize): New function.
1816 (host_openacc_async_host2dev): New function.
1817 (host_openacc_async_dev2host): New function.
1818 (host_openacc_async_queue_callback): New function.
1819 (host_openacc_async_construct): New function.
1820 (host_openacc_async_destruct): New function.
1821 (struct gomp_device_descr host_dispatch): Remove initialization of old
1822 interface, add initialization of new async sub-struct.
1823 * oacc-init.c (acc_shutdown_1): Adjust to use gomp_fini_device.
1824 (goacc_attach_host_thread_to_device): Remove old async code usage.
1825 * oacc-int.h (goacc_init_asyncqueues): New declaration.
1826 (goacc_fini_asyncqueues): Likewise.
1827 (goacc_async_copyout_unmap_vars): Likewise.
1828 (goacc_async_free): Likewise.
1829 (get_goacc_asyncqueue): Likewise.
1830 (lookup_goacc_asyncqueue): Likewise.
1831 * oacc-mem.c (memcpy_tofrom_device): Adjust code to use new async
1832 design.
1833 (present_create_copy): Adjust code to use new async design.
1834 (delete_copyout): Likewise.
1835 (update_dev_host): Likewise.
1836 (gomp_acc_insert_pointer): Add async parameter, adjust code to use new
1837 async design.
1838 (gomp_acc_remove_pointer): Adjust code to use new async design.
1839 * oacc-parallel.c (GOACC_parallel_keyed): Adjust code to use new async
1840 design.
1841 (GOACC_enter_exit_data): Likewise.
1842 (goacc_wait): Likewise.
1843 (GOACC_update): Likewise.
1844 * oacc-plugin.c (GOMP_PLUGIN_async_unmap_vars): Change to assert fail
1845 when called, warn as obsolete in comment.
1846 * target.c (goacc_device_copy_async): New function.
1847 (gomp_copy_host2dev): Remove 'static', add goacc_asyncqueue parameter,
1848 add goacc_device_copy_async case.
1849 (gomp_copy_dev2host): Likewise.
1850 (gomp_map_vars_existing): Add goacc_asyncqueue parameter, adjust code.
1851 (gomp_map_pointer): Likewise.
1852 (gomp_map_fields_existing): Likewise.
1853 (gomp_map_vars_internal): New always_inline function, renamed from
1854 gomp_map_vars.
1855 (gomp_map_vars): Implement by calling gomp_map_vars_internal.
1856 (gomp_map_vars_async): Implement by calling gomp_map_vars_internal,
1857 passing goacc_asyncqueue argument.
1858 (gomp_unmap_tgt): Remove static, add attribute_hidden.
1859 (gomp_unref_tgt): New function.
1860 (gomp_unmap_vars_internal): New always_inline function, renamed from
1861 gomp_unmap_vars.
1862 (gomp_unmap_vars): Implement by calling gomp_unmap_vars_internal.
1863 (gomp_unmap_vars_async): Implement by calling
1864 gomp_unmap_vars_internal, passing goacc_asyncqueue argument.
1865 (gomp_fini_device): New function.
1866 (gomp_exit_data): Adjust gomp_copy_dev2host call.
1867 (gomp_load_plugin_for_device): Remove old interface, adjust to load
1868 new async interface.
1869 (gomp_target_fini): Adjust code to call gomp_fini_device.
1870
1871 * plugin/plugin-nvptx.c (struct cuda_map): Remove.
1872 (struct ptx_stream): Remove.
1873 (struct nvptx_thread): Remove current_stream field.
1874 (cuda_map_create): Remove.
1875 (cuda_map_destroy): Remove.
1876 (map_init): Remove.
1877 (map_fini): Remove.
1878 (map_pop): Remove.
1879 (map_push): Remove.
1880 (struct goacc_asyncqueue): Define.
1881 (struct nvptx_callback): Define.
1882 (struct ptx_free_block): Define.
1883 (struct ptx_device): Remove null_stream, active_streams, async_streams,
1884 stream_lock, and next fields.
1885 (enum ptx_event_type): Remove.
1886 (struct ptx_event): Remove.
1887 (ptx_event_lock): Remove.
1888 (ptx_events): Remove.
1889 (init_streams_for_device): Remove.
1890 (fini_streams_for_device): Remove.
1891 (select_stream_for_async): Remove.
1892 (nvptx_init): Remove ptx_events and ptx_event_lock references.
1893 (nvptx_attach_host_thread_to_device): Remove CUDA_ERROR_NOT_PERMITTED
1894 case.
1895 (nvptx_open_device): Add free_blocks initialization, remove
1896 init_streams_for_device call.
1897 (nvptx_close_device): Remove fini_streams_for_device call, add
1898 free_blocks destruct code.
1899 (event_gc): Remove.
1900 (event_add): Remove.
1901 (nvptx_exec): Adjust parameters and code.
1902 (nvptx_free): Likewise.
1903 (nvptx_host2dev): Remove.
1904 (nvptx_dev2host): Remove.
1905 (nvptx_set_async): Remove.
1906 (nvptx_async_test): Remove.
1907 (nvptx_async_test_all): Remove.
1908 (nvptx_wait): Remove.
1909 (nvptx_wait_async): Remove.
1910 (nvptx_wait_all): Remove.
1911 (nvptx_wait_all_async): Remove.
1912 (nvptx_get_cuda_stream): Remove.
1913 (nvptx_set_cuda_stream): Remove.
1914 (GOMP_OFFLOAD_alloc): Adjust code.
1915 (GOMP_OFFLOAD_free): Likewise.
1916 (GOMP_OFFLOAD_openacc_register_async_cleanup): Remove.
1917 (GOMP_OFFLOAD_openacc_exec): Adjust parameters and code.
1918 (GOMP_OFFLOAD_openacc_async_test_all): Remove.
1919 (GOMP_OFFLOAD_openacc_async_wait): Remove.
1920 (GOMP_OFFLOAD_openacc_async_wait_async): Remove.
1921 (GOMP_OFFLOAD_openacc_async_wait_all): Remove.
1922 (GOMP_OFFLOAD_openacc_async_wait_all_async): Remove.
1923 (GOMP_OFFLOAD_openacc_async_set_async): Remove.
1924 (cuda_free_argmem): New function.
1925 (GOMP_OFFLOAD_openacc_async_exec): New plugin hook function.
1926 (GOMP_OFFLOAD_openacc_create_thread_data): Adjust code.
1927 (GOMP_OFFLOAD_openacc_cuda_get_stream): Adjust code.
1928 (GOMP_OFFLOAD_openacc_cuda_set_stream): Adjust code.
1929 (GOMP_OFFLOAD_openacc_async_construct): New plugin hook function.
1930 (GOMP_OFFLOAD_openacc_async_destruct): New plugin hook function.
1931 (GOMP_OFFLOAD_openacc_async_test): Remove and re-implement.
1932 (GOMP_OFFLOAD_openacc_async_synchronize): New plugin hook function.
1933 (GOMP_OFFLOAD_openacc_async_serialize): New plugin hook function.
1934 (GOMP_OFFLOAD_openacc_async_queue_callback): New plugin hook function.
1935 (cuda_callback_wrapper): New function.
1936 (cuda_memcpy_sanity_check): New function.
1937 (GOMP_OFFLOAD_host2dev): Remove and re-implement.
1938 (GOMP_OFFLOAD_dev2host): Remove and re-implement.
1939 (GOMP_OFFLOAD_openacc_async_host2dev): New plugin hook function.
1940 (GOMP_OFFLOAD_openacc_async_dev2host): New plugin hook function.
1941
1942 2019-05-07 Thomas Schwinge <thomas@codesourcery.com>
1943
1944 PR target/87835
1945 * testsuite/libgomp.oacc-c-c++-common/pr87835.c: Update.
1946
1947 2019-05-06 Thomas Schwinge <thomas@codesourcery.com>
1948
1949 * oacc-parallel.c: Add comments to legacy entry points (GCC 5).
1950
1951 2019-03-27 Kevin Buettner <kevinb@redhat.com>
1952
1953 * team.c (gomp_team_start): Initialize pool->threads[0].
1954
1955 2019-02-22 Thomas Schwinge <thomas@codesourcery.com>
1956
1957 * testsuite/libgomp.oacc-c++/c++.exp: Specify
1958 "-foffload=$offload_target".
1959 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1960 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1961 * testsuite/lib/libgomp.exp
1962 (check_effective_target_openacc_nvidia_accel_configured): Remove,
1963 as (conceptually) merged into
1964 check_effective_target_openacc_nvidia_accel_selected. Adjust all
1965 users.
1966
1967 * plugin/configfrag.ac: Populate and AC_SUBST offload_targets.
1968 * testsuite/libgomp-test-support.exp.in: Adjust.
1969 * testsuite/lib/libgomp.exp: Likewise. Don't populate
1970 openacc_device_types_s.
1971 (offload_target_to_openacc_device_type): New proc.
1972 * testsuite/libgomp.oacc-c++/c++.exp: Adjust.
1973 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1974 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1975 * Makefile.in: Regenerate.
1976 * configure: Likewise.
1977 * testsuite/Makefile.in: Likewise.
1978
1979 * plugin/configfrag.ac: Populate and AC_SUBST offload_plugins
1980 instead of offload_targets, and AC_DEFINE_UNQUOTED OFFLOAD_PLUGINS
1981 instead of OFFLOAD_TARGETS.
1982 * target.c (gomp_target_init): Adjust.
1983 * testsuite/libgomp-test-support.exp.in: Likewise.
1984 * testsuite/lib/libgomp.exp: Likewise. Populate
1985 openacc_device_types_s instead of offload_targets_s_openacc.
1986 (check_effective_target_openacc_nvidia_accel_selected)
1987 (check_effective_target_openacc_host_selected): Adjust.
1988 * testsuite/libgomp.oacc-c++/c++.exp: Likewise.
1989 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1990 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1991 * Makefile.in: Regenerate.
1992 * config.h.in: Likewise.
1993 * configure: Likewise.
1994 * testsuite/Makefile.in: Likewise.
1995
1996 * testsuite/lib/libgomp.exp: Error out for unknown offload target.
1997 * testsuite/libgomp.oacc-c++/c++.exp: Likewise. Report if
1998 "offloading: supported, but hardware not accessible".
1999 * testsuite/libgomp.oacc-c/c.exp: Likewise.
2000 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
2001
2002 2019-02-19 Chung-Lin Tang <cltang@codesourcery.com>
2003
2004 PR c/87924
2005 * oacc-parallel.c (GOACC_parallel_keyed): Remove condition on call to
2006 goacc_wait().
2007 (goacc_wait): Handle ACC_ASYNC_NOVAL case, remove goacc_thread() call
2008 and related adjustment.
2009
2010 2019-01-30 Jakub Jelinek <jakub@redhat.com>
2011
2012 PR c++/88988
2013 * testsuite/libgomp.c++/pr88988.C: New test.
2014
2015 2019-01-28 Jakub Jelinek <jakub@redhat.com>
2016
2017 PR middle-end/89002
2018 * testsuite/libgomp.c/pr89002.c: New test.
2019
2020 2019-01-28 Richard Biener <rguenther@suse.de>
2021
2022 PR testsuite/89064
2023 PR tree-optimization/86865
2024 * testsuite/libgomp.graphite/force-parallel-5.c: XFAIL.
2025
2026 2019-01-24 Tom de Vries <tdevries@suse.de>
2027
2028 * plugin/plugin-nvptx.c (GOMP_OFFLOAD_fini_device): Free ptx_devices
2029 once instantiated_devices drops to 0.
2030
2031 2019-01-23 Tom de Vries <tdevries@suse.de>
2032
2033 PR target/PR88946
2034 * plugin/plugin-nvptx.c (cuda_map_destroy): Use CUDA_CALL_NOCHECK for
2035 cuMemFree.
2036 (nvptx_exec): Don't call map_push if mapnum == 0.
2037 * testsuite/libgomp.oacc-c-c++-common/pr88946.c: New test.
2038
2039 2019-01-23 Tom de Vries <tdevries@suse.de>
2040
2041 PR target/88941
2042 PR target/88939
2043 * plugin/plugin-nvptx.c (cuda_map_destroy): Handle map->active case.
2044 (map_fini): Remove "assert (!s->map->active)".
2045 * testsuite/libgomp.oacc-c-c++-common/pr88941.c: New test.
2046
2047 2019-01-23 Tom de Vries <tdevries@suse.de>
2048
2049 PR target/87835
2050 * plugin/plugin-nvptx.c (map_push): Fix adding of allocated element.
2051 * testsuite/libgomp.oacc-c-c++-common/pr87835.c: New test.
2052
2053 2019-01-15 Tom de Vries <tdevries@suse.de>
2054
2055 PR target/80547
2056 * testsuite/libgomp.oacc-c-c++-common/gang-reduction-var-assignment.c:
2057 New test.
2058
2059 2019-01-12 Tom de Vries <tdevries@suse.de>
2060
2061 * testsuite/libgomp.oacc-c-c++-common/pr85486-2.c: New test.
2062 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-2.c: New test.
2063 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-5.c: New test.
2064 * testsuite/libgomp.oacc-fortran/gemm-2.f90: New test.
2065
2066 2019-01-12 Tom de Vries <tdevries@suse.de>
2067
2068 * plugin/plugin-nvptx.c (nvptx_exec): Update error message.
2069
2070 2019-01-12 Tom de Vries <tdevries@suse.de>
2071
2072 * testsuite/libgomp.oacc-c-c++-common/vector-length-64-1.c: New test.
2073 * testsuite/libgomp.oacc-c-c++-common/vector-length-64-2.c: New test.
2074 * testsuite/libgomp.oacc-c-c++-common/vector-length-64-3.c: New test.
2075
2076 2019-01-12 Tom de Vries <tdevries@suse.de>
2077
2078 PR target/85486
2079 * testsuite/libgomp.oacc-c-c++-common/pr85486-3.c: New test.
2080 * testsuite/libgomp.oacc-c-c++-common/pr85486.c: New test.
2081
2082 2019-01-12 Tom de Vries <tdevries@suse.de>
2083
2084 PR target/85381
2085 * testsuite/libgomp.oacc-c-c++-common/pr85381-5.c: New test.
2086 * testsuite/libgomp.oacc-c-c++-common/pr85381.c: New test.
2087
2088 2019-01-12 Tom de Vries <tdevries@suse.de>
2089
2090 * testsuite/libgomp.oacc-c-c++-common/vred2d-128.c: New test.
2091 * testsuite/libgomp.oacc-fortran/gemm.f90: New test.
2092 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-10.c: New test.
2093
2094 2019-01-12 Tom de Vries <tdevries@suse.de>
2095
2096 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-7.c: New test.
2097 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-4.c: New test.
2098 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-6.c: New test.
2099
2100 2019-01-12 Tom de Vries <tdevries@suse.de>
2101
2102 * plugin/plugin-nvptx.c (nvptx_exec): Update insufficient hardware
2103 resources diagnostic.
2104
2105 2019-01-12 Tom de Vries <tdevries@suse.de>
2106
2107 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-1.c: Expect
2108 vector length to be 128.
2109 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Expect vector
2110 length 2097152 to be reduced to 1024 instead of 32.
2111
2112 2019-01-11 Thomas Schwinge <thomas@codesourcery.com>
2113 James Norris <jnorris@codesourcery.com>
2114
2115 * libgomp.texi: Better distinguish OpenACC and OpenMP "Runtime
2116 Library Routines", and "Environment Variables".
2117
2118 2019-01-11 Tom de Vries <tdevries@suse.de>
2119
2120 * plugin/plugin-nvptx.c (nvptx_exec): Prevent vector_length 64 and
2121 num_workers 16.
2122
2123 2019-01-11 Tom de Vries <tdevries@suse.de>
2124
2125 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Remove
2126 -foffload=-w.
2127 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Same.
2128 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Same.
2129 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Same.
2130 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Same.
2131
2132 2019-01-11 Tom de Vries <tdevries@suse.de>
2133
2134 * testsuite/libgomp.oacc-c-c++-common/insufficient-resources.c: New
2135 test.
2136
2137 2019-01-10 Nathan Sidwell <nathan@acm.org>
2138 Julian Brown <julian@codesourcery.com>
2139
2140 PR lto/71959
2141 * testsuite/libgomp.oacc-c++/pr71959-aux.cc: New.
2142 * testsuite/libgomp.oacc-c++/pr71959.C: New.
2143
2144 2019-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
2145
2146 * config/rtems/bar.c: Include "../linux/bar.c" and delete copy
2147 and paste code.
2148
2149 2019-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
2150
2151 * config/rtems/affinity-fmt.c: New file. Include affinity-fmt.c,
2152 undefining HAVE_GETPID and HAVE_GETHOSTNAME, and mapping fwrite to
2153 write.
2154
2155 2019-01-09 Tom de Vries <tdevries@suse.de>
2156
2157 PR target/88756
2158 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c (ng, nw, vl): Use
2159 #define instead of "const int".
2160 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c (ng, nw, vl): Same.
2161 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c (ng, nw, vl): Same.
2162 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c (ng, nw, vl): Same.
2163 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c (ng, nw, vl): Same.
2164
2165 2019-01-09 Tom de Vries <tdevries@suse.de>
2166
2167 * plugin/plugin-nvptx.c (nvptx_exec): Make sure to launch with at least
2168 one worker.
2169
2170 2019-01-07 Tom de Vries <tdevries@suse.de>
2171
2172 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-3.c: Fix
2173 GOMP_OPENACC_DIM argument.
2174
2175 2019-01-03 Tom de Vries <tdevries@suse.de>
2176
2177 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-1.c: New test.
2178 * testsuite/libgomp.oacc-c-c++-common/vector-length-128-3.c: New test.
2179
2180 2019-01-01 Jakub Jelinek <jakub@redhat.com>
2181
2182 Update copyright years.
2183
2184 2019-01-01 Jakub Jelinek <jakub@redhat.com>
2185
2186 * libgomp.texi: Bump @copying's copyright year.
2187
2188 2018-12-28 Thomas Schwinge <thomas@codesourcery.com>
2189
2190 * oacc-parallel.c (GOACC_parallel_keyed, GOACC_parallel)
2191 (GOACC_data_start, GOACC_enter_exit_data, GOACC_update)
2192 (GOACC_declare): Redefine the "device" argument to "flags".
2193
2194 2018-12-28 Thomas Schwinge <thomas@codesourcery.com>
2195 Cesar Philippidis <cesar@codesourcery.com>
2196
2197 * target.c (struct gomp_coalesce_chunk): New structure.
2198 (struct gomp_coalesce_buf): Update the chunks member to use that
2199 type. Adjust all users.
2200
2201 2018-12-19 Tom de Vries <tdevries@suse.de>
2202
2203 * testsuite/libgomp.oacc-c-c++-common/pr85381-2.c: New test.
2204 * testsuite/libgomp.oacc-c-c++-common/pr85381-3.c: New test.
2205 * testsuite/libgomp.oacc-c-c++-common/pr85381-4.c: New test.
2206
2207 2018-12-19 Tom de Vries <tdevries@suse.de>
2208
2209 * testsuite/lib/libgomp.exp: Add load_lib of scanoffloadrtl.exp.
2210 * testsuite/libgomp.oacc-c-c++-common/nvptx-merged-loop.c: Move from
2211 gcc/testsuite/gcc.dg/goacc.
2212 * testsuite/libgomp.oacc-c-c++-common/nvptx-sese-1.c: Same.
2213
2214 2018-12-14 Thomas Schwinge <thomas@codesourcery.com>
2215 Chung-Lin Tang <cltang@codesourcery.com>
2216
2217 * oacc-mem.c (acc_present_or_create): Remove definition and change
2218 to alias of acc_create.
2219 (acc_present_or_copyin): Remove definition and change to alias of
2220 acc_copyin.
2221 * oacc-parallel.c (GOACC_enter_exit_data): Call acc_create instead
2222 of acc_present_or_create.
2223 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Remove.
2224 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
2225 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
2226 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
2227 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
2228 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
2229 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
2230 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
2231 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
2232 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
2233 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
2234 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
2235 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
2236 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
2237 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
2238 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
2239
2240 2018-12-14 Thomas Schwinge <thomas@codesourcery.com>
2241
2242 PR libgomp/88495
2243 * plugin/plugin-nvptx.c (nvptx_wait_async): Don't refuse
2244 "identical parameters".
2245 * testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c: Update.
2246 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Remove.
2247
2248 PR libgomp/88484
2249 * oacc-parallel.c (GOACC_wait): Correct handling for "async >= 0".
2250 * testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c: New file.
2251
2252 PR libgomp/88407
2253 * plugin/plugin-nvptx.c (nvptx_async_test, nvptx_wait)
2254 (nvptx_wait_async): Unseen async-argument is a no-op.
2255 * testsuite/libgomp.oacc-c-c++-common/async_queue-1.c: Update.
2256 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Likewise.
2257 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
2258 * testsuite/libgomp.oacc-c-c++-common/lib-79.c: Likewise.
2259 * testsuite/libgomp.oacc-fortran/lib-12.f90: Likewise.
2260 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Merge into...
2261 * testsuite/libgomp.oacc-c-c++-common/lib-69.c: ... this. Update.
2262 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Merge into...
2263 * testsuite/libgomp.oacc-c-c++-common/lib-74.c: ... this. Update
2264
2265 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Revise.
2266 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
2267
2268 2018-12-14 Chung-Lin Tang <cltang@codesourcery.com>
2269
2270 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Adjust.
2271 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
2272 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
2273
2274 2018-12-14 Thomas Schwinge <thomas@codesourcery.com>
2275
2276 PR libgomp/88370
2277 * libgomp.texi (acc_get_current_cuda_context, acc_get_cuda_stream)
2278 (acc_set_cuda_stream): Clarify.
2279 * oacc-cuda.c (acc_get_cuda_stream, acc_set_cuda_stream): Use
2280 "async_valid_p".
2281 * plugin/plugin-nvptx.c (nvptx_set_cuda_stream): Refuse "async ==
2282 acc_async_sync".
2283 * testsuite/libgomp.oacc-c-c++-common/acc_set_cuda_stream-1.c: New file.
2284 * testsuite/libgomp.oacc-c-c++-common/async_queue-1.c: Likewise.
2285 * testsuite/libgomp.oacc-c-c++-common/lib-84.c: Update.
2286 * testsuite/libgomp.oacc-c-c++-common/lib-85.c: Likewise.
2287
2288 2018-12-14 Tom de Vries <tdevries@suse.de>
2289
2290 * testsuite/libgomp.c-c++-common/function-not-offloaded-aux.c: New test.
2291 * testsuite/libgomp.c-c++-common/function-not-offloaded.c: New test.
2292 * testsuite/libgomp.c-c++-common/variable-not-offloaded.c: New test.
2293 * testsuite/libgomp.oacc-c-c++-common/function-not-offloaded.c: New test.
2294 * testsuite/libgomp.oacc-c-c++-common/variable-not-offloaded.c: New test.
2295
2296 2018-12-13 Tom de Vries <tdevries@suse.de>
2297
2298 * affinity-fmt.c (gomp_print_string): New function, factored out of ...
2299 (omp_display_affinity, gomp_display_affinity_thread): ... here, and ...
2300 * fortran.c (omp_display_affinity_): ... here.
2301 * libgomp.h (gomp_print_string): Declare.
2302 * config/nvptx/affinity-fmt.c: New file. Include affinity-fmt.c,
2303 undefining HAVE_GETPID and HAVE_GETHOSTNAME, and mapping fwrite to
2304 write.
2305
2306 2018-12-13 Jakub Jelinek <jakub@redhat.com>
2307
2308 PR libgomp/88460
2309 * testsuite/libgomp.c++/for-24.C (results): Include it in
2310 omp declare target region.
2311 (main): Use map (always, tofrom: results) instead of
2312 map (tofrom: results).
2313
2314 2018-12-12 Jakub Jelinek <jakub@redhat.com>
2315
2316 PR fortran/88463
2317 * testsuite/libgomp.fortran/pr88463-1.f90: New test.
2318 * testsuite/libgomp.fortran/pr88463-2.f90: New test.
2319
2320 * testsuite/libgomp.c-c++-common/for-16.c: New test.
2321
2322 2018-12-12 Andreas Schwab <schwab@suse.de>
2323
2324 * config/linux/ia64/futex.h (sys_futex0): Don't mark r12 as
2325 clobbered.
2326
2327 2018-12-09 Thomas Koenig <tkoenig@gcc.gnu.org>
2328
2329 PR fortran/88411
2330 * testsuite/libgomp.fortran/async_io_8.f90: New test.
2331
2332 2018-12-09 Thomas Schwinge <thomas@codesourcery.com>
2333 Jakub Jelinek <jakub@redhat.com>
2334
2335 * target.c (gomp_map_vars): Call gomp_copy_host2dev instead of
2336 devicep->host2dev_func.
2337
2338 2018-12-08 Jakub Jelinek <jakub@redhat.com>
2339
2340 PR libgomp/87995
2341 * testsuite/libgomp.c-c++-common/cancel-taskgroup-3.c: Require
2342 tls_runtime effective target.
2343 (t): New threadprivate variable.
2344 (main): Set t in threads which execute iterations of the worksharing
2345 loop. Propagate that to the task after the loop and don't abort
2346 if the current taskgroup hasn't been cancelled.
2347
2348 2018-12-02 Jakub Jelinek <jakub@redhat.com>
2349
2350 * testsuite/libgomp.c/task-reduction-3.c: New test.
2351
2352 * testsuite/libgomp.c-c++-common/cancel-taskgroup-4.c: New test.
2353
2354 2018-11-30 Cesar Philippidis <cesar@codesourcery.com>
2355
2356 PR libgomp/88288
2357 * oacc-parallel.c (GOACC_parallel_keyed): Add offset to devaddrs.
2358 * testsuite/libgomp.oacc-c-c++-common/pr88288.c: New test.
2359
2360 2018-11-30 Thomas Schwinge <thomas@codesourcery.com>
2361
2362 * testsuite/libgomp.oacc-fortran/lib-16-2.f90: New file.
2363
2364 2018-10-19 Richard Biener <rguenther@suse.de>
2365
2366 PR tree-optimization/88182
2367 * testsuite/libgomp.c++/pr88182.C: Move to g++.dg/gomp.
2368
2369 2018-11-26 Jakub Jelinek <jakub@redhat.com>
2370
2371 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu.
2372 (RUNTEST): Don't define.
2373 (RUNTESTDEFAULTFLAGS): Add.
2374 (check-DEJAGNU, site.exp, distclean-DEJAGNU): New goals.
2375 (distclean-am): Depend on distclean-DEJAGNU.
2376 (check-am): If -j% option is present in MFLAGS and if
2377 `getconf _NPROCESSORS_ONLN` is more than 8, export OMP_NUM_THREADS=8.
2378 (.PHONY): Add check-DEJAGNU and distclean-DEJAGNU.
2379 * testsuite/Makefile.in: Regenerated.
2380
2381 2018-11-26 Richard Biener <rguenther@suse.de>
2382
2383 PR tree-optimization/88182
2384 * testsuite/libgomp.c++/pr88182.C: New testcase.
2385
2386 2018-11-20 Jakub Jelinek <jakub@redhat.com>
2387
2388 PR bootstrap/88106
2389 * config/mingw32/affinity-fmt.c: New file.
2390
2391 2018-11-09 Jakub Jelinek <jakub@redhat.com>
2392
2393 * affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H.
2394 (gomp_display_affinity): Use __builtin_choose_expr to handle
2395 properly handle argument having integral, or pointer or some other
2396 type. If inttypes.h is available and PRIx64 is defined, use PRIx64
2397 with uint64_t type instead of %llx and unsigned long long.
2398
2399 * testsuite/libgomp.c-c++-common/task-reduction-13.c: New test.
2400 * testsuite/libgomp.c-c++-common/task-reduction-14.c: New test.
2401
2402 2018-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2403
2404 * affinity.c: Include <string.h>, <stdio.h>.
2405 (gomp_display_affinity_place): Remove cpusetp.
2406 * teams.c: Include <limits.h>.
2407
2408 2018-11-08 Jakub Jelinek <jakub@redhat.com>
2409
2410 * testsuite/libgomp.c-c++-common/task-reduction-8.c (bar): Add
2411 in_reduction clause for s[0].
2412
2413 * affinity.c (gomp_display_affinity_place): New function.
2414 * affinity-fmt.c: New file.
2415 * alloc.c (gomp_aligned_alloc, gomp_aligned_free): New functions.
2416 * config/linux/affinity.c (gomp_display_affinity_place): New function.
2417 * config/nvptx/icv-device.c (omp_get_num_teams, omp_get_team_num):
2418 Move these functions to ...
2419 * config/nvptx/teams.c: ... here. New file.
2420 * config/nvptx/target.c (omp_pause_resource, omp_pause_resource_all):
2421 New functions.
2422 * config/nvptx/team.c (gomp_team_start, gomp_pause_host): New
2423 functions.
2424 * configure.ac: Check for aligned_alloc, posix_memalign, memalign
2425 and _aligned_malloc.
2426 (HAVE_UNAME, HAVE_GETHOSTNAME, HAVE_GETPID): Add new tests.
2427 * configure.tgt: Add -DUSING_INITIAL_EXEC_TLS to XCFLAGS for Linux.
2428 * env.c (gomp_display_affinity_var, gomp_affinity_format_var,
2429 gomp_affinity_format_len): New variables.
2430 (parse_schedule): Parse monotonic and nonmonotonic modifiers in
2431 OMP_SCHEDULE variable. Set GFS_MONOTONIC for monotonic schedules.
2432 (handle_omp_display_env): Display monotonic/nonmonotonic schedule
2433 modifiers. Display (non-default) chunk sizes. Print
2434 OMP_DISPLAY_AFFINITY and OMP_AFFINITY_FORMAT.
2435 (initialize_env): Don't call pthread_attr_setdetachstate. Handle
2436 OMP_DISPLAY_AFFINITY and OMP_AFFINITY_FORMAT env vars.
2437 * fortran.c: Include stdio.h and string.h.
2438 (omp_pause_resource, omp_pause_resource_all): Add ialias_redirect.
2439 (omp_get_schedule_, omp_get_schedule_8_): Mask off GFS_MONOTONIC bit.
2440 (omp_set_affinity_format_, omp_get_affinity_format_,
2441 omp_display_affinity_, omp_capture_affinity_, omp_pause_resource_,
2442 omp_pause_resource_all_): New functions.
2443 * icv.c (omp_set_schedule): Mask off omp_sched_monotonic bit in
2444 switch.
2445 * icv-device.c (omp_get_num_teams, omp_get_team_num): Move these
2446 functions to ...
2447 * teams.c: ... here. New file.
2448 * libgomp_g.h: Include gstdint.h.
2449 (GOMP_loop_nonmonotonic_runtime_start,
2450 GOMP_loop_maybe_nonmonotonic_runtime_start, GOMP_loop_start,
2451 GOMP_loop_ordered_start, GOMP_loop_nonmonotonic_runtime_next,
2452 GOMP_loop_maybe_nonmonotonic_runtime_next, GOMP_loop_doacross_start,
2453 GOMP_parallel_loop_nonmonotonic_runtime,
2454 GOMP_parallel_loop_maybe_nonmonotonic_runtime,
2455 GOMP_loop_ull_nonmonotonic_runtime_start,
2456 GOMP_loop_ull_maybe_nonmonotonic_runtime_start, GOMP_loop_ull_start,
2457 GOMP_loop_ull_ordered_start, GOMP_loop_ull_nonmonotonic_runtime_next,
2458 GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
2459 GOMP_loop_ull_doacross_start, GOMP_parallel_reductions,
2460 GOMP_taskwait_depend, GOMP_taskgroup_reduction_register,
2461 GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
2462 GOMP_workshare_task_reduction_unregister, GOMP_sections2_start,
2463 GOMP_teams_reg): Declare.
2464 * libgomp.h (GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC): Define unless
2465 gomp_aligned_alloc uses fallback implementation.
2466 (gomp_aligned_alloc, gomp_aligned_free): Declare.
2467 (enum gomp_schedule_type): Add GFS_MONOTONIC.
2468 (struct gomp_doacross_work_share): Add extra field.
2469 (struct gomp_work_share): Add task_reductions field.
2470 (struct gomp_taskgroup): Add workshare and reductions fields.
2471 (GOMP_NEEDS_THREAD_HANDLE): Define if needed.
2472 (gomp_thread_handle): New typedef.
2473 (gomp_display_affinity_place, gomp_set_affinity_format,
2474 gomp_display_string, gomp_display_affinity,
2475 gomp_display_affinity_thread): Declare.
2476 (gomp_doacross_init, gomp_doacross_ull_init): Add size_t argument.
2477 (gomp_parallel_reduction_register, gomp_workshare_taskgroup_start,
2478 gomp_workshare_task_reduction_register): Declare.
2479 (gomp_team_start): Add taskgroup argument.
2480 (gomp_pause_host): Declare.
2481 (gomp_init_work_share, gomp_work_share_start): Change bool argument
2482 to size_t.
2483 (gomp_thread_self, gomp_thread_to_pthread_t): New inline functions.
2484 * libgomp.map (GOMP_5.0): Export GOMP_loop_start,
2485 GOMP_loop_ordered_start, GOMP_loop_doacross_start,
2486 GOMP_loop_ull_start, GOMP_loop_ull_ordered_start,
2487 GOMP_loop_ull_doacross_start,
2488 GOMP_workshare_task_reduction_unregister, GOMP_sections2_start,
2489 GOMP_loop_maybe_nonmonotonic_runtime_next,
2490 GOMP_loop_maybe_nonmonotonic_runtime_start,
2491 GOMP_loop_nonmonotonic_runtime_next,
2492 GOMP_loop_nonmonotonic_runtime_start,
2493 GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
2494 GOMP_loop_ull_maybe_nonmonotonic_runtime_start,
2495 GOMP_loop_ull_nonmonotonic_runtime_next,
2496 GOMP_loop_ull_nonmonotonic_runtime_start,
2497 GOMP_parallel_loop_maybe_nonmonotonic_runtime,
2498 GOMP_parallel_loop_nonmonotonic_runtime, GOMP_parallel_reductions,
2499 GOMP_taskgroup_reduction_register,
2500 GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
2501 GOMP_teams_reg and GOMP_taskwait_depend.
2502 (OMP_5.0): Export omp_pause_resource{,_all}{,_},
2503 omp_{capture,display}_affinity{,_}, and
2504 omp_[gs]et_affinity_format{,_}.
2505 * loop.c: Include string.h.
2506 (GOMP_loop_runtime_next): Add ialias.
2507 (GOMP_taskgroup_reduction_register): Add ialias_redirect.
2508 (gomp_loop_static_start, gomp_loop_dynamic_start,
2509 gomp_loop_guided_start, gomp_loop_ordered_static_start,
2510 gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start,
2511 gomp_loop_doacross_static_start, gomp_loop_doacross_dynamic_start,
2512 gomp_loop_doacross_guided_start): Adjust gomp_work_share_start
2513 or gomp_doacross_init callers.
2514 (gomp_adjust_sched, GOMP_loop_start, GOMP_loop_ordered_start,
2515 GOMP_loop_doacross_start): New functions.
2516 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start,
2517 GOMP_loop_doacross_runtime_start, GOMP_parallel_loop_runtime_start):
2518 Mask off GFS_MONOTONIC bit.
2519 (GOMP_loop_maybe_nonmonotonic_runtime_next,
2520 GOMP_loop_maybe_nonmonotonic_runtime_start,
2521 GOMP_loop_nonmonotonic_runtime_next,
2522 GOMP_loop_nonmonotonic_runtime_start,
2523 GOMP_parallel_loop_maybe_nonmonotonic_runtime,
2524 GOMP_parallel_loop_nonmonotonic_runtime): New aliases or wrapper
2525 functions.
2526 (gomp_parallel_loop_start): Pass NULL as taskgroup to
2527 gomp_team_start.
2528 * loop_ull.c: Include string.h.
2529 (GOMP_loop_ull_runtime_next): Add ialias.
2530 (GOMP_taskgroup_reduction_register): Add ialias_redirect.
2531 (gomp_loop_ull_static_start, gomp_loop_ull_dynamic_start,
2532 gomp_loop_ull_guided_start, gomp_loop_ull_ordered_static_start,
2533 gomp_loop_ull_ordered_dynamic_start,
2534 gomp_loop_ull_ordered_guided_start,
2535 gomp_loop_ull_doacross_static_start,
2536 gomp_loop_ull_doacross_dynamic_start,
2537 gomp_loop_ull_doacross_guided_start): Adjust gomp_work_share_start
2538 and gomp_doacross_ull_init callers.
2539 (gomp_adjust_sched, GOMP_loop_ull_start, GOMP_loop_ull_ordered_start,
2540 GOMP_loop_ull_doacross_start): New functions.
2541 (GOMP_loop_ull_runtime_start,
2542 GOMP_loop_ull_ordered_runtime_start,
2543 GOMP_loop_ull_doacross_runtime_start): Mask off GFS_MONOTONIC bit.
2544 (GOMP_loop_ull_maybe_nonmonotonic_runtime_next,
2545 GOMP_loop_ull_maybe_nonmonotonic_runtime_start,
2546 GOMP_loop_ull_nonmonotonic_runtime_next,
2547 GOMP_loop_ull_nonmonotonic_runtime_start): Likewise.
2548 * Makefile.am (libgomp_la_SOURCES): Add teams.c and affinity-fmt.c.
2549 * omp.h.in (enum omp_sched_t): Add omp_sched_monotonic.
2550 (omp_pause_resource_t, omp_depend_t): New typedefs.
2551 (enum omp_lock_hint_t): Renamed to ...
2552 (enum omp_sync_hint_t): ... this. Define omp_sync_hint_*
2553 enumerators using numbers and omp_lock_hint_* as their aliases.
2554 (omp_lock_hint_t): New typedef. Rename to ...
2555 (omp_sync_hint_t): ... this.
2556 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint): Use
2557 omp_sync_hint_t instead of omp_lock_hint_t.
2558 (omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
2559 omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
2560 Declare.
2561 (omp_target_is_present, omp_target_disassociate_ptr):
2562 Change first argument from void * to const void *.
2563 (omp_target_memcpy, omp_target_memcpy_rect): Change second argument
2564 from void * to const void *.
2565 (omp_target_associate_ptr): Change first and second arguments from
2566 void * to const void *.
2567 * omp_lib.f90.in (omp_pause_resource_kind, omp_pause_soft,
2568 omp_pause_hard): New parameters.
2569 (omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
2570 omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
2571 New interfaces.
2572 * omp_lib.h.in (omp_pause_resource_kind, omp_pause_soft,
2573 omp_pause_hard): New parameters.
2574 (omp_pause_resource, omp_pause_resource_all, omp_set_affinity_format,
2575 omp_get_affinity_format, omp_display_affinity, omp_capture_affinity):
2576 New externals.
2577 * ordered.c (gomp_doacross_init, gomp_doacross_ull_init): Add
2578 EXTRA argument. If not needed to prepare array, if extra is 0,
2579 clear ws->doacross, otherwise allocate just doacross structure and
2580 extra payload. If array is needed, allocate also extra payload.
2581 (GOMP_doacross_post, GOMP_doacross_wait, GOMP_doacross_ull_post,
2582 GOMP_doacross_ull_wait): Handle doacross->array == NULL like
2583 doacross == NULL.
2584 * parallel.c (GOMP_parallel_start): Pass NULL as taskgroup to
2585 gomp_team_start.
2586 (GOMP_parallel): Likewise. Formatting fix.
2587 (GOMP_parallel_reductions): New function.
2588 (GOMP_cancellation_point): If taskgroup has workshare
2589 flag set, check cancelled of prev taskgroup if any.
2590 (GOMP_cancel): If taskgroup has workshare flag set, set cancelled
2591 on prev taskgroup if any.
2592 * sections.c: Include string.h.
2593 (GOMP_taskgroup_reduction_register): Add ialias_redirect.
2594 (GOMP_sections_start): Adjust gomp_work_share_start caller.
2595 (GOMP_sections2_start): New function.
2596 (GOMP_parallel_sections_start, GOMP_parallel_sections):
2597 Pass NULL as taskgroup to gomp_team_start.
2598 * single.c (GOMP_single_start, GOMP_single_copy_start): Adjust
2599 gomp_work_share_start callers.
2600 * target.c (GOMP_target_update_ext, GOMP_target_enter_exit_data):
2601 If taskgroup has workshare flag set, check cancelled on prev
2602 taskgroup if any. Guard all cancellation tests with
2603 gomp_cancel_var test.
2604 (omp_target_is_present, omp_target_disassociate_ptr):
2605 Change ptr argument from void * to const void *.
2606 (omp_target_memcpy): Change src argument from void * to const void *.
2607 (omp_target_memcpy_rect): Likewise.
2608 (omp_target_memcpy_rect_worker): Likewise. Use const char * casts
2609 instead of char * where needed.
2610 (omp_target_associate_ptr): Change host_ptr and device_ptr arguments
2611 from void * to const void *.
2612 (omp_pause_resource, omp_pause_resource_all): New functions.
2613 * task.c (gomp_task_handle_depend): Handle new depend array format
2614 in addition to the old. Handle mutexinoutset kinds the same as
2615 inout for now, handle unspecified kinds.
2616 (gomp_create_target_task): If taskgroup has workshare flag set, check
2617 cancelled on prev taskgroup if any. Guard all cancellation tests with
2618 gomp_cancel_var test. Handle new depend array format count in
2619 addition to the old.
2620 (GOMP_task): Likewise. Adjust function comment.
2621 (gomp_task_run_pre): If taskgroup has workshare flag set, check
2622 cancelled on prev taskgroup if any. Guard all cancellation tests with
2623 gomp_cancel_var test.
2624 (GOMP_taskwait_depend): New function.
2625 (gomp_task_maybe_wait_for_dependencies): Handle new depend array
2626 format in addition to the old. Handle mutexinoutset kinds the same as
2627 inout for now, handle unspecified kinds. Fix a function comment typo.
2628 (gomp_taskgroup_init): New function.
2629 (GOMP_taskgroup_start): Use it.
2630 (gomp_reduction_register, gomp_create_artificial_team,
2631 GOMP_taskgroup_reduction_register,
2632 GOMP_taskgroup_reduction_unregister, GOMP_task_reduction_remap,
2633 gomp_parallel_reduction_register,
2634 gomp_workshare_task_reduction_register,
2635 gomp_workshare_taskgroup_start,
2636 GOMP_workshare_task_reduction_unregister): New functions.
2637 * taskloop.c (GOMP_taskloop): If taskgroup has workshare flag set,
2638 check cancelled on prev taskgroup if any. Guard all cancellation
2639 tests with gomp_cancel_var test. Handle GOMP_TASK_FLAG_REDUCTION flag
2640 by calling GOMP_taskgroup_reduction_register.
2641 * team.c (gomp_thread_attr): Remove comment.
2642 (struct gomp_thread_start_data): Add handle field.
2643 (gomp_thread_start): Call pthread_detach.
2644 (gomp_new_team): Adjust gomp_init_work_share caller.
2645 (gomp_free_pool_helper): Call pthread_detach.
2646 (gomp_team_start): Add taskgroup argument, initialize implicit
2647 tasks' taskgroup field to that. Don't call
2648 pthread_attr_setdetachstate. Handle OMP_DISPLAY_AFFINITY env var.
2649 (gomp_team_end): Determine nesting by thr->ts.level != 0
2650 rather than thr->ts.team != NULL.
2651 (gomp_pause_pool_helper, gomp_pause_host): New functions.
2652 * work.c (alloc_work_share): Use gomp_aligned_alloc instead of
2653 gomp_malloc if GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC is defined.
2654 (gomp_init_work_share): Change ORDERED argument from bool to size_t,
2655 if more than 1 allocate also extra payload at the end of array. Never
2656 keep ordered_team_ids NULL, set it to inline_ordered_team_ids instead.
2657 (gomp_work_share_start): Change ORDERED argument from bool to size_t,
2658 return true instead of ws.
2659 * Makefile.in: Regenerated.
2660 * configure: Regenerated.
2661 * config.h.in: Regenerated.
2662 * testsuite/libgomp.c/cancel-for-2.c (foo): Use cancel modifier
2663 in some cases.
2664 * testsuite/libgomp.c-c++-common/cancel-parallel-1.c: New test.
2665 * testsuite/libgomp.c-c++-common/cancel-taskgroup-3.c: New test.
2666 * testsuite/libgomp.c-c++-common/depend-iterator-1.c: New test.
2667 * testsuite/libgomp.c-c++-common/depend-iterator-2.c: New test.
2668 * testsuite/libgomp.c-c++-common/depend-mutexinout-1.c: New test.
2669 * testsuite/libgomp.c-c++-common/depend-mutexinout-2.c: New test.
2670 * testsuite/libgomp.c-c++-common/depobj-1.c: New test.
2671 * testsuite/libgomp.c-c++-common/display-affinity-1.c: New test.
2672 * testsuite/libgomp.c-c++-common/for-10.c: New test.
2673 * testsuite/libgomp.c-c++-common/for-11.c: New test.
2674 * testsuite/libgomp.c-c++-common/for-12.c: New test.
2675 * testsuite/libgomp.c-c++-common/for-13.c: New test.
2676 * testsuite/libgomp.c-c++-common/for-14.c: New test.
2677 * testsuite/libgomp.c-c++-common/for-15.c: New test.
2678 * testsuite/libgomp.c-c++-common/for-2.h: If CONDNE macro is defined,
2679 define a different N(test), don't define N(f0) to N(f14), but instead
2680 define N(f20) to N(f34) using != comparisons.
2681 * testsuite/libgomp.c-c++-common/for-7.c: New test.
2682 * testsuite/libgomp.c-c++-common/for-8.c: New test.
2683 * testsuite/libgomp.c-c++-common/for-9.c: New test.
2684 * testsuite/libgomp.c-c++-common/master-combined-1.c: New test.
2685 * testsuite/libgomp.c-c++-common/pause-1.c: New test.
2686 * testsuite/libgomp.c-c++-common/pause-2.c: New test.
2687 * testsuite/libgomp.c-c++-common/pr66199-10.c: New test.
2688 * testsuite/libgomp.c-c++-common/pr66199-11.c: New test.
2689 * testsuite/libgomp.c-c++-common/pr66199-12.c: New test.
2690 * testsuite/libgomp.c-c++-common/pr66199-13.c: New test.
2691 * testsuite/libgomp.c-c++-common/pr66199-14.c: New test.
2692 * testsuite/libgomp.c-c++-common/simd-1.c: New test.
2693 * testsuite/libgomp.c-c++-common/taskloop-reduction-1.c: New test.
2694 * testsuite/libgomp.c-c++-common/taskloop-reduction-2.c: New test.
2695 * testsuite/libgomp.c-c++-common/taskloop-reduction-3.c: New test.
2696 * testsuite/libgomp.c-c++-common/taskloop-reduction-4.c: New test.
2697 * testsuite/libgomp.c-c++-common/task-reduction-11.c: New test.
2698 * testsuite/libgomp.c-c++-common/task-reduction-12.c: New test.
2699 * testsuite/libgomp.c-c++-common/task-reduction-1.c: New test.
2700 * testsuite/libgomp.c-c++-common/task-reduction-2.c: New test.
2701 * testsuite/libgomp.c-c++-common/task-reduction-3.c: New test.
2702 * testsuite/libgomp.c-c++-common/task-reduction-4.c: New test.
2703 * testsuite/libgomp.c-c++-common/task-reduction-5.c: New test.
2704 * testsuite/libgomp.c-c++-common/task-reduction-6.c: New test.
2705 * testsuite/libgomp.c-c++-common/task-reduction-7.c: New test.
2706 * testsuite/libgomp.c-c++-common/task-reduction-8.c: New test.
2707 * testsuite/libgomp.c-c++-common/task-reduction-9.c: New test.
2708 * testsuite/libgomp.c-c++-common/taskwait-depend-1.c: New test.
2709 * testsuite/libgomp.c++/depend-1.C: New test.
2710 * testsuite/libgomp.c++/depend-iterator-1.C: New test.
2711 * testsuite/libgomp.c++/depobj-1.C: New test.
2712 * testsuite/libgomp.c++/for-16.C: New test.
2713 * testsuite/libgomp.c++/for-21.C: New test.
2714 * testsuite/libgomp.c++/for-22.C: New test.
2715 * testsuite/libgomp.c++/for-23.C: New test.
2716 * testsuite/libgomp.c++/for-24.C: New test.
2717 * testsuite/libgomp.c++/for-25.C: New test.
2718 * testsuite/libgomp.c++/for-26.C: New test.
2719 * testsuite/libgomp.c++/taskloop-reduction-1.C: New test.
2720 * testsuite/libgomp.c++/taskloop-reduction-2.C: New test.
2721 * testsuite/libgomp.c++/taskloop-reduction-3.C: New test.
2722 * testsuite/libgomp.c++/taskloop-reduction-4.C: New test.
2723 * testsuite/libgomp.c++/task-reduction-10.C: New test.
2724 * testsuite/libgomp.c++/task-reduction-11.C: New test.
2725 * testsuite/libgomp.c++/task-reduction-12.C: New test.
2726 * testsuite/libgomp.c++/task-reduction-13.C: New test.
2727 * testsuite/libgomp.c++/task-reduction-14.C: New test.
2728 * testsuite/libgomp.c++/task-reduction-15.C: New test.
2729 * testsuite/libgomp.c++/task-reduction-16.C: New test.
2730 * testsuite/libgomp.c++/task-reduction-17.C: New test.
2731 * testsuite/libgomp.c++/task-reduction-18.C: New test.
2732 * testsuite/libgomp.c++/task-reduction-19.C: New test.
2733 * testsuite/libgomp.c/task-reduction-1.c: New test.
2734 * testsuite/libgomp.c++/task-reduction-1.C: New test.
2735 * testsuite/libgomp.c/task-reduction-2.c: New test.
2736 * testsuite/libgomp.c++/task-reduction-2.C: New test.
2737 * testsuite/libgomp.c++/task-reduction-3.C: New test.
2738 * testsuite/libgomp.c++/task-reduction-4.C: New test.
2739 * testsuite/libgomp.c++/task-reduction-5.C: New test.
2740 * testsuite/libgomp.c++/task-reduction-6.C: New test.
2741 * testsuite/libgomp.c++/task-reduction-7.C: New test.
2742 * testsuite/libgomp.c++/task-reduction-8.C: New test.
2743 * testsuite/libgomp.c++/task-reduction-9.C: New test.
2744 * testsuite/libgomp.c/teams-1.c: New test.
2745 * testsuite/libgomp.c/teams-2.c: New test.
2746 * testsuite/libgomp.c/thread-limit-4.c: New test.
2747 * testsuite/libgomp.c/thread-limit-5.c: New test.
2748 * testsuite/libgomp.fortran/display-affinity-1.f90: New test.
2749
2750 2018-11-06 Chung-Lin Tang <cltang@codesourcery.com>
2751
2752 * oacc-mem.c (memcpy_tofrom_device): New function, combined from
2753 acc_memcpy_to/from_device functions, now with async parameter.
2754 (acc_memcpy_to_device): Modify to use memcpy_tofrom_device.
2755 (acc_memcpy_from_device): Likewise.
2756 (acc_memcpy_to_device_async): New API function.
2757 (acc_memcpy_from_device_async): Likewise.
2758 (present_create_copy): Add async parameter and async setting/unsetting.
2759 (acc_create): Adjust present_create_copy call.
2760 (acc_copyin): Likewise.
2761 (acc_present_or_create): Likewise.
2762 (acc_present_or_copyin): Likewise.
2763 (acc_create_async): New API function.
2764 (acc_copyin_async): New API function.
2765 (delete_copyout): Add async parameter and async setting/unsetting.
2766 (acc_delete): Adjust delete_copyout call.
2767 (acc_copyout): Likewise.
2768 (acc_delete_async): New API function.
2769 (acc_copyout_async): Likewise.
2770 (update_dev_host): Add async parameter and async setting/unsetting.
2771 (acc_update_device): Adjust update_dev_host call.
2772 (acc_update_self): Likewise.
2773 (acc_update_device_async): New API function.
2774 (acc_update_self_async): Likewise.
2775 * openacc.h (acc_copyin_async): Declare new API function.
2776 (acc_create_async): Likewise.
2777 (acc_copyout_async): Likewise.
2778 (acc_delete_async): Likewise.
2779 (acc_update_device_async): Likewise.
2780 (acc_update_self_async): Likewise.
2781 (acc_memcpy_to_device_async): Likewise.
2782 (acc_memcpy_from_device_async): Likewise.
2783 * openacc_lib.h (acc_copyin_async_32_h): New subroutine.
2784 (acc_copyin_async_64_h): New subroutine.
2785 (acc_copyin_async_array_h): New subroutine.
2786 (acc_create_async_32_h): New subroutine.
2787 (acc_create_async_64_h): New subroutine.
2788 (acc_create_async_array_h): New subroutine.
2789 (acc_copyout_async_32_h): New subroutine.
2790 (acc_copyout_async_64_h): New subroutine.
2791 (acc_copyout_async_array_h): New subroutine.
2792 (acc_delete_async_32_h): New subroutine.
2793 (acc_delete_async_64_h): New subroutine.
2794 (acc_delete_async_array_h): New subroutine.
2795 (acc_update_device_async_32_h): New subroutine.
2796 (acc_update_device_async_64_h): New subroutine.
2797 (acc_update_device_async_array_h): New subroutine.
2798 (acc_update_self_async_32_h): New subroutine.
2799 (acc_update_self_async_64_h): New subroutine.
2800 (acc_update_self_async_array_h): New subroutine.
2801 * openacc.f90 (acc_copyin_async_32_h): New subroutine.
2802 (acc_copyin_async_64_h): New subroutine.
2803 (acc_copyin_async_array_h): New subroutine.
2804 (acc_create_async_32_h): New subroutine.
2805 (acc_create_async_64_h): New subroutine.
2806 (acc_create_async_array_h): New subroutine.
2807 (acc_copyout_async_32_h): New subroutine.
2808 (acc_copyout_async_64_h): New subroutine.
2809 (acc_copyout_async_array_h): New subroutine.
2810 (acc_delete_async_32_h): New subroutine.
2811 (acc_delete_async_64_h): New subroutine.
2812 (acc_delete_async_array_h): New subroutine.
2813 (acc_update_device_async_32_h): New subroutine.
2814 (acc_update_device_async_64_h): New subroutine.
2815 (acc_update_device_async_array_h): New subroutine.
2816 (acc_update_self_async_32_h): New subroutine.
2817 (acc_update_self_async_64_h): New subroutine.
2818 (acc_update_self_async_array_h): New subroutine.
2819 * libgomp.map (OACC_2.5): Add acc_copyin_async*, acc_copyout_async*,
2820 acc_copyout_finalize_async*, acc_create_async*, acc_delete_async*,
2821 acc_delete_finalize_async*, acc_memcpy_from_device_async*,
2822 acc_memcpy_to_device_async*, acc_update_device_async*, and
2823 acc_update_self_async* entries.
2824 * testsuite/libgomp.oacc-c-c++-common/lib-94.c: New test.
2825 * testsuite/libgomp.oacc-c-c++-common/lib-95.c: New test.
2826 * testsuite/libgomp.oacc-fortran/lib-16.f90: New test.
2827
2828 2018-10-31 Joseph Myers <joseph@codesourcery.com>
2829
2830 PR bootstrap/82856
2831 * Makefile.am: Include multilib.am
2832 (AUTOMAKE_OPTIONS): Add info-in-builddir.
2833 (CLEANFILES): Remove libgomp.info.
2834 * configure.ac: Remove AC_PREREQ.
2835 * testsuite/Makefile.am (RUNTEST): Remove quotes.
2836 * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
2837 Regenerate.
2838
2839 2018-10-29 Joseph Myers <joseph@codesourcery.com>
2840 Julian Brown <julian@codesourcery.com>
2841
2842 * testsuite/libgomp.oacc-c++/this.C: New.
2843
2844 2018-09-18 Cesar Philippidis <cesar@codesourcery.com>
2845
2846 * plugin/plugin-nvptx.c (struct cuda_map): New.
2847 (struct ptx_stream): Replace d, h, h_begin, h_end, h_next, h_prev,
2848 h_tail with (cuda_map *) map.
2849 (cuda_map_create): New function.
2850 (cuda_map_destroy): New function.
2851 (map_init): Update to use a linked list of cuda_map objects.
2852 (map_fini): Likewise.
2853 (map_pop): Likewise.
2854 (map_push): Likewise. Return CUdeviceptr instead of void.
2855 (init_streams_for_device): Remove stales references to ptx_stream
2856 members.
2857 (select_stream_for_async): Likewise.
2858 (nvptx_exec): Update call to map_init.
2859
2860 2018-09-09 Cesar Philippidis <cesar@codesourcery.com>
2861 Julian Brown <julian@codesourcery.com>
2862
2863 PR middle-end/86336
2864 * testsuite/libgomp.oacc-c++/non-scalar-data.C: Remove XFAIL.
2865
2866 2018-08-21 Nicolas Koenig <koenigni@gcc.gnu.org>
2867 Thomas Koenig <tkoenig@gcc.gnu.org>
2868
2869 PR fortran/25829
2870 * testsuite/libgomp.fortran/async_io_1.f90: New test.
2871 * testsuite/libgomp.fortran/async_io_2.f90: New test.
2872 * testsuite/libgomp.fortran/async_io_3.f90: New test.
2873 * testsuite/libgomp.fortran/async_io_4.f90: New test.
2874 * testsuite/libgomp.fortran/async_io_5.f90: New test.
2875 * testsuite/libgomp.fortran/async_io_6.f90: New test.
2876 * testsuite/libgomp.fortran/async_io_7.f90: New test.
2877
2878 2018-08-13 Cesar Philippidis <cesar@codesourcery.com>
2879 Tom de Vries <tdevries@suse.de>
2880
2881 PR target/85590
2882 * plugin/cuda/cuda.h (CUoccupancyB2DSize): New typedef.
2883 (cuOccupancyMaxPotentialBlockSize): Declare.
2884 * plugin/cuda-lib.def (cuOccupancyMaxPotentialBlockSize): New
2885 CUDA_ONE_CALL_MAYBE_NULL.
2886 * plugin/plugin-nvptx.c (CUDA_VERSION < 6050): Define
2887 CUoccupancyB2DSize and declare
2888 cuOccupancyMaxPotentialBlockSize.
2889 (nvptx_exec): Use cuOccupancyMaxPotentialBlockSize to set the
2890 default num_gangs and num_workers when the driver supports it.
2891
2892 2018-08-08 Tom de Vries <tdevries@suse.de>
2893
2894 * plugin/cuda-lib.def (cuLinkAddData_v2, cuLinkCreate_v2): Declare using
2895 CUDA_ONE_CALL_MAYBE_NULL.
2896 * plugin/plugin-nvptx.c (cuLinkAddData, cuLinkCreate): Undef and declare.
2897 (cuLinkAddData_v2, cuLinkCreate_v2): Declare.
2898 (link_ptx): Fall back to cuLinkAddData/cuLinkCreate if the _v2 versions
2899 are not found.
2900
2901 2018-08-08 Tom de Vries <tdevries@suse.de>
2902
2903 * plugin/cuda-lib.def (cuGetErrorString): Use CUDA_ONE_CALL_MAYBE_NULL.
2904 * plugin/plugin-nvptx.c (cuda_error): Handle if cuGetErrorString is not
2905 present.
2906
2907 2018-08-08 Tom de Vries <tdevries@suse.de>
2908
2909 * plugin/plugin-nvptx.c
2910 (CU_DEVICE_ATTRIBUTE_MAX_REGISTERS_PER_MULTIPROCESSOR): Define.
2911 (nvptx_open_device): Use
2912 CU_DEVICE_ATTRIBUTE_MAX_REGISTERS_PER_MULTIPROCESSOR.
2913
2914 2018-08-08 Tom de Vries <tdevries@suse.de>
2915
2916 * plugin/plugin-nvptx.c (cuda_error): Move declaration of cuGetErrorString ...
2917 (cuGetErrorString): ... here. Guard with CUDA_VERSION < 6000.
2918
2919 2018-08-07 Tom de Vries <tdevries@suse.de>
2920
2921 * plugin/plugin-nvptx.c (DO_PRAGMA): Define.
2922 (struct cuda_lib_s): Add def/undef of CUDA_ONE_CALL_MAYBE_NULL.
2923 (init_cuda_lib): Add new param to CUDA_ONE_CALL_1. Add arg to
2924 corresponding call in CUDA_ONE_CALL. Add def/undef of
2925 CUDA_ONE_CALL_MAYBE_NULL.
2926 (CUDA_CALL_EXISTS): Define.
2927
2928 2018-08-07 Tom de Vries <tdevries@suse.de>
2929
2930 * plugin/plugin-nvptx.c (struct cuda_lib_s, init_cuda_lib): Put
2931 CUDA_ONE_CALL defines right before the cuda-lib.def include, and the
2932 corresponding undefs right after.
2933
2934 2018-08-04 Tom de Vries <tdevries@suse.de>
2935
2936 * plugin/configfrag.ac: For --without-cuda-driver, set
2937 CUDA_DRIVER_INCLUDE and CUDA_DRIVER_LIB to no. Handle
2938 CUDA_DRIVER_INCLUDE == no and CUDA_DRIVER_LIB == no.
2939 * configure: Regenerate.
2940
2941 2018-08-02 Tom de Vries <tdevries@suse.de>
2942
2943 PR target/86660
2944 * testsuite/libgomp.oacc-c++/routine-1-auto.C: Remove -fno-exceptions.
2945 * testsuite/libgomp.oacc-c++/routine-1-template-auto.C: Same.
2946 * testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C:
2947 Same.
2948 * testsuite/libgomp.oacc-c++/routine-1-template.C: Same.
2949 * testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C: Same.
2950 * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Same.
2951
2952 2018-08-01 Cesar Philippidis <cesar@codesourcery.com>
2953 Thomas Schwinge <thomas@codesourcery.com>
2954
2955 * config/nvptx/oacc-parallel.c: Truncate.
2956
2957 2018-08-01 Cesar Philippidis <cesar@codesourcery.com>
2958 James Norris <jnorris@codesourcery.com>
2959
2960 * plugin/plugin-nvptx.c (struct map): Removed.
2961 (map_init, map_pop): Remove use of struct map.
2962 (map_push): Likewise and change argument list.
2963 * testsuite/libgomp.oacc-c-c++-common/mapping-1.c: New
2964
2965 2018-08-01 Tom de Vries <tdevries@suse.de>
2966
2967 * plugin/cuda-lib.def: New file. Factor out of ...
2968 * plugin/plugin-nvptx.c (CUDA_CALLS): ... here.
2969 (struct cuda_lib_s, init_cuda_lib): Include cuda-lib.def instead of
2970 using CUDA_CALLS.
2971
2972 2018-07-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
2973
2974 Revert 'AsyncI/O patch committed'.
2975 2018-07-25 Nicolas Koenig <koenigni@gcc.gnu.org>
2976 Thomas Koenig <tkoenig@gcc.gnu.org>
2977
2978 PR fortran/25829
2979 * testsuite/libgomp.fortran/async_io_1.f90: New test.
2980 * testsuite/libgomp.fortran/async_io_2.f90: New test.
2981 * testsuite/libgomp.fortran/async_io_3.f90: New test.
2982 * testsuite/libgomp.fortran/async_io_4.f90: New test.
2983 * testsuite/libgomp.fortran/async_io_5.f90: New test.
2984 * testsuite/libgomp.fortran/async_io_6.f90: New test.
2985 * testsuite/libgomp.fortran/async_io_7.f90: New test.
2986
2987 2018-07-30 Tom de Vries <tdevries@suse.de>
2988
2989 * plugin/plugin-nvptx.c (MIN, MAX): Redefine.
2990 (nvptx_exec): Ensure worker and vector default dims don't exceed
2991 targ_fn->max_threads_per_block.
2992
2993 2018-07-30 Tom de Vries <tdevries@suse.de>
2994
2995 * plugin/plugin-nvptx.c (struct ptx_device): Add default_dims field.
2996 (nvptx_open_device): Init default_dims for device.
2997 (nvptx_exec): Use default_dims from device.
2998
2999 2018-07-26 Jakub Jelinek <jakub@redhat.com>
3000
3001 PR testsuite/86660
3002 * testsuite/libgomp.c++/for-15.C (results): Include it in
3003 omp declare target region.
3004 (main): Use map (always, tofrom: results) instead of
3005 map (tofrom: results).
3006
3007 PR middle-end/86660
3008 * testsuite/libgomp.c/pr86660.c: New test.
3009
3010 2018-07-26 Cesar Philippidis <cesar@codesourcery.com>
3011 Tom de Vries <tdevries@suse.de>
3012
3013 * plugin/plugin-nvptx.c (nvptx_exec): Error if the hardware doesn't have
3014 sufficient resources to launch a kernel, and give a hint on how to fix
3015 it.
3016
3017 2018-07-26 Cesar Philippidis <cesar@codesourcery.com>
3018 Tom de Vries <tdevries@suse.de>
3019
3020 * plugin/plugin-nvptx.c (struct ptx_device): Add warp_size,
3021 max_threads_per_block and max_threads_per_multiprocessor fields.
3022 (nvptx_open_device): Initialize new fields.
3023 (nvptx_exec): Use num_sms, and new fields.
3024
3025 2018-07-26 Tom de Vries <tdevries@suse.de>
3026
3027 * testsuite/libgomp.oacc-fortran/lib-12.f90: Move acc_async_test calls
3028 to correct locations. Remove xfail.
3029
3030 2018-07-26 Tom de Vries <tdevries@suse.de>
3031
3032 * testsuite/libgomp.oacc-fortran/lib-13.f90: Replace acc_wait_all with
3033 acc_wait. Move acc_async_test calls to correct locations. Remove
3034 xfail.
3035
3036 2018-07-25 Nicolas Koenig <koenigni@gcc.gnu.org>
3037 Thomas Koenig <tkoenig@gcc.gnu.org>
3038
3039 PR fortran/25829
3040 * testsuite/libgomp.fortran/async_io_1.f90: New test.
3041 * testsuite/libgomp.fortran/async_io_2.f90: New test.
3042 * testsuite/libgomp.fortran/async_io_3.f90: New test.
3043 * testsuite/libgomp.fortran/async_io_4.f90: New test.
3044 * testsuite/libgomp.fortran/async_io_5.f90: New test.
3045 * testsuite/libgomp.fortran/async_io_6.f90: New test.
3046 * testsuite/libgomp.fortran/async_io_7.f90: New test.
3047
3048 2018-07-17 Jakub Jelinek <jakub@redhat.com>
3049
3050 PR middle-end/86542
3051 * testsuite/libgomp.c++/pr86542.C: New test.
3052
3053 PR middle-end/86539
3054 * testsuite/libgomp.c++/pr86539.C: New test.
3055
3056 2018-07-11 Jakub Jelinek <jakub@redhat.com>
3057
3058 PR c++/86443
3059 * testsuite/libgomp.c++/for-15.C (a): Remove unused variable.
3060 (results): Make sure the variable is not inside declare target region.
3061 (qux): Remove unused function.
3062
3063 2018-07-10 Jakub Jelinek <jakub@redhat.com>
3064
3065 PR c++/86443
3066 * testsuite/libgomp.c++/for-15.C: New test.
3067
3068 2018-06-26 Jakub Jelinek <jakub@redhat.com>
3069
3070 PR c++/86291
3071 * testsuite/libgomp.c++/pr86291.C: New test.
3072
3073 2018-06-24 Gerald Pfeifer <gerald@pfeifer.com>
3074
3075 * libgomp.texi (Top): Move www.openmp.org to https.
3076 (Enabling OpenMP): Ditto.
3077 (omp_get_active_level): Ditto.
3078 (omp_get_ancestor_thread_num): Ditto.
3079 (omp_get_cancellation): Ditto.
3080 (omp_get_default_device): Ditto.
3081 (omp_get_dynamic): Ditto.
3082 (omp_get_level): Ditto.
3083 (omp_get_max_active_levels): Ditto.
3084 (omp_get_max_task_priority): Ditto.
3085 (omp_get_max_threads): Ditto.
3086 (omp_get_nested): Ditto.
3087 (omp_get_num_devices): Ditto.
3088 (omp_get_num_procs): Ditto.
3089 (omp_get_num_teams): Ditto.
3090 (omp_get_num_threads): Ditto.
3091 (omp_get_proc_bind): Ditto.
3092 (omp_get_schedule): Ditto.
3093 (omp_get_team_num): Ditto.
3094 (omp_get_team_size): Ditto.
3095 (omp_get_thread_limit): Ditto.
3096 (omp_get_thread_num): Ditto.
3097 (omp_in_parallel): Ditto.
3098 (omp_in_final): Ditto.
3099 (omp_is_initial_device): Ditto.
3100 (omp_set_default_device): Ditto.
3101 (omp_set_dynamic): Ditto.
3102 (omp_set_max_active_levels): Ditto.
3103 (omp_set_nested): Ditto.
3104 (omp_set_num_threads): Ditto.
3105 (omp_set_schedule): Ditto.
3106 (omp_init_lock): Ditto.
3107 (omp_set_lock): Ditto.
3108 (omp_test_lock): Ditto.
3109 (omp_unset_lock): Ditto.
3110 (omp_destroy_lock): Ditto.
3111 (omp_init_nest_lock): Ditto.
3112 (omp_set_nest_lock): Ditto.
3113 (omp_test_nest_lock): Ditto.
3114 (omp_unset_nest_lock): Ditto.
3115 (omp_destroy_nest_lock): Ditto.
3116 (omp_get_wtick): Ditto.
3117 (omp_get_wtime): Ditto.
3118 (OMP_CANCELLATION): Ditto.
3119 (OMP_DISPLAY_ENV): Ditto.
3120 (OMP_DEFAULT_DEVICE): Ditto.
3121 (OMP_DYNAMIC): Ditto.
3122 (OMP_MAX_ACTIVE_LEVELS): Ditto.
3123 (OMP_MAX_TASK_PRIORITY): Ditto.
3124 (OMP_NESTED): Ditto.
3125 (OMP_NUM_THREADS): Ditto.
3126 (OMP_PROC_BIND): Ditto.
3127 (OMP_PLACES): Ditto.
3128 (OMP_STACKSIZE): Ditto.
3129 (OMP_SCHEDULE): Ditto.
3130 (OMP_THREAD_LIMIT): Ditto.
3131 (OMP_WAIT_POLICY): Ditto.
3132
3133 2018-06-22 Cesar Philippidis <cesar@codesourcery.com>
3134 James Norris <jnorris@codesourcery.com>
3135 Julian Brown <julian@codesourcery.com>
3136 Thomas Schwinge <thomas@codesourcery.com>
3137 Tom de Vries <tom@codesourcery.com>
3138
3139 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Don't force "-O2".
3140 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Update.
3141 * testsuite/libgomp.oacc-c-c++-common/host_data-1.c: Likewise.
3142 * testsuite/libgomp.oacc-c-c++-common/mode-transitions.c: Likewise.
3143 * testsuite/libgomp.oacc-fortran/data-1.f90: Likewise.
3144 * testsuite/libgomp.oacc-fortran/data-2.f90: Likewise.
3145 * testsuite/libgomp.oacc-c++/non-scalar-data.C: New file.
3146 * testsuite/libgomp.oacc-c-c++-common/declare-3.c: Likewise.
3147 * testsuite/libgomp.oacc-c-c++-common/enter-data.c: Likewise.
3148 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-2.c:
3149 Likewise.
3150 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit-2.c:
3151 Likewise.
3152 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit.c:
3153 Likewise.
3154 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-update.c:
3155 Likewise.
3156 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data.c:
3157 Likewise.
3158 * testsuite/libgomp.oacc-c-c++-common/kernels-parallel-loop-data-enter-exit.c:
3159 Likewise.
3160 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-1.c:
3161 Likewise.
3162 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-2.c:
3163 Likewise.
3164 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-3.c:
3165 Likewise.
3166 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-4.c:
3167 Likewise.
3168 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-local-worker-5.c:
3169 Likewise.
3170 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-1.c:
3171 Likewise.
3172 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-2.c:
3173 Likewise.
3174 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-3.c:
3175 Likewise.
3176 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-4.c:
3177 Likewise.
3178 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-5.c:
3179 Likewise.
3180 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-gang-6.c:
3181 Likewise.
3182 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-vector-1.c:
3183 Likewise.
3184 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-vector-2.c:
3185 Likewise.
3186 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-1.c:
3187 Likewise.
3188 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-2.c:
3189 Likewise.
3190 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-3.c:
3191 Likewise.
3192 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-4.c:
3193 Likewise.
3194 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-5.c:
3195 Likewise.
3196 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-6.c:
3197 Likewise.
3198 * testsuite/libgomp.oacc-c-c++-common/kernels-private-vars-loop-worker-7.c:
3199 Likewise.
3200 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction-1.c:
3201 Likewise.
3202 * testsuite/libgomp.oacc-c-c++-common/parallel-loop-1.c: Likewise.
3203 * testsuite/libgomp.oacc-c-c++-common/parallel-loop-1.h: Likewise.
3204 * testsuite/libgomp.oacc-c-c++-common/parallel-loop-2.h: Likewise.
3205 * testsuite/libgomp.oacc-fortran/cublas-fixed.h: Likewise.
3206 * testsuite/libgomp.oacc-fortran/dummy-array.f90: Likewise.
3207 * testsuite/libgomp.oacc-fortran/host_data-2.f90: Likewise.
3208 * testsuite/libgomp.oacc-fortran/host_data-3.f: Likewise.
3209 * testsuite/libgomp.oacc-fortran/host_data-4.f90: Likewise.
3210 * testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction-2.f90:
3211 Likewise.
3212 * testsuite/libgomp.oacc-fortran/kernels-acc-loop-reduction.f90:
3213 Likewise.
3214 * testsuite/libgomp.oacc-fortran/kernels-collapse-3.f90: Likewise.
3215 * testsuite/libgomp.oacc-fortran/kernels-collapse-4.f90: Likewise.
3216 * testsuite/libgomp.oacc-fortran/kernels-independent.f90:
3217 Likewise.
3218 * testsuite/libgomp.oacc-fortran/kernels-loop-1.f90: Likewise.
3219 * testsuite/libgomp.oacc-fortran/kernels-map-1.f90: Likewise.
3220 * testsuite/libgomp.oacc-fortran/kernels-parallel-loop-data-enter-exit.f95:
3221 Likewise.
3222 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-1.f90:
3223 Likewise.
3224 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-2.f90:
3225 Likewise.
3226 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-3.f90:
3227 Likewise.
3228 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-gang-6.f90:
3229 Likewise.
3230 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-vector-1.f90:
3231 Likewise.
3232 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-vector-2.f90:
3233 Likewise.
3234 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-1.f90:
3235 Likewise.
3236 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-2.f90:
3237 Likewise.
3238 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-3.f90:
3239 Likewise.
3240 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-4.f90:
3241 Likewise.
3242 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-5.f90:
3243 Likewise.
3244 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-6.f90:
3245 Likewise.
3246 * testsuite/libgomp.oacc-fortran/kernels-private-vars-loop-worker-7.f90:
3247 Likewise.
3248 * testsuite/libgomp.oacc-fortran/kernels-reduction-1.f90:
3249 Likewise.
3250 * testsuite/libgomp.oacc-fortran/lib-12.f90: Likewise.
3251 * testsuite/libgomp.oacc-fortran/lib-13.f90: Likewise.
3252 * testsuite/libgomp.oacc-fortran/lib-14.f90: Likewise.
3253 * testsuite/libgomp.oacc-fortran/lib-15.f90: Likewise.
3254 * testsuite/libgomp.oacc-fortran/parallel-loop-1.f90: Likewise.
3255 * testsuite/libgomp.oacc-fortran/reference-reductions.f90: Likewise.
3256 * testsuite/libgomp.oacc-fortran/vector-routine.f90: Likewise.
3257
3258 2018-06-20 Chung-Lin Tang <cltang@codesourcery.com>
3259 Thomas Schwinge <thomas@codesourcery.com>
3260 Cesar Philippidis <cesar@codesourcery.com>
3261
3262 * libgomp.h (struct splay_tree_key_s): Add dynamic_refcount member.
3263 (gomp_acc_remove_pointer): Update declaration.
3264 (gomp_acc_declare_allocate): Declare.
3265 (gomp_remove_var): Declare.
3266 * libgomp.map (OACC_2.5): Define.
3267 * oacc-mem.c (acc_map_data): Update refcount.
3268 (acc_unmap_data): Likewise.
3269 (present_create_copy): Likewise.
3270 (acc_create): Add FLAG_PRESENT when calling present_create_copy.
3271 (acc_copyin): Likewise.
3272 (FLAG_FINALIZE): Define.
3273 (delete_copyout): Update dynamic refcounts, add support for FINALIZE.
3274 (acc_delete_finalize): New function.
3275 (acc_delete_finalize_async): New function.
3276 (acc_copyout_finalize): New function.
3277 (acc_copyout_finalize_async): New function.
3278 (gomp_acc_insert_pointer): Update refcounts.
3279 (gomp_acc_remove_pointer): Return if data is not present on the
3280 accelerator.
3281 * oacc-parallel.c (find_pset): Rename to find_pointer.
3282 (find_pointer): Add support for GOMP_MAP_POINTER.
3283 (handle_ftn_pointers): New function.
3284 (GOACC_parallel_keyed): Update refcounts of variables.
3285 (GOACC_enter_exit_data): Add support for finalized data mappings.
3286 Add support for GOMP_MAP_{TO,ALLOC,RELESE,FROM}. Update handling
3287 of fortran arrays.
3288 (GOACC_update): Add support for GOMP_MAP_{ALWAYS_POINTER,TO,FROM}.
3289 (GOACC_declare): Add support for GOMP_MAP_RELEASE, remove support
3290 for GOMP_MAP_FORCE_FROM.
3291 * openacc.f90 (module openacc_internal): Add
3292 acc_copyout_finalize_{32_h,64_h,array_h,_l}, and
3293 acc_delete_finalize_{32_h,64_h,array_h,_l}. Add interfaces for
3294 acc_copyout_finalize and acc_delete_finalize.
3295 (acc_copyout_finalize_32_h): New subroutine.
3296 (acc_copyout_finalize_64_h): New subroutine.
3297 (acc_copyout_finalize_array_h): New subroutine.
3298 (acc_delete_finalize_32_h): New subroutine.
3299 (acc_delete_finalize_64_h): New subroutine.
3300 (acc_delete_finalize_array_h): New subroutine.
3301 * openacc.h (acc_copyout_finalize): Declare.
3302 (acc_copyout_finalize_async): Declare.
3303 (acc_delete_finalize): Declare.
3304 (acc_delete_finalize_async): Declare.
3305 * openacc_lib.h (acc_copyout_finalize): New interface.
3306 (acc_delete_finalize): New interface.
3307 * target.c (gomp_map_vars): Update dynamic_refcount.
3308 (gomp_remove_var): New function.
3309 (gomp_unmap_vars): Use it.
3310 (gomp_unload_image_from_device): Likewise.
3311 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Update test
3312 case to utilize OpenACC 2.5 data clause semantics.
3313 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
3314 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
3315 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
3316 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
3317 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
3318 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
3319 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
3320 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
3321 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
3322 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: Likewise.
3323 * testsuite/libgomp.oacc-c-c++-common/lib-83.c: Likewise.
3324 * testsuite/libgomp.oacc-fortran/data-5.f90: New test.
3325 * testsuite/libgomp.oacc-fortran/data-already-1.f: Update test case to
3326 utilize OpenACC 2.5 data clause semantics.
3327 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
3328 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
3329 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
3330 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
3331 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
3332 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
3333 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
3334 * testsuite/libgomp.oacc-fortran/lib-32-1.f: Likewise.
3335 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
3336
3337 2018-05-21 Janus Weil <janus@gcc.gnu.org>
3338
3339 PR fortran/85841
3340 PR testsuite/85865
3341 * testsuite/libgomp.fortran/collapse2.f90: Add option "-std=legacy".
3342 * testsuite/libgomp.fortran/omp_atomic2.f90: Ditto.
3343 * testsuite/libgomp.fortran/omp_parse1.f90: Ditto.
3344 * testsuite/libgomp.fortran/omp_parse3.f90: Ditto.
3345 * testsuite/libgomp.fortran/task2.f90: Ditto.
3346 * testsuite/libgomp.fortran/vla1.f90: Ditto.
3347 * testsuite/libgomp.fortran/vla2.f90: Ditto.
3348 * testsuite/libgomp.fortran/vla3.f90: Ditto.
3349 * testsuite/libgomp.fortran/vla4.f90: Ditto.
3350 * testsuite/libgomp.fortran/vla5.f90: Ditto.
3351 * testsuite/libgomp.fortran/vla6.f90: Ditto.
3352 * testsuite/libgomp.fortran/vla8.f90: Ditto.
3353 * testsuite/libgomp.oacc-fortran/collapse-2.f90: Ditto.
3354 * testsuite/libgomp.oacc-fortran/nested-function-1.f90: Ditto.
3355
3356 2018-05-18 Cesar Philippidis <cesar@codesourcery.com>
3357
3358 PR c++/85782
3359 * testsuite/libgomp.oacc-c-c++-common/pr85782.c: New test.
3360
3361 2018-05-09 Tom de Vries <tom@codesourcery.com>
3362
3363 PR libgomp/82901
3364 * oacc-parallel.c (GOACC_declare): Use GOMP_ASYNC_SYNC as async argument
3365 to GOACC_enter_exit_data.
3366
3367 2018-05-09 Tom de Vries <tom@codesourcery.com>
3368
3369 PR libgomp/83792
3370 * oacc-int.h (async_valid_stream_id_p, async_valid_p)
3371 (async_synchronous_p): New function.
3372 * oacc-async.c (acc_async_test, acc_wait, acc_wait_all_async): Use
3373 async_valid_p.
3374 * oacc-cuda.c (acc_get_cuda_stream, acc_set_cuda_stream): Use
3375 async_valid_stream_id_p.
3376 * oacc-mem.c (gomp_acc_remove_pointer): Use async_synchronous_p.
3377 * oacc-parallel.c (GOACC_parallel_keyed): Same.
3378
3379 2018-05-07 Tom de Vries <tom@codesourcery.com>
3380
3381 PR testsuite/85677
3382 * testsuite/lib/libgomp.exp (libgomp_init): Move inclusion of top-level
3383 include directory in ALWAYS_CFLAGS out of $blddir != "" condition.
3384
3385 2018-05-03 Tom de Vries <tom@codesourcery.com>
3386
3387 PR testsuite/85106
3388 * testsuite/lib/libgomp-dg.exp (libgomp-dg-test): Add save-temps to
3389 extra_tool_flags if it contains an -foffload=-fdump-* flag.
3390 * testsuite/lib/libgomp.exp: Include scanoffloadtree.exp.
3391 * testsuite/libgomp.oacc-c/vec.c: Use scan-offload-tree-dump.
3392
3393 2018-05-02 Tom de Vries <tom@codesourcery.com>
3394
3395 PR libgomp/85411
3396 * plugin/plugin-nvptx.c (nvptx_exec): Move parsing of
3397 GOMP_OPENACC_DIM ...
3398 * env.c (parse_gomp_openacc_dim): ... here. New function.
3399 (initialize_env): Call parse_gomp_openacc_dim.
3400 (goacc_default_dims): Define.
3401 * libgomp.h (goacc_default_dims): Declare.
3402 * oacc-plugin.c (GOMP_PLUGIN_acc_default_dim): New function.
3403 * oacc-plugin.h (GOMP_PLUGIN_acc_default_dim): Declare.
3404 * libgomp.map: New version "GOMP_PLUGIN_1.2". Add
3405 GOMP_PLUGIN_acc_default_dim.
3406 * testsuite/libgomp.oacc-c-c++-common/loop-default-runtime.c: New test.
3407 * testsuite/libgomp.oacc-c-c++-common/loop-default.h: New test.
3408
3409 2018-05-02 Tom de Vries <tom@codesourcery.com>
3410
3411 PR testsuite/83791
3412 * testsuite/libgomp.c++/udr-9.C: Update.
3413 * testsuite/libgomp.c++/atomic-16.C: Remove.
3414 * testsuite/libgomp.c++/cancel-taskgroup-2.C: Remove.
3415 * testsuite/libgomp.c++/loop-13.C: Remove.
3416 * testsuite/libgomp.c++/loop-14.C: Remove.
3417 * testsuite/libgomp.c++/loop-15.C: Remove.
3418 * testsuite/libgomp.c++/monotonic-1.C: Remove.
3419 * testsuite/libgomp.c++/monotonic-2.C: Remove.
3420 * testsuite/libgomp.c++/nonmonotonic-1.C: Remove.
3421 * testsuite/libgomp.c++/nonmonotonic-2.C: Remove.
3422 * testsuite/libgomp.c++/ordered-1.C: Remove.
3423 * testsuite/libgomp.c++/pr45784.C: Remove.
3424 * testsuite/libgomp.c++/pr64824.C: Remove.
3425 * testsuite/libgomp.c++/pr64868.C: Remove.
3426 * testsuite/libgomp.c++/pr66199-1.C: Remove.
3427 * testsuite/libgomp.c++/pr66199-2.C: Remove.
3428 * testsuite/libgomp.c++/pr66199-3.C: Remove.
3429 * testsuite/libgomp.c++/pr66199-4.C: Remove.
3430 * testsuite/libgomp.c++/pr66199-5.C: Remove.
3431 * testsuite/libgomp.c++/pr66199-6.C: Remove.
3432 * testsuite/libgomp.c++/pr66199-7.C: Remove.
3433 * testsuite/libgomp.c++/pr66199-8.C: Remove.
3434 * testsuite/libgomp.c++/pr66199-9.C: Remove.
3435 * testsuite/libgomp.c++/pr69389.C: Remove.
3436 * testsuite/libgomp.c++/simd10.C: Remove.
3437 * testsuite/libgomp.c++/simd11.C: Remove.
3438 * testsuite/libgomp.c++/simd12.C: Remove.
3439 * testsuite/libgomp.c++/simd13.C: Remove.
3440 * testsuite/libgomp.c++/target-1.C: Remove.
3441 * testsuite/libgomp.c++/target-3.C: Remove.
3442 * testsuite/libgomp.c++/target-4.C: Remove.
3443 * testsuite/libgomp.c++/target-5.C: Remove.
3444 * testsuite/libgomp.c++/taskgroup-1.C: Remove.
3445 * testsuite/libgomp.c++/taskloop-1.C: Remove.
3446 * testsuite/libgomp.c++/taskloop-2.C: Remove.
3447 * testsuite/libgomp.c++/taskloop-3.C: Remove.
3448 * testsuite/libgomp.c++/taskloop-4.C: Remove.
3449 * testsuite/libgomp.c++/udr-9.C: Remove.
3450 * testsuite/libgomp.c++/for-10.C: Remove.
3451 * testsuite/libgomp.c++/for-11.C: Remove.
3452 * testsuite/libgomp.c++/for-12.C: Remove.
3453 * testsuite/libgomp.c++/for-13.C: Remove.
3454 * testsuite/libgomp.c++/for-14.C: Remove.
3455 * testsuite/libgomp.c++/for-9.C: Remove.
3456 * testsuite/libgomp.c/atomic-18.c: Move ...
3457 * testsuite/libgomp.c-c++-common/atomic-18.c: ... here.
3458 * testsuite/libgomp.c/cancel-taskgroup-2.c: Move ...
3459 * testsuite/libgomp.c-c++-common/cancel-taskgroup-2.c: here.
3460 * testsuite/libgomp.c/loop-13.c: Move ...
3461 * testsuite/libgomp.c-c++-common/loop-13.c: ... here.
3462 * testsuite/libgomp.c/loop-14.c: Move ...
3463 * testsuite/libgomp.c-c++-common/loop-14.c: ... here.
3464 * testsuite/libgomp.c/loop-15.c: Remove.
3465 * testsuite/libgomp.c-c++-common/loop-15.c: New test.
3466 * testsuite/libgomp.c/monotonic-1.c: Move ...
3467 * testsuite/libgomp.c-c++-common/monotonic-1.c: ... here.
3468 * testsuite/libgomp.c/monotonic-2.c: Move ...
3469 * testsuite/libgomp.c-c++-common/monotonic-2.c: ... here.
3470 * testsuite/libgomp.c/nonmonotonic-1.c: Move ...
3471 * testsuite/libgomp.c-c++-common/nonmonotonic-1.c: ... here.
3472 * testsuite/libgomp.c/nonmonotonic-2.c: Move ...
3473 * testsuite/libgomp.c-c++-common/nonmonotonic-2.c: ... here.
3474 * testsuite/libgomp.c/ordered-4.c: Move ...
3475 * testsuite/libgomp.c-c++-common/ordered-4.c: ... here.
3476 * testsuite/libgomp.c/pr45784.c: Move ...
3477 * testsuite/libgomp.c-c++-common/pr45784.c: ... here.
3478 * testsuite/libgomp.c/pr64824.c: Move ...
3479 * testsuite/libgomp.c-c++-common/pr64824.c: ... here.
3480 * testsuite/libgomp.c/pr64868.c: Move ...
3481 * testsuite/libgomp.c-c++-common/pr64868.c: ... here.
3482 * testsuite/libgomp.c/pr66199-1.c: Move ...
3483 * testsuite/libgomp.c-c++-common/pr66199-1.c: ... here.
3484 * testsuite/libgomp.c/pr66199-2.c: Move ...
3485 * testsuite/libgomp.c-c++-common/pr66199-2.c: ... here.
3486 * testsuite/libgomp.c/pr66199-3.c: Move ...
3487 * testsuite/libgomp.c-c++-common/pr66199-3.c: ... here.
3488 * testsuite/libgomp.c/pr66199-4.c: Move ...
3489 * testsuite/libgomp.c-c++-common/pr66199-4.c: ... here.
3490 * testsuite/libgomp.c/pr66199-5.c: Move ...
3491 * testsuite/libgomp.c-c++-common/pr66199-5.c: ... here.
3492 * testsuite/libgomp.c/pr66199-6.c: Move ...
3493 * testsuite/libgomp.c-c++-common/pr66199-6.c: ... here.
3494 * testsuite/libgomp.c/pr66199-7.c: Move ...
3495 * testsuite/libgomp.c-c++-common/pr66199-7.c: ... here.
3496 * testsuite/libgomp.c/pr66199-8.c: Move ...
3497 * testsuite/libgomp.c-c++-common/pr66199-8.c: ... here.
3498 * testsuite/libgomp.c/pr66199-9.c: Move ...
3499 * testsuite/libgomp.c-c++-common/pr66199-9.c: ... here.
3500 * testsuite/libgomp.c/pr69389.c: Move ...
3501 * testsuite/libgomp.c-c++-common/pr69389.c: ... here.
3502 * testsuite/libgomp.c/simd-14.c: Move ...
3503 * testsuite/libgomp.c-c++-common/simd-14.c: ... here.
3504 * testsuite/libgomp.c/simd-15.c: Move ...
3505 * testsuite/libgomp.c-c++-common/simd-15.c: ... here.
3506 * testsuite/libgomp.c/simd-16.c: Move ...
3507 * testsuite/libgomp.c-c++-common/simd-16.c: ... here.
3508 * testsuite/libgomp.c/simd-17.c: Move ...
3509 * testsuite/libgomp.c-c++-common/simd-17.c: ... here.
3510 * testsuite/libgomp.c/target-1.c: Move ...
3511 * testsuite/libgomp.c-c++-common/target-1.c: ... here.
3512 * testsuite/libgomp.c/target-10.c: Move ...
3513 * testsuite/libgomp.c-c++-common/target-10.c: ... here.
3514 * testsuite/libgomp.c/target-13.c: Move ...
3515 * testsuite/libgomp.c-c++-common/target-13.c: ... here.
3516 * testsuite/libgomp.c/target-2.c: Move ...
3517 * testsuite/libgomp.c-c++-common/target-2.c: ... here.
3518 * testsuite/libgomp.c/taskgroup-1.c: Move ...
3519 * testsuite/libgomp.c-c++-common/taskgroup-1.c: ... here.
3520 * testsuite/libgomp.c/taskloop-1.c: Move ...
3521 * testsuite/libgomp.c-c++-common/taskloop-1.c: ... here.
3522 * testsuite/libgomp.c/taskloop-2.c: Move ...
3523 * testsuite/libgomp.c-c++-common/taskloop-2.c: ... here.
3524 * testsuite/libgomp.c/taskloop-3.c: Move ...
3525 * testsuite/libgomp.c-c++-common/taskloop-3.c: ... here.
3526 * testsuite/libgomp.c/taskloop-4.c: Move ...
3527 * testsuite/libgomp.c-c++-common/taskloop-4.c: ... here.
3528 * testsuite/libgomp.c/udr-1.c: Move ...
3529 * testsuite/libgomp.c-c++-common/udr-1.c: ... here.
3530 * testsuite/libgomp.c/for-1.c: Move ...
3531 * testsuite/libgomp.c-c++-common/for-1.c: ... here.
3532 * testsuite/libgomp.c/for-1.h: Move ...
3533 * testsuite/libgomp.c-c++-common/for-1.h: ... here.
3534 * testsuite/libgomp.c/for-2.c: Move ...
3535 * testsuite/libgomp.c-c++-common/for-2.c: ... here.
3536 * testsuite/libgomp.c/for-2.h: Move ...
3537 * testsuite/libgomp.c-c++-common/for-2.h: ... here.
3538 * testsuite/libgomp.c/for-3.c: Move ...
3539 * testsuite/libgomp.c-c++-common/for-3.c: ... here.
3540 * testsuite/libgomp.c/for-4.c: Move ...
3541 * testsuite/libgomp.c-c++-common/for-4.c: ... here.
3542 * testsuite/libgomp.c/for-5.c: Move ...
3543 * testsuite/libgomp.c-c++-common/for-5.c: ... here.
3544 * testsuite/libgomp.c/for-6.c: Move ...
3545 * testsuite/libgomp.c-c++-common/for-6.c: ... here.
3546
3547 2018-05-02 Tom de Vries <tom@codesourcery.com>
3548
3549 PR libgomp/82428
3550 * testsuite/libgomp.oacc-c-c++-common/gang-static-2.c: Use
3551 __builtin_goacc_parlevel_{id,size}.
3552 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Same.
3553 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Same.
3554 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Same.
3555 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Same.
3556 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Same.
3557 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Same.
3558 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Same.
3559 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Same.
3560 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Same.
3561 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Same.
3562 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Same.
3563 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Same.
3564 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Same.
3565 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Same.
3566 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Same.
3567 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Same.
3568 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Same.
3569 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Same.
3570 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Same.
3571 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Same.
3572 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Same.
3573 * testsuite/libgomp.oacc-c-c++-common/routine-wv-2.c: Same.
3574 * testsuite/libgomp.oacc-c-c++-common/tile-1.c: Same.
3575
3576 2018-05-02 Tom de Vries <tom@codesourcery.com>
3577
3578 PR testsuite/85106
3579 * testsuite/lib/libgomp.exp: Include scanltranstree.exp.
3580
3581 2018-05-02 Tom de Vries <tom@codesourcery.com>
3582
3583 PR testsuite/85106
3584 * testsuite/lib/libgomp.exp: Include scanwpaipa.exp.
3585
3586 2018-04-29 Julian Brown <julian@codesourcery.com>
3587 Tom de Vries <tom@codesourcery.com>
3588
3589 PR testsuite/85527
3590 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-1.c: Allow
3591 arbitrary order for iterations of atomic subtract check.
3592
3593 2018-04-28 Tom de Vries <tom@codesourcery.com>
3594
3595 PR testsuite/85527
3596 * testsuite/libgomp.oacc-fortran/atomic_capture-1.f90 (main): Store
3597 atomic capture results obtained in parallel loop to an array, instead of
3598 to a scalar.
3599
3600 2018-04-26 Tom de Vries <tom@codesourcery.com>
3601
3602 PR libgomp/84020
3603 * plugin/cuda/cuda.h (CUjit_option): Add CU_JIT_OPTIMIZATION_LEVEL.
3604 * plugin/plugin-nvptx.c (_GNU_SOURCE): Define.
3605 (process_GOMP_NVPTX_JIT): New function.
3606 (link_ptx): Use process_GOMP_NVPTX_JIT.
3607
3608 2018-04-26 Richard Biener <rguenther@suse.de>
3609 Tom de Vries <tom@codesourcery.com>
3610
3611 PR lto/85422
3612 * testsuite/libgomp.oacc-c-c++-common/pr85422.c: New test.
3613
3614 2018-04-26 Tom de Vries <tom@codesourcery.com>
3615
3616 PR target/85519
3617 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: Reduce
3618 recursion depth from 25 to 23.
3619 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: Same.
3620
3621 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
3622
3623 * configure: Regenerated.
3624
3625 2018-04-20 Nathan Sidwell <nathan@codesourcery.com>
3626 Tom de Vries <tom@codesourcery.com>
3627
3628 PR target/85445
3629 * testsuite/libgomp.oacc-c++/ref-1.C: New.
3630
3631 2018-04-19 Thomas Schwinge <thomas@codesourcery.com>
3632
3633 PR libgomp/85463
3634 * testsuite/libgomp.oacc-fortran/error_stop-1.f: New file.
3635 * testsuite/libgomp.oacc-fortran/error_stop-2.f: Likewise.
3636 * testsuite/libgomp.oacc-fortran/error_stop-3.f: Likewise.
3637 * testsuite/libgomp.oacc-fortran/stop-1.f: Likewise.
3638 * testsuite/libgomp.oacc-fortran/stop-2.f: Likewise.
3639 * testsuite/libgomp.oacc-fortran/stop-3.f: Likewise.
3640
3641 PR libfortran/85166
3642 * testsuite/libgomp.oacc-fortran/abort-1.f90: Switch back to "call
3643 abort".
3644 * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise.
3645
3646 2018-04-19 Jakub Jelinek <jakub@redhat.com>
3647
3648 * configure: Regenerated.
3649
3650 2018-04-18 David Malcolm <dmalcolm@redhat.com>
3651
3652 PR jit/85384
3653 * configure: Regenerate.
3654
3655 2018-04-16 Cesar Philippidis <cesar@codesourcery.com>
3656 Tom de Vries <tom@codesourcery.com>
3657
3658 PR middle-end/84955
3659 * testsuite/libgomp.oacc-c-c++-common/pr84955.c: New test.
3660 * testsuite/libgomp.oacc-fortran/pr84955.f90: New test.
3661
3662 2018-04-12 Thomas Koenig <tkoenig@gcc.gnu.org>
3663
3664 PR fortran/83064
3665 PR testsuite/85346
3666 * testsuite/libgomp.fortran/do_concurrent_5.f90: Move modified
3667 test from gfortran.dg to here.
3668
3669 2018-04-12 Cesar Philippidis <cesar@codesourcery.com>
3670
3671 * testsuite/libgomp.oacc-c-c++-common/pr84955.c: Revert 259346.
3672 * testsuite/libgomp.oacc-fortran/pr84955.f90: Likewise.
3673
3674 2018-04-12 Cesar Philippidis <cesar@codesourcery.com>
3675
3676 PR middle-end/84955
3677 * testsuite/libgomp.oacc-c-c++-common/pr84955.c: New test.
3678 * testsuite/libgomp.oacc-fortran/pr84955.f90: New test.
3679
3680 2018-04-05 Tom de Vries <tom@codesourcery.com>
3681
3682 PR target/85204
3683 * testsuite/libgomp.oacc-c-c++-common/broadcast-1.c: New test.
3684
3685 2018-03-26 Tom de Vries <tom@codesourcery.com>
3686
3687 PR tree-optimization/85063
3688 * testsuite/libgomp.c/switch-conversion-2.c: New test.
3689 * testsuite/libgomp.c/switch-conversion.c: New test.
3690 * testsuite/libgomp.oacc-c-c++-common/switch-conversion-2.c: New test.
3691 * testsuite/libgomp.oacc-c-c++-common/switch-conversion.c: New test.
3692
3693 2018-03-25 Thomas Koenig <tkoenig@gcc.gnu.org>
3694
3695 PR fortran/84381
3696 * testsuite/libgomp.fortran/aligned1.f03: Replace non-standard
3697 call abort by STOP n.
3698 * testsuite/libgomp.fortran/alloc-comp-1.f90: Likewise.
3699 * testsuite/libgomp.fortran/alloc-comp-2.f90: Likewise.
3700 * testsuite/libgomp.fortran/alloc-comp-3.f90: Likewise.
3701 * testsuite/libgomp.fortran/allocatable1.f90: Likewise.
3702 * testsuite/libgomp.fortran/allocatable10.f90: Likewise.
3703 * testsuite/libgomp.fortran/allocatable11.f90: Likewise.
3704 * testsuite/libgomp.fortran/allocatable12.f90: Likewise.
3705 * testsuite/libgomp.fortran/allocatable2.f90: Likewise.
3706 * testsuite/libgomp.fortran/allocatable3.f90: Likewise.
3707 * testsuite/libgomp.fortran/allocatable4.f90: Likewise.
3708 * testsuite/libgomp.fortran/allocatable5.f90: Likewise.
3709 * testsuite/libgomp.fortran/allocatable6.f90: Likewise.
3710 * testsuite/libgomp.fortran/allocatable7.f90: Likewise.
3711 * testsuite/libgomp.fortran/allocatable8.f90: Likewise.
3712 * testsuite/libgomp.fortran/allocatable9.f90: Likewise.
3713 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: Likewise.
3714 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: Likewise.
3715 * testsuite/libgomp.fortran/associate1.f90: Likewise.
3716 * testsuite/libgomp.fortran/associate2.f90: Likewise.
3717 * testsuite/libgomp.fortran/associate3.f90: Likewise.
3718 * testsuite/libgomp.fortran/cancel-do-1.f90: Likewise.
3719 * testsuite/libgomp.fortran/cancel-do-2.f90: Likewise.
3720 * testsuite/libgomp.fortran/cancel-parallel-1.f90: Likewise.
3721 * testsuite/libgomp.fortran/cancel-sections-1.f90: Likewise.
3722 * testsuite/libgomp.fortran/cancel-taskgroup-2.f90: Likewise.
3723 * testsuite/libgomp.fortran/character1.f90: Likewise.
3724 * testsuite/libgomp.fortran/character2.f90: Likewise.
3725 * testsuite/libgomp.fortran/collapse1.f90: Likewise.
3726 * testsuite/libgomp.fortran/collapse2.f90: Likewise.
3727 * testsuite/libgomp.fortran/collapse3.f90: Likewise.
3728 * testsuite/libgomp.fortran/collapse4.f90: Likewise.
3729 * testsuite/libgomp.fortran/crayptr1.f90: Likewise.
3730 * testsuite/libgomp.fortran/crayptr2.f90: Likewise.
3731 * testsuite/libgomp.fortran/crayptr3.f90: Likewise.
3732 * testsuite/libgomp.fortran/declare-simd-1.f90: Likewise.
3733 * testsuite/libgomp.fortran/declare-simd-3.f90: Likewise.
3734 * testsuite/libgomp.fortran/declare-target-2.f90: Likewise.
3735 * testsuite/libgomp.fortran/depend-1.f90: Likewise.
3736 * testsuite/libgomp.fortran/depend-2.f90: Likewise.
3737 * testsuite/libgomp.fortran/depend-3.f90: Likewise.
3738 * testsuite/libgomp.fortran/do1.f90: Likewise.
3739 * testsuite/libgomp.fortran/do2.f90: Likewise.
3740 * testsuite/libgomp.fortran/doacross1.f90: Likewise.
3741 * testsuite/libgomp.fortran/doacross2.f90: Likewise.
3742 * testsuite/libgomp.fortran/doacross3.f90: Likewise.
3743 * testsuite/libgomp.fortran/examples-4/array_sections-3.f90: Likewise.
3744 * testsuite/libgomp.fortran/examples-4/array_sections-4.f90: Likewise.
3745 * testsuite/libgomp.fortran/examples-4/async_target-1.f90: Likewise.
3746 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: Likewise.
3747 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: Likewise.
3748 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: Likewise.
3749 * testsuite/libgomp.fortran/examples-4/declare_target-3.f90: Likewise.
3750 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90: Likewise.
3751 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90: Likewise.
3752 * testsuite/libgomp.fortran/examples-4/device-1.f90: Likewise.
3753 * testsuite/libgomp.fortran/examples-4/device-2.f90: Likewise.
3754 * testsuite/libgomp.fortran/examples-4/device-3.f90: Likewise.
3755 * testsuite/libgomp.fortran/examples-4/simd-1.f90: Likewise.
3756 * testsuite/libgomp.fortran/examples-4/simd-2.f90: Likewise.
3757 * testsuite/libgomp.fortran/examples-4/simd-3.f90: Likewise.
3758 * testsuite/libgomp.fortran/examples-4/simd-4.f90: Likewise.
3759 * testsuite/libgomp.fortran/examples-4/simd-5.f90: Likewise.
3760 * testsuite/libgomp.fortran/examples-4/simd-6.f90: Likewise.
3761 * testsuite/libgomp.fortran/examples-4/simd-7.f90: Likewise.
3762 * testsuite/libgomp.fortran/examples-4/simd-8.f90: Likewise.
3763 * testsuite/libgomp.fortran/examples-4/target-1.f90: Likewise.
3764 * testsuite/libgomp.fortran/examples-4/target-2.f90: Likewise.
3765 * testsuite/libgomp.fortran/examples-4/target-3.f90: Likewise.
3766 * testsuite/libgomp.fortran/examples-4/target-4.f90: Likewise.
3767 * testsuite/libgomp.fortran/examples-4/target-5.f90: Likewise.
3768 * testsuite/libgomp.fortran/examples-4/target_data-1.f90: Likewise.
3769 * testsuite/libgomp.fortran/examples-4/target_data-2.f90: Likewise.
3770 * testsuite/libgomp.fortran/examples-4/target_data-3.f90: Likewise.
3771 * testsuite/libgomp.fortran/examples-4/target_data-4.f90: Likewise.
3772 * testsuite/libgomp.fortran/examples-4/target_data-5.f90: Likewise.
3773 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: Likewise.
3774 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: Likewise.
3775 * testsuite/libgomp.fortran/examples-4/target_update-1.f90: Likewise.
3776 * testsuite/libgomp.fortran/examples-4/target_update-2.f90: Likewise.
3777 * testsuite/libgomp.fortran/examples-4/task_dep-1.f90: Likewise.
3778 * testsuite/libgomp.fortran/examples-4/task_dep-2.f90: Likewise.
3779 * testsuite/libgomp.fortran/examples-4/task_dep-3.f90: Likewise.
3780 * testsuite/libgomp.fortran/examples-4/task_dep-4.f90: Likewise.
3781 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: Likewise.
3782 * testsuite/libgomp.fortran/examples-4/teams-2.f90: Likewise.
3783 * testsuite/libgomp.fortran/examples-4/teams-3.f90: Likewise.
3784 * testsuite/libgomp.fortran/examples-4/teams-4.f90: Likewise.
3785 * testsuite/libgomp.fortran/examples-4/teams-5.f90: Likewise.
3786 * testsuite/libgomp.fortran/examples-4/teams-6.f90: Likewise.
3787 * testsuite/libgomp.fortran/lastprivate1.f90: Likewise.
3788 * testsuite/libgomp.fortran/lastprivate2.f90: Likewise.
3789 * testsuite/libgomp.fortran/lib1.f90: Likewise.
3790 * testsuite/libgomp.fortran/lib2.f: Likewise.
3791 * testsuite/libgomp.fortran/lib3.f: Likewise.
3792 * testsuite/libgomp.fortran/lib4.f90: Likewise.
3793 * testsuite/libgomp.fortran/lock-1.f90: Likewise.
3794 * testsuite/libgomp.fortran/lock-2.f90: Likewise.
3795 * testsuite/libgomp.fortran/nested1.f90: Likewise.
3796 * testsuite/libgomp.fortran/nestedfn1.f90: Likewise.
3797 * testsuite/libgomp.fortran/nestedfn2.f90: Likewise.
3798 * testsuite/libgomp.fortran/nestedfn3.f90: Likewise.
3799 * testsuite/libgomp.fortran/nestedfn4.f90: Likewise.
3800 * testsuite/libgomp.fortran/nestedfn5.f90: Likewise.
3801 * testsuite/libgomp.fortran/omp_atomic1.f90: Likewise.
3802 * testsuite/libgomp.fortran/omp_atomic2.f90: Likewise.
3803 * testsuite/libgomp.fortran/omp_atomic3.f90: Likewise.
3804 * testsuite/libgomp.fortran/omp_atomic4.f90: Likewise.
3805 * testsuite/libgomp.fortran/omp_atomic5.f90: Likewise.
3806 * testsuite/libgomp.fortran/omp_cond1.f: Likewise.
3807 * testsuite/libgomp.fortran/omp_cond2.f: Likewise.
3808 * testsuite/libgomp.fortran/omp_cond3.F90: Likewise.
3809 * testsuite/libgomp.fortran/omp_cond4.F90: Likewise.
3810 * testsuite/libgomp.fortran/omp_parse1.f90: Likewise.
3811 * testsuite/libgomp.fortran/omp_parse2.f90: Likewise.
3812 * testsuite/libgomp.fortran/omp_parse3.f90: Likewise.
3813 * testsuite/libgomp.fortran/omp_parse4.f90: Likewise.
3814 * testsuite/libgomp.fortran/openmp_version-1.f: Likewise.
3815 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
3816 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95: Likewise.
3817 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95: Likewise.
3818 * testsuite/libgomp.fortran/pointer1.f90: Likewise.
3819 * testsuite/libgomp.fortran/pointer2.f90: Likewise.
3820 * testsuite/libgomp.fortran/pr25162.f: Likewise.
3821 * testsuite/libgomp.fortran/pr25219.f90: Likewise.
3822 * testsuite/libgomp.fortran/pr27395-1.f90: Likewise.
3823 * testsuite/libgomp.fortran/pr27395-2.f90: Likewise.
3824 * testsuite/libgomp.fortran/pr27416-1.f90: Likewise.
3825 * testsuite/libgomp.fortran/pr27916-1.f90: Likewise.
3826 * testsuite/libgomp.fortran/pr27916-2.f90: Likewise.
3827 * testsuite/libgomp.fortran/pr28390.f: Likewise.
3828 * testsuite/libgomp.fortran/pr29629.f90: Likewise.
3829 * testsuite/libgomp.fortran/pr32550.f90: Likewise.
3830 * testsuite/libgomp.fortran/pr33880.f90: Likewise.
3831 * testsuite/libgomp.fortran/pr34020.f90: Likewise.
3832 * testsuite/libgomp.fortran/pr35130.f90: Likewise.
3833 * testsuite/libgomp.fortran/pr42162.f90: Likewise.
3834 * testsuite/libgomp.fortran/pr46753.f90: Likewise.
3835 * testsuite/libgomp.fortran/pr48894.f90: Likewise.
3836 * testsuite/libgomp.fortran/pr49792-1.f90: Likewise.
3837 * testsuite/libgomp.fortran/pr49792-2.f90: Likewise.
3838 * testsuite/libgomp.fortran/pr63938-1.f90: Likewise.
3839 * testsuite/libgomp.fortran/pr63938-2.f90: Likewise.
3840 * testsuite/libgomp.fortran/pr65597.f90: Likewise.
3841 * testsuite/libgomp.fortran/pr66199-1.f90: Likewise.
3842 * testsuite/libgomp.fortran/pr71014.f90: Likewise.
3843 * testsuite/libgomp.fortran/pr81304.f90: Likewise.
3844 * testsuite/libgomp.fortran/pr81841.f90: Likewise.
3845 * testsuite/libgomp.fortran/pr84418-1.f90: Likewise.
3846 * testsuite/libgomp.fortran/pr84418-2.f90: Likewise.
3847 * testsuite/libgomp.fortran/procptr1.f90: Likewise.
3848 * testsuite/libgomp.fortran/recursion1.f90: Likewise.
3849 * testsuite/libgomp.fortran/reduction1.f90: Likewise.
3850 * testsuite/libgomp.fortran/reduction2.f90: Likewise.
3851 * testsuite/libgomp.fortran/reduction3.f90: Likewise.
3852 * testsuite/libgomp.fortran/reduction4.f90: Likewise.
3853 * testsuite/libgomp.fortran/reduction5.f90: Likewise.
3854 * testsuite/libgomp.fortran/reduction6.f90: Likewise.
3855 * testsuite/libgomp.fortran/reference1.f90: Likewise.
3856 * testsuite/libgomp.fortran/reference2.f90: Likewise.
3857 * testsuite/libgomp.fortran/retval1.f90: Likewise.
3858 * testsuite/libgomp.fortran/retval2.f90: Likewise.
3859 * testsuite/libgomp.fortran/sharing1.f90: Likewise.
3860 * testsuite/libgomp.fortran/sharing2.f90: Likewise.
3861 * testsuite/libgomp.fortran/simd1.f90: Likewise.
3862 * testsuite/libgomp.fortran/simd2.f90: Likewise.
3863 * testsuite/libgomp.fortran/simd3.f90: Likewise.
3864 * testsuite/libgomp.fortran/simd4.f90: Likewise.
3865 * testsuite/libgomp.fortran/simd5.f90: Likewise.
3866 * testsuite/libgomp.fortran/simd6.f90: Likewise.
3867 * testsuite/libgomp.fortran/simd7.f90: Likewise.
3868 * testsuite/libgomp.fortran/stack.f90: Likewise.
3869 * testsuite/libgomp.fortran/strassen.f90: Likewise.
3870 * testsuite/libgomp.fortran/tabs1.f90: Likewise.
3871 * testsuite/libgomp.fortran/tabs2.f: Likewise.
3872 * testsuite/libgomp.fortran/target1.f90: Likewise.
3873 * testsuite/libgomp.fortran/target2.f90: Likewise.
3874 * testsuite/libgomp.fortran/target3.f90: Likewise.
3875 * testsuite/libgomp.fortran/target4.f90: Likewise.
3876 * testsuite/libgomp.fortran/target5.f90: Likewise.
3877 * testsuite/libgomp.fortran/target6.f90: Likewise.
3878 * testsuite/libgomp.fortran/target7.f90: Likewise.
3879 * testsuite/libgomp.fortran/target8.f90: Likewise.
3880 * testsuite/libgomp.fortran/task1.f90: Likewise.
3881 * testsuite/libgomp.fortran/task2.f90: Likewise.
3882 * testsuite/libgomp.fortran/task3.f90: Likewise.
3883 * testsuite/libgomp.fortran/task4.f90: Likewise.
3884 * testsuite/libgomp.fortran/taskgroup1.f90: Likewise.
3885 * testsuite/libgomp.fortran/taskloop1.f90: Likewise.
3886 * testsuite/libgomp.fortran/taskloop2.f90: Likewise.
3887 * testsuite/libgomp.fortran/taskloop3.f90: Likewise.
3888 * testsuite/libgomp.fortran/taskloop4.f90: Likewise.
3889 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
3890 * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
3891 * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
3892 * testsuite/libgomp.fortran/threadprivate4.f90: Likewise.
3893 * testsuite/libgomp.fortran/udr1.f90: Likewise.
3894 * testsuite/libgomp.fortran/udr10.f90: Likewise.
3895 * testsuite/libgomp.fortran/udr11.f90: Likewise.
3896 * testsuite/libgomp.fortran/udr12.f90: Likewise.
3897 * testsuite/libgomp.fortran/udr13.f90: Likewise.
3898 * testsuite/libgomp.fortran/udr14.f90: Likewise.
3899 * testsuite/libgomp.fortran/udr15.f90: Likewise.
3900 * testsuite/libgomp.fortran/udr2.f90: Likewise.
3901 * testsuite/libgomp.fortran/udr3.f90: Likewise.
3902 * testsuite/libgomp.fortran/udr4.f90: Likewise.
3903 * testsuite/libgomp.fortran/udr5.f90: Likewise.
3904 * testsuite/libgomp.fortran/udr6.f90: Likewise.
3905 * testsuite/libgomp.fortran/udr7.f90: Likewise.
3906 * testsuite/libgomp.fortran/udr8.f90: Likewise.
3907 * testsuite/libgomp.fortran/udr9.f90: Likewise.
3908 * testsuite/libgomp.fortran/vla1.f90: Likewise.
3909 * testsuite/libgomp.fortran/vla2.f90: Likewise.
3910 * testsuite/libgomp.fortran/vla3.f90: Likewise.
3911 * testsuite/libgomp.fortran/vla4.f90: Likewise.
3912 * testsuite/libgomp.fortran/vla5.f90: Likewise.
3913 * testsuite/libgomp.fortran/vla6.f90: Likewise.
3914 * testsuite/libgomp.fortran/vla7.f90: Likewise.
3915 * testsuite/libgomp.fortran/vla8.f90: Likewise.
3916 * testsuite/libgomp.fortran/workshare1.f90: Likewise.
3917 * testsuite/libgomp.fortran/workshare2.f90: Likewise.
3918 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
3919 * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise.
3920 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
3921 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
3922 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
3923 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
3924 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
3925 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
3926 * testsuite/libgomp.oacc-fortran/atomic_capture-1.f90: Likewise.
3927 * testsuite/libgomp.oacc-fortran/atomic_rw-1.f90: Likewise.
3928 * testsuite/libgomp.oacc-fortran/atomic_update-1.f90: Likewise.
3929 * testsuite/libgomp.oacc-fortran/c2.pl: Likewise.
3930 * testsuite/libgomp.oacc-fortran/clauses-1.f90: Likewise.
3931 * testsuite/libgomp.oacc-fortran/collapse-1.f90: Likewise.
3932 * testsuite/libgomp.oacc-fortran/collapse-2.f90: Likewise.
3933 * testsuite/libgomp.oacc-fortran/collapse-3.f90: Likewise.
3934 * testsuite/libgomp.oacc-fortran/collapse-4.f90: Likewise.
3935 * testsuite/libgomp.oacc-fortran/collapse-5.f90: Likewise.
3936 * testsuite/libgomp.oacc-fortran/collapse-6.f90: Likewise.
3937 * testsuite/libgomp.oacc-fortran/collapse-7.f90: Likewise.
3938 * testsuite/libgomp.oacc-fortran/collapse-8.f90: Likewise.
3939 * testsuite/libgomp.oacc-fortran/combined-directives-1.f90: Likewise.
3940 * testsuite/libgomp.oacc-fortran/combined-reduction.f90: Likewise.
3941 * testsuite/libgomp.oacc-fortran/data-1.f90: Likewise.
3942 * testsuite/libgomp.oacc-fortran/data-2.f90: Likewise.
3943 * testsuite/libgomp.oacc-fortran/data-3.f90: Likewise.
3944 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
3945 * testsuite/libgomp.oacc-fortran/data-4.f90: Likewise.
3946 * testsuite/libgomp.oacc-fortran/declare-1.f90: Likewise.
3947 * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
3948 * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
3949 * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
3950 * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
3951 * testsuite/libgomp.oacc-fortran/default-1.f90: Likewise.
3952 * testsuite/libgomp.oacc-fortran/firstprivate-1.f90: Likewise.
3953 * testsuite/libgomp.oacc-fortran/gang-static-1.f90: Likewise.
3954 * testsuite/libgomp.oacc-fortran/host_data-1.f90: Likewise.
3955 * testsuite/libgomp.oacc-fortran/if-1.f90: Likewise.
3956 * testsuite/libgomp.oacc-fortran/implicit-firstprivate-ref.f90: Likewise.
3957 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: Likewise.
3958 * testsuite/libgomp.oacc-fortran/kernels-loop-data-2.f95: Likewise.
3959 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit-2.f95: Likewise.
3960 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit.f95: Likewise.
3961 * testsuite/libgomp.oacc-fortran/kernels-loop-data-update.f95: Likewise.
3962 * testsuite/libgomp.oacc-fortran/kernels-loop-data.f95: Likewise.
3963 * testsuite/libgomp.oacc-fortran/kernels-loop.f95: Likewise.
3964 * testsuite/libgomp.oacc-fortran/lib-1.f90: Likewise.
3965 * testsuite/libgomp.oacc-fortran/lib-10.f90: Likewise.
3966 * testsuite/libgomp.oacc-fortran/lib-2.f: Likewise.
3967 * testsuite/libgomp.oacc-fortran/lib-3.f: Likewise.
3968 * testsuite/libgomp.oacc-fortran/lib-32-1.f: Likewise.
3969 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
3970 * testsuite/libgomp.oacc-fortran/lib-4.f90: Likewise.
3971 * testsuite/libgomp.oacc-fortran/lib-5.f90: Likewise.
3972 * testsuite/libgomp.oacc-fortran/lib-6.f90: Likewise.
3973 * testsuite/libgomp.oacc-fortran/lib-7.f90: Likewise.
3974 * testsuite/libgomp.oacc-fortran/lib-8.f90: Likewise.
3975 * testsuite/libgomp.oacc-fortran/map-1.f90: Likewise.
3976 * testsuite/libgomp.oacc-fortran/nested-function-1.f90: Likewise.
3977 * testsuite/libgomp.oacc-fortran/nested-function-2.f90: Likewise.
3978 * testsuite/libgomp.oacc-fortran/nested-function-3.f90: Likewise.
3979 * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Likewise.
3980 * testsuite/libgomp.oacc-fortran/openacc_version-1.f: Likewise.
3981 * testsuite/libgomp.oacc-fortran/openacc_version-2.f90: Likewise.
3982 * testsuite/libgomp.oacc-fortran/par-reduction-2-1.f: Likewise.
3983 * testsuite/libgomp.oacc-fortran/par-reduction-2-2.f: Likewise.
3984 * testsuite/libgomp.oacc-fortran/parallel-reduction.f90: Likewise.
3985 * testsuite/libgomp.oacc-fortran/pointer-align-1.f90: Likewise.
3986 * testsuite/libgomp.oacc-fortran/pr70643.f90: Likewise.
3987 * testsuite/libgomp.oacc-fortran/pr81352.f90: Likewise.
3988 * testsuite/libgomp.oacc-fortran/pr83920.f90: Likewise.
3989 * testsuite/libgomp.oacc-fortran/pr84028.f90: Likewise.
3990 * testsuite/libgomp.oacc-fortran/private-variables.f90: Likewise.
3991 * testsuite/libgomp.oacc-fortran/pset-1.f90: Likewise.
3992 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Likewise.
3993 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
3994 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
3995 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
3996 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
3997 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
3998 * testsuite/libgomp.oacc-fortran/reduction-7.f90: Likewise.
3999 * testsuite/libgomp.oacc-fortran/reduction-8.f90: Likewise.
4000 * testsuite/libgomp.oacc-fortran/routine-1.f90: Likewise.
4001 * testsuite/libgomp.oacc-fortran/routine-2.f90: Likewise.
4002 * testsuite/libgomp.oacc-fortran/routine-3.f90: Likewise.
4003 * testsuite/libgomp.oacc-fortran/routine-4.f90: Likewise.
4004 * testsuite/libgomp.oacc-fortran/routine-5.f90: Likewise.
4005 * testsuite/libgomp.oacc-fortran/routine-7.f90: Likewise.
4006 * testsuite/libgomp.oacc-fortran/routine-9.f90: Likewise.
4007 * testsuite/libgomp.oacc-fortran/subarrays-1.f90: Likewise.
4008 * testsuite/libgomp.oacc-fortran/subarrays-2.f90: Likewise.
4009 * testsuite/libgomp.oacc-fortran/update-1.f90: Likewise.
4010
4011 2018-03-20 Richard Biener <rguenther@suse.de>
4012
4013 * testsuite/libgomp.graphite/force-parallel-4.c: XFAIL one
4014 parallelizable loop.
4015
4016 2018-02-19 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
4017
4018 PR target/84148
4019 * configure: Regenerate.
4020
4021 2018-02-16 Jakub Jelinek <jakub@redhat.com>
4022
4023 PR fortran/84418
4024 * libgomp.fortran/pr84418-1.f90: New test.
4025 * libgomp.fortran/pr84418-2.f90: New test.
4026
4027 2018-02-14 Jakub Jelinek <jakub@redhat.com>
4028
4029 PR fortran/84313
4030 * testsuite/libgomp.fortran/threadprivate4.f90: Add
4031 -std=f2003 -fall-intrinsics into dg-additional-options.
4032
4033 2018-02-08 Martin Jambor <mjambor@suse.cz>
4034
4035 * testsuite/libgomp.hsa.c/pr82416.c: Make the function with target
4036 clonable.
4037
4038 2018-02-08 Martin Jambor <mjambor@suse.cz>
4039
4040 * testsuite/libgomp.hsa.c/staticvar.c: New test.
4041
4042 2018-02-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4043
4044 * testsuite/libgomp.oacc-c-c++-common/pr84217.c (abort)
4045 [__cplusplus]: Declare extern "C".
4046
4047 2018-02-07 Tom de Vries <tom@codesourcery.com>
4048
4049 PR libgomp/84217
4050 * testsuite/libgomp.oacc-c-c++-common/pr84217.c: New test.
4051
4052 2018-01-29 Christoph Spiel <cspiel@freenet.de>
4053 Jakub Jelinek <jakub@redhat.com>
4054
4055 PR libgomp/84096
4056 * omp.h.in (omp_init_nest_lock_with_hint): Use omp_nest_lock_t
4057 instead of omp_lock_t.
4058
4059 2018-01-25 Tom de Vries <tom@codesourcery.com>
4060
4061 PR target/84028
4062 * testsuite/libgomp.oacc-fortran/pr84028.f90: New test.
4063
4064 2018-01-24 Tom de Vries <tom@codesourcery.com>
4065
4066 PR target/83589
4067 * testsuite/libgomp.oacc-c-c++-common/pr83589.c: New test.
4068
4069 2018-01-24 Tom de Vries <tom@codesourcery.com>
4070
4071 PR target/81352
4072 * testsuite/libgomp.oacc-fortran/pr81352.f90: New test.
4073
4074 2018-01-19 Tom de Vries <tom@codesourcery.com>
4075 Cesar Philippidis <cesar@codesourcery.com>
4076
4077 PR target/83920
4078 * testsuite/libgomp.oacc-c-c++-common/pr83920.c: New test.
4079 * testsuite/libgomp.oacc-fortran/pr83920.f90: New test.
4080
4081 2018-01-03 Jakub Jelinek <jakub@redhat.com>
4082
4083 Update copyright years.
4084
4085 * libgomp.texi: Bump @copying's copyright year.
4086
4087 2017-12-30 Tom de Vries <tom@codesourcery.com>
4088
4089 PR libgomp/83046
4090 * testsuite/libgomp.oacc-c-c++-common/pr83046.c: New test.
4091 * testsuite/libgomp.c-c++-common/pr83046.c: New test.
4092
4093 2017-12-27 Tom de Vries <tom@codesourcery.com>
4094
4095 PR c++/83046
4096 * testsuite/libgomp.oacc-c-c++-common/gang-static-2.c (test_static)
4097 (test_nonstatic): Fix return type to workaround PR83046.
4098
4099 2017-12-05 Jakub Jelinek <jakub@redhat.com>
4100
4101 PR testsuite/83281
4102 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c (main): Use
4103 j suffix instead of i.
4104 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c (main):
4105 Likewise.
4106
4107 2017-12-01 Cesar Philippidis <cesar@codesourcery.com>
4108
4109 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Add missing
4110 call to acc_wait (1).
4111
4112 2017-11-24 Jakub Jelinek <jakub@redhat.com>
4113
4114 PR fortran/81304
4115 * testsuite/libgomp.fortran/pr81304.f90: New test.
4116
4117 2017-11-23 Jakub Jelinek <jakub@redhat.com>
4118
4119 PR fortran/81841
4120 * libgomp.fortran/pr81841.f90: New test.
4121
4122 2017-11-22 Jakub Jelinek <jakub@redhat.com>
4123
4124 PR libgomp/83106
4125 * target.c (gomp_target_init): Compute lengths just once and
4126 use them in both malloc size and subsequent copying.
4127
4128 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
4129
4130 * configure.ac: Set CET_FLAGS, update XCFLAGS and FCFLAGS.
4131 * acinclude.m4: Add cet.m4.
4132 * configure: Regenerate.
4133 * Makefile.in: Likewise.
4134 * testsuite/Makefile.in: Likewise.
4135
4136 2017-11-15 Tom de Vries <tom@codesourcery.com>
4137
4138 * testsuite/libgomp.oacc-c-c++-common/f-asyncwait-1.c: New test, copied
4139 from asyncwait-1.f90. Rewrite into C. Rewrite from float to int.
4140 * testsuite/libgomp.oacc-c-c++-common/f-asyncwait-2.c: New test, copied
4141 from asyncwait-2.f90. Rewrite into C. Rewrite from float to int.
4142 * testsuite/libgomp.oacc-c-c++-common/f-asyncwait-3.c: New test, copied
4143 from asyncwait-3.f90. Rewrite into C. Rewrite from float to int.
4144
4145 2017-11-14 Tom de Vries <tom@codesourcery.com>
4146
4147 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Allow to run for
4148 non-nvidia devices.
4149
4150 2017-11-07 Jakub Jelinek <jakub@redhat.com>
4151
4152 PR c++/82835
4153 * testsuite/libgomp.c++/pr82835.C: New test.
4154
4155 2017-11-06 Martin Liska <mliska@suse.cz>
4156
4157 * testsuite/libgomp.c++/loop-2.C: Return a value
4158 for functions with non-void return type, or change type to void,
4159 or add -Wno-return-type for test.
4160 * testsuite/libgomp.c++/loop-4.C: Likewise.
4161 * testsuite/libgomp.c++/parallel-1.C: Likewise.
4162 * testsuite/libgomp.c++/shared-1.C: Likewise.
4163 * testsuite/libgomp.c++/single-1.C: Likewise.
4164 * testsuite/libgomp.c++/single-2.C: Likewise.
4165
4166 2017-10-31 Tom de Vries <tom@codesourcery.com>
4167
4168 * plugin/plugin-hsa.c (HSA_LOG): Remove semicolon after
4169 "do {} while (false)".
4170 (init_single_kernel, GOMP_OFFLOAD_async_run): Add missing semicolon
4171 after HSA_DEBUG call.
4172
4173 2017-10-28 Jakub Jelinek <jakub@redhat.com>
4174
4175 * target.c (struct gomp_coalesce_buf): New type.
4176 (MAX_COALESCE_BUF_SIZE, MAX_COALESCE_BUF_GAP): Define.
4177 (gomp_coalesce_buf_add, gomp_to_device_kind_p): New functions.
4178 (gomp_copy_host2dev): Add CBUF argument, if copying into
4179 the cached ranges, memcpy into buffer instead of copying
4180 into device.
4181 (gomp_map_vars_existing, gomp_map_pointer, gomp_map_fields_existing):
4182 Add CBUF argument, pass it through to other calls.
4183 (gomp_map_vars): Aggregate copies from host to device if small enough
4184 and with small enough gaps in between into memcpy into a buffer and
4185 fewer host to device copies from the buffer.
4186 (gomp_update): Adjust gomp_copy_host2dev caller.
4187
4188 2017-10-17 Thomas Schwinge <thomas@codesourcery.com>
4189
4190 * testsuite/libgomp.oacc-fortran/declare-1.f90: Restore "dg-do
4191 run" directive.
4192 * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
4193 * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
4194 * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
4195 * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
4196
4197 2017-10-16 Tom de Vries <tom@codesourcery.com>
4198
4199 * testsuite/libgomp.oacc-c-c++-common/declare-1.c: Don't require
4200 openacc_nvidia_accel_selected.
4201 * testsuite/libgomp.oacc-c-c++-common/declare-2.c: Same.
4202 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Same.
4203 * testsuite/libgomp.oacc-fortran/declare-2.f90: Same.
4204 * testsuite/libgomp.oacc-fortran/declare-4.f90: Same
4205 * testsuite/libgomp.oacc-fortran/declare-5.f90: Same.
4206 * testsuite/libgomp.oacc-c-c++-common/declare-5.c: Don't require
4207 openacc_nvidia_accel_selected. Skip for shared memory device.
4208 * testsuite/libgomp.oacc-fortran/declare-1.f90: Same.
4209 * testsuite/libgomp.oacc-fortran/declare-3.f90: Same.
4210
4211 2017-10-09 Martin Jambor <mjambor@suse.cz>
4212
4213 PR hsa/82416
4214 * testsuite/libgomp.hsa.c/pr82416.c: New test.
4215
4216 2017-10-07 Tom de Vries <tom@codesourcery.com>
4217
4218 * testsuite/libgomp.oacc-fortran/firstprivate-1.f90 (firstprivate):
4219 Remove acc_device_nvidia references.
4220 * testsuite/libgomp.oacc-fortran/parallel-reduction.f90 (reduction):
4221 Same.
4222
4223 2017-10-05 Tom de Vries <tom@codesourcery.com>
4224
4225 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c (main): Remove
4226 vector_length(32) clause from acc parallel directive.
4227 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c (main): Same.
4228
4229 2017-10-04 Tom de Vries <tom@codesourcery.com>
4230
4231 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c
4232 (main): Reduce sum of arr elements. Assert that hres is exactly
4233 representable in 32-bit floating point.
4234 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c
4235 (main): Reduce sum of arr elements. Assert that hres and hmres are
4236 exactly representable in 32-bit floating point.
4237 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c (gwv_np_4): Same.
4238
4239 2017-09-28 Tom de Vries <tom@codesourcery.com>
4240
4241 * testsuite/libgomp.c++/for-12.C: Remove superfluous -fopenmp option
4242 setting.
4243 * testsuite/libgomp.c++/pr69393.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.c/for-4.c: Same.
4248 * testsuite/libgomp.c/pr66199-3.c: Same.
4249 * testsuite/libgomp.c/pr66199-4.c: Same.
4250 * testsuite/libgomp.c/pr66199-6.c: Same.
4251 * testsuite/libgomp.c/taskloop-1.c: Same.
4252 * testsuite/libgomp.c/taskloop-3.c: Same.
4253 * testsuite/libgomp.c/taskloop-4.c: Same.
4254 * testsuite/libgomp.fortran/aligned1.f03: Same.
4255 * testsuite/libgomp.fortran/condinc1.f: Same.
4256 * testsuite/libgomp.fortran/condinc3.f90: Same.
4257 * testsuite/libgomp.fortran/crayptr1.f90: Same.
4258 * testsuite/libgomp.fortran/crayptr2.f90: Same.
4259 * testsuite/libgomp.fortran/crayptr3.f90: Same.
4260 * testsuite/libgomp.fortran/omp_cond1.f: Same.
4261 * testsuite/libgomp.fortran/omp_cond3.F90: Same.
4262 * testsuite/libgomp.fortran/pr66199-1.f90: Same.
4263 * testsuite/libgomp.fortran/pr66199-2.f90: Same.
4264 * testsuite/libgomp.fortran/recursion1.f90: Same.
4265 * testsuite/libgomp.fortran/target2.f90: Same.
4266 * testsuite/libgomp.fortran/target5.f90: Same.
4267 * testsuite/libgomp.fortran/task3.f90: Same.
4268
4269 2017-09-28 Tom de Vries <tom@codesourcery.com>
4270
4271 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c (main): Remove
4272 vector_length(32) clause from acc parallel directive.
4273 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c (main): Same.
4274
4275 2017-09-27 Tom de Vries <tom@codesourcery.com>
4276
4277 * testsuite/libgomp.oacc-c-c++-common/parallel-reduction.c (main):
4278 Remove acc_device_nvidia references.
4279
4280 2017-09-16 Tom de Vries <tom@codesourcery.com>
4281
4282 PR c/81875
4283 * testsuite/libgomp.c-c++-common/pr81875.c: New test.
4284
4285 2017-09-14 Tom de Vries <tom@codesourcery.com>
4286
4287 * testsuite/libgomp.c++/cancel-taskgroup-1.C: Remove.
4288 * testsuite/libgomp.c/cancel-taskgroup-1.c: Move to ...
4289 * testsuite/libgomp.c-c++-common/cancel-taskgroup-1.c: ... here.
4290 * testsuite/libgomp.c/c.exp: Include test-cases from
4291 libgomp.c-c++-common.
4292 * testsuite/libgomp.c++/c++.exp: Same. Force c++-mode compilation of .c
4293 files.
4294
4295 2017-09-14 Jakub Jelinek <jakub@redhat.com>
4296
4297 PR c++/81314
4298 * testsuite/libgomp.c++/pr81314.C: New test.
4299
4300 2017-09-03 Gerald Pfeifer <gerald@pfeifer.com>
4301
4302 * libgomp.texi (Top): www.openacc.org now uses https.
4303 (Enabling OpenACC): Ditto.
4304 (acc_get_num_devices): Ditto.
4305 (acc_set_device_type): Ditto.
4306 (acc_get_device_type): Ditto.
4307 (acc_set_device_num): Ditto.
4308 (acc_get_device_num): Ditto.
4309 (acc_async_test): Ditto.
4310 (acc_async_test_all): Ditto.
4311 (acc_wait): Ditto.
4312 (acc_wait_all): Ditto.
4313 (acc_wait_all_async): Ditto.
4314 (acc_wait_async): Ditto.
4315 (acc_init): Ditto.
4316 (acc_shutdown): Ditto.
4317 (acc_on_device): Ditto.
4318 (acc_malloc): Ditto.
4319 (acc_free): Ditto.
4320 (acc_copyin): Ditto.
4321 (acc_present_or_copyin): Ditto.
4322 (acc_create): Ditto.
4323 (acc_present_or_create): Ditto.
4324 (acc_copyout): Ditto.
4325 (acc_delete): Ditto.
4326 (acc_update_device): Ditto.
4327 (acc_update_self): Ditto.
4328 (acc_map_data): Ditto.
4329 (acc_unmap_data): Ditto.
4330 (acc_deviceptr): Ditto.
4331 (acc_hostptr): Ditto.
4332 (acc_is_present): Ditto.
4333 (acc_memcpy_to_device): Ditto.
4334 (acc_memcpy_from_device): Ditto.
4335 (acc_get_current_cuda_device): Ditto.
4336 (acc_get_current_cuda_context): Ditto.
4337 (acc_get_cuda_stream): Ditto.
4338 (acc_set_cuda_stream): Ditto.
4339 (ACC_DEVICE_TYPE): Ditto.
4340 (ACC_DEVICE_NUM): Ditto.
4341 (OpenACC Library Interoperability): Ditto.
4342
4343 2017-08-09 Jakub Jelinek <jakub@redhat.com>
4344
4345 PR c/81687
4346 * testsuite/libgomp.c/pr81687-1.c: New test.
4347 * testsuite/libgomp.c/pr81687-2.c: New test.
4348
4349 2017-08-07 Jakub Jelinek <jakub@redhat.com>
4350
4351 PR c/69389
4352 * testsuite/libgomp.c/pr69389.c: New test.
4353 * testsuite/libgomp.c++/pr69389.C: New test.
4354
4355 2017-08-07 Tom de Vries <tom@codesourcery.com>
4356
4357 PR middle-end/78266
4358 * testsuite/libgomp.oacc-c-c++-common/vprop-2.c: New test.
4359 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove xfail.
4360
4361 2017-07-27 Jakub Jelinek <jakub@redhat.com>
4362
4363 PR c/45784
4364 * testsuite/libgomp.c/pr45784.c: New test.
4365 * testsuite/libgomp.c++/pr45784.C: New test.
4366
4367 2017-07-19 Tom de Vries <tom@codesourcery.com>
4368
4369 * testsuite/libgomp.oacc-c/vec.c: New test.
4370
4371 2017-07-03 Tom de Vries <tom@codesourcery.com>
4372
4373 * plugin/plugin-hsa.c: Fix secure_getenv.h include.
4374
4375 2017-06-27 Tom de Vries <tom@codesourcery.com>
4376
4377 * plugin/plugin-nvptx.c (notify_var): New function.
4378 (nvptx_exec): Use notify_var for GOMP_OPENACC_DIM.
4379
4380 2017-06-27 Tom de Vries <tom@codesourcery.com>
4381
4382 * env.c (parse_unsigned_long_1): Factor out of ...
4383 (parse_unsigned_long): ... here.
4384 (parse_int_1): Factor out of ...
4385 (parse_int): ... here.
4386 (parse_int_secure): New function.
4387 (initialize_env): Use parse_int_secure for GOMP_DEBUG.
4388 * secure_getenv.h: Factor out of ...
4389 * plugin/plugin-hsa.c: ... here.
4390 * testsuite/libgomp.oacc-c-c++-common/gomp-debug-env.c: New test.
4391
4392 2017-06-21 Jakub Jelinek <jakub@redhat.com>
4393
4394 PR c++/81130
4395 * testsuite/libgomp.c++/pr81130.C: New test.
4396
4397 2017-06-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4398
4399 * testsuite/libgomp.fortran/strassen.f90: Remove dg-skip-if
4400 default args.
4401 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove
4402 dg-xfail-run-if default args.
4403
4404 2017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
4405
4406 * testsuite/libgomp.c/pr39591-2.c: Fix test case.
4407 * testsuite/libgomp.c/pr39591-3.c: Likewise.
4408
4409 2017-05-30 Jakub Jelinek <jakub@redhat.com>
4410
4411 PR libgomp/80822
4412 * config/linux/affinity.c (gomp_affinity_init_level_1): New function.
4413 (gomp_affinity_init_level): Use it. Always analyze the core and thread
4414 sibling lists, depending on level just pick up what CPUs to put
4415 together into a place vs. whether add multiple ordered places.
4416
4417 2017-05-24 Thomas Schwinge <thomas@codesourcery.com>
4418
4419 * openacc.h (acc_async_wait, acc_async_wait_all): New prototypes.
4420 * libgomp.map (OACC_2.0.1): Add these.
4421 * oacc-async.c (acc_async_wait, acc_async_wait_all): New aliases
4422 for "acc_wait", and "acc_wait_all", respectively.
4423 * openacc.f90 (acc_async_wait, acc_async_wait_all): New interfaces
4424 for "acc_wait", and "acc_wait_all", respectively.
4425 * openacc_lib.h (acc_async_wait, acc_async_wait_all): Likewise.
4426 * libgomp.texi (acc_wait, acc_wait_all): Update.
4427 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Update.
4428 * testsuite/libgomp.oacc-fortran/par-reduction-2-1.f: New file.
4429 * testsuite/libgomp.oacc-fortran/par-reduction-2-2.f: Likewise.
4430
4431 * openacc_lib.h (acc_pcopyin, acc_pcreate): Route to
4432 acc_present_or_copyin and acc_present_or_create procedures,
4433 respectively.
4434 * testsuite/libgomp.oacc-fortran/lib-32-1.f: Exercise these, and
4435 generally different variants of OpenACC Runtime Library functions.
4436 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
4437
4438 * testsuite/libgomp.oacc-fortran/lib-32-1.f: New file.
4439 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
4440
4441 * openacc.h (acc_pcopyin, acc_pcreate): Provide prototypes instead
4442 of preprocessor definitions.
4443 * libgomp.h (strong_alias): Guard by "#ifdef
4444 HAVE_ATTRIBUTE_ALIAS".
4445 * oacc-mem.c: Provide "acc_pcreate" as alias for
4446 "acc_present_or_create", and "acc_pcopyin" as alias for
4447 "acc_present_or_copyin".
4448 * libgomp.map: New version "OACC_2.0.1".
4449 (OACC_2.0.1): Add "acc_pcopyin", and "acc_pcreate".
4450 * testsuite/libgomp.oacc-c-c++-common/lib-38.c: Remove, merging
4451 its content into...
4452 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: ... this file.
4453 Extend testing.
4454
4455 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Debugging output
4456 when disabling nvptx offloading.
4457
4458 2017-05-23 Thomas Schwinge <thomas@codesourcery.com>
4459
4460 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: Update.
4461 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Likewise.
4462 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: Likewise.
4463
4464 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Rewrite.
4465 * testsuite/lib/libgomp.exp
4466 (check_effective_target_openacc_nvidia_accel_configured): New
4467 proc.
4468 * testsuite/libgomp.oacc-c++/c++.exp (check_effective_target_c)
4469 (check_effective_target_c++): New procs.
4470 * testsuite/libgomp.oacc-c/c.exp (check_effective_target_c)
4471 (check_effective_target_c++): Likewise.
4472
4473 2017-05-22 Jakub Jelinek <jakub@redhat.com>
4474
4475 PR middle-end/80809
4476 * testsuite/libgomp.c/pr80809-2.c: New test.
4477 * testsuite/libgomp.c/pr80809-3.c: New test.
4478
4479 PR middle-end/80809
4480 * testsuite/libgomp.c/pr80809-1.c: New test.
4481
4482 PR middle-end/80853
4483 * testsuite/libgomp.c/pr80853.c: New test.
4484
4485 2017-05-19 Thomas Schwinge <thomas@codesourcery.com>
4486
4487 * testsuite/libgomp.oacc-c++/template-reduction.C: Update.
4488 * testsuite/libgomp.oacc-c-c++-common/nested-2.c: Update.
4489 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
4490 * testsuite/libgomp.oacc-fortran/default-1.f90: Likewise.
4491 * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Likewise.
4492
4493 * plugin/plugin-hsa.c (DLSYM_FN, init_hsa_runtime_functions):
4494 Debug output for failure.
4495
4496 2017-05-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4497
4498 * testsuite/lib/libgomp.exp: Load scanlang.exp.
4499
4500 2017-04-27 Jakub Jelinek <jakub@redhat.com>
4501
4502 PR bootstrap/80531
4503 * configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid
4504 bootstrap compare failures.
4505
4506 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
4507
4508 * testsuite/libgomp.c/target-36.c: New testcase.
4509
4510 2017-04-13 Jakub Jelinek <jakub@redhat.com>
4511
4512 * plugin/plugin-nvptx.c (cuda_lib_inited): Use signed char type
4513 instead of char.
4514
4515 2017-04-11 Jakub Jelinek <jakub@redhat.com>
4516
4517 PR libgomp/80394
4518 * testsuite/libgomp.c/pr80394.c: New test.
4519
4520 2017-04-04 Jakub Jelinek <jakub@redhat.com>
4521
4522 PR libgomp/79876
4523 * config/posix/thread-stacksize.h: New file.
4524 * config/darwin/thread-stacksize.h: New file.
4525 * config/nvptx/thread-stacksize.h: New file.
4526 * env.c: Include thread-stacksize.h.
4527 (initialize_env): Initialize stacksize to GOMP_DEFAULT_STACKSIZE
4528 instead of 0. Call pthread_attr_setstacksize even if
4529 GOMP_DEFAULT_STACKSIZE is non-zero.
4530
4531 2017-03-30 Jakub Jelinek <jakub@redhat.com>
4532
4533 * env.c (initialize_env): Initialize stacksize to 0.
4534
4535 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
4536
4537 PR c++/80029
4538 * testsuite/libgomp.oacc-c-c++-common/declare-vla.c: New test.
4539
4540 2017-03-08 Jakub Jelinek <jakub@redhat.com>
4541
4542 PR c/79940
4543 * testsuite/libgomp.c/pr79940.c: New test.
4544
4545 2017-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4546
4547 * testsuite/libgomp.c/pr48591.c: Enable on all __float128
4548 targets.
4549 Add __float128 options.
4550
4551 2017-02-11 John David Anglin <danglin@gcc.gnu.org>
4552
4553 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove
4554 hppa*-*-* dg-skip-if directive.
4555
4556 2017-02-09 Jakub Jelinek <jakub@redhat.com>
4557
4558 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move
4559 dg-skip-if directive into a comment.
4560
4561 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
4562 Chung-Lin Tang <cltang@codesourcery.com>
4563
4564 * testsuite/libgomp.oacc-c-c++-common/tile-1.c: New.
4565 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Adjust and
4566 add additional case.
4567 * testsuite/libgomp.oacc-c-c++-common/vprop.c: XFAIL under
4568 "openacc_nvidia_accel_selected".
4569 * libgomp.oacc-fortran/nested-function-1.f90 (test2):
4570 Add num_workers(8) clause.
4571
4572 2017-02-08 John David Anglin <danglin@gcc.gnu.org>
4573
4574 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Skip on
4575 hppa*-*-*.
4576 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Don't
4577 include complex.h on hppa*-*-hpux*.
4578 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Likewise.
4579
4580 2017-02-02 Thomas Schwinge <thomas@codesourcery.com>
4581
4582 * plugin/plugin-nvptx.c (nvptx_exec): Make it static.
4583
4584 * libgomp-plugin.h (GOMP_OFFLOAD_openacc_parallel): Rename to
4585 GOMP_OFFLOAD_openacc_exec. Adjust all users.
4586 (GOMP_OFFLOAD_openacc_get_current_cuda_device): Rename to
4587 GOMP_OFFLOAD_openacc_cuda_get_current_device. Adjust all users.
4588 (GOMP_OFFLOAD_openacc_get_current_cuda_context): Rename to
4589 GOMP_OFFLOAD_openacc_cuda_get_current_context. Adjust all users.
4590 (GOMP_OFFLOAD_openacc_get_cuda_stream): Rename to
4591 GOMP_OFFLOAD_openacc_cuda_get_stream. Adjust all users.
4592 (GOMP_OFFLOAD_openacc_set_cuda_stream): Rename to
4593 GOMP_OFFLOAD_openacc_cuda_set_stream. Adjust all users.
4594
4595 2017-01-31 Thomas Schwinge <thomas@codesourcery.com>
4596
4597 * libgomp-plugin.h: #include <stdbool.h>.
4598 (GOMP_OFFLOAD_get_name, GOMP_OFFLOAD_get_caps)
4599 (GOMP_OFFLOAD_get_type, GOMP_OFFLOAD_get_num_devices)
4600 (GOMP_OFFLOAD_init_device, GOMP_OFFLOAD_fini_device)
4601 (GOMP_OFFLOAD_version, GOMP_OFFLOAD_load_image)
4602 (GOMP_OFFLOAD_unload_image, GOMP_OFFLOAD_alloc, GOMP_OFFLOAD_free)
4603 (GOMP_OFFLOAD_dev2host, GOMP_OFFLOAD_host2dev)
4604 (GOMP_OFFLOAD_dev2dev, GOMP_OFFLOAD_can_run, GOMP_OFFLOAD_run)
4605 (GOMP_OFFLOAD_async_run, GOMP_OFFLOAD_openacc_parallel)
4606 (GOMP_OFFLOAD_openacc_register_async_cleanup)
4607 (GOMP_OFFLOAD_openacc_async_test)
4608 (GOMP_OFFLOAD_openacc_async_test_all)
4609 (GOMP_OFFLOAD_openacc_async_wait)
4610 (GOMP_OFFLOAD_openacc_async_wait_async)
4611 (GOMP_OFFLOAD_openacc_async_wait_all)
4612 (GOMP_OFFLOAD_openacc_async_wait_all_async)
4613 (GOMP_OFFLOAD_openacc_async_set_async)
4614 (GOMP_OFFLOAD_openacc_create_thread_data)
4615 (GOMP_OFFLOAD_openacc_destroy_thread_data)
4616 (GOMP_OFFLOAD_openacc_get_current_cuda_device)
4617 (GOMP_OFFLOAD_openacc_get_current_cuda_context)
4618 (GOMP_OFFLOAD_openacc_get_cuda_stream)
4619 (GOMP_OFFLOAD_openacc_set_cuda_stream): New prototypes.
4620 * libgomp.h (struct acc_dispatch_t, struct gomp_device_descr): Use
4621 these.
4622 * plugin/plugin-hsa.c (GOMP_OFFLOAD_load_image)
4623 (GOMP_OFFLOAD_unload_image): Fix argument types.
4624
4625 2017-01-26 Jakub Jelinek <jakub@redhat.com>
4626
4627 * testsuite/lib/libgomp.exp
4628 (check_effective_target_hsa_offloading_selected_nocache): Fix up
4629 check_compile invocation. Fix up removal of executable. Drop
4630 bogus "2>&1" argument.
4631
4632 * testsuite/libgomp.fortran/declare-simd-4.f90: Add cleanup-modules
4633 directive.
4634
4635 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
4636 Martin Jambor <mjambor@suse.cz>
4637
4638 * plugin/hsa.h: Moved to top level include.
4639 * plugin/plugin-hsa.c: Chanfgd include of hsa.h accordingly.
4640
4641 2017-01-21 Jakub Jelinek <jakub@redhat.com>
4642
4643 PR other/79046
4644 * testsuite/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
4645 of cat to get version from BASE-VER file.
4646 * testsuite/Makefile.in: Regenerated.
4647
4648 2017-01-19 Jakub Jelinek <jakub@redhat.com>
4649
4650 * plugin/cuda/cuda.h (CUdeviceptr): Typedef to unsigned long long even
4651 for _WIN64.
4652
4653 2017-01-17 Jakub Jelinek <jakub@redhat.com>
4654
4655 * plugin/hsa.h: Add GCC runtime library exception.
4656 * plugin/hsa_ext_finalize.h: Likewise.
4657
4658 * plugin/configfrag.ac: For --without-cuda-driver don't initialize
4659 CUDA_DRIVER_INCLUDE nor CUDA_DRIVER_LIB. If both
4660 CUDA_DRIVER_INCLUDE and CUDA_DRIVER_LIB are empty and linking small
4661 cuda program fails, define PLUGIN_NVPTX_DYNAMIC to 1 and use
4662 plugin/include/cuda as include dir and -ldl instead of -lcuda as
4663 library to link ptx plugin against.
4664 * plugin/plugin-nvptx.c: Include dlfcn.h if PLUGIN_NVPTX_DYNAMIC.
4665 (CUDA_CALLS): Define.
4666 (cuda_lib, cuda_lib_inited): New variables.
4667 (init_cuda_lib): New function.
4668 (CUDA_CALL_PREFIX): Define.
4669 (CUDA_CALL_ERET, CUDA_CALL_ASSERT): Use CUDA_CALL_PREFIX.
4670 (CUDA_CALL): Use FN instead of (FN).
4671 (CUDA_CALL_NOCHECK): Define.
4672 (cuda_error, fini_streams_for_device, select_stream_for_async,
4673 nvptx_attach_host_thread_to_device, nvptx_open_device, link_ptx,
4674 event_gc, nvptx_exec, nvptx_async_test, nvptx_async_test_all,
4675 nvptx_wait_all, nvptx_set_clocktick, GOMP_OFFLOAD_unload_image,
4676 nvptx_stacks_alloc, nvptx_stacks_free, GOMP_OFFLOAD_run): Use
4677 CUDA_CALL_NOCHECK.
4678 (nvptx_init): Call init_cuda_lib, if it fails, return false. Use
4679 CUDA_CALL_NOCHECK.
4680 (nvptx_get_num_devices): Call init_cuda_lib, if it fails, return 0.
4681 Use CUDA_CALL_NOCHECK.
4682 * plugin/cuda/cuda.h: New file.
4683 * config.h.in: Regenerated.
4684 * configure: Regenerated.
4685
4686 PR other/79046
4687 * configure.ac: Add GCC_BASE_VER.
4688 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
4689 get version from BASE-VER file.
4690 * testsuite/Makefile.in: Regenerated.
4691 * configure: Regenerated.
4692 * Makefile.in: Regenerated.
4693
4694 2017-01-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4695
4696 PR libgomp/60670
4697 * Makefile.am: Make fincludedir multilib-aware.
4698 * Makefile.in: Regenerate.
4699
4700 2017-01-01 Jakub Jelinek <jakub@redhat.com>
4701
4702 Update copyright years.
4703
4704 * libgomp.texi: Bump @copying's copyright year.
4705
4706 2016-12-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
4707
4708 * libgomp/config/rtems/pool.h (gomp_thread_pool_reservoir): Use
4709 pthread_spinlock_t instead of gomp_mutex_t lock.
4710 (gomp_get_thread_pool): Likewise.
4711 (gomp_release_thread_pool): Likewise.
4712 * libgomp/config/rtems/proc.c (allocate_thread_pool_reservoir):
4713 Likewise.
4714
4715 2016-12-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
4716
4717 * config/rtems/pool.h (gomp_get_thread_pool): Return proper
4718 thread pool in case nthreads == 1.
4719
4720 2016-11-30 Alexander Monakov <amonakov@ispras.ru>
4721
4722 * config/nvptx/env.c: Delete.
4723 * icv.c: Move definitions of ICV variables back ...
4724 * env.c: ...here. Do not compile environment-related functionality if
4725 LIBGOMP_OFFLOADED_ONLY is set.
4726
4727 2016-11-30 Alexander Monakov <amonakov@ispras.ru>
4728
4729 * configure.ac [nvptx*-*-*] (libgomp_offloaded_only): Set and use it...
4730 (LIBGOMP_OFFLOADED_ONLY): ...here; new define.
4731 * configure: Regenerate.
4732 * config.h.in: Likewise.
4733
4734 2016-11-30 Alexander Monakov <amonakov@ispras.ru>
4735
4736 * Makefile.in: Regenerate with automake-1.11.6.
4737 * aclocal.m4: Likewise.
4738 * configure: Likewise.
4739 * testsuite/Makefile.in: Likewise.
4740
4741 2016-11-28 Alexander Monakov <amonakov@ispras.ru>
4742
4743 * config/nvptx/critical.c: Delete to use generic implementation.
4744
4745 2016-11-28 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
4746
4747 * config/linux/affinity.c [!HAVE_PTHREAD_AFFINITY_NP]: Include
4748 ../../affinity.c as fallback.
4749 * config/nvptx/affinity.c: Delete to use fallback implementation.
4750
4751 2016-11-23 Alexander Monakov <amonakov@ispras.ru>
4752 Jakub Jelinek <jakub@redhat.com>
4753 Dmitry Melnik <dm@ispras.ru>
4754
4755 * Makefile.am (libgomp_la_SOURCES): Add atomic.c, icv.c, icv-device.c.
4756 * Makefile.in. Regenerate.
4757 * configure.ac [nvptx*-*-*] (libgomp_use_pthreads): Set and use it...
4758 (LIBGOMP_USE_PTHREADS): ...here; new define.
4759 * configure: Regenerate.
4760 * config.h.in: Likewise.
4761 * config/posix/affinity.c: Move to...
4762 * affinity.c: ...here (new file). Guard use of Pthreads-specific
4763 interface by LIBGOMP_USE_PTHREADS.
4764 * critical.c: Split out GOMP_atomic_{start,end} into...
4765 * atomic.c: ...here (new file).
4766 * env.c: Split out ICV definitions into...
4767 * icv.c: ...here (new file) and...
4768 * icv-device.c: ...here. New file.
4769 * config/linux/lock.c (gomp_init_lock_30): Move to generic lock.c.
4770 (gomp_destroy_lock_30): Ditto.
4771 (gomp_set_lock_30): Ditto.
4772 (gomp_unset_lock_30): Ditto.
4773 (gomp_test_lock_30): Ditto.
4774 (gomp_init_nest_lock_30): Ditto.
4775 (gomp_destroy_nest_lock_30): Ditto.
4776 (gomp_set_nest_lock_30): Ditto.
4777 (gomp_unset_nest_lock_30): Ditto.
4778 (gomp_test_nest_lock_30): Ditto.
4779 * lock.c: New.
4780 * config/nvptx/lock.c: New.
4781 * config/nvptx/bar.c: New.
4782 * config/nvptx/bar.h: New.
4783 * config/nvptx/doacross.h: New.
4784 * config/nvptx/error.c: New.
4785 * config/nvptx/icv-device.c: New.
4786 * config/nvptx/mutex.h: New.
4787 * config/nvptx/pool.h: New.
4788 * config/nvptx/proc.c: New.
4789 * config/nvptx/ptrlock.h: New.
4790 * config/nvptx/sem.h: New.
4791 * config/nvptx/simple-bar.h: New.
4792 * config/nvptx/target.c: New.
4793 * config/nvptx/task.c: New.
4794 * config/nvptx/team.c: New.
4795 * config/nvptx/time.c: New.
4796 * config/posix/simple-bar.h: New.
4797 * libgomp.h: Guard pthread.h inclusion. Include simple-bar.h.
4798 (gomp_num_teams_var): Declare.
4799 (struct gomp_thread_pool): Change threads_dock member to
4800 gomp_simple_barrier_t.
4801 [__nvptx__] (gomp_thread): New implementation.
4802 (gomp_thread_attr): Guard by LIBGOMP_USE_PTHREADS.
4803 (gomp_thread_destructor): Ditto.
4804 (gomp_init_thread_affinity): Ditto.
4805 * team.c: Guard uses of Pthreads-specific interfaces by
4806 LIBGOMP_USE_PTHREADS. Adjust all uses of threads_dock.
4807 (gomp_free_thread) [__nvptx__]: Do not call 'free'.
4808 * config/nvptx/alloc.c: Delete.
4809 * config/nvptx/barrier.c: Ditto.
4810 * config/nvptx/fortran.c: Ditto.
4811 * config/nvptx/iter.c: Ditto.
4812 * config/nvptx/iter_ull.c: Ditto.
4813 * config/nvptx/loop.c: Ditto.
4814 * config/nvptx/loop_ull.c: Ditto.
4815 * config/nvptx/ordered.c: Ditto.
4816 * config/nvptx/parallel.c: Ditto.
4817 * config/nvptx/priority_queue.c: Ditto.
4818 * config/nvptx/sections.c: Ditto.
4819 * config/nvptx/single.c: Ditto.
4820 * config/nvptx/splay-tree.c: Ditto.
4821 * config/nvptx/work.c: Ditto.
4822 * testsuite/libgomp.fortran/fortran.exp (lang_link_flags): Pass
4823 -foffload=-lgfortran in addition to -lgfortran.
4824 * testsuite/libgomp.oacc-fortran/fortran.exp (lang_link_flags): Ditto.
4825 * plugin/plugin-nvptx.c: Include <limits.h>.
4826 (struct targ_fn_descriptor): Add new fields.
4827 (struct ptx_device): Ditto. Set them...
4828 (nvptx_open_device): ...here.
4829 (nvptx_adjust_launch_bounds): New.
4830 (nvptx_host2dev): Allow NULL 'nvthd'.
4831 (nvptx_dev2host): Ditto.
4832 (GOMP_OFFLOAD_get_caps): Add GOMP_OFFLOAD_CAP_OPENMP_400.
4833 (link_ptx): Adjust log sizes.
4834 (nvptx_host2dev): Allow NULL 'nvthd'.
4835 (nvptx_dev2host): Ditto.
4836 (nvptx_set_clocktick): New. Use it...
4837 (GOMP_OFFLOAD_load_image): ...here. Set new targ_fn_descriptor
4838 fields.
4839 (GOMP_OFFLOAD_dev2dev): New.
4840 (nvptx_adjust_launch_bounds): New.
4841 (nvptx_stacks_size): New.
4842 (nvptx_stacks_alloc): New.
4843 (nvptx_stacks_free): New.
4844 (GOMP_OFFLOAD_run): New.
4845 (GOMP_OFFLOAD_async_run): New (stub).
4846
4847 2016-11-23 Martin Jambor <mjambor@suse.cz>
4848
4849 * testsuite/libgomp.hsa.c/bits-insns.c: New test.
4850 * testsuite/libgomp.hsa.c/tiling-1.c: Likewise.
4851 * testsuite/libgomp.hsa.c/tiling-2.c: Likewise.
4852
4853 2016-11-23 Martin Liska <mliska@suse.cz>
4854 Martin Jambor <mjambor@suse.cz>
4855
4856 * plugin/hsa.h: New file.
4857 * plugin/hsa_ext_finalize.h: New file.
4858 * plugin/configfrag.ac: Remove hsa-kmt-lib test. Added checks for
4859 header file unistd.h, and functions secure_getenv, __secure_getenv,
4860 getuid, geteuid, getgid and getegid.
4861 * plugin/Makefrag.am (libgomp_plugin_hsa_la_CPPFLAGS): Added
4862 -D_GNU_SOURCE.
4863 * plugin/plugin-hsa.c: Include config.h, inttypes.h and stdbool.h.
4864 Handle various cases of secure_getenv presence, add an implementation
4865 when we can test effective UID and GID.
4866 (struct hsa_runtime_fn_info): New structure.
4867 (hsa_runtime_fn_info hsa_fns): New variable.
4868 (hsa_runtime_lib): Likewise.
4869 (support_cpu_devices): Likewise.
4870 (init_enviroment_variables): Load newly introduced ENV
4871 variables.
4872 (hsa_warn): Call hsa run-time functions via hsa_fns structure.
4873 (hsa_fatal): Likewise.
4874 (DLSYM_FN): New macro.
4875 (init_hsa_runtime_functions): New function.
4876 (suitable_hsa_agent_p): Call hsa run-time functions via hsa_fns
4877 structure. Depending on environment, also allow CPU devices.
4878 (init_hsa_context): Call hsa run-time functions via hsa_fns structure.
4879 (get_kernarg_memory_region): Likewise.
4880 (GOMP_OFFLOAD_init_device): Likewise.
4881 (destroy_hsa_program): Likewise.
4882 (init_basic_kernel_info): New function.
4883 (GOMP_OFFLOAD_load_image): Use it.
4884 (create_and_finalize_hsa_program): Call hsa run-time functions via
4885 hsa_fns structure.
4886 (create_single_kernel_dispatch): Likewise.
4887 (release_kernel_dispatch): Likewise.
4888 (init_single_kernel): Likewise.
4889 (parse_target_attributes): Allow up multiple HSA grid dimensions.
4890 (get_group_size): New function.
4891 (run_kernel): Likewise.
4892 (GOMP_OFFLOAD_run): Outline most functionality to run_kernel.
4893 (GOMP_OFFLOAD_fini_device): Call hsa run-time functions via hsa_fns
4894 structure.
4895 * testsuite/lib/libgomp.exp: Remove hsa_kmt_lib support.
4896 * testsuite/libgomp-test-support.exp.in: Likewise.
4897 * Makefile.in: Regenerated.
4898 * aclocal.m4: Likewise.
4899 * config.h.in: Likewise.
4900 * configure: Likewise.
4901 * testsuite/Makefile.in: Likewise.
4902
4903 2016-11-15 Martin Jambor <mjambor@suse.cz>
4904 Alexander Monakov <amonakov@ispras.ru>
4905
4906 * testsuite/libgomp.fortran/examples-4/device-1.f90 (e_57_1): Add
4907 mapping clauses to target constructs.
4908 * testsuite/libgomp.fortran/examples-4/device-3.f90 (e_57_3): Ditto.
4909
4910 2016-11-15 Matthias Klose <doko@ubuntu.com>
4911
4912 * configure: Regenerate.
4913
4914 2016-11-10 Jakub Jelinek <jakub@redhat.com>
4915
4916 * omp_lib.f90.in (openmp_version): Change to 201511 from 201307.
4917 * omp_lib.h.in (openmp_version): Likewise.
4918 * testsuite/libgomp.fortran/openmp_version-1.f: Expect 201511 instead
4919 of 201307.
4920 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
4921
4922 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90
4923 (fib_wrapper): Add map(from: x) clause.
4924 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90
4925 (e_53_2): Likewise.
4926 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90
4927 (accum): Add map(tmp) clause.
4928 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90
4929 (accum): Add map(tofrom: tmp) clause.
4930 * testsuite/libgomp.fortran/examples-4/target_data-3.f90
4931 (gramSchmidt): Likewise.
4932 * testsuite/libgomp.fortran/examples-4/teams-2.f90 (dotprod): Add
4933 map(tofrom: sum) clause.
4934 * testsuite/libgomp.fortran/nestedfn5.f90 (foo): Add twice
4935 map (alloc: a, l) clause. Add defaultmap(tofrom: scalar) clause.
4936 * testsuite/libgomp.fortran/pr66199-2.f90: Adjust for linear clause
4937 only allowed on the loop iterator.
4938 * testsuite/libgomp.fortran/target4.f90 (foo): Add map(t) clause.
4939 * testsuite/libgomp.fortran/taskloop2.f90: New test.
4940 * testsuite/libgomp.fortran/taskloop4.f90: New test.
4941 * testsuite/libgomp.fortran/doacross1.f90: New test.
4942 * testsuite/libgomp.fortran/doacross3.f90: New test.
4943 * testsuite/libgomp.fortran/taskloop1.f90: New test.
4944 * testsuite/libgomp.fortran/taskloop3.f90: New test.
4945 * testsuite/libgomp.fortran/doacross2.f90: New test.
4946 * testsuite/libgomp.c/doacross-1.c (main): Add missing
4947 #pragma omp atomic read.
4948 * testsuite/libgomp.c/doacross-2.c (main): Likewise.
4949 * testsuite/libgomp.c/doacross-3.c (main): Likewise.
4950
4951 2016-11-02 Cesar Philippidis <cesar@codesourcery.com>
4952 Nathan Sidwell <nathan@acm.org>
4953
4954 * plugin/plugin-nvptx.c (nvptx_exec): Interrogate board attributes
4955 to determine default geometry.
4956 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Set gang
4957 dimension.
4958
4959 2016-11-01 Jakub Jelinek <jakub@redhat.com>
4960
4961 * hashtab.h: Use standard GPLv3 with runtime exception
4962 boilerplate.
4963
4964 2016-10-27 Aldy Hernandez <aldyh@redhat.com>
4965
4966 * oacc-init.c (goacc_new_thread): Use sizeof of the appropriate
4967 size when allocating new thread.
4968
4969 2016-09-14 Marek Polacek <polacek@redhat.com>
4970
4971 * testsuite/libgomp.c++/atomic-3.C: Use -Wno-deprecated.
4972
4973 2016-08-19 Jakub Jelinek <jakub@redhat.com>
4974
4975 PR fortran/71014
4976 * testsuite/libgomp.fortran/pr71014.f90: New test.
4977
4978 2016-08-18 Chung-Lin Tang <cltang@codesourcery.com>
4979
4980 PR middle-end/70895
4981 * testsuite/libgomp.oacc-fortran/reduction-7.f90: Add explicit
4982 firstprivate clauses.
4983 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Remove explicit
4984 copy clauses.
4985 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: Likewise.
4986 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Likewise.
4987 * testsuite/libgomp.oacc-c-c++-common/reduction-flt.c: Likewise.
4988 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
4989 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Likewise.
4990 * testsuite/libgomp.oacc-c-c++-common/collapse-4.c: Likewise.
4991 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
4992 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Likewise.
4993 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
4994 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
4995 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
4996 * testsuite/libgomp.oacc-c-c++-common/reduction-dbl.c: Likewise.
4997
4998 2016-08-14 Chung-Lin Tang <cltang@codesourcery.com>
4999
5000 PR fortran/70598
5001 * testsuite/libgomp.oacc-fortran/host_data-1.f90: New test.
5002
5003 2016-08-08 Jakub Jelinek <jakub@redhat.com>
5004
5005 PR c++/58706
5006 * testsuite/libgomp.c++/pr58706.C: New test.
5007
5008 2016-08-04 Thomas Schwinge <thomas@codesourcery.com>
5009
5010 * testsuite/libgomp.oacc-c++/routine-1-auto.C: New file.
5011 * testsuite/libgomp.oacc-c++/routine-1-template-auto.C: Likewise.
5012 * testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C:
5013 Likewise.
5014 * testsuite/libgomp.oacc-c++/routine-1-template.C: Likewise.
5015 * testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C:
5016 Likewise.
5017 * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Adjust.
5018
5019 * testsuite/libgomp.oacc-c-c++-common/crash-1.c: Make it a "link"
5020 test, and don't hardcode -O0.
5021
5022 2016-08-03 Nathan Sidwell <nathan@codesourcery.com>
5023
5024 * testsuite/libgomp.oacc-c-c++-common/crash-1.c: New.
5025
5026 2016-07-15 Cesar Philippidis <cesar@codesourcery.com>
5027
5028 * testsuite/libgomp.oacc-c-c++-common/zero_length_subarrays.c: New
5029 test.
5030
5031 2016-07-03 H.J. Lu <hongjiu.lu@intel.com>
5032
5033 PR middle-end/71734
5034 * testsuite/libgomp.fortran/pr71734-1.f90: New test.
5035 * testsuite/libgomp.fortran/pr71734-2.f90: Likewise.
5036
5037 2016-07-01 Jakub Jelinek <jakub@redhat.com>
5038
5039 PR fortran/71717
5040 * testsuite/libgomp.fortran/associate3.f90: New test.
5041
5042 2016-06-17 Jakub Jelinek <jakub@redhat.com>
5043
5044 * testsuite/libgomp.c++/target-21.C: New test.
5045
5046 2016-06-16 Jakub Jelinek <jakub@redhat.com>
5047
5048 * testsuite/libgomp.c++/target-20.C: New test.
5049
5050 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
5051 Cesar Philippidis <cesar@codesourcery.com>
5052
5053 PR middle-end/71373
5054 * libgomp.oacc-c/nested-function-1.c: New file.
5055 * libgomp.oacc-c/nested-function-2.c: Likewise.
5056 * libgomp.oacc-fortran/nested-function-1.f90: Likewise.
5057 * libgomp.oacc-fortran/nested-function-2.f90: Likewise.
5058 * libgomp.oacc-fortran/nested-function-3.f90: Likewise.
5059
5060 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
5061
5062 PR c/71381
5063 * testsuite/libgomp.oacc-c-c++-common/cache-1.c: #include
5064 "../../../gcc/testsuite/c-c++-common/goacc/cache-1.c".
5065 * testsuite/libgomp.oacc-fortran/cache-1.f95: New file.
5066
5067 2016-06-03 Chung-Lin Tang <cltang@codesourcery.com>
5068
5069 * testsuite/libgomp.oacc-fortran/reduction-8.f90: New testcase.
5070 * testsuite/libgomp.oacc-c-c++-common/reduction-8.c: New testcase.
5071
5072 2016-06-01 Cesar Philippidis <cesar@codesourcery.com>
5073
5074 PR c/70688
5075 * testsuite/libgomp.oacc-c-c++-common/pr70688.c: New file.
5076
5077 2016-05-26 Jakub Jelinek <jakub@redhat.com>
5078
5079 * testsuite/libgomp.c/doacross-1.c (main): Use schedule(static)
5080 instead of invalid schedule(static, 0).
5081 * testsuite/libgomp.c/doacross-2.c (main): Likewise.
5082
5083 2016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
5084
5085 * oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.
5086 * oacc-plugin.c (GOMP_PLUGIN_async_unmap_vars): Add 'int async'
5087 parameter, use to set async stream around call to gomp_unmap_vars,
5088 call gomp_unmap_vars() with 'do_copyfrom' set to true.
5089 * plugin/plugin-nvptx.c (struct ptx_event): Add 'int val' field.
5090 (event_gc): Adjust event handling loop, collect PTX_EVT_ASYNC_CLEANUP
5091 events and call GOMP_PLUGIN_async_unmap_vars() for each of them.
5092 (event_add): Add int parameter, initialize 'val' field when
5093 adding new ptx_event struct.
5094 (nvptx_evec): Adjust event_add() call arguments.
5095 (nvptx_host2dev): Likewise.
5096 (nvptx_dev2host): Likewise.
5097 (nvptx_wait_async): Likewise.
5098 (nvptx_wait_all_async): Likewise.
5099 (GOMP_OFFLOAD_openacc_register_async_cleanup): Add async parameter,
5100 pass to event_add() call.
5101 * oacc-host.c (host_openacc_register_async_cleanup): Add 'int async'
5102 parameter.
5103 * oacc-mem.c (gomp_acc_remove_pointer): Adjust async case to
5104 call openacc.register_async_cleanup_func() hook.
5105 * oacc-parallel.c (GOACC_parallel_keyed): Likewise.
5106 * target.c (gomp_copy_from_async): Delete function.
5107 (gomp_map_vars): Remove async_refcount.
5108 (gomp_unmap_vars): Likewise.
5109 (gomp_load_image_to_device): Likewise.
5110 (omp_target_associate_ptr): Likewise.
5111 * libgomp.h (struct splay_tree_key_s): Remove async_refcount.
5112 (acc_dispatch_t.register_async_cleanup_func): Add int parameter.
5113 (gomp_copy_from_async): Remove.
5114
5115 2016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
5116
5117 * target.c (gomp_device_copy): New function.
5118 (gomp_copy_host2dev): Likewise.
5119 (gomp_copy_dev2host): Likewise.
5120 (gomp_free_device_memory): Likewise.
5121 (gomp_map_vars_existing): Adjust to call gomp_copy_host2dev.
5122 (gomp_map_pointer): Likewise.
5123 (gomp_map_vars): Adjust to call gomp_copy_host2dev, handle
5124 NULL value from alloc_func plugin hook.
5125 (gomp_unmap_tgt): Adjust to call gomp_free_device_memory.
5126 (gomp_copy_from_async): Adjust to call gomp_copy_dev2host.
5127 (gomp_unmap_vars): Likewise.
5128 (gomp_update): Adjust to call gomp_copy_dev2host and
5129 gomp_copy_host2dev functions.
5130 (gomp_unload_image_from_device): Handle false value from
5131 unload_image_func plugin hook.
5132 (gomp_init_device): Handle false value from init_device_func
5133 plugin hook.
5134 (gomp_exit_data): Adjust to call gomp_copy_dev2host.
5135 (omp_target_free): Adjust to call gomp_free_device_memory.
5136 (omp_target_memcpy): Handle return values from host2dev_func,
5137 dev2host_func, and dev2dev_func plugin hooks.
5138 (omp_target_memcpy_rect_worker): Likewise.
5139 (gomp_target_fini): Handle false value from fini_device_func
5140 plugin hook.
5141 * libgomp.h (struct gomp_device_descr): Adjust return type of
5142 init_device_func, fini_device_func, unload_image_func, free_func,
5143 dev2host_func,host2dev_func, and dev2dev_func plugin hooks to 'bool'.
5144 * oacc-init.c (acc_shutdown_1): Handle false value from
5145 fini_device_func plugin hook.
5146 * oacc-host.c (host_init_device): Change return type to bool.
5147 (host_fini_device): Likewise.
5148 (host_unload_image): Likewise.
5149 (host_free): Likewise.
5150 (host_dev2host): Likewise.
5151 (host_host2dev): Likewise.
5152 * oacc-mem.c (acc_free): Handle plugin hook fatal error case.
5153 (acc_memcpy_to_device): Likewise.
5154 (acc_memcpy_from_device): Likewise.
5155 (delete_copyout): Add libfnname parameter, handle free_func
5156 hook fatal error case.
5157 (acc_delete): Adjust delete_copyout call.
5158 (acc_copyout): Likewise.
5159 (update_dev_host): Move gomp_mutex_unlock to after
5160 host2dev/dev2host hook calls.
5161
5162 * plugin/plugin-hsa.c (hsa_warn): Adjust 'hsa_error' local variable
5163 to 'hsa_error_msg', for clarity.
5164 (hsa_fatal): Likewise.
5165 (hsa_error): New function.
5166 (init_hsa_context): Change return type to bool, adjust to return
5167 false on error.
5168 (GOMP_OFFLOAD_get_num_devices): Adjust to handle init_hsa_context
5169 return value.
5170 (GOMP_OFFLOAD_init_device): Change return type to bool, adjust to
5171 return false on error.
5172 (get_agent_info): Adjust to return NULL on error.
5173 (destroy_hsa_program): Change return type to bool, adjust to
5174 return false on error.
5175 (GOMP_OFFLOAD_load_image): Adjust to return -1 on error.
5176 (destroy_module): Change return type to bool, adjust to
5177 return false on error.
5178 (GOMP_OFFLOAD_unload_image): Likewise.
5179 (GOMP_OFFLOAD_fini_device): Likewise.
5180 (GOMP_OFFLOAD_alloc): Change to return NULL when called.
5181 (GOMP_OFFLOAD_free): Change to return false when called.
5182 (GOMP_OFFLOAD_dev2host): Likewise.
5183 (GOMP_OFFLOAD_host2dev): Likewise.
5184 (GOMP_OFFLOAD_dev2dev): Likewise.
5185
5186 * plugin/plugin-nvptx.c (CUDA_CALL_ERET): New convenience macro.
5187 (CUDA_CALL): Likewise.
5188 (CUDA_CALL_ASSERT): Likewise.
5189 (map_init): Change return type to bool, use CUDA_CALL* macros.
5190 (map_fini): Likewise.
5191 (init_streams_for_device): Change return type to bool, adjust
5192 call to map_init.
5193 (fini_streams_for_device): Change return type to bool, adjust
5194 call to map_fini.
5195 (select_stream_for_async): Release stream_lock before calls to
5196 GOMP_PLUGIN_fatal, adjust call to map_init.
5197 (nvptx_init): Use CUDA_CALL* macros.
5198 (nvptx_attach_host_thread_to_device): Change return type to bool,
5199 use CUDA_CALL* macros.
5200 (nvptx_open_device): Use CUDA_CALL* macros.
5201 (nvptx_close_device): Change return type to bool, use CUDA_CALL*
5202 macros.
5203 (nvptx_get_num_devices): Use CUDA_CALL* macros.
5204 (link_ptx): Change return type to bool, use CUDA_CALL* macros.
5205 (nvptx_exec): Use CUDA_CALL* macros.
5206 (nvptx_alloc): Use CUDA_CALL* macros.
5207 (nvptx_free): Change return type to bool, use CUDA_CALL* macros.
5208 (nvptx_host2dev): Likewise.
5209 (nvptx_dev2host): Likewise.
5210 (nvptx_wait): Use CUDA_CALL* macros.
5211 (nvptx_wait_async): Likewise.
5212 (nvptx_wait_all): Likewise.
5213 (nvptx_wait_all_async): Likewise.
5214 (nvptx_set_cuda_stream): Adjust order of stream_lock acquire,
5215 use CUDA_CALL* macros, adjust call to map_fini.
5216 (GOMP_OFFLOAD_init_device): Change return type to bool,
5217 adjust code accordingly.
5218 (GOMP_OFFLOAD_fini_device): Likewise.
5219 (GOMP_OFFLOAD_load_image): Adjust calls to
5220 nvptx_attach_host_thread_to_device/link_ptx to handle errors,
5221 use CUDA_CALL* macros.
5222 (GOMP_OFFLOAD_unload_image): Change return type to bool, adjust
5223 return code.
5224 (GOMP_OFFLOAD_alloc): Adjust calls to code to handle error return.
5225 (GOMP_OFFLOAD_free): Change return type to bool, adjust calls to
5226 handle error return.
5227 (GOMP_OFFLOAD_dev2host): Likewise.
5228 (GOMP_OFFLOAD_host2dev): Likewise.
5229 (GOMP_OFFLOAD_openacc_register_async_cleanup): Use CUDA_CALL* macros.
5230 (GOMP_OFFLOAD_openacc_create_thread_data): Likewise.
5231
5232 2016-05-24 Cesar Philippidis <cesar@codesourcery.com>
5233
5234 * oacc-mem.c (acc_malloc): Update handling of shared-memory targets.
5235 (acc_free): Likewise.
5236 (acc_memcpy_to_device): Likewise.
5237 (acc_memcpy_from_device): Likewise.
5238 (acc_deviceptr): Likewise.
5239 (acc_hostptr): Likewise.
5240 (acc_is_present): Likewise.
5241 (acc_map_data): Likewise.
5242 (acc_unmap_data): Likewise.
5243 (present_create_copy): Likewise.
5244 (delete_copyout): Likewise.
5245 (update_dev_host): Likewise.
5246 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Remove xfail.
5247 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: New test.
5248 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Adjust test.
5249 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
5250 * testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c: New test.
5251 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Adjust test so that
5252 it only runs on nvptx targets.
5253 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
5254 * testsuite/libgomp.oacc-c-c++-common/lib-15.c: Likewise.
5255 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
5256 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
5257 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
5258 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
5259 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
5260 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
5261 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
5262 * testsuite/libgomp.oacc-c-c++-common/lib-24.c: Likewise.
5263 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
5264 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
5265 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
5266 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
5267 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
5268 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
5269 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
5270 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
5271 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
5272 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
5273 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
5274 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
5275 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
5276
5277 2016-05-23 Martin Jambor <mjambor@suse.cz>
5278
5279 * testsuite/libgomp.hsa.c/switch-sbr-2.c: New test.
5280
5281 2016-05-17 Chung-Lin Tang <cltang@codesourcery.com>
5282
5283 * oacc-init.c (acc_init): Remove !cached_base_dev condition on call
5284 to gomp_init_targets_once.
5285 (acc_set_device_type): Remove !cached_base_dev condition on call to
5286 gomp_init_targets_once, move call to before acc_device_lock acquire,
5287 to avoid deadlock.
5288 (acc_get_device_num): Remove !cached_base_dev condition on call to
5289 gomp_init_targets_once.
5290 (acc_set_device_num): Likewise.
5291
5292 2016-05-16 Martin Jambor <mjambor@suse.cz>
5293
5294 * testsuite/libgomp.hsa.c/complex-align-2.c: New test.
5295
5296 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
5297
5298 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Adjust
5299 expected partitioning.
5300
5301 2016-04-29 Cesar Philippidis <cesar@codesourcery.com>
5302
5303 PR middle-end/70626
5304 * testsuite/libgomp.oacc-c++/template-reduction.C: Adjust test.
5305 * testsuite/libgomp.oacc-c-c++-common/combined-reduction.c: New test.
5306 * testsuite/libgomp.oacc-fortran/combined-reduction.f90: New test.
5307
5308 2016-04-21 Alexander Monakov <amonakov@ispras.ru>
5309
5310 * plugin/plugin-nvptx.c (map_fini): Make cuMemFreeHost error
5311 non-fatal.
5312
5313 2016-04-19 Jakub Jelinek <jakub@redhat.com>
5314
5315 PR middle-end/70680
5316 * testsuite/libgomp.c/pr70680-1.c: New test.
5317 * testsuite/libgomp.c/pr70680-2.c: New test.
5318
5319 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
5320
5321 * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Don't
5322 pass parameter variables to subroutines.
5323
5324 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
5325
5326 PR middle-end/70643
5327 * testsuite/libgomp.oacc-fortran/pr70643.f90: New test.
5328
5329 2016-04-13 Cesar Philippidis <cesar@codesourcery.com>
5330
5331 PR testsuite/68242
5332 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Adjust test.
5333 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
5334
5335 2016-04-12 Thomas Schwinge <thomas@codesourcery.com>
5336
5337 * libgomp_g.h: Rename GOACC_parallel_keyd prototype to
5338 GOACC_parallel_keyed, restore GOACC_parallel prototype, new
5339 GOACC_declare prototype.
5340
5341 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gang-np-1.c:
5342 Merge this file, and...
5343 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gv-np-1.c:
5344 ... this file, and...
5345 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gw-np-1.c:
5346 ... this file, and...
5347 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-1.c:
5348 ... this file, and...
5349 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-2.c:
5350 ... this file, and...
5351 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-3.c:
5352 ... this file, and...
5353 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-4.c:
5354 ... this file, and...
5355 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-1.c:
5356 ... this file, and...
5357 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-2.c:
5358 ... this file, and...
5359 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-worker-p-1.c:
5360 ... this file, and...
5361 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-1.c:
5362 ... this file, and...
5363 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-2.c:
5364 ... this file, and...
5365 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-3.c:
5366 ... this file into...
5367 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: ... this
5368 file.
5369
5370 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c:
5371 Make failure observable.
5372
5373 2016-04-12 Jakub Jelinek <jakub@redhat.com>
5374
5375 * libgomp.h (struct gomp_target_task): Remove firstprivate_copies
5376 field.
5377 * target.c (gomp_target_fallback_firstprivate,
5378 gomp_target_unshare_firstprivate): Removed.
5379 (GOMP_target_ext): Copy firstprivate vars into gomp_allocaed memory
5380 before waiting for dependencies.
5381 (gomp_target_task_fn): Don't copy firstprivate vars here.
5382 * task.c (GOMP_PLUGIN_target_task_completion): Don't free
5383 firstprivate_copies here.
5384 (gomp_create_target_task): Don't initialize firstprivate_copies field.
5385 * testsuite/libgomp.c/target-25.c (main): Use map (to:) instead of
5386 explicit/implicit firstprivate.
5387
5388 2016-04-08 Cesar Philippidis <cesar@codesourcery.com>
5389
5390 PR lto/70289
5391 PR ipa/70348
5392 PR tree-optimization/70373
5393 PR middle-end/70533
5394 PR middle-end/70534
5395 PR middle-end/70535
5396 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gang-np-1.c: New
5397 test.
5398 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gw-np-1.c: New
5399 test.
5400 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-1.c: New
5401 test.
5402 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-2.c: New
5403 test.
5404 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-3.c: New
5405 test.
5406 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-4.c: New
5407 test.
5408 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-1.c: New
5409 test.
5410 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-2.c: New
5411 test.
5412 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-worker-p-1.c: New
5413 test.
5414 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-1.c: New test.
5415 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-2.c: New test.
5416 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-3.c: New test.
5417 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c: New
5418 test.
5419 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c: New
5420 test.
5421 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c: New
5422 test.
5423 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c: New
5424 test.
5425 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: Add test
5426 coverage.
5427 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
5428 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Likewise.
5429 * testsuite/libgomp.oacc-c-c++-common/parallel-reduction.c: New test.
5430 * testsuite/libgomp.oacc-c-c++-common/pr70289.c: New test.
5431 * testsuite/libgomp.oacc-c-c++-common/pr70373.c: New test.
5432 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Add test
5433 coverage.
5434 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
5435 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
5436 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
5437 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
5438 * testsuite/libgomp.oacc-c-c++-common/reduction-6.c: New test.
5439 * testsuite/libgomp.oacc-c-c++-common/reduction.h: New test.
5440 * testsuite/libgomp.oacc-fortran/parallel-reduction.f90: New test.
5441 * testsuite/libgomp.oacc-fortran/pr70289.f90: New test.
5442 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Add test coverage.
5443 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
5444 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
5445 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
5446 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
5447 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
5448 * testsuite/libgomp.oacc-fortran/reduction-7.f90: New test.
5449
5450 2016-03-30 Thomas Schwinge <thomas@codesourcery.com>
5451 James Norris <jnorris@codesourcery.com>
5452 Nathan Sidwell <nathan@codesourcery.com>
5453 Julian Brown <julian@codesourcery.com>
5454 Cesar Philippidis <cesar@codesourcery.com>
5455 Chung-Lin Tang <cltang@codesourcery.com>
5456 Tom de Vries <tom@codesourcery.com>
5457
5458 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Update.
5459 * testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c: Likewise.
5460 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Likewise.
5461 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: Likewise.
5462 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
5463 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
5464 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
5465 * testsuite/libgomp.oacc-fortran/declare-1.f90: Likewise.
5466 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Likewise.
5467 XFAIL.
5468 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Update.
5469 Incorporate...
5470 * testsuite/libgomp.oacc-c-c++-common/firstprivate-2.c: ... this
5471 file.
5472 * testsuite/libgomp.oacc-c++/template-reduction.C: New file.
5473 * testsuite/libgomp.oacc-c-c++-common/gang-static-1.c: Likewise.
5474 * testsuite/libgomp.oacc-c-c++-common/gang-static-2.c: Likewise.
5475 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-clauses.c:
5476 Likewise.
5477 * testsuite/libgomp.oacc-c-c++-common/private-variables.c:
5478 Likewise.
5479 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: Likewise.
5480 * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Likewise.
5481 * testsuite/libgomp.oacc-c-c++-common/routine-4.c: Likewise.
5482 * testsuite/libgomp.oacc-c-c++-common/routine-wv-2.c: Likewise.
5483 * testsuite/libgomp.oacc-fortran/clauses-1.f90: Likewise.
5484 * testsuite/libgomp.oacc-fortran/default-1.f90: Likewise.
5485 * testsuite/libgomp.oacc-fortran/firstprivate-1.f90: Likewise.
5486 * testsuite/libgomp.oacc-fortran/gang-static-1.f90: Likewise.
5487 * testsuite/libgomp.oacc-fortran/if-1.f90: Likewise.
5488 * testsuite/libgomp.oacc-fortran/implicit-firstprivate-ref.f90:
5489 Likewise.
5490 * testsuite/libgomp.oacc-fortran/pr68813.f90: Likewise.
5491 * testsuite/libgomp.oacc-fortran/private-variables.f90: Likewise.
5492 * testsuite/libgomp.oacc-c-c++-common/kernels-1.c: Merge this
5493 file...
5494 * testsuite/libgomp.oacc-c-c++-common/parallel-1.c: ..., and this
5495 file into...
5496 * testsuite/libgomp.oacc-c-c++-common/data-clauses.h: ... this new
5497 file. Update.
5498 * testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels.c: New
5499 file.
5500 * testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel.c:
5501 Likewise.
5502 * testsuite/libgomp.oacc-c-c++-common/kernels-2.c: Rename to...
5503 * testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels-ipa-pta.c:
5504 ... this new file. Update.
5505 * testsuite/libgomp.oacc-c-c++-common/parallel-2.c: Rename to...
5506 * testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel-ipa-pta.c:
5507 ... this new file. Update.
5508 * testsuite/libgomp.oacc-c-c++-common/mode-transitions.c: New
5509 file. Incorporate...
5510 * testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c: ... this
5511 file, and...
5512 * testsuite/libgomp.oacc-c-c++-common/worker-single-4.c: ... this
5513 file, and...
5514 * testsuite/libgomp.oacc-c-c++-common/worker-single-6.c: ... this
5515 file.
5516 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Remove file.
5517
5518 2016-03-29 Thomas Schwinge <thomas@codesourcery.com>
5519
5520 * testsuite/libgomp.oacc-c++/c++.exp [!lang_test_file_found]: Call
5521 set-torture-options.
5522
5523 2016-03-24 Thomas Schwinge <thomas@codesourcery.com>
5524
5525 * testsuite/libgomp.oacc-c++/c++.exp: Set up torture testing, use
5526 gcc-dg-runtest.
5527 * testsuite/libgomp.oacc-c/c.exp: Likewise.
5528 * testsuite/libgomp.oacc-c-c++-common/acc-on-device-2.c: Specify
5529 -fno-builtin-acc_on_device instead of -O0.
5530 * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: Skip for
5531 -O0.
5532 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Likewise.
5533 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c:
5534 Likewise.
5535 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Likewise.
5536 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Likewise.
5537 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Likewise.
5538 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
5539 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
5540 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
5541 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Likewise.
5542 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
5543 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.
5544 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Likewise.
5545 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise.
5546 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Likewise.
5547 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise.
5548 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Likewise.
5549 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Likewise.
5550 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise.
5551 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Likewise.
5552 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c:
5553 Don't specify -O2.
5554 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-3.c:
5555 Likewise.
5556 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta.c:
5557 Likewise.
5558
5559 2016-03-24 Martin Liska <mliska@suse.cz>
5560
5561 * plugin/plugin-hsa.c (packet_store_release): New function
5562 that is taken from the HSA runtime manual.
5563 (GOMP_OFFLOAD_run): Use the function.
5564
5565 2016-03-23 Jakub Jelinek <jakub@redhat.com>
5566
5567 PR c++/70376
5568 * testsuite/libgomp.c++/pr70376.C: New test.
5569
5570 2016-03-23 Tom de Vries <tom@codesourcery.com>
5571
5572 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Add missing
5573 initialization of lresult and lvresult.
5574 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Same.
5575
5576 2016-03-23 James Norris <jnorris@codesourcery.com>
5577 Daichi Fukuoka <dc-fukuoka@sgi.com>
5578
5579 PR libgomp/69414
5580 * oacc-mem.c (delete_copyout, update_dev_host): Fix device address.
5581 * testsuite/libgomp.oacc-c-c++-common/update-1.c: Additional tests.
5582 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Likewise.
5583 * testsuite/libgomp.oacc-fortran/update-1.f90: New file.
5584
5585 2016-03-23 Martin Liska <mliska@suse.cz>
5586
5587 PR hsa/70337
5588 * plugin/plugin-hsa.c (GOMP_OFFLOAD_run): Copy shadow
5589 argument just in case a dispatched kernel uses that argument.
5590
5591 2016-03-16 Thomas Schwinge <thomas@codesourcery.com>
5592
5593 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: Adjust to
5594 -ftree-parallelize-loops/-fopenacc changes.
5595 * testsuite/libgomp.oacc-fortran/kernels-loop-data-2.f95:
5596 Likewise.
5597 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit-2.f95:
5598 Likewise.
5599 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit.f95:
5600 Likewise.
5601 * testsuite/libgomp.oacc-fortran/kernels-loop-data-update.f95:
5602 Likewise.
5603 * testsuite/libgomp.oacc-fortran/kernels-loop-data.f95: Likewise.
5604 * testsuite/libgomp.oacc-fortran/kernels-loop.f95: Likewise.
5605
5606 2016-03-13 Thomas Schwinge <thomas@codesourcery.com>
5607
5608 * testsuite/lib/libgomp.exp (libgomp_init): Potentially append to
5609 always_ld_library_path the path to libgcc_s.
5610
5611 2016-03-10 Cesar Philippidis <cesar@codesourcery.com>
5612
5613 PR testsuite/70009
5614 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Make test data signed.
5615
5616 2016-03-09 Tom de Vries <tom@codesourcery.com>
5617
5618 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: New test.
5619 * testsuite/libgomp.oacc-fortran/kernels-loop-data-2.f95: Same.
5620 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit-2.f95:
5621 Same.
5622 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit.f95: Same.
5623 * testsuite/libgomp.oacc-fortran/kernels-loop-data-update.f95: Same.
5624 * testsuite/libgomp.oacc-fortran/kernels-loop-data.f95: Same.
5625 * testsuite/libgomp.oacc-fortran/kernels-loop.f95: Same.
5626
5627 2016-03-07 Martin Jambor <mjambor@suse.cz>
5628
5629 * testsuite/lib/libgomp.exp
5630 (check_effective_target_hsa_offloading_selected_nocache): New.
5631 (check_effective_target_hsa_offloading_selected): Likewise.
5632 * testsuite/libgomp.hsa.c/c.exp: Likewise.
5633 * testsuite/libgomp.hsa.c/alloca-1.c: Likewise.
5634 * testsuite/libgomp.hsa.c/bitfield-1.c: Likewise.
5635 * testsuite/libgomp.hsa.c/builtins-1.c: Likewise.
5636 * testsuite/libgomp.hsa.c/complex-1.c: Likewise.
5637 * testsuite/libgomp.hsa.c/formal-actual-args-1.c: Likewise.
5638 * testsuite/libgomp.hsa.c/function-call-1.c: Likewise.
5639 * testsuite/libgomp.hsa.c/get-level-1.c: Likewise.
5640 * testsuite/libgomp.hsa.c/gridify-1.c: Likewise.
5641 * testsuite/libgomp.hsa.c/gridify-2.c: Likewise.
5642 * testsuite/libgomp.hsa.c/gridify-3.c: Likewise.
5643 * testsuite/libgomp.hsa.c/gridify-4.c: Likewise.
5644 * testsuite/libgomp.hsa.c/memory-operations-1.c: Likewise.
5645 * testsuite/libgomp.hsa.c/pr69568.c: Likewise.
5646 * testsuite/libgomp.hsa.c/rotate-1.c: Likewise.
5647 * testsuite/libgomp.hsa.c/switch-1.c: Likewise.
5648 * testsuite/libgomp.hsa.c/switch-branch-1.c: Likewise.
5649
5650 2016-03-07 Martin Jambor <mjambor@suse.cz>
5651
5652 * testsuite/libgomp.c/examples-4/async_target-2.c: Only run on
5653 non-shared memory accelerators.
5654 * testsuite/libgomp.c/examples-4/device-1.c: Likewise.
5655 * testsuite/libgomp.c/examples-4/target-5.c: Likewise.
5656 * testsuite/libgomp.c/examples-4/target_data-6.c: Likewise.
5657 * testsuite/libgomp.c/examples-4/target_data-7.c: Likewise.
5658 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: Likewise.
5659 * testsuite/libgomp.fortran/examples-4/device-1.f90: Likewise.
5660 * testsuite/libgomp.fortran/examples-4/target-5.f90: Likewise.
5661 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: Likewise.
5662 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: Likewise.
5663
5664 2016-03-07 Martin Jambor <mjambor@suse.cz>
5665
5666 * testsuite/lib/libgomp.exp (libgomp_init): Append -Wno-hsa to
5667 ALWAYS_CFLAGS.
5668
5669 2016-03-02 Jakub Jelinek <jakub@redhat.com>
5670
5671 PR libgomp/69555
5672 * testsuite/libgomp.c++/pr69555-1.C: New test.
5673 * testsuite/libgomp.c++/pr69555-2.C: New test.
5674
5675 2016-02-26 Keith McDaniel <k.allen.mcdaniel@gmail.com>
5676 Martin Jambor <mjambor@suse.cz>
5677
5678 * testsuite/lib/libgomp.exp
5679 (check_effective_target_offload_device_shared_as): New proc.
5680 * testsuite/libgomp.c++/declare_target-1.C: New test.
5681
5682 2016-02-25 Ilya Verbin <ilya.verbin@intel.com>
5683
5684 PR driver/68463
5685 * testsuite/libgomp.oacc-c-c++-common/parallel-dims-2.c: Remove.
5686
5687 2016-02-23 Thomas Schwinge <thomas@codesourcery.com>
5688
5689 * oacc-parallel.c (GOACC_parallel_keyed): Initialize dims.
5690 * plugin/plugin-nvptx.c (nvptx_exec): Provide default values for
5691 dims.
5692 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: Adjust to
5693 -ftree-parallelize-loops/-fopenacc changes.
5694 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-3.c: Likewise.
5695 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-2.c:
5696 Likewise.
5697 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-3.c:
5698 Likewise.
5699 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-4.c:
5700 Likewise.
5701 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-5.c:
5702 Likewise.
5703 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-6.c:
5704 Likewise.
5705 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq.c:
5706 Likewise.
5707 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-collapse.c:
5708 Likewise.
5709 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: Likewise.
5710 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-mod-not-zero.c:
5711 Likewise.
5712 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-n.c: Likewise.
5713 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-nest.c:
5714 Likewise.
5715 * testsuite/libgomp.oacc-c-c++-common/kernels-loop.c: Likewise.
5716 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction.c:
5717 Likewise.
5718
5719 2016-02-22 Cesar Philippidis <cesar@codesourcery.com>
5720
5721 * testsuite/libgomp.oacc-c-c++-common/vprop.c: New test.
5722
5723 2016-02-19 Jakub Jelinek <jakub@redhat.com>
5724
5725 PR driver/69805
5726 * testsuite/libgomp.c/pr69805.c: New test.
5727
5728 2016-02-16 Tom de Vries <tom@codesourcery.com>
5729
5730 PR lto/67709
5731 * testsuite/libgomp.fortran/declare-simd-4.f90: New test.
5732
5733 2016-02-09 Tom de Vries <tom@codesourcery.com>
5734
5735 PR tree-optimization/69599
5736 * testsuite/libgomp.c/omp-nested-3.c: New test.
5737 * testsuite/libgomp.c/pr46032-2.c: New test.
5738 * testsuite/libgomp.oacc-c-c++-common/kernels-2.c: New test.
5739 * testsuite/libgomp.oacc-c-c++-common/parallel-2.c: New test.
5740
5741 2016-02-09 Tom de Vries <tom@codesourcery.com>
5742
5743 PR lto/69707
5744 * testsuite/libgomp.oacc-c-c++-common/parallel-dims-2.c: New test.
5745
5746 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
5747
5748 * testsuite/libgomp.c/target-31.c: Fix testcase.
5749
5750 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
5751
5752 * testsuite/libgomp.c/examples-4/teams-3.c: Add missing reduction
5753 clause.
5754 * testsuite/libgomp.c/examples-4/teams-4.c: Likewise.
5755 * testsuite/libgomp.fortran/examples-4/teams-3.f90: Add missing
5756 reduction and map clauses.
5757 * testsuite/libgomp.fortran/examples-4/teams-4.f90: Likewise.
5758
5759 2016-02-02 James Norris <jnorris@codesourcery.com>
5760
5761 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.
5762
5763 2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
5764
5765 * libgomp.map (GOACC_2.0): Remove GOACC_host_data.
5766 * oacc-parallel.c (GOACC_host_data): Remove function definition.
5767
5768 * testsuite/lib/libgomp.exp: Skip hsa offloading for OpenACC test
5769 cases.
5770
5771 * plugin/configfrag.ac (HSA_KMT_LIB, HSA_KMT_LDFLAGS): New
5772 variables.
5773 * testsuite/libgomp-test-support.exp.in (hsa_runtime_lib)
5774 (hsa_kmt_lib): Set variables.
5775 * testsuite/lib/libgomp.exp (libgomp_init): Use them to amend
5776 always_ld_library_path.
5777 * Makefile.in: Regenerate.
5778 * configure: Likewise.
5779 * testsuite/Makefile.in: Likewise.
5780
5781 * plugin/configfrag.ac (offload_additional_options)
5782 (offload_additional_lib_paths): Don't amend for hsa offloading.
5783 * configure: Regenerate.
5784
5785 * plugin/configfrag.ac: Don't configure for offloading target if
5786 we don't build the corresponding plugin.
5787 * configure: Regenerate.
5788
5789 2016-02-01 Nathan Sidwell <nathan@codesourcery.com>
5790
5791 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: New.
5792 * testsuite/libgomp.oacc-fortran/routine-7.f90: Serialize loop.
5793
5794 2016-01-26 Tom de Vries <tom@codesourcery.com>
5795
5796 PR tree-optimization/69110
5797 * testsuite/libgomp.c/pr69110.c: New test.
5798
5799 2016-01-25 Richard Biener <rguenther@suse.de>
5800
5801 PR lto/69393
5802 * testsuite/libgomp.c++/pr69393.C: New testcase.
5803
5804 2016-01-22 Ilya Verbin <ilya.verbin@intel.com>
5805
5806 * target.c (gomp_get_target_fn_addr): Allow host fallback if target
5807 function wasn't mapped to the device with non-shared memory.
5808
5809 2016-01-20 Ilya Verbin <ilya.verbin@intel.com>
5810
5811 * task.c (gomp_create_target_task): Set firstprivate_copies to NULL.
5812
5813 2016-01-19 Martin Jambor <mjambor@suse.cz>
5814 Martin Liska <mliska@suse.cz>
5815
5816 * plugin/Makefrag.am: Add HSA plugin requirements.
5817 * plugin/configfrag.ac (HSA_RUNTIME_INCLUDE): New variable.
5818 (HSA_RUNTIME_LIB): Likewise.
5819 (HSA_RUNTIME_CPPFLAGS): Likewise.
5820 (HSA_RUNTIME_INCLUDE): New substitution.
5821 (HSA_RUNTIME_LIB): Likewise.
5822 (HSA_RUNTIME_LDFLAGS): Likewise.
5823 (hsa-runtime): New configure option.
5824 (hsa-runtime-include): Likewise.
5825 (hsa-runtime-lib): Likewise.
5826 (PLUGIN_HSA): New substitution variable.
5827 Fill HSA_RUNTIME_INCLUDE and HSA_RUNTIME_LIB according to the new
5828 configure options.
5829 (PLUGIN_HSA_CPPFLAGS): Likewise.
5830 (PLUGIN_HSA_LDFLAGS): Likewise.
5831 (PLUGIN_HSA_LIBS): Likewise.
5832 Check that we have access to HSA run-time.
5833 * libgomp-plugin.h (offload_target_type): New element
5834 OFFLOAD_TARGET_TYPE_HSA.
5835 * libgomp.h (gomp_target_task): New fields firstprivate_copies and
5836 args.
5837 (bool gomp_create_target_task): Updated.
5838 (gomp_device_descr): Extra parameter of run_func and async_run_func,
5839 new field can_run_func.
5840 * libgomp_g.h (GOMP_target_ext): Update prototype.
5841 * oacc-host.c (host_run): Added a new parameter args.
5842 * target.c (calculate_firstprivate_requirements): New function.
5843 (copy_firstprivate_data): Likewise.
5844 (gomp_target_fallback_firstprivate): Use them.
5845 (gomp_target_unshare_firstprivate): New function.
5846 (gomp_get_target_fn_addr): Allow returning NULL for shared memory
5847 devices.
5848 (GOMP_target): Do host fallback for all shared memory devices. Do not
5849 pass any args to plugins.
5850 (GOMP_target_ext): Introduce device-specific argument parameter args.
5851 Allow host fallback if device shares memory. Do not remap data if
5852 device has shared memory.
5853 (gomp_target_task_fn): Likewise. Also treat shared memory devices
5854 like host fallback for mappings.
5855 (GOMP_target_data): Treat shared memory devices like host fallback.
5856 (GOMP_target_data_ext): Likewise.
5857 (GOMP_target_update): Likewise.
5858 (GOMP_target_update_ext): Likewise. Also pass NULL as args to
5859 gomp_create_target_task.
5860 (GOMP_target_enter_exit_data): Likewise.
5861 (omp_target_alloc): Treat shared memory devices like host fallback.
5862 (omp_target_free): Likewise.
5863 (omp_target_is_present): Likewise.
5864 (omp_target_memcpy): Likewise.
5865 (omp_target_memcpy_rect): Likewise.
5866 (omp_target_associate_ptr): Likewise.
5867 (gomp_load_plugin_for_device): Also load can_run.
5868 * task.c (GOMP_PLUGIN_target_task_completion): Free
5869 firstprivate_copies.
5870 (gomp_create_target_task): Accept new argument args and store it to
5871 ttask.
5872 * plugin/plugin-hsa.c: New file.
5873
5874 2016-01-18 Tom de Vries <tom@codesourcery.com>
5875
5876 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: New test.
5877 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-3.c: Same.
5878 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-2.c: Same.
5879 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-3.c: Same.
5880 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-4.c: Same.
5881 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-5.c: Same.
5882 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-6.c: Same.
5883 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq.c: Same.
5884 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-collapse.c: Same.
5885 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-2.c: Same.
5886 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit-2.c:
5887 Same.
5888 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit.c:
5889 Same.
5890 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-update.c: Same.
5891 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data.c: Same.
5892 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: Same.
5893 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-mod-not-zero.c: Same.
5894 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-n.c: Same.
5895 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-nest.c: Same.
5896 * testsuite/libgomp.oacc-c-c++-common/kernels-loop.c: Same.
5897 * testsuite/libgomp.oacc-c-c++-common/kernels-parallel-loop-data-enter-exit.c:
5898 Same.
5899 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction.c: Same.
5900
5901 2016-01-15 Jakub Jelinek <jakub@redhat.com>
5902
5903 * task.c (GOMP_PLUGIN_target_task_completion): Add missing return.
5904
5905 2016-01-15 Cesar Philippidis <cesar@codesourcery.com>
5906
5907 * testsuite/libgomp.oacc-fortran/kernels-data.f90: New test.
5908
5909 2016-01-12 James Norris <jnorris@codesourcery.com>
5910
5911 * libgomp.texi: Updates for OpenACC.
5912
5913 2016-01-11 Alexander Monakov <amonakov@ispras.ru>
5914
5915 * plugin/plugin-nvptx.c (link_ptx): Do not set CU_JIT_TARGET.
5916
5917 2016-01-07 H.J. Lu <hongjiu.lu@intel.com>
5918
5919 PR fortran/66680
5920 * testsuite/libgomp.fortran/pr66680.f90: New test.
5921
5922 2016-01-07 Jakub Jelinek <jakub@redhat.com>
5923
5924 PR middle-end/68960
5925 * testsuite/libgomp.c/pr68960.c: New test.
5926
5927 2016-01-06 Nathan Sidwell <nathan@acm.org>
5928
5929 * openacc.h (acc_on_device): Add routine pragma for C++ wrapper.
5930 * testsuite/libgomp.oacc-c-c++-common/acc-on-device-2.c: New.
5931
5932 2016-01-04 Jakub Jelinek <jakub@redhat.com>
5933
5934 Update copyright years.
5935
5936 * libgomp.texi: Bump @copying's copyright year.
5937
5938 2015-12-31 Nathan Sidwell <nathan@acm.org>
5939
5940 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Correct
5941 dg-additional-options syntax.
5942 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Likewise.
5943 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Likewise.
5944 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Likewise.
5945 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
5946 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Likewise.
5947 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise.
5948 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Likewise.
5949 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Likewise.
5950 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise.
5951 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Likewise.
5952 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
5953 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Likewise.
5954 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise.
5955 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Likewise.
5956 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Likewise.
5957 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Likewise.
5958 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
5959 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
5960
5961 2015-12-15 Ilya Verbin <ilya.verbin@intel.com>
5962
5963 * libgomp.h (REFCOUNT_LINK): Define.
5964 (struct splay_tree_key_s): Add link_key.
5965 * target.c (gomp_map_vars): Treat REFCOUNT_LINK objects as not mapped.
5966 Replace target address of the pointer with target address of newly
5967 mapped object in the splay tree. Set link pointer on target to the
5968 device address of the mapped object.
5969 (gomp_unmap_vars): Restore target address of the pointer in the splay
5970 tree for REFCOUNT_LINK objects after unmapping.
5971 (gomp_load_image_to_device): Set refcount to REFCOUNT_LINK for "omp
5972 declare target link" objects.
5973 (gomp_unload_image_from_device): Replace j with i. Force unmap of all
5974 "omp declare target link" objects, which were mapped for the image.
5975 (gomp_exit_data): Restore target address of the pointer in the splay
5976 tree for REFCOUNT_LINK objects after unmapping.
5977 * testsuite/libgomp.c/target-link-1.c: New file.
5978
5979 2015-12-14 Ilya Verbin <ilya.verbin@intel.com>
5980
5981 * libgomp.h (gomp_device_state): New enum.
5982 (struct gomp_device_descr): Replace is_initialized with state.
5983 (gomp_fini_device): Remove declaration.
5984 * oacc-host.c (host_dispatch): Use state instead of is_initialized.
5985 * oacc-init.c (acc_init_1): Use state instead of is_initialized.
5986 (acc_shutdown_1): Likewise. Inline gomp_fini_device.
5987 (acc_set_device_type): Use state instead of is_initialized.
5988 (acc_set_device_num): Likewise.
5989 * target.c (resolve_device): Use state instead of is_initialized.
5990 Do not initialize finalized device.
5991 (gomp_map_vars): Do nothing if device is finalized.
5992 (gomp_unmap_vars): Likewise.
5993 (gomp_update): Likewise.
5994 (GOMP_offload_register_ver): Use state instead of is_initialized.
5995 (GOMP_offload_unregister_ver): Likewise.
5996 (gomp_init_device): Likewise.
5997 (gomp_unload_device): Likewise.
5998 (gomp_fini_device): Remove.
5999 (gomp_get_target_fn_addr): Do nothing if device is finalized.
6000 (GOMP_target): Go to host fallback if device is finalized.
6001 (GOMP_target_ext): Likewise.
6002 (gomp_exit_data): Do nothing if device is finalized.
6003 (gomp_target_task_fn): Go to host fallback if device is finalized.
6004 (gomp_target_fini): New static function.
6005 (gomp_target_init): Use state instead of is_initialized.
6006 Call gomp_target_fini at exit.
6007
6008 2015-12-09 Tom de Vries <tom@codesourcery.com>
6009
6010 PR tree-optimization/68716
6011 * testsuite/libgomp.c/omp-nested-2.c: New test.
6012
6013 2015-12-02 Thomas Schwinge <thomas@codesourcery.com>
6014
6015 * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: Restrict to
6016 target openacc_nvidia_accel_selected.
6017 * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: Likewise.
6018 * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: Likewise.
6019 * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: Remove file.
6020 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: Remove file.
6021
6022 2015-12-01 Julian Brown <julian@codesourcery.com>
6023 James Norris <James_Norris@mentor.com>
6024
6025 * oacc-parallel.c (GOACC_host_data): New function.
6026 * libgomp.map (GOACC_host_data): Add to GOACC_2.0.1.
6027 * testsuite/libgomp.oacc-c-c++-common/host_data-1.c: New test.
6028 * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: New test.
6029 * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: New test.
6030 * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: New test.
6031 * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: New test.
6032 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: New test.
6033
6034 2015-11-30 James Norris <jnorris@codesourcery.com>
6035 Cesar Philippidis <cesar@codesourcery.com>
6036
6037 libgomp/
6038 * libgomp.oacc-fortran/routine-5.f90: New test.
6039 * libgomp.oacc-fortran/routine-7.f90: New test.
6040 * libgomp.oacc-fortran/routine-9.f90: New test.
6041
6042 2015-11-30 Tom de Vries <tom@codesourcery.com>
6043
6044 PR tree-optimization/46032
6045 * testsuite/libgomp.c/pr46032.c: New test.
6046
6047 2015-11-27 Jakub Jelinek <jakub@redhat.com>
6048
6049 PR libgomp/68579
6050 * task.c (gomp_task_run_post_handle_depend_hash): New forward decl.
6051 (gomp_create_target_task): Call it before freeing
6052 GOMP_TARGET_TASK_DATA tasks.
6053
6054 PR c/63326
6055 * testsuite/libgomp.c/cancel-parallel-2.c (foo): Add semicolon
6056 in between case label and OpenMP standalone directives.
6057 * testsuite/libgomp.c++/cancel-parallel-2.C (foo): Likewise.
6058
6059 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
6060
6061 * configure: Regenerate.
6062
6063 2015-11-26 Jakub Jelinek <jakub@redhat.com>
6064
6065 * testsuite/libgomp.c/target-35.c: New test.
6066
6067 2015-11-22 James Norris <jnorris@codesourcery.com>
6068 Cesar Philippidis <cesar@codesourcery.com>
6069
6070 * testsuite/libgomp.oacc-fortran/declare-1.f90: New test.
6071 * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
6072 * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
6073 * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
6074 * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
6075
6076 2015-11-20 Jakub Jelinek <jakub@redhat.com>
6077
6078 PR middle-end/68221
6079 * testsuite/libgomp.c/reduction-11.c: Remove xfail.
6080 * testsuite/libgomp.c/reduction-12.c: Likewise.
6081 * testsuite/libgomp.c++/reduction-11.C: Likewise.
6082 * testsuite/libgomp.c++/reduction-12.C: Likewise.
6083
6084 2015-11-19 Nathan Sidwell <nathan@codesourcery.com>
6085
6086 * libgomp.oacc-c-c++-common/reduction-dbl.c: New.
6087 * libgomp.oacc-c-c++-common/reduction-flt.c: New.
6088 * libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Use typedef.
6089 * libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Use typedef.
6090 * libgomp.oacc-c-c++-common/reduction-2.c: Uncomment broken tests
6091 and fix.
6092 * libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
6093 * libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
6094
6095 2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
6096
6097 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Add
6098 worker & gang cases.
6099 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Likewise.
6100
6101 2015-11-17 Cesar Philippidis <cesar@codesourcery.com>
6102
6103 * config/nvptx/priority_queue.c: New file.
6104
6105 2015-11-14 Jakub Jelinek <jakub@redhat.com>
6106
6107 * libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5
6108 sections.
6109
6110 2015-11-14 Jakub Jelinek <jakub@redhat.com>
6111 Aldy Hernandez <aldyh@redhat.com>
6112 Ilya Verbin <ilya.verbin@intel.com>
6113
6114 * ordered.c (gomp_doacross_init, GOMP_doacross_post,
6115 GOMP_doacross_wait, gomp_doacross_ull_init, GOMP_doacross_ull_post,
6116 GOMP_doacross_ull_wait): For GFS_GUIDED don't divide number of
6117 iterators or IV by chunk size.
6118 * parallel.c (gomp_resolve_num_threads): Don't assume that
6119 if thr->ts.team is non-NULL, then pool must be non-NULL.
6120 * libgomp-plugin.h (GOMP_PLUGIN_target_task_completion): Declare.
6121 * libgomp.map (GOMP_PLUGIN_1.1): New symbol version, export
6122 GOMP_PLUGIN_target_task_completion.
6123 * Makefile.am (libgomp_la_SOURCES): Add priority_queue.c.
6124 * Makefile.in: Regenerate.
6125 * libgomp.h: Shuffle prototypes and forward definitions around so
6126 priority queues can be defined.
6127 (enum gomp_task_kind): Add GOMP_TASK_ASYNC_RUNNING.
6128 (enum gomp_target_task_state): New enum.
6129 (struct gomp_target_task): Add state, tgt, task and team fields.
6130 (gomp_create_target_task): Change return type to bool, add
6131 state argument.
6132 (gomp_target_task_fn): Change return type to bool.
6133 (struct gomp_device_descr): Add async_run_func.
6134 (struct gomp_task): Remove children, next_child, prev_child,
6135 next_queue, prev_queue, next_taskgroup, prev_taskgroup.
6136 Add pnode field.
6137 (struct gomp_taskgroup): Remove children.
6138 Add taskgroup_queue.
6139 (struct gomp_team): Change task_queue type to a priority queue.
6140 (splay_compare): Define inline.
6141 (priority_queue_offset): New.
6142 (priority_node_to_task): New.
6143 (task_to_priority_node): New.
6144 * oacc-mem.c: Do not include splay-tree.h.
6145 * priority_queue.c: New file.
6146 * priority_queue.h: New file.
6147 * splay-tree.c: Do not include splay-tree.h.
6148 (splay_tree_foreach_internal): New.
6149 (splay_tree_foreach): New.
6150 * splay-tree.h: Become re-entrant if splay_tree_prefix is defined.
6151 (splay_tree_callback): Define typedef.
6152 * target.c (splay_compare): Move to libgomp.h.
6153 (GOMP_target): Don't adjust *thr in any way around running offloaded
6154 task.
6155 (GOMP_target_ext): Likewise. Handle target nowait.
6156 (GOMP_target_update_ext, GOMP_target_enter_exit_data): Check
6157 return value from gomp_create_target_task, if false, fallthrough
6158 as if no dependencies exist.
6159 (gomp_target_task_fn): Change return type to bool, return true
6160 if the task should have another part scheduled later. Handle
6161 target nowait.
6162 (gomp_load_plugin_for_device): Initialize async_run.
6163 * task.c (gomp_init_task): Initialize children_queue.
6164 (gomp_clear_parent_in_list): New.
6165 (gomp_clear_parent_in_tree): New.
6166 (gomp_clear_parent): Handle priorities.
6167 (GOMP_task): Likewise.
6168 (priority_queue_move_task_first,
6169 gomp_target_task_completion, GOMP_PLUGIN_target_task_completion):
6170 New functions.
6171 (gomp_create_target_task): Use priority queues. Change return type
6172 to bool, add state argument, return false if for async
6173 {{enter,exit} data,update} constructs no dependencies need to be
6174 waited for, handle target nowait. Set task->fn to NULL instead of
6175 gomp_target_task_fn.
6176 (verify_children_queue): Remove.
6177 (priority_list_upgrade_task): New.
6178 (priority_queue_upgrade_task): New.
6179 (verify_task_queue): Remove.
6180 (priority_list_downgrade_task): New.
6181 (priority_queue_downgrade_task): New.
6182 (gomp_task_run_pre): Use priority queues.
6183 Abstract code out to priority_queue_downgrade_task.
6184 (gomp_task_run_post_handle_dependers): Use priority queues.
6185 (gomp_task_run_post_remove_parent): Likewise.
6186 (gomp_task_run_post_remove_taskgroup): Likewise.
6187 (gomp_barrier_handle_tasks): Likewise. Handle target nowait target
6188 tasks specially.
6189 (GOMP_taskwait): Likewise.
6190 (gomp_task_maybe_wait_for_dependencies): Likewise. Abstract code to
6191 priority-queue_upgrade_task.
6192 (GOMP_taskgroup_start): Use priority queues.
6193 (GOMP_taskgroup_end): Likewise. Handle target nowait target tasks
6194 specially. If taskgroup is NULL, and thr->ts.level is 0, act as a
6195 barrier.
6196 * taskloop.c (GOMP_taskloop): Handle priorities.
6197 * team.c (gomp_new_team): Call priority_queue_init.
6198 (free_team): Call priority_queue_free.
6199 (gomp_free_thread): Call gomp_team_end if thr->ts.team is artificial
6200 team created for target nowait in implicit parallel region.
6201 (gomp_team_start): For nested check, test thr->ts.level instead of
6202 thr->ts.team != NULL.
6203 * testsuite/libgomp.c/doacross-3.c: New test.
6204 * testsuite/libgomp.c/ordered-5.c: New test.
6205 * testsuite/libgomp.c/priority.c: New test.
6206 * testsuite/libgomp.c/target-31.c: New test.
6207 * testsuite/libgomp.c/target-32.c: New test.
6208 * testsuite/libgomp.c/target-33.c: New test.
6209 * testsuite/libgomp.c/target-34.c: New test.
6210
6211 2015-11-13 Nathan Sidwell <nathan@codesourcery.com>
6212
6213 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: New.
6214
6215 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Sequential
6216 loop is sequential.
6217
6218 2015-11-13 Nathan Sidwell <nathan@codesourcery.com>
6219
6220 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: New.
6221 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: New.
6222
6223 2015-11-12 James Norris <jnorris@codesourcery.com>
6224 Joseph Myers <joseph@codesourcery.com>
6225
6226 * libgomp.map (GOACC_2.0.1): Export GOACC_declare.
6227 * oacc-parallel.c (GOACC_declare): New function.
6228 * testsuite/libgomp.oacc-c-c++-common/declare-1.c: New test.
6229 * testsuite/libgomp.oacc-c-c++-common/declare-2.c: Likewise.
6230 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Likewise.
6231 * testsuite/libgomp.oacc-c-c++-common/declare-5.c: Likewise.
6232 * testsuite/libgomp.oacc-c++/declare-1.C: Likewise.
6233
6234 2015-11-12 Nathan Sidwell <nathan@codesourcery.com>
6235
6236 * testsuite/libgomp.oacc-c-c++-common/default-1.c: New.
6237
6238 2015-11-1 Nathan Sidwell <nathan@codesourcery.com>
6239
6240 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: New.
6241 * testsuite/libgomp.oacc-c-c++-common/firstprivate-2.c: New.
6242
6243 2015-11-09 Nathan Sidwell <nathan@codesourcery.com>
6244
6245 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Remove
6246 inadvertent commit.
6247
6248 2015-11-09 Nathan Sidwell <nathan@codesourcery.com>
6249
6250 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: New.
6251 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: New.
6252 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: New.
6253 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: New.
6254 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: New.
6255
6256 2015-11-06 Thomas Schwinge <thomas@codesourcery.com>
6257
6258 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: XFAIL.
6259 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.
6260
6261 2015-11-05 Jakub Jelinek <jakub@redhat.com>
6262 Ilya Verbin <ilya.verbin@intel.com>
6263
6264 * libgomp_g.h (GOMP_loop_nonmonotonic_dynamic_next,
6265 GOMP_loop_nonmonotonic_dynamic_start,
6266 GOMP_loop_nonmonotonic_guided_next,
6267 GOMP_loop_nonmonotonic_guided_start,
6268 GOMP_loop_ull_nonmonotonic_dynamic_next,
6269 GOMP_loop_ull_nonmonotonic_dynamic_start,
6270 GOMP_loop_ull_nonmonotonic_guided_next,
6271 GOMP_loop_ull_nonmonotonic_guided_start,
6272 GOMP_parallel_loop_nonmonotonic_dynamic,
6273 GOMP_parallel_loop_nonmonotonic_guided): New prototypes.
6274 (GOMP_target_41): Renamed to ...
6275 (GOMP_target_ext): ... this. Add num_teams and thread_limit
6276 arguments.
6277 (GOMP_target_data_41): Renamed to ...
6278 (GOMP_target_data_ext): ... this.
6279 (GOMP_target_update_41): Renamed to ...
6280 (GOMP_target_update_ext): ... this.
6281 * libgomp.map (GOMP_4.5): Export GOMP_target_ext,
6282 GOMP_target_data_ext and GOMP_target_update_ext instead of
6283 GOMP_target_41, GOMP_target_data_41 and GOMP_target_update_41.
6284 Export GOMP_loop_nonmonotonic_dynamic_next,
6285 GOMP_loop_nonmonotonic_dynamic_start,
6286 GOMP_loop_nonmonotonic_guided_next,
6287 GOMP_loop_nonmonotonic_guided_start,
6288 GOMP_loop_ull_nonmonotonic_dynamic_next,
6289 GOMP_loop_ull_nonmonotonic_dynamic_start,
6290 GOMP_loop_ull_nonmonotonic_guided_next,
6291 GOMP_loop_ull_nonmonotonic_guided_start,
6292 GOMP_parallel_loop_nonmonotonic_dynamic and
6293 GOMP_parallel_loop_nonmonotonic_guided.
6294 * loop.c (GOMP_parallel_loop_nonmonotonic_dynamic,
6295 GOMP_parallel_loop_nonmonotonic_guided,
6296 GOMP_loop_nonmonotonic_dynamic_start,
6297 GOMP_loop_nonmonotonic_guided_start,
6298 GOMP_loop_nonmonotonic_dynamic_next,
6299 GOMP_loop_nonmonotonic_guided_next): New aliases or functions.
6300 * loop_ull.c (GOMP_loop_ull_nonmonotonic_dynamic_start,
6301 GOMP_loop_ull_nonmonotonic_guided_start,
6302 GOMP_loop_ull_nonmonotonic_dynamic_next,
6303 GOMP_loop_ull_nonmonotonic_guided_next): Likewise.
6304 * target.c (gomp_map_0len_lookup, gomp_map_val): New inline
6305 functions.
6306 (gomp_map_vars): Handle GOMP_MAP_ALWAYS_POINTER. For
6307 GOMP_MAP_ZERO_LEN_ARRAY_SECTION use gomp_map_0len_lookup.
6308 Use gomp_map_val function.
6309 (gomp_target_fallback_firstprivate): New static function.
6310 (GOMP_target_41): Renamed to ...
6311 (GOMP_target_ext): ... this. Add num_teams and thread_limit
6312 arguments. Move firstprivate fallback handling into a new
6313 function.
6314 (GOMP_target_data_41): Renamed to ...
6315 (GOMP_target_data_ext): ... this.
6316 (GOMP_target_update_41): Renamed to ...
6317 (GOMP_target_update_ext): ... this.
6318 (gomp_exit_data): For GOMP_MAP_*ZERO_LEN* use
6319 gomp_map_0len_lookup instead of gomp_map_lookup.
6320 (omp_target_is_present): Use gomp_map_0len_lookup instead of
6321 gomp_map_lookup.
6322 * testsuite/libgomp.c/target-28.c: Likewise.
6323 * testsuite/libgomp.c/monotonic-1.c: New test.
6324 * testsuite/libgomp.c/monotonic-2.c: New test.
6325 * testsuite/libgomp.c/nonmonotonic-1.c: New test.
6326 * testsuite/libgomp.c/nonmonotonic-2.c: New test.
6327 * testsuite/libgomp.c/pr66199-5.c: New test.
6328 * testsuite/libgomp.c/pr66199-6.c: New test.
6329 * testsuite/libgomp.c/pr66199-7.c: New test.
6330 * testsuite/libgomp.c/pr66199-8.c: New test.
6331 * testsuite/libgomp.c/pr66199-9.c: New test.
6332 * testsuite/libgomp.c/reduction-11.c: New test.
6333 * testsuite/libgomp.c/reduction-12.c: New test.
6334 * testsuite/libgomp.c/reduction-13.c: New test.
6335 * testsuite/libgomp.c/reduction-14.c: New test.
6336 * testsuite/libgomp.c/reduction-15.c: New test.
6337 * testsuite/libgomp.c/target-12.c (main): Adjust for
6338 omp_target_is_present change for one-past-last element.
6339 * testsuite/libgomp.c/target-17.c (foo): Drop tests where
6340 the same var is both mapped and privatized.
6341 * testsuite/libgomp.c/target-19.c (foo): Adjust for different
6342 handling of zero-length array sections.
6343 * testsuite/libgomp.c/target-28.c: New test.
6344 * testsuite/libgomp.c/target-29.c: New test.
6345 * testsuite/libgomp.c/target-30.c: New test.
6346 * testsuite/libgomp.c/target-teams-1.c: New test.
6347 * testsuite/libgomp.c++/member-6.C: New test.
6348 * testsuite/libgomp.c++/member-7.C: New test.
6349 * testsuite/libgomp.c++/monotonic-1.C: New test.
6350 * testsuite/libgomp.c++/monotonic-2.C: New test.
6351 * testsuite/libgomp.c++/nonmonotonic-1.C: New test.
6352 * testsuite/libgomp.c++/nonmonotonic-2.C: New test.
6353 * testsuite/libgomp.c++/pr66199-3.C: New test.
6354 * testsuite/libgomp.c++/pr66199-4.C: New test.
6355 * testsuite/libgomp.c++/pr66199-5.C: New test.
6356 * testsuite/libgomp.c++/pr66199-6.C: New test.
6357 * testsuite/libgomp.c++/pr66199-7.C: New test.
6358 * testsuite/libgomp.c++/pr66199-8.C: New test.
6359 * testsuite/libgomp.c++/pr66199-9.C: New test.
6360 * testsuite/libgomp.c++/reduction-11.C: New test.
6361 * testsuite/libgomp.c++/reduction-12.C: New test.
6362 * testsuite/libgomp.c++/target-13.C: New test.
6363 * testsuite/libgomp.c++/target-14.C: New test.
6364 * testsuite/libgomp.c++/target-15.C: New test.
6365 * testsuite/libgomp.c++/target-16.C: New test.
6366 * testsuite/libgomp.c++/target-17.C: New test.
6367 * testsuite/libgomp.c++/target-18.C: New test.
6368 * testsuite/libgomp.c++/target-19.C: New test.
6369
6370 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
6371
6372 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Fix dimensions
6373 and reduction copy.
6374 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
6375 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
6376 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
6377 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
6378 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: Likewise.
6379 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
6380 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
6381 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
6382 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
6383 * testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c: Likewise.
6384 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Likewise.
6385 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
6386 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
6387 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: New.
6388
6389 2015-11-04 Nathan Sidwell <nathan@codesourcery.com>
6390
6391 * libgomp.oacc-c-c++-common/loop-red-g-1.c: New.
6392 * libgomp.oacc-c-c++-common/loop-red-gwv-1.c: New.
6393 * libgomp.oacc-c-c++-common/loop-red-v-1.c: New.
6394 * libgomp.oacc-c-c++-common/loop-red-v-2.c: New.
6395 * libgomp.oacc-c-c++-common/loop-red-w-1.c: New.
6396 * libgomp.oacc-c-c++-common/loop-red-w-2.c: New.
6397 * libgomp.oacc-c-c++-common/loop-red-wv-1.c: New.
6398 * libgomp.oacc-fortran/reduction-5.f90: Avoid reference var.
6399
6400 2015-11-03 Nathan Sidwell <nathan@codesourcery.com>
6401
6402 * libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
6403 * plugin/plugin-nvptx.c (nvptx_exec): Remove sizes & kinds arg.
6404 (GOMP_OFFLOAD_openacc_parallel): Likewise.
6405 * oacc-host.c (host_openacc_exec): Likewise.
6406 * oacc-parallel.c (GOACC_parallel_keyed): Adjust exec_func call.
6407
6408 2015-11-03 Julian Brown <julian@codesourcery.com>
6409 Thomas Schwinge <thomas@codesourcery.com>
6410
6411 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: New file.
6412 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
6413 * testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c:
6414 Likewise.
6415 * testsuite/libgomp.oacc-c-c++-common/worker-single-4.c: Likewise.
6416 * testsuite/libgomp.oacc-c-c++-common/worker-single-6.c: Likewise.
6417
6418 2015-11-03 James Norris <jnorris@codesourcery.com>
6419
6420 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-1.c: New
6421 file.
6422 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-2.c:
6423 Likewise.
6424 * testsuite/libgomp.oacc-c-c++-common/atomic_rw-1.c: Likewise.
6425 * testsuite/libgomp.oacc-c-c++-common/atomic_update-1.c: Likewise.
6426 * testsuite/libgomp.oacc-fortran/atomic_capture-1.f90: Likewise.
6427 * testsuite/libgomp.oacc-fortran/atomic_rw-1.f90: New file.
6428 * testsuite/libgomp.oacc-fortran/atomic_update-1.f90: Likewise.
6429
6430 2015-10-29 Nathan Sidwell <nathan@codesourcery.com>
6431
6432 * openacc.h (enum acc_device_t): Reformat. Ensure layout
6433 compatibility.
6434 (enum acc_async_t): Reformat.
6435 (acc_on_device): Declare compatible with builtin and provide C++
6436 wrapper.
6437 * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: New.
6438
6439 2015-10-29 Thomas Schwinge <thomas@codesourcery.com>
6440 Cesar Philippidis <cesar@codesourcery.com>
6441
6442 * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: Rename to...
6443 * testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c:
6444 ... this. Add a description of the test at the top of the file.
6445 * testsuite/libgomp.oacc-fortran/combdir-1.f90: Rename file to...
6446 * testsuite/libgomp.oacc-fortran/combined-directives-1.f90:
6447 ... this. Add a description of the test at the top of the file.
6448
6449 2015-10-28 Nathan Sidwell <nathan@codesourcery.com>
6450
6451 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: New.
6452 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: New.
6453 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: New.
6454 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: New.
6455 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: New.
6456 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: New.
6457
6458 2015-10-27 Nathan Sidwell <nathan@codesourcery.com>
6459
6460 * plugin/plugin-nvptx.c (nvptx_exec): Remove check on compute
6461 dimensions.
6462
6463 2015-10-27 Thomas Schwinge <thomas@codesourcery.com>
6464
6465 PR testsuite/68063
6466 * testsuite/libgomp.c++/member-1.C (A::m1): Add missing private clause.
6467
6468 2015-10-27 James Norris <jnorris@codesourcery.com>
6469
6470 * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: New file.
6471 * testsuite/libgomp.oacc-fortran/combdir-1.f90: Likewise.
6472
6473 2015-10-26 Thomas Schwinge <thomas@codesourcery.com>
6474
6475 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Print to stderr.
6476 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
6477
6478 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Remove explicit
6479 acc_device_nvidia usage.
6480 * testsuite/libgomp.oacc-c-c++-common/lib-10.c: Likewise.
6481 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
6482 * testsuite/libgomp.oacc-c-c++-common/lib-9.c: Likewise.
6483
6484 * oacc-init.c (acc_shutdown): Call gomp_init_targets_once.
6485 * testsuite/libgomp.oacc-c-c++-common/lib-8.c: New file.
6486
6487 PR libgomp/66518
6488 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Resolve XFAIL.
6489
6490 PR libgomp/65437
6491 PR libgomp/66518
6492 * oacc-mem.c (update_dev_host): Call goacc_lazy_initialize.
6493 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Remove XFAIL.
6494
6495 2015-10-23 Tom de Vries <tom@codesourcery.com>
6496
6497 PR testsuite/68063
6498 * testsuite/libgomp.c++/member-2.C (A::m1): Add missing private clause.
6499
6500 2015-10-20 Nathan Sidwell <nathan@codesourcery.com>
6501
6502 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Set sane
6503 vector_length.
6504 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
6505
6506 2015-10-14 Ilya Verbin <ilya.verbin@intel.com>
6507 Aleksander Ivanushenko <aleksander.ivanushenko@intel.com>
6508
6509 * target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end
6510 to 0 when mapnum is 0.
6511
6512 2015-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
6513
6514 * fortran.c (omp_get_place_proc_ids_, omp_get_partition_place_nums_):
6515 Cast to int from int32_t.
6516
6517 2015-10-13 Jakub Jelinek <jakub@redhat.com>
6518 Aldy Hernandez <aldyh@redhat.com>
6519 Ilya Verbin <ilya.verbin@intel.com>
6520
6521 * config/linux/affinity.c (omp_get_place_num_procs,
6522 omp_get_place_proc_ids, gomp_get_place_proc_ids_8): New functions.
6523 * config/linux/doacross.h: New file.
6524 * config/posix/affinity.c (omp_get_place_num_procs,
6525 omp_get_place_proc_ids, gomp_get_place_proc_ids_8): New functions.
6526 * config/posix/doacross.h: New file.
6527 * env.c: Include gomp-constants.h.
6528 (struct gomp_task_icv): Rename run_sched_modifier to
6529 run_sched_chunk_size.
6530 (gomp_max_task_priority_var): New variable.
6531 (parse_schedule): Rename run_sched_modifier to run_sched_chunk_size.
6532 (handle_omp_display_env): Change _OPENMP value from 201307 to
6533 201511. Print OMP_MAX_TASK_PRIORITY.
6534 (initialize_env): Parse OMP_MAX_TASK_PRIORITY.
6535 (omp_set_schedule, omp_get_schedule): Rename modifier argument to
6536 chunk_size and run_sched_modifier to run_sched_chunk_size.
6537 (omp_get_max_task_priority, omp_get_initial_device,
6538 omp_get_num_places, omp_get_place_num, omp_get_partition_num_places,
6539 omp_get_partition_place_nums): New functions.
6540 * fortran.c (omp_set_schedule_, omp_set_schedule_8_,
6541 omp_get_schedule_, omp_get_schedule_8_): Rename modifier argument
6542 to chunk_size.
6543 (omp_get_num_places_, omp_get_place_num_procs_,
6544 omp_get_place_num_procs_8_, omp_get_place_proc_ids_,
6545 omp_get_place_proc_ids_8_, omp_get_place_num_,
6546 omp_get_partition_num_places_, omp_get_partition_place_nums_,
6547 omp_get_partition_place_nums_8_, omp_get_initial_device_,
6548 omp_get_max_task_priority_): New functions.
6549 * libgomp_g.h (GOMP_loop_doacross_static_start,
6550 GOMP_loop_doacross_dynamic_start, GOMP_loop_doacross_guided_start,
6551 GOMP_loop_doacross_runtime_start, GOMP_loop_ull_doacross_static_start,
6552 GOMP_loop_ull_doacross_dynamic_start,
6553 GOMP_loop_ull_doacross_guided_start,
6554 GOMP_loop_ull_doacross_runtime_start, GOMP_doacross_post,
6555 GOMP_doacross_wait, GOMP_doacross_ull_post, GOMP_doacross_wait,
6556 GOMP_taskloop, GOMP_taskloop_ull, GOMP_target_41,
6557 GOMP_target_data_41, GOMP_target_update_41,
6558 GOMP_target_enter_exit_data): New prototypes.
6559 (GOMP_task): Add prototype argument.
6560 * libgomp.h (_LIBGOMP_CHECKING_): Define to 0 if not yet defined.
6561 (struct gomp_doacross_work_share): New type.
6562 (struct gomp_work_share): Add doacross field.
6563 (struct gomp_task_icv): Rename run_sched_modifier to
6564 run_sched_chunk_size.
6565 (enum gomp_task_kind): Rename GOMP_TASK_IFFALSE to
6566 GOMP_TASK_UNDEFERRED. Add comments.
6567 (struct gomp_task_depend_entry): Add comments.
6568 (struct gomp_task): Likewise.
6569 (struct gomp_taskgroup): Likewise.
6570 (struct gomp_target_task): New type.
6571 (struct gomp_team): Add comment.
6572 (gomp_get_place_proc_ids_8, gomp_doacross_init,
6573 gomp_doacross_ull_init, gomp_task_maybe_wait_for_dependencies,
6574 gomp_create_target_task, gomp_target_task_fn): New prototypes.
6575 (struct target_var_desc): New type.
6576 (struct target_mem_desc): Adjust comment. Use struct
6577 target_var_desc instead of splay_tree_key for list.
6578 (REFCOUNT_INFINITY): Define.
6579 (struct splay_tree_key_s): Remove copy_from field.
6580 (struct gomp_device_descr): Add dev2dev_func field.
6581 (enum gomp_map_vars_kind): New enum.
6582 (gomp_map_vars): Add one argument.
6583 * libgomp.map (OMP_4.5): Export omp_get_max_task_priority,
6584 omp_get_max_task_priority_, omp_get_num_places, omp_get_num_places_,
6585 omp_get_place_num_procs, omp_get_place_num_procs_,
6586 omp_get_place_num_procs_8_, omp_get_place_proc_ids,
6587 omp_get_place_proc_ids_, omp_get_place_proc_ids_8_, omp_get_place_num,
6588 omp_get_place_num_, omp_get_partition_num_places,
6589 omp_get_partition_num_places_, omp_get_partition_place_nums,
6590 omp_get_partition_place_nums_, omp_get_partition_place_nums_8_,
6591 omp_get_initial_device, omp_get_initial_device_, omp_target_alloc,
6592 omp_target_free, omp_target_is_present, omp_target_memcpy,
6593 omp_target_memcpy_rect, omp_target_associate_ptr and
6594 omp_target_disassociate_ptr.
6595 (GOMP_4.0.2): Renamed to ...
6596 (GOMP_4.5): ... this. Export GOMP_target_41, GOMP_target_data_41,
6597 GOMP_target_update_41, GOMP_target_enter_exit_data, GOMP_taskloop,
6598 GOMP_taskloop_ull, GOMP_loop_doacross_dynamic_start,
6599 GOMP_loop_doacross_guided_start, GOMP_loop_doacross_runtime_start,
6600 GOMP_loop_doacross_static_start, GOMP_doacross_post,
6601 GOMP_doacross_wait, GOMP_loop_ull_doacross_dynamic_start,
6602 GOMP_loop_ull_doacross_guided_start,
6603 GOMP_loop_ull_doacross_runtime_start,
6604 GOMP_loop_ull_doacross_static_start, GOMP_doacross_ull_post and
6605 GOMP_doacross_ull_wait.
6606 * libgomp.texi: Document omp_get_max_task_priority.
6607 Rename modifier argument to chunk_size for omp_set_schedule and
6608 omp_get_schedule. Document OMP_MAX_TASK_PRIORITY env var.
6609 * loop.c (GOMP_loop_runtime_start): Adjust for run_sched_modifier
6610 to run_sched_chunk_size renaming.
6611 (GOMP_loop_ordered_runtime_start): Likewise.
6612 (gomp_loop_doacross_static_start, gomp_loop_doacross_dynamic_start,
6613 gomp_loop_doacross_guided_start, GOMP_loop_doacross_runtime_start,
6614 GOMP_parallel_loop_runtime_start): New functions.
6615 (GOMP_parallel_loop_runtime): Adjust for run_sched_modifier
6616 to run_sched_chunk_size renaming.
6617 (GOMP_loop_doacross_static_start, GOMP_loop_doacross_dynamic_start,
6618 GOMP_loop_doacross_guided_start): New functions or aliases.
6619 * loop_ull.c (GOMP_loop_ull_runtime_start): Adjust for
6620 run_sched_modifier to run_sched_chunk_size renaming.
6621 (GOMP_loop_ull_ordered_runtime_start): Likewise.
6622 (gomp_loop_ull_doacross_static_start,
6623 gomp_loop_ull_doacross_dynamic_start,
6624 gomp_loop_ull_doacross_guided_start,
6625 GOMP_loop_ull_doacross_runtime_start): New functions.
6626 (GOMP_loop_ull_doacross_static_start,
6627 GOMP_loop_ull_doacross_dynamic_start,
6628 GOMP_loop_ull_doacross_guided_start): New functions or aliases.
6629 * oacc-mem.c (acc_map_data, present_create_copy,
6630 gomp_acc_insert_pointer): Pass GOMP_MAP_VARS_OPENACC instead of false
6631 to gomp_map_vars.
6632 (gomp_acc_remove_pointer): Use copy_from from target_var_desc.
6633 * oacc-parallel.c (GOACC_data_start): Pass GOMP_MAP_VARS_OPENACC
6634 instead of false to gomp_map_vars.
6635 (GOACC_parallel_keyed): Likewise. Use copy_from from target_var_desc.
6636 * omp.h.in (omp_lock_hint_t): New type.
6637 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
6638 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
6639 omp_get_place_num, omp_get_partition_num_places,
6640 omp_get_partition_place_nums, omp_get_initial_device,
6641 omp_get_max_task_priority, omp_target_alloc, omp_target_free,
6642 omp_target_is_present, omp_target_memcpy, omp_target_memcpy_rect,
6643 omp_target_associate_ptr, omp_target_disassociate_ptr): New
6644 prototypes.
6645 * omp_lib.f90.in (omp_lock_hint_kind): New parameter.
6646 (omp_lock_hint_none, omp_lock_hint_uncontended,
6647 omp_lock_hint_contended, omp_lock_hint_nonspeculative,
6648 omp_lock_hint_speculative): New parameters.
6649 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
6650 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
6651 omp_get_place_num, omp_get_partition_num_places,
6652 omp_get_partition_place_nums, omp_get_initial_device,
6653 omp_get_max_task_priority): New interfaces.
6654 (omp_set_schedule, omp_get_schedule): Rename modifier argument
6655 to chunk_size.
6656 * omp_lib.h.in (omp_lock_hint_kind): New parameter.
6657 (omp_lock_hint_none, omp_lock_hint_uncontended,
6658 omp_lock_hint_contended, omp_lock_hint_nonspeculative,
6659 omp_lock_hint_speculative): New parameters.
6660 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
6661 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
6662 omp_get_place_num, omp_get_partition_num_places,
6663 omp_get_partition_place_nums, omp_get_initial_device,
6664 omp_get_max_task_priority): New functions and subroutines.
6665 * ordered.c: Include stdarg.h and string.h.
6666 (MAX_COLLAPSED_BITS): Define.
6667 (gomp_doacross_init, GOMP_doacross_post, GOMP_doacross_wait,
6668 gomp_doacross_ull_init, GOMP_doacross_ull_post,
6669 GOMP_doacross_ull_wait): New functions.
6670 * target.c: Include errno.h.
6671 (resolve_device): If device is not initialized, call
6672 gomp_init_device on it.
6673 (gomp_map_lookup): New function.
6674 (gomp_map_vars_existing): Add tgt_var argument, fill it in.
6675 Don't bump refcount if REFCOUNT_INFINITY. Handle
6676 GOMP_MAP_ALWAYS_TO_P.
6677 (get_kind): Rename is_openacc argument to short_mapkind.
6678 (gomp_map_pointer): Use gomp_map_lookup.
6679 (gomp_map_fields_existing): New function.
6680 (gomp_map_vars): Rename is_openacc argument to short_mapkind
6681 and is_target to pragma_kind. Handle GOMP_MAP_VARS_ENTER_DATA,
6682 handle GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_STRUCT,
6683 GOMP_MAP_USE_DEVICE_PTR, GOMP_MAP_ZERO_LEN_ARRAY_SECTION.
6684 Adjust for tgt->list changed type and copy_from living in there.
6685 (gomp_copy_from_async): Adjust for tgt->list changed type and
6686 copy_from living in there.
6687 (gomp_unmap_vars): Likewise.
6688 (gomp_update): Likewise. Rename is_openacc argument to
6689 short_mapkind. Don't fail if object is not mapped.
6690 (gomp_load_image_to_device): Initialize refcount to
6691 REFCOUNT_INFINITY.
6692 (gomp_target_fallback): New function.
6693 (gomp_get_target_fn_addr): Likewise.
6694 (GOMP_target): Adjust gomp_map_vars caller, use
6695 gomp_get_target_fn_addr and gomp_target_fallback.
6696 (GOMP_target_41): New function.
6697 (gomp_target_data_fallback): New function.
6698 (GOMP_target_data): Use it, adjust gomp_map_vars caller.
6699 (GOMP_target_data_41): New function.
6700 (GOMP_target_update): Adjust gomp_update caller.
6701 (GOMP_target_update_41): New function.
6702 (gomp_exit_data, GOMP_target_enter_exit_data,
6703 gomp_target_task_fn, omp_target_alloc, omp_target_free,
6704 omp_target_is_present, omp_target_memcpy,
6705 omp_target_memcpy_rect_worker, omp_target_memcpy_rect,
6706 omp_target_associate_ptr, omp_target_disassociate_ptr,
6707 gomp_load_plugin_for_device): New functions.
6708 * task.c: Include gomp-constants.h. Include taskloop.c
6709 twice to get GOMP_taskloop and GOMP_taskloop_ull definitions.
6710 (gomp_task_handle_depend): New function.
6711 (GOMP_task): Use it. Add priority argument. Use
6712 gomp-constant.h constants instead of hardcoded numbers.
6713 Rename GOMP_TASK_IFFALSE to GOMP_TASK_UNDEFERRED.
6714 (gomp_create_target_task): New function.
6715 (verify_children_queue, verify_taskgroup_queue,
6716 verify_task_queue): New functions.
6717 (gomp_task_run_pre): Call verify_*_queue functions.
6718 If an upcoming tied task is about to leave the sibling or
6719 taskgroup queues in an invalid state, adjust appropriately.
6720 Remove taskgroup argument. Add comments.
6721 (gomp_task_run_post_handle_dependers): Add comments.
6722 (gomp_task_run_post_remove_parent): Likewise.
6723 (gomp_barrier_handle_tasks): Adjust gomp_task_run_pre caller.
6724 (GOMP_taskwait): Likewise. Add comments.
6725 (gomp_task_maybe_wait_for_dependencies): Fix scheduling
6726 problem such that the first non parent_depends_on task does not
6727 end up at the end of the children queue.
6728 (GOMP_taskgroup_start): Rename GOMP_TASK_IFFALSE to
6729 GOMP_TASK_UNDEFERRED.
6730 (GOMP_taskgroup_end): Adjust gomp_task_run_pre caller.
6731 * taskloop.c: New file.
6732 * testsuite/lib/libgomp.exp
6733 (check_effective_target_offload_device_nonshared_as): New proc.
6734 * testsuite/libgomp.c/affinity-2.c: New test.
6735 * testsuite/libgomp.c/doacross-1.c: New test.
6736 * testsuite/libgomp.c/doacross-2.c: New test.
6737 * testsuite/libgomp.c/examples-4/declare_target-1.c (fib_wrapper):
6738 Add map clause to target.
6739 * testsuite/libgomp.c/examples-4/declare_target-4.c (accum): Likewise.
6740 * testsuite/libgomp.c/examples-4/declare_target-5.c (accum): Likewise.
6741 * testsuite/libgomp.c/examples-4/device-1.c (main): Likewise.
6742 * testsuite/libgomp.c/examples-4/device-3.c (main): Likewise.
6743 * testsuite/libgomp.c/examples-4/target_data-3.c (gramSchmidt):
6744 Likewise.
6745 * testsuite/libgomp.c/examples-4/teams-2.c (dotprod): Likewise.
6746 * testsuite/libgomp.c/examples-4/teams-3.c (dotprod): Likewise.
6747 * testsuite/libgomp.c/examples-4/teams-4.c (dotprod): Likewise.
6748 * testsuite/libgomp.c/for-2.h (OMPTGT, OMPTO, OMPFROM): Define if
6749 not defined. Use those where needed.
6750 * testsuite/libgomp.c/for-4.c: New test.
6751 * testsuite/libgomp.c/for-5.c: New test.
6752 * testsuite/libgomp.c/for-6.c: New test.
6753 * testsuite/libgomp.c/linear-1.c: New test.
6754 * testsuite/libgomp.c/ordered-4.c: New test.
6755 * testsuite/libgomp.c/pr66199-2.c (f2): Adjust for linear clause
6756 only allowed on the loop iterator.
6757 * testsuite/libgomp.c/pr66199-3.c: New test.
6758 * testsuite/libgomp.c/pr66199-4.c: New test.
6759 * testsuite/libgomp.c/reduction-7.c: New test.
6760 * testsuite/libgomp.c/reduction-8.c: New test.
6761 * testsuite/libgomp.c/reduction-9.c: New test.
6762 * testsuite/libgomp.c/reduction-10.c: New test.
6763 * testsuite/libgomp.c/target-1.c (fn2, fn3, fn4): Add
6764 map(tofrom:s).
6765 * testsuite/libgomp.c/target-2.c (fn2, fn3, fn4): Likewise.
6766 * testsuite/libgomp.c/target-7.c (foo): Add map(h) where needed.
6767 * testsuite/libgomp.c/target-11.c: New test.
6768 * testsuite/libgomp.c/target-12.c: New test.
6769 * testsuite/libgomp.c/target-13.c: New test.
6770 * testsuite/libgomp.c/target-14.c: New test.
6771 * testsuite/libgomp.c/target-15.c: New test.
6772 * testsuite/libgomp.c/target-16.c: New test.
6773 * testsuite/libgomp.c/target-17.c: New test.
6774 * testsuite/libgomp.c/target-18.c: New test.
6775 * testsuite/libgomp.c/target-19.c: New test.
6776 * testsuite/libgomp.c/target-20.c: New test.
6777 * testsuite/libgomp.c/target-21.c: New test.
6778 * testsuite/libgomp.c/target-22.c: New test.
6779 * testsuite/libgomp.c/target-23.c: New test.
6780 * testsuite/libgomp.c/target-24.c: New test.
6781 * testsuite/libgomp.c/target-25.c: New test.
6782 * testsuite/libgomp.c/target-26.c: New test.
6783 * testsuite/libgomp.c/target-27.c: New test.
6784 * testsuite/libgomp.c/taskloop-1.c: New test.
6785 * testsuite/libgomp.c/taskloop-2.c: New test.
6786 * testsuite/libgomp.c/taskloop-3.c: New test.
6787 * testsuite/libgomp.c/taskloop-4.c: New test.
6788 * testsuite/libgomp.c++/ctor-13.C: New test.
6789 * testsuite/libgomp.c++/doacross-1.C: New test.
6790 * testsuite/libgomp.c++/examples-4/declare_target-2.C:
6791 Replace offload_device with offload_device_nonshared_as.
6792 * testsuite/libgomp.c++/for-12.C: New test.
6793 * testsuite/libgomp.c++/for-13.C: New test.
6794 * testsuite/libgomp.c++/for-14.C: New test.
6795 * testsuite/libgomp.c++/linear-1.C: New test.
6796 * testsuite/libgomp.c++/member-1.C: New test.
6797 * testsuite/libgomp.c++/member-2.C: New test.
6798 * testsuite/libgomp.c++/member-3.C: New test.
6799 * testsuite/libgomp.c++/member-4.C: New test.
6800 * testsuite/libgomp.c++/member-5.C: New test.
6801 * testsuite/libgomp.c++/ordered-1.C: New test.
6802 * testsuite/libgomp.c++/reduction-5.C: New test.
6803 * testsuite/libgomp.c++/reduction-6.C: New test.
6804 * testsuite/libgomp.c++/reduction-7.C: New test.
6805 * testsuite/libgomp.c++/reduction-8.C: New test.
6806 * testsuite/libgomp.c++/reduction-9.C: New test.
6807 * testsuite/libgomp.c++/reduction-10.C: New test.
6808 * testsuite/libgomp.c++/reference-1.C: New test.
6809 * testsuite/libgomp.c++/simd14.C: New test.
6810 * testsuite/libgomp.c++/target-2.C (fn2): Add map(tofrom: s) clause.
6811 * testsuite/libgomp.c++/target-5.C: New test.
6812 * testsuite/libgomp.c++/target-6.C: New test.
6813 * testsuite/libgomp.c++/target-7.C: New test.
6814 * testsuite/libgomp.c++/target-8.C: New test.
6815 * testsuite/libgomp.c++/target-9.C: New test.
6816 * testsuite/libgomp.c++/target-10.C: New test.
6817 * testsuite/libgomp.c++/target-11.C: New test.
6818 * testsuite/libgomp.c++/target-12.C: New test.
6819 * testsuite/libgomp.c++/taskloop-1.C: New test.
6820 * testsuite/libgomp.c++/taskloop-2.C: New test.
6821 * testsuite/libgomp.c++/taskloop-3.C: New test.
6822 * testsuite/libgomp.c++/taskloop-4.C: New test.
6823 * testsuite/libgomp.c++/taskloop-5.C: New test.
6824 * testsuite/libgomp.c++/taskloop-6.C: New test.
6825 * testsuite/libgomp.c++/taskloop-7.C: New test.
6826 * testsuite/libgomp.c++/taskloop-8.C: New test.
6827 * testsuite/libgomp.c++/taskloop-9.C: New test.
6828 * testsuite/libgomp.fortran/affinity1.f90: New test.
6829 * testsuite/libgomp.fortran/affinity2.f90: New test.
6830
6831 2015-10-13 Tom de Vries <tom@codesourcery.com>
6832
6833 PR tree-optimization/67476
6834 * testsuite/libgomp.c/autopar-3.c: New test.
6835 * testsuite/libgomp.c/autopar-4.c: New test.
6836 * testsuite/libgomp.c/autopar-5.c: New test.
6837 * testsuite/libgomp.c/autopar-6.c: New test.
6838 * testsuite/libgomp.c/autopar-7.c: New test.
6839 * testsuite/libgomp.c/autopar-8.c: New test.
6840
6841 2015-10-12 James Norris <jnorris@codesourcery.com>
6842
6843 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: Fix loop
6844 initializer.
6845
6846 2015-10-09 David Malcolm <dmalcolm@redhat.com>
6847
6848 * testsuite/lib/libgomp.exp: Load multiline.exp before prune.exp,
6849 using load_gcc_lib.
6850
6851 2015-10-02 Thomas Schwinge <thomas@codesourcery.com>
6852
6853 * oacc-ptx.h: Remove file, moving its content into...
6854 * config/nvptx/fortran.c: ... here...
6855 * config/nvptx/oacc-init.c: ..., here...
6856 * config/nvptx/oacc-parallel.c: ..., and here.
6857 * config/nvptx/openacc.f90: New file.
6858 * plugin/plugin-nvptx.c: Don't include "oacc-ptx.h".
6859 (link_ptx): Don't link in predefined bits of PTX code.
6860
6861 2015-09-30 Nathan Sidwell <nathan@codesourcery.com>
6862 Bernd Schmidt <bernds@codesourcery.com>
6863
6864 * plugin/plugin-nvptx.c (targ_fn_launch): Use GOMP_DIM_MAX.
6865 (struct targ_ptx_obj): New.
6866 (nvptx_tdata): Move earlier, change data format.
6867 (link_ptx): Take targ_ptx_obj ptr and count. Allow multiple
6868 objects.
6869 (GOMP_OFFLOAD_load_image): Adjust.
6870
6871 2015-09-30 Thomas Schwinge <thomas@codesourcery.com>
6872
6873 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Add checkpoint.
6874 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
6875 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Likewise.
6876 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Likewise.
6877 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
6878 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
6879 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
6880 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
6881 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
6882 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
6883 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
6884 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
6885 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
6886 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
6887 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
6888 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
6889 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
6890 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
6891 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
6892 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
6893 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
6894 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
6895 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
6896 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
6897 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
6898 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
6899 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
6900 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
6901 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
6902 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
6903 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
6904 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
6905 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
6906 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
6907 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
6908 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
6909 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
6910 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
6911 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
6912 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
6913 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
6914 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
6915 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
6916 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
6917 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
6918 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
6919 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
6920 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
6921 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
6922 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
6923 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
6924 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
6925 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
6926 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
6927 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
6928 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
6929 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
6930 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
6931 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
6932 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
6933 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
6934 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
6935 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
6936
6937 2015-09-29 Nathan Sidwell <nathan@codesourcery.com>
6938
6939 * oacc-init.c (acc_on_device): Force optimization level.
6940
6941 2015-09-29 Nathan Sidwell <nathan@codesourcery.com>
6942
6943 * plugin/plugin-nvptx.c (ARRAYSIZE): Delete.
6944 (cuda_errlist): Delete.
6945 (cuda_error): Reimplement.
6946
6947 2015-09-28 Nathan Sidwell <nathan@codesourcery.com>
6948
6949 * libgomp.h (acc_dispatch_t): Replace separate geometry args with
6950 array.
6951 * libgomp.map (GOACC_parallel_keyed): New.
6952 * oacc-parallel.c (goacc_wait): Take pointer to va_list. Adjust
6953 all callers.
6954 (GOACC_parallel_keyed): New interface. Lose geometry arguments
6955 and take keyed varargs list. Adjust call to exec_func.
6956 (GOACC_parallel): Force host fallback.
6957 * libgomp_g.h (GOACC_parallel): Remove.
6958 (GOACC_parallel_keyed): Declare.
6959 * plugin/plugin-nvptx.c (struct targ_fn_launch): New struct.
6960 (struct targ_gn_descriptor): Replace name field with launch field.
6961 (nvptx_exec): Lose separate geometry args, take array. Process
6962 dynamic dimensions and adjust.
6963 (struct nvptx_tdata): Replace fn_names field with fn_descs.
6964 (GOMP_OFFLOAD_load_image): Adjust for change in function table
6965 data.
6966 (GOMP_OFFLOAD_openacc_parallel): Adjust for change in dimension
6967 passing.
6968 * oacc-host.c (host_openacc_exec): Adjust for change in dimension
6969 passing.
6970
6971 2015-09-22 Chung-Lin Tang <cltang@codesourcery.com>
6972
6973 PR libgomp/67141
6974 * oacc-int.h (goacc_host_init): Add declaration.
6975 * oacc-host.c (goacc_host_init): Remove static and constructor attribute.
6976 * oacc-init.c (goacc_runtime_initialize): Call goacc_host_init() at end.
6977
6978 2015-09-08 Aditya Kumar <hiraditya@msn.com>
6979 Sebastian Pop <s.pop@samsung.com>
6980
6981 * testsuite/libgomp.graphite/bounds.c (int foo): Modified test case to
6982 match o/p.
6983 * testsuite/libgomp.graphite/force-parallel-1.c (void parloop): Same.
6984 * testsuite/libgomp.graphite/force-parallel-4.c: Same.
6985 * testsuite/libgomp.graphite/force-parallel-5.c: Same.
6986 * testsuite/libgomp.graphite/force-parallel-7.c: Same.
6987 * testsuite/libgomp.graphite/force-parallel-8.c: Same.
6988
6989 2015-09-03 Jakub Jelinek <jakub@redhat.com>
6990
6991 * configure.tgt: Add missing ;; in between nvptx and rtems
6992 snippets.
6993
6994 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
6995
6996 * config/posix/pool.h (gomp_adjust_thread_attr): New.
6997 * config/rtems/pool.h (gomp_adjust_thread_attr): Likewise.
6998 (gomp_thread_pool_reservoir): Add priority member.
6999 * confi/rtems/proc.c (allocate_thread_pool_reservoir): Add
7000 priority.
7001 (parse_thread_pools): Likewise.
7002 * team.c (gomp_team_start): Call configuration provided
7003 gomp_adjust_thread_attr(). Destroy thread attributes if
7004 necessary.
7005 * libgomp.texi: Document GOMP_RTEMS_THREAD_POOLS.
7006
7007 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
7008
7009 * config/posix/pool.h: New.
7010 * config/rtems/pool.h: Likewise.
7011 * config/rtems/proc.c: Likewise.
7012 * libgomp.h (gomp_thread_destructor): Declare.
7013 * team.c: Include configuration provided "pool.h".
7014 (gomp_get_thread_pool): Define in configuration.
7015 (gomp_team_end): Call configuration defined
7016 gomp_release_thread_pool().
7017
7018 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
7019
7020 * config/rtems/bar.c: New.
7021 * config/rtems/bar.h: Likewise.
7022 * config/rtems/mutex.c: Likewise.
7023 * config/rtems/mutex.h: Likewise.
7024 * config/rtems/sem.c: Likewise.
7025 * config/rtems/sem.h: Likewise.
7026 * configure.ac (*-*-rtems*): Check that Newlib provides a proper
7027 <sys/lock.h> header file.
7028 * configure.tgt (*-*-rtems*): Enable RTEMS configuration if
7029 supported by Newlib.
7030 * configure: Regenerate.
7031
7032 2015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
7033
7034 * team.c (gomp_new_thread_pool): Delete and move content to ...
7035 (gomp_get_thread_pool): ... new function. Allocate and
7036 initialize thread pool on demand.
7037 (get_last_team): Use gomp_get_thread_pool().
7038 (gomp_team_start): Delete thread pool initialization.
7039
7040 2015-09-03 Tom de Vries <tom@codesourcery.com>
7041
7042 PR tree-optimization/65637
7043 * testsuite/libgomp.c/autopar-2.c: New test.
7044
7045 2015-08-29 Tom de Vries <tom@codesourcery.com>
7046
7047 PR tree-optimization/46193
7048 * testsuite/libgomp.c/pr46193.c: New test.
7049
7050 2015-08-24 Nathan Sidwell <nathan@codesourcery.com>
7051
7052 libgomp/
7053 * libgomp.map: Add 4.0.2 version.
7054 * target.c (offload_image_descr): Add version field.
7055 (gomp_load_image_to_device): Add version argument. Adjust plugin
7056 call. Improve load mismatch diagnostic.
7057 (gomp_unload_image_from_device): Add version argument. Adjust plugin
7058 call.
7059 (GOMP_offload_regster): Make stub function, move bulk to ...
7060 (GOMP_offload_register_ver): ... here. Process version argument.
7061 (GOMP_offload_unregister): Make stub function, move bulk to ...
7062 (GOMP_offload_unregister_ver): ... here. Process version argument.
7063 (gomp_init_device): Process version field.
7064 (gomp_unload_device): Process version field.
7065 (gomp_load_plugin_for_device): Reimplement DLSYM & DLSYM_OPT
7066 macros. Check plugin version.
7067 * libgomp.h (gomp_device_descr): Add version function field. Adjust
7068 loader and unloader types.
7069 * oacc-host.c: Include gomp-constants.h.
7070 (host_version): New.
7071 (host_load_image, host_unload_image): Adjust.
7072 (host_dispatch): Add host_version.
7073 * plugin/plugin-nvptx.c: Include gomp-constants.h.
7074 (GOMP_OFFLOAD_version): New.
7075 (GOMP_OFFLOAD_load_image): Add version arg and check it.
7076 (GOMP_OFFLOAD_unload_image): Likewise.
7077 * plugin/plugin-host.c: Include gomp-constants.h.
7078 (GOMP_OFFLOAD_version): New.
7079 (GOMP_OFFLOAD_load_image): Add version arg.
7080 (GOMP_OFFLOAD_unload_image): Likewise.
7081
7082 2015-08-24 Tom de Vries <tom@codesourcery.com>
7083
7084 PR tree-optimization/65468
7085 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: New test.
7086
7087 2015-08-24 Tom de Vries <tom@codesourcery.com>
7088
7089 PR tree-optimization/65468
7090 * testsuite/libgomp.c/static-chunk-size-one.c: New test.
7091
7092 2015-08-24 Joost VandeVondele <vondele@gnu.gcc.org>
7093
7094 PR libgomp/66761
7095 PR libgomp/67303
7096 * iter.c (gomp_iter_dynamic_next): Employ an atomic load.
7097 (gomp_iter_guided_next): Idem.
7098 * iter_ull.c (gomp_iter_ull_dynamic_next): Idem.
7099 (gomp_iter_ull_guided_next): Idem.
7100 * config/linux/wait.h (do_spin): Idem.
7101
7102 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
7103
7104 * libgomp-plugin.h (enum offload_target_type): Remove
7105 OFFLOAD_TARGET_TYPE_HOST_NONSHM.
7106 * openacc.f90 (openacc_kinds): Remove acc_device_host_nonshm.
7107 * openacc.h (enum acc_device_t): Likewise.
7108 * openacc_lib.h: Likewise.
7109 * oacc-init.c (name_of_acc_device_t): Don't handle it.
7110 (acc_on_device): Just use __builtin_acc_on_device.
7111 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Don't forbid usage
7112 of acc_on_device builtin.
7113 * plugin/plugin-host.h: Remove file.
7114 * plugin/plugin-host.c: Likewise, but salvage some content into...
7115 * oacc-host.c: ... this file.
7116 * plugin/Makefrag.am: Don't build libgomp-plugin-host_nonshm.la.
7117 * plugin/configfrag.ac (offload_targets): Don't add host_nonshm.
7118 * Makefile.in: Regenerate.
7119 * configure: Likewise.
7120 * testsuite/lib/libgomp.exp
7121 (check_effective_target_openacc_host_nonshm_selected): Remove.
7122 * testsuite/libgomp.oacc-c++/c++.exp: Don't handle
7123 ACC_DEVICE_TYPE=host_nonshm.
7124 * testsuite/libgomp.oacc-c/c.exp: Likewise.
7125 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
7126 * testsuite/libgomp.oacc-c-c++-common/acc_on_device-1.c: Likewise.
7127 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
7128 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
7129 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
7130
7131 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
7132 Jakub Jelinek <jakub@redhat.com>
7133
7134 * config/nvptx/affinity.c: New file.
7135 * config/nvptx/alloc.c: Likewise.
7136 * config/nvptx/bar.c: Likewise.
7137 * config/nvptx/barrier.c: Likewise.
7138 * config/nvptx/critical.c: Likewise.
7139 * config/nvptx/env.c: Likewise.
7140 * config/nvptx/error.c: Likewise.
7141 * config/nvptx/fortran.c: Likewise.
7142 * config/nvptx/iter.c: Likewise.
7143 * config/nvptx/iter_ull.c: Likewise.
7144 * config/nvptx/libgomp-plugin.c: Likewise.
7145 * config/nvptx/lock.c: Likewise.
7146 * config/nvptx/loop.c: Likewise.
7147 * config/nvptx/loop_ull.c: Likewise.
7148 * config/nvptx/mutex.c: Likewise.
7149 * config/nvptx/oacc-async.c: Likewise.
7150 * config/nvptx/oacc-cuda.c: Likewise.
7151 * config/nvptx/oacc-host.c: Likewise.
7152 * config/nvptx/oacc-init.c: Likewise.
7153 * config/nvptx/oacc-mem.c: Likewise.
7154 * config/nvptx/oacc-parallel.c: Likewise.
7155 * config/nvptx/oacc-plugin.c: Likewise.
7156 * config/nvptx/omp-lock.h: Likewise.
7157 * config/nvptx/ordered.c: Likewise.
7158 * config/nvptx/parallel.c: Likewise.
7159 * config/nvptx/proc.c: Likewise.
7160 * config/nvptx/ptrlock.c: Likewise.
7161 * config/nvptx/sections.c: Likewise.
7162 * config/nvptx/sem.c: Likewise.
7163 * config/nvptx/single.c: Likewise.
7164 * config/nvptx/splay-tree.c: Likewise.
7165 * config/nvptx/target.c: Likewise.
7166 * config/nvptx/task.c: Likewise.
7167 * config/nvptx/team.c: Likewise.
7168 * config/nvptx/time.c: Likewise.
7169 * config/nvptx/work.c: Likewise.
7170 * configure.ac: Don't probe pthreads support for host nvptx*-*-*.
7171 * configure: Regenerate.
7172 * configure.tgt (config_path): Set to "nvptx" for target
7173 nvptx*-*-*.
7174
7175 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
7176
7177 * testsuite/libgomp.oacc-c-c++-common/vector-type-1.c: New file.
7178
7179 2015-08-03 Nathan Sidwell <nathan@codesourcery.com>
7180
7181 * plugin/plugin-nvptx.c: Don't include dlfcn.h.
7182 (cuda_errlist): Constify.
7183 (errmsg): Move into ...
7184 (cuda_error): ... here. Make smaller.
7185 (_XSTR, _STR): Delete.
7186 (cuda_synames): Delete.
7187 (verify_device_library): Delete.
7188 (nvptx_init): Don't call it.
7189
7190 2015-07-28 Tom de Vries <tom@codesourcery.com>
7191
7192 * testsuite/libgomp.c/uns-outer-4.c: New test.
7193
7194 2015-07-24 Cesar Philippidis <cesar@codesourcery.com>
7195
7196 * testsuite/libgomp.c/pr66714.c: New test.
7197
7198 2015-07-22 Maxim Blumenthal <maxim.blumenthal@intel.com>
7199
7200 PR libgomp/66950
7201 * testsuite/libgomp.c/examples-4/simd-7.c (N): Change to 30 from 45.
7202 (fib_ref): New function.
7203 (fib): Correct corner cases in the recursion.
7204 (main): Replace the non-simd loop with fib_ref call.
7205 * testsuite/libgomp.fortran/examples-4/simd-7.f90: (fib_ref): New
7206 subroutine.
7207 (fibonacci): Lower the parameter N to 30. Correct accordingly check
7208 for the last array element value. Replace the non-simd loop with
7209 fib_ref call. Remove redundant b_ref array. Remove the comparison
7210 of the last array element with according Fibonacci sequence element.
7211 (fib): Correct corner cases in the recursion.
7212
7213 2015-07-21 Nathan Sidwell <nathan@codesourcery.com>
7214
7215 * target.c (gomp_offload_image_to_device): Rename to ...
7216 (gomp_load_image_to_device): ... here.
7217 (GOMP_offload_register): Adjust call.
7218 (gomp_init_device): Likewise.
7219 (gomp_unload_image_from_device): New. Broken out of ...
7220 (GOMP_offload_unregister): ... here. Call it.
7221 (gomp_unload_device): New.
7222 * libgomp.h (gomp_unload_device): Declare.
7223 * oacc-init.c (acc_shutdown_1): Unload from device before deleting
7224 mem maps.
7225
7226 2015-07-20 Nathan Sidwell <nathan@codesourcery.com>
7227
7228 * oacc-parallel.c (GOACC_parallel): Move variadic handling into
7229 wait=-specific if.
7230 (GOACC_enter_exit_data, GOACC_update): Use consistent num_waits
7231 !=0 condition.
7232 (goacc_waits): Move !num_waits handling to ...
7233 (GOACC_wait): ... here, the only caller that might have zero waits.
7234
7235 * plugin/plugin-nvptx.c (struct targ_fn_descriptor): Move later.
7236 (struct ptx_image_data): Move earlier, add fns field.
7237 (struct ptx_device): Add images and image_lock fields.
7238 (ptx_images, ptx_image_lock): Delete.
7239 (nvptx_open_device): Initialize images and image_lock fields.
7240 (nvptx_close_device): Destroy image_lock.
7241 (GOMP_OFFLOAD_load_image): Register image to device-specific fields.
7242 (GOMP_OFFLOAD_unload_image): Unregister image from device-specific
7243 fields.
7244
7245 2015-07-17 Nathan Sidwell <nathan@codesourcery.com>
7246
7247 * target.c (GOMP_offload_register): Use int for device type arg.
7248 (GOMP_offload_unregister): Likewise.
7249
7250 * target.c (struct_offload_image_descr): Constify host_table.
7251 (gomp_offload_image_to_device): Likewise.
7252 (GOMP_offload_register, GOMP_offload_unregister): Likewise.
7253
7254 * libgomp.h (gomp_device_descr): Constify target data arguments.
7255 * target.c (struct offload_image_descr): Constify target_data.
7256 (gomp_offload_image_to_device): Likewise.
7257 (GOMP_offload_register): Likewise.
7258 (GOMP_offload_unregister): Likewise.
7259 * plugin/plugin-host.c (GOMP_OFFLOAD_load_image,
7260 GOMP_OFFLOAD_unload_image): Constify target data.
7261 * plugin/plugin-nvptx.c (struct ptx_image_data): Constify target data.
7262 (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): Likewise.
7263
7264 2015-07-16 Nathan Sidwell <nathan@codesourcery.com>
7265
7266 * plugin/plugin-nvptx.c (link_ptx): Constify string argument.
7267 Workaround driver library const error.
7268 (struct nvptx_tdata, nvptx_tdata_t): New.
7269 (GOMP_OFFLOAD_load_image): Use struct for target_data's real
7270 type.
7271
7272 2015-07-15 Maxim Blumenthal <maxim.blumenthal@intel.com>
7273
7274 * testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Change type
7275 of EPS parameter from integer to real.
7276 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: (check): Change
7277 type of EPS parameter from integer to real.
7278
7279 2015-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
7280
7281 * team.c (get_last_team): New.
7282 (gomp_new_team): Recycle last non-nested team if possible.
7283 (gomp_team_end): Move team work share list free lock destruction
7284 to ...
7285 (free_team): ... here.
7286
7287 2015-07-14 Maxim Blumenthal <maxim.blumenthal@intel.com>
7288
7289 * testsuite/libgomp.c/examples-4/simd-3.c: (main): Change type of res
7290 and ref from int to double. Replaced their comparison with
7291 an inequality of their difference and EPS.
7292 * testsuite/libgomp.c/examples-4/simd-8.c: (main): Replace the
7293 comparison of pri and a reference number with an inequality of their
7294 difference and EPS.
7295 * testsuite/libgomp.fortran/examples-4/simd-3.f90: (main): Replaced
7296 the comparison of sum and sum_ref with an inequality of their
7297 difference and EPS.
7298 * testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Replace
7299 the comparison of pri and a reference number with an inequality of
7300 their difference and EPS.
7301
7302 2015-07-13 Maxim Blumenthal <maxim.blumenthal@intel.com>
7303
7304 * testsuite/libgomp.c++/examples-4/e.53.2.C: Renamed to...
7305 * testsuite/libgomp.c++/examples-4/declare_target-2.C: ...this.
7306 * testsuite/libgomp.c++/examples-4/e.51.5.C: Renamed to...
7307 * testsuite/libgomp.c++/examples-4/target_data-5.C: ...this.
7308 * testsuite/libgomp.c/examples-4/e.56.3.c: Renamed to...
7309 * testsuite/libgomp.c/examples-4/array_sections-3.c: ...this.
7310 * testsuite/libgomp.c/examples-4/e.56.4.c: Renamed to...
7311 * testsuite/libgomp.c/examples-4/array_sections-4.c: ...this.
7312 * testsuite/libgomp.c/examples-4/e.55.1.c: Renamed to...
7313 * testsuite/libgomp.c/examples-4/async_target-1.c: ...this.
7314 * testsuite/libgomp.c/examples-4/e.55.2.c: Renamed to...
7315 * testsuite/libgomp.c/examples-4/async_target-2.c: ...this.
7316 (vec_mult_ref): Remove v1 and v2 arguments, turn them into local
7317 variables.
7318 (vec_mult): Likewise. Add #pragma omp taskwait.
7319 (main): Adjust caller.
7320 * testsuite/libgomp.c/examples-4/e.53.1.c: Renamed to...
7321 * testsuite/libgomp.c/examples-4/declare_target-1.c: ...this.
7322 * testsuite/libgomp.c/examples-4/e.53.3.c: Renamed to...
7323 * testsuite/libgomp.c/examples-4/declare_target-3.c: ...this.
7324 * testsuite/libgomp.c/examples-4/e.53.4.c: Renamed to...
7325 * testsuite/libgomp.c/examples-4/declare_target-4.c: ...this.
7326 * testsuite/libgomp.c/examples-4/e.53.5.c: Renamed to...
7327 * testsuite/libgomp.c/examples-4/declare_target-5.c: ...this.
7328 * testsuite/libgomp.c/examples-4/e.57.1.c: Renamed to...
7329 * testsuite/libgomp.c/examples-4/device-1.c: ...this.
7330 * testsuite/libgomp.c/examples-4/e.57.2.c: Renamed to...
7331 * testsuite/libgomp.c/examples-4/device-2.c: ...this.
7332 * testsuite/libgomp.c/examples-4/e.57.3.c: Renamed to...
7333 * testsuite/libgomp.c/examples-4/device-3.c: ...this.
7334 * testsuite/libgomp.c/examples-4/simd-1.c: New file.
7335 * testsuite/libgomp.c/examples-4/simd-2.c: New file.
7336 * testsuite/libgomp.c/examples-4/simd-3.c: New file.
7337 * testsuite/libgomp.c/examples-4/simd-4.c: New file.
7338 * testsuite/libgomp.c/examples-4/simd-5.c: New file.
7339 * testsuite/libgomp.c/examples-4/simd-6.c: New file.
7340 * testsuite/libgomp.c/examples-4/simd-7.c: New file.
7341 * testsuite/libgomp.c/examples-4/simd-8.c: New file.
7342 * testsuite/libgomp.c/examples-4/e.50.1.c: Renamed to...
7343 * testsuite/libgomp.c/examples-4/target-1.c: ...this.
7344 * testsuite/libgomp.c/examples-4/e.50.2.c: Renamed to...
7345 * testsuite/libgomp.c/examples-4/target-2.c: ...this.
7346 * testsuite/libgomp.c/examples-4/e.50.3.c: Renamed to...
7347 * testsuite/libgomp.c/examples-4/target-3.c: ...this.
7348 * testsuite/libgomp.c/examples-4/e.50.4.c: Renamed to...
7349 * testsuite/libgomp.c/examples-4/target-4.c: ...this.
7350 * testsuite/libgomp.c/examples-4/e.50.5.c: Renamed to...
7351 * testsuite/libgomp.c/examples-4/target-5.c: ...this.
7352 * testsuite/libgomp.c/examples-4/e.51.1.c: Renamed to...
7353 * testsuite/libgomp.c/examples-4/target_data-1.c: ...this.
7354 * testsuite/libgomp.c/examples-4/e.51.2.c: Renamed to...
7355 * testsuite/libgomp.c/examples-4/target_data-2.c: ...this.
7356 * testsuite/libgomp.c/examples-4/e.51.3.c: Renamed to...
7357 * testsuite/libgomp.c/examples-4/target_data-3.c: ...this.
7358 * testsuite/libgomp.c/examples-4/e.51.4.c: Renamed to...
7359 * testsuite/libgomp.c/examples-4/target_data-4.c: ...this.
7360 * testsuite/libgomp.c/examples-4/e.51.6.c: Renamed to...
7361 * testsuite/libgomp.c/examples-4/target_data-6.c: ...this.
7362 * testsuite/libgomp.c/examples-4/e.51.7.c: Renamed to...
7363 * testsuite/libgomp.c/examples-4/target_data-7.c: ...this.
7364 * testsuite/libgomp.c/examples-4/e.52.1.c: Renamed to...
7365 * testsuite/libgomp.c/examples-4/target_update-1.c: ...this.
7366 * testsuite/libgomp.c/examples-4/e.52.2.c: Renamed to...
7367 * testsuite/libgomp.c/examples-4/target_update-2.c: ...this.
7368 * testsuite/libgomp.c/examples-4/task_dep-1.c: New file.
7369 * testsuite/libgomp.c/examples-4/task_dep-2.c: New file.
7370 * testsuite/libgomp.c/examples-4/task_dep-3.c: New file.
7371 * testsuite/libgomp.c/examples-4/task_dep-4.c: New file.
7372 * testsuite/libgomp.c/examples-4/task_dep-5.c: New file.
7373 * testsuite/libgomp.c/examples-4/e.54.2.c: Renamed to...
7374 * testsuite/libgomp.c/examples-4/teams-2.c: ...this.
7375 * testsuite/libgomp.c/examples-4/e.54.3.c: Renamed to...
7376 * testsuite/libgomp.c/examples-4/teams-3.c: ...this.
7377 * testsuite/libgomp.c/examples-4/e.54.4.c: Renamed to...
7378 * testsuite/libgomp.c/examples-4/teams-4.c: ...this.
7379 * testsuite/libgomp.c/examples-4/e.54.5.c: Renamed to...
7380 * testsuite/libgomp.c/examples-4/teams-5.c: ...this.
7381 * testsuite/libgomp.c/examples-4/e.54.6.c: Renamed to...
7382 * testsuite/libgomp.c/examples-4/teams-6.c: ...this.
7383 * testsuite/libgomp.fortran/examples-4/e.56.3.f90: Renamed to...
7384 * testsuite/libgomp.fortran/examples-4/array_sections-3.f90: ...this.
7385 * testsuite/libgomp.fortran/examples-4/e.56.4.f90: Renamed to...
7386 * testsuite/libgomp.fortran/examples-4/array_sections-4.f90: ...this.
7387 * testsuite/libgomp.fortran/examples-4/e.55.1.f90: Renamed to...
7388 * testsuite/libgomp.fortran/examples-4/async_target-1.f90: ...this.
7389 * testsuite/libgomp.fortran/examples-4/e.55.2.f90: Renamed to...
7390 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: ...this.
7391 (vec_mult): Add !$omp taskwait.
7392 * testsuite/libgomp.fortran/examples-4/e.53.1.f90: Renamed to...
7393 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: ...this.
7394 * testsuite/libgomp.fortran/examples-4/e.53.2.f90: Renamed to...
7395 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: ...this.
7396 * testsuite/libgomp.fortran/examples-4/e.53.3.f90: Renamed to...
7397 * testsuite/libgomp.fortran/examples-4/declare_target-3.f90: ...this.
7398 * testsuite/libgomp.fortran/examples-4/e.53.4.f90: Renamed to...
7399 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90: ...this.
7400 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Renamed to...
7401 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90: ...this.
7402 * testsuite/libgomp.fortran/examples-4/e.57.1.f90: Renamed to...
7403 * testsuite/libgomp.fortran/examples-4/device-1.f90: ...this.
7404 * testsuite/libgomp.fortran/examples-4/e.57.2.f90: Renamed to...
7405 * testsuite/libgomp.fortran/examples-4/device-2.f90: ...this.
7406 * testsuite/libgomp.fortran/examples-4/e.57.3.f90: Renamed to...
7407 * testsuite/libgomp.fortran/examples-4/device-3.f90: ...this.
7408 * testsuite/libgomp.fortran/examples-4/simd-1.f90: New file.
7409 * testsuite/libgomp.fortran/examples-4/simd-2.f90: New file.
7410 * testsuite/libgomp.fortran/examples-4/simd-3.f90: New file.
7411 * testsuite/libgomp.fortran/examples-4/simd-4.f90: New file.
7412 * testsuite/libgomp.fortran/examples-4/simd-5.f90: New file.
7413 * testsuite/libgomp.fortran/examples-4/simd-6.f90: New file.
7414 * testsuite/libgomp.fortran/examples-4/simd-7.f90: New file.
7415 * testsuite/libgomp.fortran/examples-4/simd-8.f90: New file.
7416 * testsuite/libgomp.fortran/examples-4/e.50.1.f90: Renamed to...
7417 * testsuite/libgomp.fortran/examples-4/target-1.f90: ...this.
7418 * testsuite/libgomp.fortran/examples-4/e.50.2.f90: Renamed to...
7419 * testsuite/libgomp.fortran/examples-4/target-2.f90: ...this.
7420 * testsuite/libgomp.fortran/examples-4/e.50.3.f90: Renamed to...
7421 * testsuite/libgomp.fortran/examples-4/target-3.f90: ...this.
7422 * testsuite/libgomp.fortran/examples-4/e.50.4.f90: Renamed to...
7423 * testsuite/libgomp.fortran/examples-4/target-4.f90: ...this.
7424 * testsuite/libgomp.fortran/examples-4/e.50.5.f90: Renamed to...
7425 * testsuite/libgomp.fortran/examples-4/target-5.f90: ...this.
7426 * testsuite/libgomp.fortran/examples-4/e.51.1.f90: Renamed to...
7427 * testsuite/libgomp.fortran/examples-4/target_data-1.f90: ...this.
7428 * testsuite/libgomp.fortran/examples-4/e.51.2.f90: Renamed to...
7429 * testsuite/libgomp.fortran/examples-4/target_data-2.f90: ...this.
7430 * testsuite/libgomp.fortran/examples-4/e.51.3.f90: Renamed to...
7431 * testsuite/libgomp.fortran/examples-4/target_data-3.f90: ...this.
7432 * testsuite/libgomp.fortran/examples-4/e.51.4.f90: Renamed to...
7433 * testsuite/libgomp.fortran/examples-4/target_data-4.f90: ...this.
7434 * testsuite/libgomp.fortran/examples-4/e.51.5.f90: Renamed to...
7435 * testsuite/libgomp.fortran/examples-4/target_data-5.f90: ...this.
7436 * testsuite/libgomp.fortran/examples-4/e.51.6.f90: Renamed to...
7437 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: ...this.
7438 * testsuite/libgomp.fortran/examples-4/e.51.7.f90: Renamed to...
7439 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: ...this.
7440 * testsuite/libgomp.fortran/examples-4/e.52.1.f90: Renamed to...
7441 * testsuite/libgomp.fortran/examples-4/target_update-1.f90: ...this.
7442 * testsuite/libgomp.fortran/examples-4/e.52.2.f90: Renamed to...
7443 * testsuite/libgomp.fortran/examples-4/target_update-2.f90: ...this.
7444 * testsuite/libgomp.fortran/examples-4/task_dep-1.f90: New file.
7445 * testsuite/libgomp.fortran/examples-4/task_dep-2.f90: New file.
7446 * testsuite/libgomp.fortran/examples-4/task_dep-3.f90: New file.
7447 * testsuite/libgomp.fortran/examples-4/task_dep-4.f90: New file.
7448 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: New file.
7449 * testsuite/libgomp.fortran/examples-4/e.54.2.f90: Renamed to...
7450 * testsuite/libgomp.fortran/examples-4/teams-2.f90: ...this.
7451 * testsuite/libgomp.fortran/examples-4/e.54.3.f90: Renamed to...
7452 * testsuite/libgomp.fortran/examples-4/teams-3.f90: ...this.
7453 * testsuite/libgomp.fortran/examples-4/e.54.4.f90: Renamed to...
7454 * testsuite/libgomp.fortran/examples-4/teams-4.f90: ...this.
7455 * testsuite/libgomp.fortran/examples-4/e.54.5.f90: Renamed to...
7456 * testsuite/libgomp.fortran/examples-4/teams-5.f90: ...this.
7457 * testsuite/libgomp.fortran/examples-4/e.54.6.f90: Renamed to...
7458 * testsuite/libgomp.fortran/examples-4/teams-6.f90: ...this.
7459
7460 2015-07-10 Tom de Vries <tom@codesourcery.com>
7461
7462 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95: New test.
7463 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95: New test.
7464
7465 2015-07-08 Thomas Schwinge <thomas@codesourcery.com>
7466
7467 PR libgomp/65099
7468 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return 0 if not
7469 in a 64-bit configuration.
7470 * testsuite/libgomp.oacc-c++/c++.exp: Don't attempt nvidia
7471 offloading testing if no such device is available.
7472 * testsuite/libgomp.oacc-c/c.exp: Likewise.
7473 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
7474
7475 2015-07-08 Tom de Vries <tom@codesourcery.com>
7476
7477 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Fix
7478 second call to f.
7479 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
7480
7481 2015-07-07 Tom de Vries <tom@codesourcery.com>
7482
7483 PR tree-optimization/66642
7484 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Test low
7485 iteration count case.
7486 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c (init): New
7487 function, factor out of ...
7488 (main): ... here. Test low iteration count case.
7489
7490 2015-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
7491
7492 * libgomp.h (gomp_thread_pool): Comment last_team field.
7493
7494 2015-07-02 Uros Bizjak <ubizjak@gmail.com>
7495
7496 * testsuite/libgomp.c++/pr66702-1.C: Require
7497 vect_simd_clones effective target.
7498 * testsuite/libgomp.c++/pr66702-2.C: Ditto.
7499
7500 2015-06-30 Tom de Vries <tom@codesourcery.com>
7501
7502 * testsuite/libgomp.oacc-c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
7503 already set. Use DEFAULT_CFLAGS in dg-runtest.
7504 * testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Remove dg-options
7505 "-O2".
7506
7507 2015-06-30 Tom de Vries <tom@codesourcery.com>
7508
7509 * testsuite/libgomp.c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
7510 already set. Use DEFAULT_CFLAGS in dg-runtest.
7511 * testsuite/libgomp.c++/atomic-16.C: Remove dg-options "-O2 -fopenmp".
7512 * testsuite/libgomp.c++/pr64824.C: Same.
7513 * testsuite/libgomp.c++/pr64868.C: Same.
7514 * testsuite/libgomp.c++/pr66199-1.C: Same.
7515 * testsuite/libgomp.c++/pr66199-2.C: Same.
7516 * testsuite/libgomp.c++/target-2.C: Same.
7517 * testsuite/libgomp.c++/for-7.C: Use dg-additional-options for
7518 -std=<standard> option.
7519 * testsuite/libgomp.c++/udr-11.C: Same.
7520 * testsuite/libgomp.c++/udr-12.C: Same.
7521 * testsuite/libgomp.c++/udr-13.C: Same.
7522 * testsuite/libgomp.c++/udr-14.C: Same.
7523 * testsuite/libgomp.c++/udr-15.C: Same.
7524 * testsuite/libgomp.c++/udr-16.C: Same.
7525 * testsuite/libgomp.c++/udr-17.C: Same.
7526 * testsuite/libgomp.c++/udr-18.C: Same.
7527 * testsuite/libgomp.c++/udr-19.C: Same.
7528 * testsuite/libgomp.c++/atomic-1.C: Remove dg-options "-O2".
7529 * testsuite/libgomp.c++/simd-1.C: Same.
7530 * testsuite/libgomp.c++/simd-2.C: Same.
7531 * testsuite/libgomp.c++/simd-3.C: Same.
7532 * testsuite/libgomp.c++/simd-4.C: Same.
7533 * testsuite/libgomp.c++/simd-5.C: Same.
7534 * testsuite/libgomp.c++/simd-6.C: Same.
7535 * testsuite/libgomp.c++/simd-7.C: Same.
7536 * testsuite/libgomp.c++/simd-8.C: Same.
7537 * testsuite/libgomp.c++/simd-9.C: Same.
7538 * testsuite/libgomp.c++/simd10.C: Same.
7539 * testsuite/libgomp.c++/simd11.C: Same.
7540 * testsuite/libgomp.c++/simd12.C: Same.
7541 * testsuite/libgomp.c++/simd13.C: Same.
7542
7543 2015-06-30 Jakub Jelinek <jakub@redhat.com>
7544
7545 PR middle-end/66702
7546 * testsuite/libgomp.c++/pr66702-1.C: New test.
7547 * testsuite/libgomp.c++/pr66702-2.C: New test.
7548
7549 2015-06-30 Tom de Vries <tom@codesourcery.com>
7550
7551 * testsuite/libgomp.c/parloops-exit-first-loop-alt-5.c: New test.
7552 * testsuite/libgomp.c/parloops-exit-first-loop-alt-6.c: New test.
7553 * testsuite/libgomp.c/parloops-exit-first-loop-alt-7.c: New test.
7554 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Update comment.
7555
7556 2015-06-30 Tom de Vries <tom@codesourcery.com>
7557
7558 PR tree-optimization/66652
7559 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (f): Rewrite
7560 using restrict pointers.
7561 (main): Add arguments to calls to f.
7562 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
7563
7564 2015-06-23 Andreas Tobler <andreast@gcc.gnu.org>
7565
7566 * configure.ac: Fix check for header <sys/sysctl.h>.
7567 * configure: Regenerate.
7568 * config.h.in: Likewise.
7569
7570 2015-06-23 Tom de Vries <tom@codesourcery.com>
7571
7572 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Use
7573 abort.
7574 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c (main): Same.
7575
7576 2015-06-19 Thomas Schwinge <thomas@codesourcery.com>
7577
7578 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Only consider for
7579 acc_device_nvidia.
7580
7581 PR libgomp/66518
7582 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: XFAIL.
7583 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
7584
7585 2015-06-15 Tom de Vries <tom@codesourcery.com>
7586
7587 * testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2". Use
7588 dg-additional-options for any remaining options.
7589 * testsuite/libgomp.c/atomic-2.c: Same.
7590 * testsuite/libgomp.c/atomic-4.c: Same.
7591 * testsuite/libgomp.c/atomic-5.c: Same.
7592 * testsuite/libgomp.c/atomic-6.c: Same.
7593 * testsuite/libgomp.c/autopar-1.c: Same.
7594 * testsuite/libgomp.c/copyin-1.c: Same.
7595 * testsuite/libgomp.c/copyin-2.c: Same.
7596 * testsuite/libgomp.c/copyin-3.c: Same.
7597 * testsuite/libgomp.c/examples-4/e.53.5.c: Same.
7598 * testsuite/libgomp.c/nestedfn-5.c: Same.
7599 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Same.
7600 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Same.
7601 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: Same.
7602 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
7603 * testsuite/libgomp.c/pr32362-1.c: Same.
7604 * testsuite/libgomp.c/pr32362-2.c: Same.
7605 * testsuite/libgomp.c/pr32362-3.c: Same.
7606 * testsuite/libgomp.c/pr39591-1.c: Same.
7607 * testsuite/libgomp.c/pr39591-2.c: Same.
7608 * testsuite/libgomp.c/pr39591-3.c: Same.
7609 * testsuite/libgomp.c/pr58392.c: Same.
7610 * testsuite/libgomp.c/pr58756.c: Same.
7611 * testsuite/libgomp.c/simd-1.c: Same.
7612 * testsuite/libgomp.c/simd-10.c: Same.
7613 * testsuite/libgomp.c/simd-11.c: Same.
7614 * testsuite/libgomp.c/simd-12.c: Same.
7615 * testsuite/libgomp.c/simd-13.c: Same.
7616 * testsuite/libgomp.c/simd-14.c: Same.
7617 * testsuite/libgomp.c/simd-15.c: Same.
7618 * testsuite/libgomp.c/simd-2.c: Same.
7619 * testsuite/libgomp.c/simd-3.c: Same.
7620 * testsuite/libgomp.c/simd-4.c: Same.
7621 * testsuite/libgomp.c/simd-5.c: Same.
7622 * testsuite/libgomp.c/simd-6.c: Same.
7623 * testsuite/libgomp.c/simd-7.c: Same.
7624 * testsuite/libgomp.c/simd-8.c: Same.
7625 * testsuite/libgomp.c/simd-9.c: Same.
7626
7627 2015-06-15 Tom de Vries <tom@codesourcery.com>
7628
7629 * testsuite/libgomp.c/pr35625.c: Fix typo.
7630
7631 2015-06-15 Tom de Vries <tom@codesourcery.com>
7632
7633 * testsuite/libgomp.c/atomic-18.c: Remove superfluous -fopenmp setting
7634 in dg-options.
7635 * testsuite/libgomp.c/atomic-3.c: Same.
7636 * testsuite/libgomp.c/debug-1.c: Same.
7637 * testsuite/libgomp.c/nqueens-1.c: Same.
7638 * testsuite/libgomp.c/pr26171.c: Same.
7639 * testsuite/libgomp.c/pr48591.c: Same.
7640 * testsuite/libgomp.c/pr64824.c: Same.
7641 * testsuite/libgomp.c/pr64868.c: Same.
7642 * testsuite/libgomp.c/pr66133.c: Same.
7643 * testsuite/libgomp.c/pr66199-1.c: Same.
7644 * testsuite/libgomp.c/pr66199-2.c: Same.
7645 * testsuite/libgomp.c/target-8.c: Same.
7646
7647 2015-06-15 Tom de Vries <tom@codesourcery.com>
7648
7649 * testsuite/libgomp.c/collapse-3.c: Use dg-additional-options for
7650 -std={gnu99,c99}.
7651 * testsuite/libgomp.c/for-1.c: Same.
7652 * testsuite/libgomp.c/for-2.c: Same.
7653 * testsuite/libgomp.c/for-3.c: Same.
7654 * testsuite/libgomp.c/pr35625.c: Same.
7655 * testsuite/libgomp.c/pr39154.c: Same.
7656 * testsuite/libgomp.c/simd-16.c: Same.
7657 * testsuite/libgomp.c/simd-17.c: Same.
7658
7659 2015-06-13 Tom de Vries <tom@codesourcery.com>
7660
7661 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: New test.
7662
7663 2015-06-13 Tom de Vries <tom@codesourcery.com>
7664
7665 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Add comment.
7666 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
7667 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Add comment.
7668 (N): Define.
7669 (main): Use N instead of hardcoded constants.
7670
7671 2015-06-05 Tom de Vries <tom@codesourcery.com>
7672
7673 merge from gomp4 branch:
7674 2015-05-28 Tom de Vries <tom@codesourcery.com>
7675
7676 PR tree-optimization/65443
7677 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: New test.
7678 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: New test.
7679 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: New test.
7680
7681 2015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7682
7683 * testsuite/libgomp.graphite/bounds.c: Adjust for
7684 cleanup-tree-dump removal.
7685 * testsuite/libgomp.graphite/force-parallel-1.c: Likewise.
7686 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
7687 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
7688 * testsuite/libgomp.graphite/force-parallel-4.c: Likewise.
7689 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
7690 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
7691 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
7692 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
7693 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
7694 * testsuite/libgomp.graphite/pr41118.c: Likewise.
7695
7696 2015-05-28 Uros Bizjak <ubizjak@gmail.com>
7697
7698 * config/linux/x86/futex.h (sys_futex0) [!__x86_64__]: Remove function.
7699 (futex_wait) [!__x86_64__]: Use __asm operand instead of sys_futex0.
7700 (futex_wake) [!__x86_64__]: Ditto.
7701
7702 2015-05-28 Julian Brown <julian@codesourcery.com>
7703
7704 * oacc-init.c (resolve_device): Add FAIL_IS_ERROR argument. Update
7705 function comment. Only call gomp_fatal if new argument is true.
7706 (acc_dev_num_out_of_range): New function.
7707 (acc_init_1, acc_shutdown_1): Update call to resolve_device. Call
7708 acc_dev_num_out_of_range as appropriate.
7709 (acc_get_num_devices, acc_set_device_type, acc_get_device_type)
7710 (acc_get_device_num, acc_set_device_num): Update calls to
7711 resolve_device.
7712 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Update expected test
7713 output.
7714
7715 2015-05-28 Julian Brown <julian@codesourcery.com>
7716
7717 PR libgomp/65742
7718 * oacc-init.c (plugin/plugin-host.h): Include.
7719 (acc_on_device): Check whether we're in an offloaded region for
7720 host_nonshm
7721 plugin. Don't use __builtin_acc_on_device.
7722 * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_parallel): Set
7723 nonshm_exec flag in thread-local data.
7724 (GOMP_OFFLOAD_openacc_create_thread_data): Allocate thread-local
7725 data for host_nonshm plugin.
7726 (GOMP_OFFLOAD_openacc_destroy_thread_data): Free thread-local data
7727 for host_nonshm plugin.
7728 * plugin/plugin-host.h: New.
7729
7730 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
7731
7732 * config/linux/ia64/futex.h (sys_futex0) Change operand "op" to int.
7733
7734 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
7735
7736 * config/linux/wait.h (gomp_futex_wait, gomp_futex_wake):
7737 Declare as int.
7738 (FUTEX_PRIVATE_FLAG): Remove L suffix.
7739 * config/linux/mutex.c (gomp_futex_wait, gomp_futex_wake):
7740 Declare as int.
7741
7742 2015-05-27 Uros Bizjak <ubizjak@gmail.com>
7743
7744 * config/linux/x86/futex.h (sys_futex0) [__PIC__]: Remove function.
7745
7746 2015-05-27 Chung-Lin Tang <cltang@codesourcery.com>
7747
7748 * target.c (gomp_map_pointer): New function abstracting out
7749 GOMP_MAP_POINTER handling.
7750 (gomp_map_vars): Remove GOMP_MAP_POINTER handling code and use
7751 gomp_map_pointer().
7752
7753 2015-05-19 Jakub Jelinek <jakub@redhat.com>
7754
7755 PR middle-end/66199
7756 * testsuite/libgomp.c/pr66199-1.c: New test.
7757 * testsuite/libgomp.c/pr66199-2.c: New test.
7758 * testsuite/libgomp.c++/pr66199-1.C: New test.
7759 * testsuite/libgomp.c++/pr66199-2.C: New test.
7760 * testsuite/libgomp.fortran/pr66199-1.f90: New test.
7761 * testsuite/libgomp.fortran/pr66199-2.f90: New test.
7762
7763 2015-05-19 Julian Brown <julian@codesourcery.com>
7764
7765 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return zero
7766 on cuInit failure.
7767
7768 2015-05-13 Jakub Jelinek <jakub@redhat.com>
7769
7770 PR middle-end/66133
7771 * testsuite/libgomp.c/pr66133.c: New test.
7772
7773 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
7774
7775 * Makefile.in: Regenerated with automake-1.11.6.
7776 * aclocal.m4: Likewise.
7777 * config.h.in: Likewise.
7778 * configure: Likewise.
7779 * testsuite/Makefile.in: Likewise.
7780
7781 2015-05-08 Jason Merrill <jason@redhat.com>
7782
7783 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c (main): Use
7784 _Complex.
7785
7786 * openacc.h (__GOACC_NOTHROW): Fix noexcept syntax.
7787
7788 2015-05-06 Julian Brown <julian@codesourcery.com>
7789
7790 * oacc-init.c (acc_device_lock): Add explanatory comment.
7791 (resolve_device): Add comment about locking requirement.
7792 (acc_init_1, acc_shutdown_1): Likewise. Add locking around
7793 gomp_init_device and gomp_fini_device calls.
7794 (acc_get_num_devices, acc_set_device_type, acc_get_device_type)
7795 (acc_get_device_num, acc_set_device_num): Add locking around
7796 resolve_device and gomp_init_device calls.
7797
7798 2015-05-06 Julian Brown <julian@codesourcery.com>
7799
7800 * oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for
7801 goacc_thread_lock on error paths.
7802 * oacc-mem.c (lookup_host): Remove locking from function. Note
7803 locking requirement for caller in function comment.
7804 (lookup_dev): Likewise.
7805 (acc_free, acc_deviceptr, acc_hostptr, acc_is_present)
7806 (acc_map_data, acc_unmap_data, present_create_copy, delete_copyout)
7807 (update_dev_host, gomp_acc_insert_pointer, gomp_acc_remove_pointer):
7808 Add locking.
7809
7810 2015-05-05 Thomas Schwinge <thomas@codesourcery.com>
7811
7812 PR testsuite/65205
7813 PR libgomp/65993
7814 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: In dg-output,
7815 don't expect "0x" prefix for "%p" format specifier, don't expect
7816 "(nil)" for NULL pointer.
7817 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
7818 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
7819 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
7820 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
7821 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
7822 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
7823 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
7824 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
7825 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
7826 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
7827 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
7828 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
7829 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
7830 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
7831 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
7832 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
7833 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
7834 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
7835 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
7836 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
7837 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
7838 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
7839 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
7840 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
7841 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
7842 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
7843 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
7844 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
7845 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: More
7846 accurately specify what we're looking for.
7847 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
7848 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
7849 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
7850 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
7851 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
7852
7853 2015-04-30 James Norris <jnorris@codesourcery.com>
7854
7855 PR testsuite/65205
7856 * testsuite/lib/libgomp.exp
7857 (check_effective_target_openacc_host_selected)
7858 (check_effective_target_openacc_host_nonshm_selected): New
7859 procedures.
7860 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Fix misuse of
7861 dg-shouldfail.
7862 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
7863 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
7864 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
7865 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
7866 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
7867 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
7868 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
7869 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
7870 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
7871 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
7872 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
7873 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
7874 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
7875 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
7876 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
7877 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
7878 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
7879 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
7880 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
7881 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
7882 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
7883 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
7884 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
7885 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
7886 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
7887 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
7888 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
7889 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
7890 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
7891 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
7892 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
7893 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
7894 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
7895 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
7896 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
7897 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
7898 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
7899 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
7900 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
7901 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
7902 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
7903 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
7904 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
7905
7906 2015-04-08 Julian Brown <julian@codesourcery.com>
7907
7908 * libgomp.h (target_mem_desc: Remove mem_map field.
7909 (acc_dispatch_t): Remove open_device_func, close_device_func,
7910 get_device_num_func, set_device_num_func, target_data members.
7911 Change create_thread_data_func argument to device number instead of
7912 generic pointer.
7913 * oacc-async.c (assert.h): Include.
7914 (acc_async_test, acc_async_test_all, acc_wait, acc_wait_async)
7915 (acc_wait_all, acc_wait_all_async): Use current host thread's
7916 active device, not base_dev.
7917 * oacc-cuda.c (acc_get_current_cuda_device)
7918 (acc_get_current_cuda_context, acc_get_cuda_stream)
7919 (acc_set_cuda_stream): Likewise.
7920 * oacc-host.c (host_dispatch): Don't set open_device_func,
7921 close_device_func, get_device_num_func or set_device_num_func.
7922 * oacc-init.c (base_dev, init_key): Remove.
7923 (cached_base_dev): New.
7924 (name_of_acc_device_t): New.
7925 (acc_init_1): Initialise default-numbered device, not zeroth.
7926 (acc_shutdown_1): Close all devices of a given type.
7927 (goacc_destroy_thread): Don't use base_dev.
7928 (lazy_open, lazy_init, lazy_init_and_open): Remove.
7929 (goacc_attach_host_thread_to_device): New.
7930 (acc_init): Reimplement with goacc_attach_host_thread_to_device.
7931 (acc_get_num_devices): Don't use base_dev.
7932 (acc_set_device_type): Reimplement.
7933 (acc_get_device_type): Don't use base_dev.
7934 (acc_get_device_num): Tweak logic.
7935 (acc_set_device_num): Likewise.
7936 (acc_on_device): Use acc_get_device_type.
7937 (goacc_runtime_initialize): Initialize cached_base_dev not base_dev.
7938 (goacc_lazy_initialize): Reimplement with acc_init and
7939 goacc_attach_host_thread_to_device.
7940 * oacc-int.h (goacc_thread): Add base_dev field.
7941 (base_dev): Remove extern declaration.
7942 (goacc_attach_host_thread_to_device): Add prototype.
7943 * oacc-mem.c (acc_malloc): Use current thread's device instead of
7944 base_dev.
7945 (acc_free): Likewise.
7946 (acc_memcpy_to_device): Likewise.
7947 (acc_memcpy_from_device): Likewise.
7948 * oacc-parallel.c (select_acc_device): Remove. Replace calls with
7949 goacc_lazy_initialize (throughout).
7950 (GOACC_parallel): Use tgt_offset to locate target functions.
7951 * target.c (gomp_map_vars): Don't set tgt->mem_map.
7952 (gomp_unmap_vars): Use devicep->mem_map pointer not tgt->mem_map.
7953 (gomp_load_plugin_for_device): Remove open_device, close_device,
7954 get_device_num, set_device_num openacc hook initialisation. Don't set
7955 openacc.target_data.
7956 * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_open_device)
7957 (GOMP_OFFLOAD_openacc_close_device)
7958 (GOMP_OFFLOAD_openacc_get_device_num)
7959 (GOMP_OFFLOAD_openacc_set_device_num): Remove.
7960 (GOMP_OFFLOAD_openacc_create_thread_data): Change (unused) argument
7961 to int.
7962 * plugin/plugin-nvptx.c (ptx_inited): Remove.
7963 (instantiated_devices, ptx_dev_lock): New.
7964 (struct ptx_image_data): New.
7965 (ptx_devices, ptx_images, ptx_image_lock): New.
7966 (fini_streams_for_device): Reorder cuStreamDestroy call.
7967 (nvptx_get_num_devices): Remove forward declaration.
7968 (nvptx_init): Change return type to bool.
7969 (nvptx_fini): Remove.
7970 (nvptx_attach_host_thread_to_device): New.
7971 (nvptx_open_device): Return struct ptx_device* instead of void*.
7972 (nvptx_close_device): Change argument type to struct ptx_device*,
7973 return type to void.
7974 (nvptx_get_num_devices): Use instantiated_devices not ptx_inited.
7975 (kernel_target_data, kernel_host_table): Remove static globals.
7976 (GOMP_OFFLOAD_register_image, GOMP_OFFLOAD_get_table): Remove.
7977 (GOMP_OFFLOAD_init_device): Reimplement.
7978 (GOMP_OFFLOAD_fini_device): Likewise.
7979 (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): New.
7980 (GOMP_OFFLOAD_alloc, GOMP_OFFLOAD_free, GOMP_OFFLOAD_dev2host)
7981 (GOMP_OFFLOAD_host2dev): Use ORD argument.
7982 (GOMP_OFFLOAD_openacc_open_device)
7983 (GOMP_OFFLOAD_openacc_close_device)
7984 (GOMP_OFFLOAD_openacc_set_device_num)
7985 (GOMP_OFFLOAD_openacc_get_device_num): Remove.
7986 (GOMP_OFFLOAD_openacc_create_thread_data): Change argument to int
7987 (device number).
7988
7989 testsuite/
7990 * libgomp.oacc-c-c++-common/lib-9.c: Fix devnum check in test.
7991
7992 2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
7993
7994 * libgomp-plugin.h (struct mapping_table): Replace with addr_pair.
7995 * libgomp.h (struct gomp_memory_mapping): Remove.
7996 (struct target_mem_desc): Change type of mem_map from
7997 gomp_memory_mapping * to splay_tree_s *.
7998 (struct gomp_device_descr): Remove register_image_func, get_table_func.
7999 Add load_image_func, unload_image_func.
8000 Change type of mem_map from gomp_memory_mapping to splay_tree_s.
8001 Remove offload_regions_registered.
8002 (gomp_init_tables): Remove.
8003 (gomp_free_memmap): Change type of argument from gomp_memory_mapping *
8004 to splay_tree_s *.
8005 * libgomp.map (GOMP_4.0.1): Add GOMP_offload_unregister.
8006 * oacc-host.c (host_dispatch): Do not initialize register_image_func,
8007 get_table_func, mem_map.is_initialized, mem_map.splay_tree.root,
8008 offload_regions_registered.
8009 Initialize load_image_func, unload_image_func, mem_map.root.
8010 (goacc_host_init): Do not initialize host_dispatch.mem_map.lock.
8011 * oacc-init.c (lazy_open): Don't call gomp_init_tables.
8012 (acc_shutdown_1): Use dev's lock and splay_tree instead of mem_map's.
8013 * oacc-mem.c (lookup_host): Get gomp_device_descr *dev instead of
8014 gomp_memory_mapping *. Use dev's lock and splay_tree.
8015 (lookup_dev): Use dev's lock.
8016 (acc_deviceptr): Pass dev to lookup_host instead of mem_map.
8017 (acc_is_present): Likewise.
8018 (acc_map_data): Likewise.
8019 (acc_unmap_data): Likewise. Use dev's lock.
8020 (present_create_copy): Likewise.
8021 (delete_copyout): Pass dev to lookup_host instead of mem_map.
8022 (update_dev_host): Likewise.
8023 (gomp_acc_remove_pointer): Likewise. Use dev's lock.
8024 * oacc-parallel.c (GOACC_parallel): Use dev's lock and splay_tree.
8025 * plugin/plugin-host.c (GOMP_OFFLOAD_register_image): Remove.
8026 (GOMP_OFFLOAD_get_table): Remove
8027 (GOMP_OFFLOAD_load_image): New function.
8028 (GOMP_OFFLOAD_unload_image): New function.
8029 * target.c (register_lock): New mutex for offload image registration.
8030 (num_devices): Do not guard with PLUGIN_SUPPORT.
8031 (gomp_realloc_unlock): New static function.
8032 (gomp_map_vars_existing): Add device descriptor argument. Unlock mutex
8033 before gomp_fatal.
8034 (gomp_map_vars): Use dev's lock and splay_tree instead of mem_map's.
8035 Pass devicep to gomp_map_vars_existing. Unlock mutex before gomp_fatal.
8036 (gomp_copy_from_async): Use dev's lock and splay_tree instead of
8037 mem_map's.
8038 (gomp_unmap_vars): Likewise.
8039 (gomp_update): Remove gomp_memory_mapping argument. Use dev's lock and
8040 splay_tree instead of mm's. Unlock mutex before gomp_fatal.
8041 (gomp_offload_image_to_device): New static function.
8042 (GOMP_offload_register): Add mutex lock.
8043 Call gomp_offload_image_to_device for all initialized devices.
8044 Replace gomp_realloc with gomp_realloc_unlock.
8045 (GOMP_offload_unregister): New function.
8046 (gomp_init_tables): Replace with gomp_init_device. Replace a call to
8047 get_table_func from the plugin with calls to init_device_func and
8048 gomp_offload_image_to_device.
8049 (gomp_free_memmap): Change type of argument from gomp_memory_mapping *
8050 to splay_tree_s *.
8051 (GOMP_target): Do not call gomp_init_tables. Use dev's lock and
8052 splay_tree instead of mem_map's. Unlock mutex before gomp_fatal.
8053 (GOMP_target_data): Do not call gomp_init_tables.
8054 (GOMP_target_update): Likewise. Remove argument from gomp_update.
8055 (gomp_load_plugin_for_device): Replace register_image and get_table
8056 with load_image and unload_image in DLSYM ().
8057 (gomp_register_images_for_device): Remove function.
8058 (gomp_target_init): Do not initialize current_device.mem_map.*,
8059 current_device.offload_regions_registered.
8060 Remove call to gomp_register_images_for_device.
8061 Do not free offload_images and num_offload_images.
8062
8063 2015-03-30 Jakub Jelinek <jakub@redhat.com>
8064
8065 PR fortran/65597
8066 * testsuite/libgomp.fortran/pr65597.f90: New test.
8067
8068 2015-03-27 Tom de Vries <tom@codesourcery.com>
8069
8070 PR testsuite/65594
8071 * testsuite/libgomp.graphite/force-parallel-6.c (abort): Declare.
8072 (init, check): New function.
8073 (foo): Change return type to void.
8074 (main): Call init and check.
8075
8076 2015-03-27 Tom de Vries <tom@codesourcery.com>
8077
8078 PR testsuite/65594
8079 * testsuite/libgomp.graphite/force-parallel-6.c (M): Define.
8080 (foo): Use M for non-inner loops to scale down test-case.
8081
8082 2015-03-25 Kai Tietz <ktietz@redhat.com>
8083
8084 PR libgomp/64972
8085 * oacc-parallel.c (GOACC_parallel): Use PRIu64 if available.
8086 (GOACC_data_start): Likewise.
8087 * target.c (gomp_map_vars): Likewise.
8088
8089 2015-03-21 John David Anglin <danglin@gcc.gnu.org>
8090
8091 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on
8092 hppa*-*-hpux*.
8093
8094 2015-03-19 Jakub Jelinek <jakub@redhat.com>
8095
8096 * testsuite/libgomp.c/target-10.c: New test.
8097 * testsuite/libgomp.c++/target-4.C: New test.
8098
8099 2015-03-13 Ilya Verbin <ilya.verbin@intel.com>
8100
8101 * testsuite/libgomp.fortran/declare-target-1.f90: New test.
8102 * testsuite/libgomp.fortran/declare-target-2.f90: New file.
8103
8104 2015-03-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
8105
8106 * configure.tgt (*-*-rtems*): Use local-exec TLS model.
8107 * configure.ac (*-*-rtems*): Assume Pthread is supported.
8108 (pthread.h): Check for this header file.
8109 * configure: Regenerate.
8110
8111 2015-02-25 Tom de Vries <tom@codesourcery.com>
8112
8113 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c (DO_PRAGMA)
8114 (check_reduction_op, check_reduction_macro, max, min):
8115 Declare.
8116 (test_reductions_int, test_reductions_minmax, test_reductions_bool): New
8117 function.
8118 (main): Use new functions.
8119
8120 2015-02-18 Ilya Tocar <ilya.tocar@intel.com>
8121
8122 * target.c (gomp_load_plugin_for_device): Use const char * instead of
8123 char * for variables holding dlerror return values.
8124 (DLSYM_OPT): Ditto.
8125
8126 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
8127
8128 * libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo.
8129
8130 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
8131 Cesar Philippidis <cesar@codesourcery.com>
8132
8133 * oacc-ptx.h (GOACC_INTERNAL_PTX): Add GOACC_tid, GOACC_ntid,
8134 GOACC_ctaid, and GOACC_nctaid routines.
8135
8136 2015-02-11 Jakub Jelinek <jakub@redhat.com>
8137
8138 PR c/64824
8139 * testsuite/libgomp.c/atomic-18.c: New test.
8140 * testsuite/libgomp.c++/atomic-16.C: New test.
8141
8142 2015-02-04 Jakub Jelinek <jakub@redhat.com>
8143
8144 PR c/64824
8145 PR c/64868
8146 * testsuite/libgomp.c/pr64824.c: New test.
8147 * testsuite/libgomp.c/pr64868.c: New test.
8148 * testsuite/libgomp.c++/pr64824.C: New test.
8149 * testsuite/libgomp.c++/pr64868.C: New test.
8150
8151 2015-02-01 David Edelsohn <dje.gcc@gmail.com>
8152
8153 PR libgomp/64635
8154 * configure.tgt (*-*-aix*): Use standard posix plugin-suffix.h.
8155 Link with -lpthread.
8156 * config/aix/plugin-suffix.h: Delete.
8157
8158 2015-01-28 Jack Howarth <howarth.at.gcc@gmail.com>
8159
8160 PR libgomp/64635
8161 * configure.tgt (*-*-aix*): Use config_path "aix posix".
8162 (*-*-darwin*): Use config_path "bsd darwin posix".
8163 (*-*-hpux*): Use config_path "hpux posix".
8164 * target.c: Add include of plugin-suffix.h and use
8165 SONAME_SUFFIX macro.
8166 * config/aix/plugin-suffix.h: New file.
8167 * config/darwin/plugin-suffix.h: New file.
8168 * config/hpux/plugin-suffix.h: New file.
8169 * config/posix/plugin-suffix.h: New file.
8170
8171 2015-01-23 Jakub Jelinek <jakub@redhat.com>
8172
8173 PR middle-end/64734
8174 * libgomp.c/pr64734.c: New test.
8175
8176 2015-01-23 Tom de Vries <tom@codesourcery.com>
8177
8178 PR libgomp/64672
8179 * testsuite/libgomp.oacc-c-c++-common/abort-5.c: New test.
8180
8181 2015-01-23 Tom de Vries <tom@codesourcery.com>
8182
8183 PR libgomp/64707
8184 * testsuite/libgomp.c/target-9.c: Add -ftree-parallelize-loops=0 to
8185 dg-options.
8186
8187 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
8188
8189 PR libgomp/64625
8190 * libgomp_g.h (GOACC_data_start, GOACC_enter_exit_data)
8191 (GOACC_parallel, GOACC_update): Remove const_void *offload_table
8192 formal parameter. Update all users.
8193 * target.c (GOMP_target, GOMP_target_data, GOMP_target_update):
8194 Document unused formal parameter.
8195
8196 2015-01-16 Thomas Schwinge <thomas@codesourcery.com>
8197
8198 * oacc-parallel.c: Don't include <alloca.h>.
8199 (GOACC_parallel): Use gomp_alloca instead of alloca.
8200
8201 2015-01-16 Gerald Pfeifer <gerald@pfeifer.com>
8202
8203 * target.c (num_devices): Guard with PLUGIN_SUPPORT.
8204
8205 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
8206 James Norris <jnorris@codesourcery.com>
8207 Tom de Vries <tom@codesourcery.com>
8208 Julian Brown <julian@codesourcery.com>
8209 Cesar Philippidis <cesar@codesourcery.com>
8210 Nathan Sidwell <nathan@codesourcery.com>
8211 Tobias Burnus <burnus@net-b.de>
8212
8213 * Makefile.am (search_path): Add $(top_srcdir)/../include.
8214 (libgomp_la_SOURCES): Add splay-tree.c, libgomp-plugin.c,
8215 oacc-parallel.c, oacc-host.c, oacc-init.c, oacc-mem.c,
8216 oacc-async.c, oacc-plugin.c, oacc-cuda.c.
8217 [USE_FORTRAN] (libgomp_la_SOURCES): Add openacc.f90.
8218 Include $(top_srcdir)/plugin/Makefrag.am.
8219 (nodist_libsubinclude_HEADERS): Add openacc.h.
8220 [USE_FORTRAN] (nodist_finclude_HEADERS): Add openacc_lib.h,
8221 openacc.f90, openacc.mod, openacc_kinds.mod.
8222 (omp_lib.mod): Generalize into...
8223 (%.mod): ... this new rule.
8224 (openacc_kinds.mod, openacc.mod): New rules.
8225 * plugin/configfrag.ac: New file.
8226 * configure.ac: Move plugin/offloading support into it. Include
8227 it. Instantiate testsuite/libgomp-test-support.pt.exp.
8228 * plugin/Makefrag.am: New file.
8229 * testsuite/Makefile.am (OFFLOAD_TARGETS)
8230 (OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS): Don't
8231 export.
8232 (libgomp-test-support.exp): New rule.
8233 (all-local): Depend on it.
8234 * Makefile.in: Regenerate.
8235 * testsuite/Makefile.in: Regenerate.
8236 * config.h.in: Likewise.
8237 * configure: Likewise.
8238 * configure.tgt: Harden shell syntax.
8239 * env.c: Include "oacc-int.h".
8240 (parse_acc_device_type): New function.
8241 (gomp_debug_var, goacc_device_type, goacc_device_num): New
8242 variables.
8243 (initialize_env): Initialize those. Call
8244 goacc_runtime_initialize.
8245 * error.c (gomp_vdebug, gomp_debug, gomp_vfatal): New functions.
8246 (gomp_fatal): Call gomp_vfatal.
8247 * libgomp.h: Include "libgomp-plugin.h" and <stdarg.h>.
8248 (gomp_debug_var, goacc_device_type, goacc_device_num, gomp_vdebug)
8249 (gomp_debug, gomp_verror, gomp_vfatal, gomp_init_targets_once)
8250 (splay_tree_node, splay_tree, splay_tree_key)
8251 (struct target_mem_desc, struct splay_tree_key_s)
8252 (struct gomp_memory_mapping, struct acc_dispatch_t)
8253 (struct gomp_device_descr, gomp_acc_insert_pointer)
8254 (gomp_acc_remove_pointer, target_mem_desc, gomp_copy_from_async)
8255 (gomp_unmap_vars, gomp_init_device, gomp_init_tables)
8256 (gomp_free_memmap, gomp_fini_device): New declarations.
8257 (gomp_vdebug, gomp_debug): New macros.
8258 Include "splay-tree.h".
8259 * libgomp.map (OACC_2.0): New symbol version. Use for
8260 acc_get_num_devices, acc_get_num_devices_h_, acc_set_device_type,
8261 acc_set_device_type_h_, acc_get_device_type,
8262 acc_get_device_type_h_, acc_set_device_num, acc_set_device_num_h_,
8263 acc_get_device_num, acc_get_device_num_h_, acc_async_test,
8264 acc_async_test_h_, acc_async_test_all, acc_async_test_all_h_,
8265 acc_wait, acc_wait_h_, acc_wait_async, acc_wait_async_h_,
8266 acc_wait_all, acc_wait_all_h_, acc_wait_all_async,
8267 acc_wait_all_async_h_, acc_init, acc_init_h_, acc_shutdown,
8268 acc_shutdown_h_, acc_on_device, acc_on_device_h_, acc_malloc,
8269 acc_free, acc_copyin, acc_copyin_32_h_, acc_copyin_64_h_,
8270 acc_copyin_array_h_, acc_present_or_copyin,
8271 acc_present_or_copyin_32_h_, acc_present_or_copyin_64_h_,
8272 acc_present_or_copyin_array_h_, acc_create, acc_create_32_h_,
8273 acc_create_64_h_, acc_create_array_h_, acc_present_or_create,
8274 acc_present_or_create_32_h_, acc_present_or_create_64_h_,
8275 acc_present_or_create_array_h_, acc_copyout, acc_copyout_32_h_,
8276 acc_copyout_64_h_, acc_copyout_array_h_, acc_delete,
8277 acc_delete_32_h_, acc_delete_64_h_, acc_delete_array_h_,
8278 acc_update_device, acc_update_device_32_h_,
8279 acc_update_device_64_h_, acc_update_device_array_h_,
8280 acc_update_self, acc_update_self_32_h_, acc_update_self_64_h_,
8281 acc_update_self_array_h_, acc_map_data, acc_unmap_data,
8282 acc_deviceptr, acc_hostptr, acc_is_present, acc_is_present_32_h_,
8283 acc_is_present_64_h_, acc_is_present_array_h_,
8284 acc_memcpy_to_device, acc_memcpy_from_device,
8285 acc_get_current_cuda_device, acc_get_current_cuda_context,
8286 acc_get_cuda_stream, acc_set_cuda_stream.
8287 (GOACC_2.0): New symbol version. Use for GOACC_data_end,
8288 GOACC_data_start, GOACC_enter_exit_data, GOACC_parallel,
8289 GOACC_update, GOACC_wait, GOACC_get_thread_num,
8290 GOACC_get_num_threads.
8291 (GOMP_PLUGIN_1.0): New symbol version. Use for
8292 GOMP_PLUGIN_malloc, GOMP_PLUGIN_malloc_cleared,
8293 GOMP_PLUGIN_realloc, GOMP_PLUGIN_debug, GOMP_PLUGIN_error,
8294 GOMP_PLUGIN_fatal, GOMP_PLUGIN_async_unmap_vars,
8295 GOMP_PLUGIN_acc_thread.
8296 * libgomp.texi: Update for OpenACC changes, and GOMP_DEBUG
8297 environment variable.
8298 * libgomp_g.h (GOACC_data_start, GOACC_data_end)
8299 (GOACC_enter_exit_data, GOACC_parallel, GOACC_update, GOACC_wait)
8300 (GOACC_get_num_threads, GOACC_get_thread_num): New declarations.
8301 * splay-tree.h (splay_tree_lookup, splay_tree_insert)
8302 (splay_tree_remove): New declarations.
8303 (rotate_left, rotate_right, splay_tree_splay, splay_tree_insert)
8304 (splay_tree_remove, splay_tree_lookup): Move into...
8305 * splay-tree.c: ... this new file.
8306 * target.c: Include "oacc-plugin.h", "oacc-int.h", <assert.h>.
8307 (splay_tree_node, splay_tree, splay_tree_key)
8308 (struct target_mem_desc, struct splay_tree_key_s)
8309 (struct gomp_device_descr): Don't declare.
8310 (num_devices_openmp): New variable.
8311 (gomp_get_num_devices ): Use it.
8312 (gomp_init_targets_once): New function.
8313 (gomp_get_num_devices ): Use it.
8314 (get_kind, gomp_copy_from_async, gomp_free_memmap)
8315 (gomp_fini_device, gomp_register_image_for_device): New functions.
8316 (gomp_map_vars): Add devaddrs parameter.
8317 (gomp_update): Add mm parameter.
8318 (gomp_init_device): Move most of it into...
8319 (gomp_init_tables): ... this new function.
8320 (gomp_register_images_for_device): Remove function.
8321 (splay_compare, gomp_map_vars, gomp_unmap_vars, gomp_init_device):
8322 Make them hidden instead of static.
8323 (gomp_map_vars_existing, gomp_map_vars, gomp_unmap_vars)
8324 (gomp_update, gomp_init_device, GOMP_target, GOMP_target_data)
8325 (GOMP_target_end_data, GOMP_target_update)
8326 (gomp_load_plugin_for_device, gomp_target_init): Update for
8327 OpenACC changes.
8328 * oacc-async.c: New file.
8329 * oacc-cuda.c: Likewise.
8330 * oacc-host.c: Likewise.
8331 * oacc-init.c: Likewise.
8332 * oacc-int.h: Likewise.
8333 * oacc-mem.c: Likewise.
8334 * oacc-parallel.c: Likewise.
8335 * oacc-plugin.c: Likewise.
8336 * oacc-plugin.h: Likewise.
8337 * oacc-ptx.h: Likewise.
8338 * openacc.f90: Likewise.
8339 * openacc.h: Likewise.
8340 * openacc_lib.h: Likewise.
8341 * plugin/plugin-host.c: Likewise.
8342 * plugin/plugin-nvptx.c: Likewise.
8343 * libgomp-plugin.c: Likewise.
8344 * libgomp-plugin.h: Likewise.
8345 * libgomp_target.h: Remove file after merging content into the
8346 former file. Update all users.
8347 * testsuite/lib/libgomp.exp: Load libgomp-test-support.exp.
8348 (offload_targets_s, offload_targets_s_openacc): New variables.
8349 (check_effective_target_openacc_nvidia_accel_present)
8350 (check_effective_target_openacc_nvidia_accel_selected): New
8351 procedures.
8352 (libgomp_init): Update for OpenACC changes.
8353 * testsuite/libgomp-test-support.exp.in: New file.
8354 * testsuite/libgomp.oacc-c++/c++.exp: Likewise.
8355 * testsuite/libgomp.oacc-c/c.exp: Likewise.
8356 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
8357 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Likewise.
8358 * testsuite/libgomp.oacc-c-c++-common/abort-2.c: Likewise.
8359 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
8360 * testsuite/libgomp.oacc-c-c++-common/abort-4.c: Likewise.
8361 * testsuite/libgomp.oacc-c-c++-common/acc_on_device-1.c: Likewise.
8362 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Likewise.
8363 * testsuite/libgomp.oacc-c-c++-common/cache-1.c: Likewise.
8364 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Likewise.
8365 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Likewise.
8366 * testsuite/libgomp.oacc-c-c++-common/collapse-1.c: Likewise.
8367 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
8368 * testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Likewise.
8369 * testsuite/libgomp.oacc-c-c++-common/collapse-4.c: Likewise.
8370 * testsuite/libgomp.oacc-c-c++-common/context-1.c: Likewise.
8371 * testsuite/libgomp.oacc-c-c++-common/context-2.c: Likewise.
8372 * testsuite/libgomp.oacc-c-c++-common/context-3.c: Likewise.
8373 * testsuite/libgomp.oacc-c-c++-common/context-4.c: Likewise.
8374 * testsuite/libgomp.oacc-c-c++-common/data-1.c: Likewise.
8375 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
8376 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
8377 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Likewise.
8378 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
8379 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
8380 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
8381 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
8382 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
8383 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
8384 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
8385 * testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c: Likewise.
8386 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Likewise.
8387 * testsuite/libgomp.oacc-c-c++-common/kernels-1.c: Likewise.
8388 * testsuite/libgomp.oacc-c-c++-common/kernels-empty.c: Likewise.
8389 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
8390 * testsuite/libgomp.oacc-c-c++-common/lib-10.c: Likewise.
8391 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
8392 * testsuite/libgomp.oacc-c-c++-common/lib-12.c: Likewise.
8393 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Likewise.
8394 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
8395 * testsuite/libgomp.oacc-c-c++-common/lib-15.c: Likewise.
8396 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
8397 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
8398 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
8399 * testsuite/libgomp.oacc-c-c++-common/lib-19.c: Likewise.
8400 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
8401 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
8402 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
8403 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
8404 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
8405 * testsuite/libgomp.oacc-c-c++-common/lib-24.c: Likewise.
8406 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
8407 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
8408 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
8409 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
8410 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
8411 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
8412 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
8413 * testsuite/libgomp.oacc-c-c++-common/lib-31.c: Likewise.
8414 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: Likewise.
8415 * testsuite/libgomp.oacc-c-c++-common/lib-33.c: Likewise.
8416 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
8417 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
8418 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
8419 * testsuite/libgomp.oacc-c-c++-common/lib-37.c: Likewise.
8420 * testsuite/libgomp.oacc-c-c++-common/lib-38.c: Likewise.
8421 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
8422 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
8423 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
8424 * testsuite/libgomp.oacc-c-c++-common/lib-41.c: Likewise.
8425 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
8426 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
8427 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
8428 * testsuite/libgomp.oacc-c-c++-common/lib-45.c: Likewise.
8429 * testsuite/libgomp.oacc-c-c++-common/lib-46.c: Likewise.
8430 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
8431 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
8432 * testsuite/libgomp.oacc-c-c++-common/lib-49.c: Likewise.
8433 * testsuite/libgomp.oacc-c-c++-common/lib-5.c: Likewise.
8434 * testsuite/libgomp.oacc-c-c++-common/lib-50.c: Likewise.
8435 * testsuite/libgomp.oacc-c-c++-common/lib-51.c: Likewise.
8436 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
8437 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
8438 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
8439 * testsuite/libgomp.oacc-c-c++-common/lib-55.c: Likewise.
8440 * testsuite/libgomp.oacc-c-c++-common/lib-56.c: Likewise.
8441 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
8442 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
8443 * testsuite/libgomp.oacc-c-c++-common/lib-59.c: Likewise.
8444 * testsuite/libgomp.oacc-c-c++-common/lib-6.c: Likewise.
8445 * testsuite/libgomp.oacc-c-c++-common/lib-60.c: Likewise.
8446 * testsuite/libgomp.oacc-c-c++-common/lib-61.c: Likewise.
8447 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
8448 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
8449 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
8450 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
8451 * testsuite/libgomp.oacc-c-c++-common/lib-66.c: Likewise.
8452 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
8453 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
8454 * testsuite/libgomp.oacc-c-c++-common/lib-69.c: Likewise.
8455 * testsuite/libgomp.oacc-c-c++-common/lib-7.c: Likewise.
8456 * testsuite/libgomp.oacc-c-c++-common/lib-70.c: Likewise.
8457 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
8458 * testsuite/libgomp.oacc-c-c++-common/lib-72.c: Likewise.
8459 * testsuite/libgomp.oacc-c-c++-common/lib-73.c: Likewise.
8460 * testsuite/libgomp.oacc-c-c++-common/lib-74.c: Likewise.
8461 * testsuite/libgomp.oacc-c-c++-common/lib-75.c: Likewise.
8462 * testsuite/libgomp.oacc-c-c++-common/lib-76.c: Likewise.
8463 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
8464 * testsuite/libgomp.oacc-c-c++-common/lib-78.c: Likewise.
8465 * testsuite/libgomp.oacc-c-c++-common/lib-79.c: Likewise.
8466 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
8467 * testsuite/libgomp.oacc-c-c++-common/lib-81.c: Likewise.
8468 * testsuite/libgomp.oacc-c-c++-common/lib-82.c: Likewise.
8469 * testsuite/libgomp.oacc-c-c++-common/lib-83.c: Likewise.
8470 * testsuite/libgomp.oacc-c-c++-common/lib-84.c: Likewise.
8471 * testsuite/libgomp.oacc-c-c++-common/lib-85.c: Likewise.
8472 * testsuite/libgomp.oacc-c-c++-common/lib-86.c: Likewise.
8473 * testsuite/libgomp.oacc-c-c++-common/lib-87.c: Likewise.
8474 * testsuite/libgomp.oacc-c-c++-common/lib-88.c: Likewise.
8475 * testsuite/libgomp.oacc-c-c++-common/lib-89.c: Likewise.
8476 * testsuite/libgomp.oacc-c-c++-common/lib-9.c: Likewise.
8477 * testsuite/libgomp.oacc-c-c++-common/lib-90.c: Likewise.
8478 * testsuite/libgomp.oacc-c-c++-common/lib-91.c: Likewise.
8479 * testsuite/libgomp.oacc-c-c++-common/lib-92.c: Likewise.
8480 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Likewise.
8481 * testsuite/libgomp.oacc-c-c++-common/nested-2.c: Likewise.
8482 * testsuite/libgomp.oacc-c-c++-common/offset-1.c: Likewise.
8483 * testsuite/libgomp.oacc-c-c++-common/parallel-1.c: Likewise.
8484 * testsuite/libgomp.oacc-c-c++-common/parallel-empty.c: Likewise.
8485 * testsuite/libgomp.oacc-c-c++-common/pointer-align-1.c: Likewise.
8486 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
8487 * testsuite/libgomp.oacc-c-c++-common/present-2.c: Likewise.
8488 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Likewise.
8489 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
8490 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
8491 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
8492 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
8493 * testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c:
8494 Likewise.
8495 * testsuite/libgomp.oacc-c-c++-common/subr.h: Likewise.
8496 * testsuite/libgomp.oacc-c-c++-common/subr.ptx: Likewise.
8497 * testsuite/libgomp.oacc-c-c++-common/timer.h: Likewise.
8498 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Likewise.
8499 * testsuite/libgomp.oacc-c-c++-common/update-1.c: Likewise.
8500 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
8501 * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise.
8502 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
8503 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
8504 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
8505 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
8506 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
8507 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
8508 * testsuite/libgomp.oacc-fortran/collapse-1.f90: Likewise.
8509 * testsuite/libgomp.oacc-fortran/collapse-2.f90: Likewise.
8510 * testsuite/libgomp.oacc-fortran/collapse-3.f90: Likewise.
8511 * testsuite/libgomp.oacc-fortran/collapse-4.f90: Likewise.
8512 * testsuite/libgomp.oacc-fortran/collapse-5.f90: Likewise.
8513 * testsuite/libgomp.oacc-fortran/collapse-6.f90: Likewise.
8514 * testsuite/libgomp.oacc-fortran/collapse-7.f90: Likewise.
8515 * testsuite/libgomp.oacc-fortran/collapse-8.f90: Likewise.
8516 * testsuite/libgomp.oacc-fortran/data-1.f90: Likewise.
8517 * testsuite/libgomp.oacc-fortran/data-2.f90: Likewise.
8518 * testsuite/libgomp.oacc-fortran/data-3.f90: Likewise.
8519 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
8520 * testsuite/libgomp.oacc-fortran/data-4.f90: Likewise.
8521 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
8522 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
8523 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
8524 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
8525 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
8526 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
8527 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
8528 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
8529 * testsuite/libgomp.oacc-fortran/lib-1.f90: Likewise.
8530 * testsuite/libgomp.oacc-fortran/lib-10.f90: Likewise.
8531 * testsuite/libgomp.oacc-fortran/lib-2.f: Likewise.
8532 * testsuite/libgomp.oacc-fortran/lib-3.f: Likewise.
8533 * testsuite/libgomp.oacc-fortran/lib-4.f90: Likewise.
8534 * testsuite/libgomp.oacc-fortran/lib-5.f90: Likewise.
8535 * testsuite/libgomp.oacc-fortran/lib-6.f90: Likewise.
8536 * testsuite/libgomp.oacc-fortran/lib-7.f90: Likewise.
8537 * testsuite/libgomp.oacc-fortran/lib-8.f90: Likewise.
8538 * testsuite/libgomp.oacc-fortran/map-1.f90: Likewise.
8539 * testsuite/libgomp.oacc-fortran/openacc_version-1.f: Likewise.
8540 * testsuite/libgomp.oacc-fortran/openacc_version-2.f90: Likewise.
8541 * testsuite/libgomp.oacc-fortran/pointer-align-1.f90: Likewise.
8542 * testsuite/libgomp.oacc-fortran/pset-1.f90: Likewise.
8543 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Likewise.
8544 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
8545 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
8546 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
8547 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
8548 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
8549 * testsuite/libgomp.oacc-fortran/routine-1.f90: Likewise.
8550 * testsuite/libgomp.oacc-fortran/routine-2.f90: Likewise.
8551 * testsuite/libgomp.oacc-fortran/routine-3.f90: Likewise.
8552 * testsuite/libgomp.oacc-fortran/routine-4.f90: Likewise.
8553 * testsuite/libgomp.oacc-fortran/subarrays-1.f90: Likewise.
8554 * testsuite/libgomp.oacc-fortran/subarrays-2.f90: Likewise.
8555
8556 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
8557 Julian Brown <julian@codesourcery.com>
8558 David Malcolm <dmalcolm@redhat.com>
8559
8560 * configure.ac: Rename libgomp from "GNU OpenMP Runtime Library"
8561 to "GNU Offloading and Multi Processing Runtime Library". Change
8562 all users.
8563 * configure: Regenerate.
8564 * libgomp.texi: Update.
8565
8566 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
8567
8568 * configure.ac [tgt_dir] (offload_additional_lib_paths): Also add
8569 "$tgt_dir/lib32".
8570 * configure: Regenerate.
8571
8572 * testsuite/lib/libgomp.exp (libgomp_init): Correctly match
8573 "intelmic" in $offload_targets.
8574
8575 2015-01-05 Jakub Jelinek <jakub@redhat.com>
8576
8577 Update copyright years.
8578
8579 * libgomp.texi: Bump @copying's copyright year.
8580
8581 2014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8582
8583 * testsuite/lib/libgomp.exp: Load target-utils.exp.
8584 Move load of target-supports.exp earlier.
8585
8586 2014-12-10 Ilya Verbin <ilya.verbin@intel.com>
8587
8588 * testsuite/libgomp.c/target-9.c: New test.
8589
8590 2014-12-09 Varvara Rainchik <varvara.rainchik@intel.com>
8591
8592 * config.h.in: Regenerate.
8593 * configure: Regenerate.
8594 * configure.ac: Add GCC_CHECK_EMUTLS.
8595 * libgomp.h: Add check for USE_EMUTLS: this case
8596 is equal to HAVE_TLS.
8597 * team.c: Likewise.
8598
8599 2014-12-03 Uros Bizjak <ubizjak@gmail.com>
8600
8601 * configure.tgt (x86_64-*-linux*): Tune -m32 multilib to generic.
8602
8603 2014-11-28 Andrey Turetskiy <andrey.turetskiy@intel.com>
8604 Ilya Verbin <ilya.verbin@intel.com>
8605
8606 * testsuite/libgomp.c/target-critical-1.c: New test.
8607
8608 2014-11-26 Jakub Jelinek <jakub@redhat.com>
8609
8610 * testsuite/libgomp.c/examples-4/e.53.4.c: Add -DITESTITERS=20
8611 to dg-options unless expensive testing is on.
8612 (TESTITERS): Define to N if not defined.
8613 (main): Use TESTITERS instead of N.
8614 * testsuite/libgomp.c/examples-4/e.55.1.c: Define CHUNKSZ from
8615 dg-additional-options depending on whether expensive testing is on.
8616 * testsuite/libgomp.fortran/examples-4/e.55.1.f90 (e_55_1_mod):
8617 Decrease N to 100000 and CHUNKSZ to 10000.
8618
8619 2014-11-24 Jakub Jelinek <jakub@redhat.com>
8620
8621 PR fortran/63938
8622 * testsuite/libgomp.fortran/pr63938-1.f90: New test.
8623 * testsuite/libgomp.fortran/pr63938-2.f90: New test.
8624
8625 2014-11-21 Steve Ellcey <sellcey@imgtec.com>
8626
8627 * config/linux/mips/futex.h (SYS_futex): Define if not already done.
8628
8629 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
8630
8631 PR bootstrap/63784
8632 * configure: Regenerated.
8633
8634 2014-11-19 Uros Bizjak <ubizjak@gmail.com>
8635
8636 * testsuite/libgomp.c/examples-4/e.53.5.c: Require
8637 vect_simd_clones effective target.
8638 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
8639
8640 2014-11-14 Jakub Jelinek <jakub@redhat.com>
8641
8642 * libgomp.c/examples-4/e.54.2.c (main): Use N / 8 instead
8643 of 32 as block_size.
8644 * libgomp.fortran/examples-4/e.54.2.f90 (e_54_1): Use n / 8
8645 instead of 32 as block_size.
8646
8647 2014-11-13 Andrey Turetskiy <andrey.turetskiy@intel.com>
8648 Ilya Verbin <ilya.verbin@intel.com>
8649
8650 * Makefile.in: Regenerate.
8651 * configure: Regenerate.
8652 * configure.ac: Set up offload_additional_options,
8653 offload_additional_lib_paths and offload_targets.
8654 * testsuite/Makefile.am: Export environment variables: OFFLOAD_TARGETS,
8655 OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS.
8656 * testsuite/Makefile.in: Regenerate.
8657 * testsuite/lib/libgomp.exp (libgomp_init): Append
8658 offload_additional_lib_paths to LD_LIBRARY_PATH. Append
8659 offload_additional_options to ALWAYS_CFLAGS. Append liboffloadmic
8660 build directory to LD_LIBRARY_PATH for intelmic offload targets.
8661
8662 2014-11-13 Andrey Turetskiy <andrey.turetskiy@intel.com>
8663 Ilya Verbin <ilya.verbin@intel.com>
8664 Kirill Yukhin <kirill.yukhin@intel.com>
8665 Ilya Tocar <ilya.tocar@intel.com>
8666
8667 * testsuite/lib/libgomp.exp
8668 (check_effective_target_offload_device): New.
8669 * testsuite/libgomp.c++/c++.exp: Include tests from subdirectories.
8670 * testsuite/libgomp.c++/examples-4/e.51.5.C: New test.
8671 * testsuite/libgomp.c++/examples-4/e.53.2.C: Ditto.
8672 * testsuite/libgomp.c/examples-4/e.50.1.c: Ditto.
8673 * testsuite/libgomp.c/examples-4/e.50.2.c: Ditto.
8674 * testsuite/libgomp.c/examples-4/e.50.3.c: Ditto.
8675 * testsuite/libgomp.c/examples-4/e.50.4.c: Ditto.
8676 * testsuite/libgomp.c/examples-4/e.50.5.c: Ditto.
8677 * testsuite/libgomp.c/examples-4/e.51.1.c: Ditto.
8678 * testsuite/libgomp.c/examples-4/e.51.2.c: Ditto.
8679 * testsuite/libgomp.c/examples-4/e.51.3.c: Ditto.
8680 * testsuite/libgomp.c/examples-4/e.51.4.c: Ditto.
8681 * testsuite/libgomp.c/examples-4/e.51.6.c: Ditto.
8682 * testsuite/libgomp.c/examples-4/e.51.7.c: Ditto.
8683 * testsuite/libgomp.c/examples-4/e.52.1.c: Ditto.
8684 * testsuite/libgomp.c/examples-4/e.52.2.c: Ditto.
8685 * testsuite/libgomp.c/examples-4/e.53.1.c: Ditto.
8686 * testsuite/libgomp.c/examples-4/e.53.3.c: Ditto.
8687 * testsuite/libgomp.c/examples-4/e.53.4.c: Ditto.
8688 * testsuite/libgomp.c/examples-4/e.53.5.c: Ditto.
8689 * testsuite/libgomp.c/examples-4/e.54.2.c: Ditto.
8690 * testsuite/libgomp.c/examples-4/e.54.3.c: Ditto.
8691 * testsuite/libgomp.c/examples-4/e.54.4.c: Ditto.
8692 * testsuite/libgomp.c/examples-4/e.54.5.c: Ditto.
8693 * testsuite/libgomp.c/examples-4/e.54.6.c: Ditto.
8694 * testsuite/libgomp.c/examples-4/e.55.1.c: Ditto.
8695 * testsuite/libgomp.c/examples-4/e.55.2.c: Ditto.
8696 * testsuite/libgomp.c/examples-4/e.56.3.c: Ditto.
8697 * testsuite/libgomp.c/examples-4/e.56.4.c: Ditto.
8698 * testsuite/libgomp.c/examples-4/e.57.1.c: Ditto.
8699 * testsuite/libgomp.c/examples-4/e.57.2.c: Ditto.
8700 * testsuite/libgomp.c/examples-4/e.57.3.c: Ditto.
8701 * testsuite/libgomp.c/target-7.c: Fix test.
8702 * testsuite/libgomp.fortran/examples-4/e.50.1.f90: New test.
8703 * testsuite/libgomp.fortran/examples-4/e.50.2.f90: Ditto.
8704 * testsuite/libgomp.fortran/examples-4/e.50.3.f90: Ditto.
8705 * testsuite/libgomp.fortran/examples-4/e.50.4.f90: Ditto.
8706 * testsuite/libgomp.fortran/examples-4/e.50.5.f90: Ditto.
8707 * testsuite/libgomp.fortran/examples-4/e.51.1.f90: Ditto.
8708 * testsuite/libgomp.fortran/examples-4/e.51.2.f90: Ditto.
8709 * testsuite/libgomp.fortran/examples-4/e.51.3.f90: Ditto.
8710 * testsuite/libgomp.fortran/examples-4/e.51.4.f90: Ditto.
8711 * testsuite/libgomp.fortran/examples-4/e.51.5.f90: Ditto.
8712 * testsuite/libgomp.fortran/examples-4/e.51.6.f90: Ditto.
8713 * testsuite/libgomp.fortran/examples-4/e.51.7.f90: Ditto.
8714 * testsuite/libgomp.fortran/examples-4/e.52.1.f90: Ditto.
8715 * testsuite/libgomp.fortran/examples-4/e.52.2.f90: Ditto.
8716 * testsuite/libgomp.fortran/examples-4/e.53.1.f90: Ditto.
8717 * testsuite/libgomp.fortran/examples-4/e.53.2.f90: Ditto.
8718 * testsuite/libgomp.fortran/examples-4/e.53.3.f90: Ditto.
8719 * testsuite/libgomp.fortran/examples-4/e.53.4.f90: Ditto.
8720 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
8721 * testsuite/libgomp.fortran/examples-4/e.54.2.f90: Ditto.
8722 * testsuite/libgomp.fortran/examples-4/e.54.3.f90: Ditto.
8723 * testsuite/libgomp.fortran/examples-4/e.54.4.f90: Ditto.
8724 * testsuite/libgomp.fortran/examples-4/e.54.5.f90: Ditto.
8725 * testsuite/libgomp.fortran/examples-4/e.54.6.f90: Ditto.
8726 * testsuite/libgomp.fortran/examples-4/e.55.1.f90: Ditto.
8727 * testsuite/libgomp.fortran/examples-4/e.55.2.f90: Ditto.
8728 * testsuite/libgomp.fortran/examples-4/e.56.3.f90: Ditto.
8729 * testsuite/libgomp.fortran/examples-4/e.56.4.f90: Ditto.
8730 * testsuite/libgomp.fortran/examples-4/e.57.1.f90: Ditto.
8731 * testsuite/libgomp.fortran/examples-4/e.57.2.f90: Ditto.
8732 * testsuite/libgomp.fortran/examples-4/e.57.3.f90: Ditto.
8733
8734 2014-11-13 Jakub Jelinek <jakub@redhat.com>
8735 Ilya Verbin <ilya.verbin@intel.com>
8736 Thomas Schwinge <thomas@codesourcery.com>
8737 Andrey Turetskiy <andrey.turetskiy@intel.com>
8738
8739 * libgomp.map (GOMP_4.0.1): New symbol version.
8740 Add GOMP_offload_register.
8741 * libgomp_target.h: New file.
8742 * splay-tree.h: New file.
8743 * target.c: Include config.h, libgomp_target.h, dlfcn.h, splay-tree.h.
8744 (gomp_target_init): New forward declaration.
8745 (gomp_is_initialized): New static variable.
8746 (splay_tree_node, splay_tree, splay_tree_key): New typedefs.
8747 (struct target_mem_desc, struct splay_tree_key_s, offload_image_descr):
8748 New structures.
8749 (offload_images, num_offload_images, devices, num_devices): New static
8750 variables.
8751 (splay_compare): New static function.
8752 (struct gomp_device_descr): New structure.
8753 (gomp_get_num_devices): Call gomp_target_init.
8754 (resolve_device, gomp_map_vars_existing, gomp_map_vars, gomp_unmap_tgt)
8755 (gomp_unmap_vars, gomp_update, gomp_init_device): New static functions.
8756 (GOMP_offload_register): New function.
8757 (GOMP_target): Arrange for host callback to be performed in a separate
8758 initial thread and contention group, inheriting ICVs from
8759 gomp_global_icv etc. Call gomp_map_vars and gomp_unmap_vars.
8760 Add device initialization and lookup for target function in splay tree.
8761 (GOMP_target_data): Add device initialization and call gomp_map_vars.
8762 (GOMP_target_end_data): Call gomp_unmap_vars.
8763 (GOMP_target_update): Add device initialization and call gomp_update.
8764 (gomp_load_plugin_for_device, gomp_register_images_for_device)
8765 (gomp_target_init): New static functions.
8766
8767 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
8768 Thomas Schwinge <thomas@codesourcery.com>
8769 Ilya Verbin <ilya.verbin@intel.com>
8770 Andrey Turetskiy <andrey.turetskiy@intel.com>
8771
8772 * config.h.in: Regenerate.
8773 * configure: Regenerate.
8774 * configure.ac: Check for libdl, required for plugin support.
8775 (PLUGIN_SUPPORT): Define if plugins are supported.
8776 (enable_offload_targets): Support Intel MIC targets.
8777 (OFFLOAD_TARGETS): List of target names suitable for offloading.
8778
8779 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8780
8781 PR target/63610
8782 * configure: Regenerate.
8783
8784 2014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8785
8786 * config/posix/lock.c (_XOPEN_SOURCE) Define as 600.
8787
8788 2014-10-06 Marek Polacek <polacek@redhat.com>
8789
8790 * testsuite/libgomp.c/affinity-1.c: Include <sys/wait.h>.
8791 * testsuite/libgomp.c/nqueens-1.c: Include <stdlib.h>.
8792 * testsuite/libgomp.c/thread-limit-1.c: Include <omp.h>
8793 * testsuite/libgomp.c/thread-limit-2.c: Likewise.
8794
8795 2014-10-06 Marek Polacek <polacek@redhat.com>
8796
8797 * testsuite/libgomp.c/affinity-1.c: Fix implicit declarations.
8798 * testsuite/libgomp.c/nqueens-1.c: Likewise.
8799 * testsuite/libgomp.c/pr26943-3.c: Likewise.
8800 * testsuite/libgomp.c/pr26943-4.c: Likewise.
8801 * testsuite/libgomp.c/pr36802-2.c: Likewise.
8802 * testsuite/libgomp.c/pr36802-3.c: Likewise.
8803 * testsuite/libgomp.c/thread-limit-1.c: Likewise.
8804 * testsuite/libgomp.c/thread-limit-2.c: Likewise.
8805 * testsuite/libgomp.c/appendix-a/a.15.1.c: Include <omp.h>.
8806 * testsuite/libgomp.c/omp-loop02.c: Fix defaulting to int.
8807 * testsuite/libgomp.c/omp-parallel-for.c: Likewise.
8808 * testsuite/libgomp.c/omp-parallel-if.c: Likewise.
8809 * testsuite/libgomp.c/omp-single-1.c: Likewise.
8810 * testsuite/libgomp.c/omp-single-2.c: Likewise.
8811 * testsuite/libgomp.c/omp_matvec.c: Likewise.
8812 * testsuite/libgomp.c/omp_workshare3.c: Likewise.
8813 * testsuite/libgomp.c/omp_workshare4.c: Likewise.
8814 * testsuite/libgomp.c/shared-1.c: Fix defaulting to int. Fix implicit
8815 declarations.
8816
8817 2014-10-03 Jakub Jelinek <jakub@redhat.com>
8818
8819 PR libgomp/61200
8820 * testsuite/libgomp.c/pr61200.c: New test.
8821
8822 2014-09-18 Jakub Jelinek <jakub@redhat.com>
8823
8824 PR c++/63248
8825 * testsuite/libgomp.c++/pr63248.C: New test.
8826
8827 2014-08-04 Jakub Jelinek <jakub@redhat.com>
8828
8829 * task.c (GOMP_taskgroup_end): If taskgroup->num_children
8830 is not zero, but taskgroup->children is NULL and there are
8831 any task->children, schedule those instead of waiting.
8832 * testsuite/libgomp.c/depend-6.c: New test.
8833 * testsuite/libgomp.c/depend-7.c: New test.
8834 * testsuite/libgomp.c/depend-8.c: New test.
8835 * testsuite/libgomp.c/depend-9.c: New test.
8836 * testsuite/libgomp.c/depend-10.c: New test.
8837
8838 2014-08-01 Jakub Jelinek <jakub@redhat.com>
8839
8840 * libgomp.h (struct gomp_task_depend_entry): Add redundant_out field.
8841 (struct gomp_taskwait): New type.
8842 (struct gomp_task): Add taskwait and parent_depends_on, remove
8843 in_taskwait and taskwait_sem fields.
8844 (gomp_finish_task): Don't destroy taskwait_sem.
8845 * task.c (gomp_init_task): Don't init in_taskwait, instead init
8846 taskwait and parent_depends_on.
8847 (GOMP_task): For if (0) tasks with depend clause that depend on
8848 earlier tasks don't defer them, instead call
8849 gomp_task_maybe_wait_for_dependencies to wait for the dependencies.
8850 Initialize redundant_out field, for redundant out entries just
8851 move them at the end of linked list instead of removing them
8852 completely, and set redundant_out flag instead of redundant.
8853 (gomp_task_run_pre): Update last_parent_depends_on if scheduling
8854 that task.
8855 (gomp_task_run_post_handle_dependers): If parent is in
8856 gomp_task_maybe_wait_for_dependencies and newly runnable task
8857 is not parent_depends_on, queue it in parent->children linked
8858 list after all runnable tasks with parent_depends_on set.
8859 Adjust for addition of taskwait indirection.
8860 (gomp_task_run_post_remove_parent): If parent is in
8861 gomp_task_maybe_wait_for_dependencies and task to be removed
8862 is parent_depends_on, decrement n_depend and if needed awake
8863 parent. Adjust for addition of taskwait indirection.
8864 (GOMP_taskwait): Adjust for addition of taskwait indirection.
8865 (gomp_task_maybe_wait_for_dependencies): New function.
8866 * testsuite/libgomp.c/depend-5.c: New test.
8867
8868 2014-07-13 Tobias Burnus <burnus@net-b.de>
8869
8870 * testsuite/libgomp.fortran/pr34020.f90: Make compile
8871 with TS 18508/Fortran 2015.
8872
8873 2014-07-06 Marek Polacek <polacek@redhat.com>
8874
8875 PR c/6940
8876 * testsuite/libgomp.c/appendix-a/a.29.1.c (f): Add dg-warnings.
8877
8878 2014-07-03 Jakub Jelinek <jakub@redhat.com>
8879
8880 * testsuite/lib/libgomp.exp (libgomp_target_compile): If $source
8881 matches regex $lang_source_re, add $lang_include_flags to options.
8882 * testsuite/libgomp.c/c.exp: Unset lang_include_flags.
8883 * testsuite/libgomp.c++/c++.exp: Likewise.
8884 * testsuite/libgomp.fortran/fortran.exp: Likewise. Set lang_source_re
8885 and lang_include_flags instead of adding -fintrinsic-modules-path= to
8886 ALWAYS_CFLAGS.
8887 * testsuite/libgomp.graphite/graphite.exp: Unset lang_include_flags.
8888
8889 2014-07-03 Thomas Schwinge <thomas@codesourcery.com>
8890
8891 * testsuite/libgomp.fortran/fortran.exp: Explain
8892 gfortran-dg-runtest usage.
8893
8894 2014-06-25 Jakub Jelinek <jakub@redhat.com>
8895
8896 * testsuite/libgomp.fortran/simd5.f90: New test.
8897 * testsuite/libgomp.fortran/simd6.f90: New test.
8898 * testsuite/libgomp.fortran/simd7.f90: New test.
8899
8900 2014-06-24 Jakub Jelinek <jakub@redhat.com>
8901
8902 * testsuite/libgomp.c/for-2.c: Define SC to static for
8903 #pragma omp for simd testing.
8904 * testsuite/libgomp.c/for-2.h (SC): Define if not defined.
8905 (N(f5), N(f6), N(f7), N(f8), N(f10), N(f12), N(f14)): Use
8906 SC macro.
8907 * testsuite/libgomp.c/simd-14.c: New test.
8908 * testsuite/libgomp.c/simd-15.c: New test.
8909 * testsuite/libgomp.c/simd-16.c: New test.
8910 * testsuite/libgomp.c/simd-17.c: New test.
8911 * testsuite/libgomp.c++/for-10.C: Define SC to static for
8912 #pragma omp for simd testing.
8913 * testsuite/libgomp.c++/simd10.C: New test.
8914 * testsuite/libgomp.c++/simd11.C: New test.
8915 * testsuite/libgomp.c++/simd12.C: New test.
8916 * testsuite/libgomp.c++/simd13.C: New test.
8917
8918 * testsuite/libgomp.fortran/aligned1.f03: New test.
8919 * testsuite/libgomp.fortran/nestedfn5.f90: New test.
8920 * testsuite/libgomp.fortran/target7.f90: Surround loop spawning
8921 tasks with !$omp parallel !$omp single.
8922 * testsuite/libgomp.fortran/target8.f90: New test.
8923 * testsuite/libgomp.fortran/udr4.f90 (foo UDR, bar UDR): Adjust
8924 not to use trim in the combiner, instead call elemental function.
8925 (fn): New elemental function.
8926 * testsuite/libgomp.fortran/udr6.f90 (do_add, dp_add, dp_init):
8927 Make elemental.
8928 * testsuite/libgomp.fortran/udr7.f90 (omp_priv, omp_orig, omp_out,
8929 omp_in): Likewise.
8930 * testsuite/libgomp.fortran/udr12.f90: New test.
8931 * testsuite/libgomp.fortran/udr13.f90: New test.
8932 * testsuite/libgomp.fortran/udr14.f90: New test.
8933 * testsuite/libgomp.fortran/udr15.f90: New test.
8934
8935 2014-06-18 Jakub Jelinek <jakub@redhat.com>
8936
8937 * omp_lib.f90.in (openmp_version): Set to 201307.
8938 * omp_lib.h.in (openmp_version): Likewise.
8939 * testsuite/libgomp.c/target-8.c: New test.
8940 * testsuite/libgomp.fortran/declare-simd-1.f90: Add notinbranch
8941 and inbranch clauses.
8942 * testsuite/libgomp.fortran/depend-3.f90: New test.
8943 * testsuite/libgomp.fortran/openmp_version-1.f: Adjust for new
8944 openmp_version.
8945 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
8946 * testsuite/libgomp.fortran/target1.f90: New test.
8947 * testsuite/libgomp.fortran/target2.f90: New test.
8948 * testsuite/libgomp.fortran/target3.f90: New test.
8949 * testsuite/libgomp.fortran/target4.f90: New test.
8950 * testsuite/libgomp.fortran/target5.f90: New test.
8951 * testsuite/libgomp.fortran/target6.f90: New test.
8952 * testsuite/libgomp.fortran/target7.f90: New test.
8953
8954 2014-06-10 Jakub Jelinek <jakub@redhat.com>
8955
8956 PR fortran/60928
8957 * testsuite/libgomp.fortran/allocatable9.f90: New test.
8958 * testsuite/libgomp.fortran/allocatable10.f90: New test.
8959 * testsuite/libgomp.fortran/allocatable11.f90: New test.
8960 * testsuite/libgomp.fortran/allocatable12.f90: New test.
8961 * testsuite/libgomp.fortran/alloc-comp-1.f90: New test.
8962 * testsuite/libgomp.fortran/alloc-comp-2.f90: New test.
8963 * testsuite/libgomp.fortran/alloc-comp-3.f90: New test.
8964 * testsuite/libgomp.fortran/associate1.f90: New test.
8965 * testsuite/libgomp.fortran/associate2.f90: New test.
8966 * testsuite/libgomp.fortran/procptr1.f90: New test.
8967
8968 2014-06-06 Jakub Jelinek <jakub@redhat.com>
8969
8970 * testsuite/libgomp.fortran/simd1.f90: New test.
8971 * testsuite/libgomp.fortran/udr1.f90: New test.
8972 * testsuite/libgomp.fortran/udr2.f90: New test.
8973 * testsuite/libgomp.fortran/udr3.f90: New test.
8974 * testsuite/libgomp.fortran/udr4.f90: New test.
8975 * testsuite/libgomp.fortran/udr5.f90: New test.
8976 * testsuite/libgomp.fortran/udr6.f90: New test.
8977 * testsuite/libgomp.fortran/udr7.f90: New test.
8978 * testsuite/libgomp.fortran/udr8.f90: New test.
8979 * testsuite/libgomp.fortran/udr9.f90: New test.
8980 * testsuite/libgomp.fortran/udr10.f90: New test.
8981 * testsuite/libgomp.fortran/udr11.f90: New test.
8982
8983 2014-05-27 Uros Bizjak <ubizjak@gmail.com>
8984
8985 * testsuite/libgomp.fortran/declare-simd-1.f90: Require
8986 vect_simd_clones effective target.
8987 * testsuite/libgomp.fortran/declare-simd-2.f90: Ditto.
8988
8989 2014-05-21 Jakub Jelinek <jakub@redhat.com>
8990
8991 PR middle-end/61252
8992 * testsuite/libgomp.c++/simd-9.C: New test.
8993
8994 2014-05-18 Uros Bizjak <ubizjak@gmail.com>
8995
8996 * libgomp.texi (Runitme Library Routines): Remove multiple @menu.
8997 (Environment Variables) Move OMP_PROC_BIND and OMP_STACKSIZE node
8998 texts according to their @menu entry positions.
8999
9000 2014-05-11 Jakub Jelinek <jakub@redhat.com>
9001
9002 * testsuite/libgomp.fortran/cancel-do-1.f90: New test.
9003 * testsuite/libgomp.fortran/cancel-do-2.f90: New test.
9004 * testsuite/libgomp.fortran/cancel-parallel-1.f90: New test.
9005 * testsuite/libgomp.fortran/cancel-parallel-3.f90: New test.
9006 * testsuite/libgomp.fortran/cancel-sections-1.f90: New test.
9007 * testsuite/libgomp.fortran/cancel-taskgroup-2.f90: New test.
9008 * testsuite/libgomp.fortran/declare-simd-1.f90: New test.
9009 * testsuite/libgomp.fortran/declare-simd-2.f90: New test.
9010 * testsuite/libgomp.fortran/declare-simd-3.f90: New test.
9011 * testsuite/libgomp.fortran/depend-1.f90: New test.
9012 * testsuite/libgomp.fortran/depend-2.f90: New test.
9013 * testsuite/libgomp.fortran/omp_atomic5.f90: New test.
9014 * testsuite/libgomp.fortran/simd1.f90: New test.
9015 * testsuite/libgomp.fortran/simd2.f90: New test.
9016 * testsuite/libgomp.fortran/simd3.f90: New test.
9017 * testsuite/libgomp.fortran/simd4.f90: New test.
9018 * testsuite/libgomp.fortran/taskgroup1.f90: New test.
9019
9020 2014-05-02 Jakub Jelinek <jakub@redhat.com>
9021
9022 * testsuite/libgomp.c/simd-10.c: New test.
9023 * testsuite/libgomp.c/simd-11.c: New test.
9024 * testsuite/libgomp.c/simd-12.c: New test.
9025 * testsuite/libgomp.c/simd-13.c: New test.
9026
9027 2014-04-24 Jakub Jelinek <jakub@redhat.com>
9028
9029 * testsuite/libgomp.c++/atomic-14.C: Allow seq_cst and
9030 atomic type clauses in any order and optional comma in between.
9031 * testsuite/libgomp.c++/atomic-15.C: Likewise.
9032 * testsuite/libgomp.c/atomic-17.c: Likewise.
9033
9034 * testsuite/libgomp.c/simd-7.c: New test.
9035 * testsuite/libgomp.c/simd-8.c: New test.
9036 * testsuite/libgomp.c/simd-9.c: New test.
9037 * testsuite/libgomp.c/loop-16.c: New test.
9038
9039 2014-04-02 Richard Henderson <rth@redhat.com>
9040
9041 * config/linux/futex.h (futex_wait): Get error value from errno.
9042 (futex_wake): Likewise.
9043
9044 2014-03-25 Jakub Jelinek <jakub@redhat.com>
9045
9046 PR c++/60331
9047 * testsuite/libgomp.c++/udr-11.C: New test.
9048 * testsuite/libgomp.c++/udr-12.C: New test.
9049 * testsuite/libgomp.c++/udr-13.C: New test.
9050 * testsuite/libgomp.c++/udr-14.C: New test.
9051 * testsuite/libgomp.c++/udr-15.C: New test.
9052 * testsuite/libgomp.c++/udr-16.C: New test.
9053 * testsuite/libgomp.c++/udr-17.C: New test.
9054 * testsuite/libgomp.c++/udr-18.C: New test.
9055 * testsuite/libgomp.c++/udr-19.C: New test.
9056
9057 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
9058
9059 Update copyright years
9060
9061 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
9062
9063 * hashtab.h: Use the standard form for the copyright notice.
9064
9065 2014-01-02 Tobias Burnus <burnus@net-b.de>
9066
9067 * libgomp.texi: Bump @copying's copyright year.
9068
9069 2013-12-17 Andreas Tobler <andreast@gcc.gnu.org>
9070
9071 * testsuite/libgomp.c/affinity-1.c: Remove alloca.h include. Replace
9072 alloca () with __builtin_alloca ().
9073 * testsuite/libgomp.c/icv-2.c: Add FreeBSD coverage.
9074 * testsuite/libgomp.c/lock-3.c: Likewise.
9075 * testsuite/libgomp.c/pr48591.c: Likewise.
9076
9077 2013-12-17 Jakub Jelinek <jakub@redhat.com>
9078
9079 PR testsuite/59534
9080 * testsuite/libgomp.fortran/retval1.f90 (e5): Avoid non-shortcircuited
9081 comparisons.
9082
9083 2013-12-16 Jakub Jelinek <jakub@redhat.com>
9084
9085 PR libgomp/58756
9086 * testsuite/libgomp.c/pr58756.c: New test.
9087
9088 2013-12-12 Jakub Jelinek <jakub@redhat.com>
9089
9090 PR libgomp/59467
9091 * testsuite/libgomp.fortran/crayptr2.f90: Add private (d) clause to
9092 !$omp parallel.
9093
9094 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
9095
9096 * testsuite/lib/libgomp.exp (libgomp_init): Don't add -fopenmp to
9097 ALWAYS_CFLAGS.
9098 * testsuite/libgomp.c++/c++.exp (ALWAYS_CFLAGS): Add -fopenmp.
9099 * testsuite/libgomp.c/c.exp (ALWAYS_CFLAGS): Likewise.
9100 * testsuite/libgomp.fortran/fortran.exp (ALWAYS_CFLAGS): Likewise.
9101 * testsuite/libgomp.graphite/graphite.exp (ALWAYS_CFLAGS):
9102 Likewise.
9103
9104 * libgomp_g.h: Include <stddef.h> for size_t.
9105
9106 * libgomp.spec.in: Update comment about libgomp's dependencies.
9107 * configure.ac: Likewise.
9108 * configure: Regenerate.
9109
9110 2013-10-16 Tobias Burnus <burnus@net-b.de>
9111
9112 * libgomp.texi: (Runtime Library Routines): Update references for
9113 OpenMP 4.0. Add omp_get_cancellation, omp_get_default_device,
9114 omp_get_num_devices, omp_get_num_teams, omp_get_proc_bind,
9115 omp_get_team_num, omp_is_initial_device, omp_set_default_device.
9116 (Environment Variables): Update references for OpenMP 4.0. Add
9117 OMP_CANCELLATION, OMP_DEFAULT_DEVICE, OMP_PLACES.
9118 Move OMP_DISPLAY_ENV and OMP_PROC_BIND up to be in alphabetical
9119 order.
9120
9121 2013-10-14 Jakub Jelinek <jakub@redhat.com>
9122
9123 * env.c (parse_bind_var): Initialize value to avoid
9124 (false positive) warning.
9125
9126 2013-10-12 Jakub Jelinek <jakub@redhat.com>
9127
9128 PR libgomp/58691
9129 * config/linux/proc.c (gomp_cpuset_popcount): Add unused attribute
9130 to check variable.
9131 (gomp_init_num_threads): Move i variable declaration into
9132 #ifdef CPU_ALLOC_SIZE block.
9133 * config/linux/affinity.c (gomp_affinity_init_level): Test
9134 gomp_places_list_len == 0 rather than gomp_places_list == 0
9135 when checking for topology reading error.
9136 * team.c (gomp_team_start): Don't handle bind == omp_proc_bind_false.
9137 * env.c (parse_affinity): Add ignore argument, if true, don't populate
9138 gomp_places_list, only parse env var and always return false.
9139 (parse_places_var): Likewise. Don't check gomp_global_icv.bind_var.
9140 (initialize_env): Always parse OMP_PLACES and GOMP_CPU_AFFINITY env
9141 vars, default to OMP_PROC_BIND=true if OMP_PROC_BIND wasn't specified
9142 and either of these variables were parsed correctly into a places
9143 list.
9144
9145 2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
9146 Jakub Jelinek <jakub@redhat.com>
9147
9148 * testsuite/libgomp.graphite/force-parallel-1.c: Expect 4 instead
9149 of 5 loopfn matches.
9150 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
9151 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
9152 * testsuite/libgomp.graphite/force-parallel-4.c: Likewise.
9153 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
9154 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
9155 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
9156 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
9157 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
9158
9159 2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
9160
9161 * Makefile.am (omp_lib.mod): Streamline rule.
9162 * Makefile.in: Regenerate.
9163
9164 * libgomp.texi (Runtime Library Routines): C linkage, don't throw
9165 exceptions.
9166
9167 * testsuite/libgomp.c/lib-1.c (main): Add missing error check.
9168 * testsuite/libgomp.fortran/lib1.f90: Likewise.
9169 * testsuite/libgomp.fortran/lib2.f: Likewise.
9170 * testsuite/libgomp.fortran/lib3.f: Likewise.
9171
9172 * configure.ac: Typo fix.
9173 * configure: Regenerate.
9174
9175 * testsuite/libgomp.fortran/openmp_version-1.f: New file.
9176 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
9177
9178 * omp.h.in: Don't touch the user's namespace.
9179
9180 2013-10-11 Jakub Jelinek <jakub@redhat.com>
9181 Tobias Burnus <burnus@net-b.de>
9182 Richard Henderson <rth@redhat.com>
9183
9184 * target.c: New file.
9185 * Makefile.am (libgomp_la_SOURCES): Add target.c.
9186 * Makefile.in: Regenerated.
9187 * libgomp_g.h (GOMP_task): Add depend argument.
9188 (GOMP_barrier_cancel, GOMP_loop_end_cancel,
9189 GOMP_sections_end_cancel, GOMP_target, GOMP_target_data,
9190 GOMP_target_end_data, GOMP_target_update, GOMP_teams,
9191 GOMP_parallel_loop_static, GOMP_parallel_loop_dynamic,
9192 GOMP_parallel_loop_guided, GOMP_parallel_loop_runtime,
9193 GOMP_parallel, GOMP_cancel, GOMP_cancellation_point,
9194 GOMP_taskgroup_start, GOMP_taskgroup_end,
9195 GOMP_parallel_sections): New prototypes.
9196 * fortran.c (omp_is_initial_device): Add ialias_redirect.
9197 (omp_is_initial_device_): New function.
9198 (ULP, STR1, STR2, ialias_redirect): Removed.
9199 (omp_get_cancellation_, omp_get_proc_bind_, omp_set_default_device_,
9200 omp_set_default_device_8_, omp_get_default_device_,
9201 omp_get_num_devices_, omp_get_num_teams_, omp_get_team_num_): New
9202 functions.
9203 * libgomp.map (GOMP_barrier_cancel, GOMP_loop_end_cancel,
9204 GOMP_sections_end_cancel, GOMP_target, GOMP_target_data,
9205 GOMP_target_end_data, GOMP_target_update, GOMP_teams): Export
9206 @@GOMP_4.0.
9207 (omp_is_initial_device, omp_is_initial_device_, omp_get_cancellation,
9208 omp_get_cancellation_, omp_get_proc_bind, omp_get_proc_bind_,
9209 omp_set_default_device, omp_set_default_device_,
9210 omp_set_default_device_8_, omp_get_default_device,
9211 omp_get_default_device_, omp_get_num_devices, omp_get_num_devices_,
9212 omp_get_num_teams, omp_get_num_teams_, omp_get_team_num,
9213 omp_get_team_num_): Export @@OMP_4.0.
9214 * team.c (struct gomp_thread_start_data): Add place field.
9215 (gomp_thread_start): Clear thr->thread_pool and
9216 thr->task before returning. Use gomp_team_barrier_wait_final
9217 instead of gomp_team_barrier_wait. Initialize thr->place.
9218 (gomp_new_team): Initialize work_shares_to_free, work_share_cancelled,
9219 team_cancelled and task_queued_count fields.
9220 (gomp_free_pool_helper): Clear thr->thread_pool and thr->task
9221 before calling pthread_exit.
9222 (gomp_free_thread): No longer static. Use
9223 gomp_managed_threads_lock instead of gomp_remaining_threads_lock.
9224 (gomp_team_start): Add flags argument. Set
9225 thr->thread_pool->threads_busy to nthreads immediately after creating
9226 new pool. Use gomp_managed_threads_lock instead of
9227 gomp_remaining_threads_lock. Handle OpenMP 4.0 affinity.
9228 (gomp_team_end): Use gomp_managed_threads_lock instead of
9229 gomp_remaining_threads_lock. Use gomp_team_barrier_wait_final instead
9230 of gomp_team_barrier_wait. If team->team_cancelled, call
9231 gomp_fini_workshare on ws chain starting at team->work_shares_to_free
9232 rather than thr->ts.work_share.
9233 (initialize_team): Don't call gomp_sem_init here.
9234 * sections.c (GOMP_parallel_sections_start): Adjust gomp_team_start
9235 caller.
9236 (GOMP_parallel_sections, GOMP_sections_end_cancel): New functions.
9237 * env.c (gomp_global_icv): Add default_device_var, target_data and
9238 bind_var initializers.
9239 (gomp_cpu_affinity, gomp_cpu_affinity_len): Remove.
9240 (gomp_bind_var_list, gomp_bind_var_list_len, gomp_places_list,
9241 gomp_places_list_len): New variables.
9242 (parse_bind_var, parse_one_place, parse_places_var): New functions.
9243 (parse_affinity): Rewritten to construct OMP_PLACES list with unit
9244 sized places.
9245 (gomp_cancel_var): New global variable.
9246 (parse_int): New function.
9247 (handle_omp_display_env): New function.
9248 (initialize_env): Use it. Initialize default_device_var.
9249 Parse OMP_CANCELLATION env var. Use parse_bind_var to parse
9250 OMP_PROC_BIND instead of parse_boolean. Use parse_places_var for
9251 OMP_PLACES parsing. Don't call parse_affinity if OMP_PLACES has
9252 been successfully parsed (and call gomp_init_affinity in that case).
9253 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
9254 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
9255 omp_get_team_num, omp_is_initial_device): New functions.
9256 * libgomp.h: Include stdlib.h.
9257 (ialias_ulp, ialias_str1, ialias_str2, ialias_redirect, ialias_call):
9258 Define.
9259 (struct target_mem_desc): Forward declare.
9260 (struct gomp_task_icv): Add default_device_var, target_data, bind_var
9261 and thread_limit_var fields.
9262 (gomp_get_num_devices): New prototype.
9263 (gomp_cancel_var): New extern decl.
9264 (struct gomp_team): Add work_shares_to_free, work_share_cancelled,
9265 team_cancelled and task_queued_count fields. Add comments about
9266 task_{,queued_,running_}count.
9267 (gomp_cancel_kind): New enum.
9268 (gomp_work_share_end_cancel): New prototype.
9269 (struct gomp_task): Add next_taskgroup, prev_taskgroup, taskgroup,
9270 copy_ctors_done, dependers, depend_hash, depend_count, num_dependees
9271 and depend fields.
9272 (struct gomp_taskgroup): New type.
9273 (struct gomp_task_depend_entry,
9274 struct gomp_dependers_vec): New types.
9275 (gomp_finish_task): Free depend_hash if non-NULL.
9276 (struct gomp_team_state): Add place_partition_off
9277 and place_partition_len fields.
9278 (gomp_bind_var_list, gomp_bind_var_list_len, gomp_places_list,
9279 gomp_places_list_len): New extern decls.
9280 (struct gomp_thread): Add place field.
9281 (gomp_cpu_affinity, gomp_cpu_affinity_len): Remove.
9282 (gomp_init_thread_affinity): Add place argument.
9283 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
9284 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
9285 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
9286 gomp_affinity_init_level, gomp_affinity_print_place): New
9287 prototypes.
9288 (gomp_team_start): Add flags argument.
9289 (gomp_thread_limit_var, gomp_remaining_threads_count,
9290 gomp_remaining_threads_lock): Remove.
9291 (gomp_managed_threads_lock): New variable.
9292 (struct gomp_thread_pool): Add threads_busy field.
9293 (gomp_free_thread): New prototype.
9294 * task.c: Include hashtab.h.
9295 (hash_entry_type): New typedef.
9296 (htab_alloc, htab_free, htab_hash, htab_eq): New inlines.
9297 (gomp_init_task): Clear dependers, depend_hash, depend_count,
9298 copy_ctors_done and taskgroup fields.
9299 (GOMP_task): Add depend argument, handle depend clauses. If
9300 gomp_team_barrier_cancelled or if it's taskgroup has been
9301 cancelled, don't queue or start new tasks. Set copy_ctors_done
9302 field if needed. Initialize taskgroup field. If copy_ctors_done
9303 and already cancelled, don't discard the task. If taskgroup is
9304 non-NULL, enqueue the task into taskgroup queue. Increment
9305 num_children field in taskgroup. Increment task_queued_count.
9306 (gomp_task_run_pre, gomp_task_run_post_remove_parent,
9307 gomp_task_run_post_remove_taskgroup): New inline functions.
9308 (gomp_task_run_post_handle_depend_hash,
9309 gomp_task_run_post_handle_dependers,
9310 gomp_task_run_post_handle_depend): New functions.
9311 (GOMP_taskwait): Use them. If more than one new tasks
9312 have been queued, wake other threads if needed.
9313 (gomp_barrier_handle_tasks): Likewise. If
9314 gomp_team_barrier_cancelled, don't start any new tasks, just free
9315 all tasks.
9316 (GOMP_taskgroup_start, GOMP_taskgroup_end): New functions.
9317 * omp_lib.f90.in
9318 (omp_proc_bind_kind, omp_proc_bind_false,
9319 omp_proc_bind_true, omp_proc_bind_master, omp_proc_bind_close,
9320 omp_proc_bind_spread): New params.
9321 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
9322 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
9323 omp_get_team_num, omp_is_initial_device): New interfaces.
9324 (omp_get_dynamic, omp_get_nested, omp_in_parallel,
9325 omp_get_max_threads, omp_get_num_procs, omp_get_num_threads,
9326 omp_get_thread_num, omp_get_thread_limit, omp_set_max_active_levels,
9327 omp_get_max_active_levels, omp_get_level, omp_get_ancestor_thread_num,
9328 omp_get_team_size, omp_get_active_level, omp_in_final): Remove
9329 useless use omp_lib_kinds.
9330 * omp.h.in (omp_proc_bind_t): New typedef.
9331 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
9332 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
9333 omp_get_team_num, omp_is_initial_device): New prototypes.
9334 * loop.c (gomp_parallel_loop_start): Add flags argument, pass it
9335 through to gomp_team_start.
9336 (GOMP_parallel_loop_static_start, GOMP_parallel_loop_dynamic_start,
9337 GOMP_parallel_loop_guided_start, GOMP_parallel_loop_runtime_start):
9338 Adjust gomp_parallel_loop_start callers.
9339 (GOMP_parallel_loop_static, GOMP_parallel_loop_dynamic,
9340 GOMP_parallel_loop_guided, GOMP_parallel_loop_runtime,
9341 GOMP_loop_end_cancel): New functions.
9342 (GOMP_parallel_end): Add ialias_redirect.
9343 * hashtab.h: New file.
9344 * libgomp.texi (Environment Variables): Minor cleanup,
9345 update section refs to OpenMP 4.0rc2.
9346 (OMP_DISPLAY_ENV, GOMP_SPINCOUNT): Document these
9347 environment variables.
9348 * work.c (gomp_work_share_end, gomp_work_share_end_nowait): Set
9349 team->work_shares_to_free to thr->ts.work_share before calling
9350 free_work_share.
9351 (gomp_work_share_end_cancel): New function.
9352 * config/linux/proc.c: Include errno.h.
9353 (gomp_get_cpuset_size, gomp_cpuset_size, gomp_cpusetp): New variables.
9354 (gomp_cpuset_popcount): Add cpusetsize argument, use it instead of
9355 sizeof (cpu_set_t) to determine number of iterations. Fix up check
9356 extern decl. Use CPU_COUNT_S if available, or CPU_COUNT if
9357 gomp_cpuset_size is sizeof (cpu_set_t).
9358 (gomp_init_num_threads): Initialize gomp_cpuset_size,
9359 gomp_get_cpuset_size and gomp_cpusetp here, use gomp_cpusetp instead
9360 of &cpuset and pass gomp_cpuset_size instead of sizeof (cpu_set_t)
9361 to pthread_getaffinity_np. Free and clear gomp_cpusetp if it didn't
9362 contain any logical CPUs.
9363 (get_num_procs): Don't call pthread_getaffinity_np if gomp_cpusetp
9364 is NULL. Use gomp_cpusetp instead of &cpuset and pass
9365 gomp_get_cpuset_size instead of sizeof (cpu_set_t) to
9366 pthread_getaffinity_np. Check gomp_places_list instead of
9367 gomp_cpu_affinity. Adjust gomp_cpuset_popcount caller.
9368 * config/linux/bar.c (gomp_barrier_wait_end,
9369 gomp_barrier_wait_last): Use BAR_* defines.
9370 (gomp_team_barrier_wait_end): Likewise. Clear BAR_CANCELLED
9371 from state where needed. Set work_share_cancelled to 0 on last
9372 thread.
9373 (gomp_team_barrier_wait_final, gomp_team_barrier_wait_cancel_end,
9374 gomp_team_barrier_wait_cancel, gomp_team_barrier_cancel): New
9375 functions.
9376 * config/linux/proc.h (gomp_cpuset_popcount): Add attribute_hidden.
9377 Add cpusetsize argument.
9378 (gomp_cpuset_size, gomp_cpusetp): Declare.
9379 * config/linux/affinity.c: Include errno.h, stdio.h and string.h.
9380 (affinity_counter): Remove.
9381 (CPU_ISSET_S, CPU_ZERO_S, CPU_SET_S, CPU_CLR_S): Define
9382 if CPU_ALLOC_SIZE isn't defined.
9383 (gomp_init_affinity): Rewritten, if gomp_places_list is NULL, try
9384 silently create OMP_PLACES=threads, if it is non-NULL afterwards,
9385 bind current thread to the first place.
9386 (gomp_init_thread_affinity): Rewritten. Add place argument, just
9387 pthread_setaffinity_np to gomp_places_list[place].
9388 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
9389 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
9390 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
9391 gomp_affinity_init_level, gomp_affinity_print_place): New functions.
9392 * config/linux/bar.h (BAR_TASK_PENDING, BAR_WAS_LAST,
9393 BAR_WAITING_FOR_TASK, BAR_INCR, BAR_CANCELLED): Define.
9394 (gomp_barrier_t): Add awaited_final field.
9395 (gomp_barrier_init): Initialize awaited_final field.
9396 (gomp_team_barrier_wait_final, gomp_team_barrier_wait_cancel,
9397 gomp_team_barrier_wait_cancel_end, gomp_team_barrier_cancel): New
9398 prototypes.
9399 (gomp_barrier_wait_start): Preserve BAR_CANCELLED bit. Use BAR_*
9400 defines.
9401 (gomp_barrier_wait_cancel_start, gomp_team_barrier_wait_final_start,
9402 gomp_team_barrier_cancelled): New inline functions.
9403 (gomp_barrier_last_thread,
9404 gomp_team_barrier_set_task_pending,
9405 gomp_team_barrier_clear_task_pending,
9406 gomp_team_barrier_set_waiting_for_tasks,
9407 gomp_team_barrier_waiting_for_tasks,
9408 gomp_team_barrier_done): Use BAR_* defines.
9409 * config/posix/bar.c (gomp_barrier_init): Clear cancellable field.
9410 (gomp_barrier_wait_end): Use BAR_* defines.
9411 (gomp_team_barrier_wait_end): Clear BAR_CANCELLED from state.
9412 Set work_share_cancelled to 0 on last thread, use __atomic_load_n.
9413 Use BAR_* defines.
9414 (gomp_team_barrier_wait_cancel_end, gomp_team_barrier_wait_cancel,
9415 gomp_team_barrier_cancel): New functions.
9416 * config/posix/affinity.c (gomp_init_thread_affinity): Add place
9417 argument.
9418 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
9419 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
9420 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
9421 gomp_affinity_init_level, gomp_affinity_print_place): New stubs.
9422 * config/posix/bar.h (BAR_TASK_PENDING, BAR_WAS_LAST,
9423 BAR_WAITING_FOR_TASK, BAR_INCR, BAR_CANCELLED): Define.
9424 (gomp_barrier_t): Add cancellable field.
9425 (gomp_team_barrier_wait_cancel, gomp_team_barrier_wait_cancel_end,
9426 gomp_team_barrier_cancel): New prototypes.
9427 (gomp_barrier_wait_start): Preserve BAR_CANCELLED bit.
9428 (gomp_barrier_wait_cancel_start, gomp_team_barrier_wait_final,
9429 gomp_team_barrier_cancelled): New inline functions.
9430 (gomp_barrier_wait_start, gomp_barrier_last_thread,
9431 gomp_team_barrier_set_task_pending,
9432 gomp_team_barrier_clear_task_pending,
9433 gomp_team_barrier_set_waiting_for_tasks,
9434 gomp_team_barrier_waiting_for_tasks,
9435 gomp_team_barrier_done): Use BAR_* defines.
9436 * barrier.c (GOMP_barrier_cancel): New function.
9437 * omp_lib.h.in (omp_proc_bind_kind, omp_proc_bind_false,
9438 omp_proc_bind_true, omp_proc_bind_master, omp_proc_bind_close,
9439 omp_proc_bind_spread): New params.
9440 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
9441 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
9442 omp_get_team_num, omp_is_initial_device): New externals.
9443 * parallel.c (GOMP_parallel, GOMP_cancel, GOMP_cancellation_point):
9444 New functions.
9445 (gomp_resolve_num_threads): Adjust for thread_limit now being in
9446 icv->thread_limit_var. Use UINT_MAX instead of ULONG_MAX as
9447 infinity. If not nested, just return minimum of max_num_threads
9448 and icv->thread_limit_var and if thr->thread_pool, set threads_busy
9449 to the returned value. Otherwise, don't update atomically
9450 gomp_remaining_threads_count, but instead thr->thread_pool->threads_busy.
9451 (GOMP_parallel_end): Adjust for thread_limit now being in
9452 icv->thread_limit_var. Use UINT_MAX instead of ULONG_MAX as
9453 infinity. Adjust threads_busy in the pool rather than
9454 gomp_remaining_threads_count. Remember team->nthreads and call
9455 gomp_team_end before adjusting threads_busy, if not nested
9456 afterwards, just set it to 1 non-atomically. Add ialias.
9457 (GOMP_parallel_start): Adjust gomp_team_start caller.
9458 * testsuite/libgomp.c/atomic-14.c: Add parens to make it valid.
9459 * testsuite/libgomp.c/affinity-1.c: New test.
9460 * testsuite/libgomp.c/atomic-15.c: New test.
9461 * testsuite/libgomp.c/atomic-16.c: New test.
9462 * testsuite/libgomp.c/atomic-17.c: New test.
9463 * testsuite/libgomp.c/cancel-for-1.c: New test.
9464 * testsuite/libgomp.c/cancel-for-2.c: New test.
9465 * testsuite/libgomp.c/cancel-parallel-1.c: New test.
9466 * testsuite/libgomp.c/cancel-parallel-2.c: New test.
9467 * testsuite/libgomp.c/cancel-parallel-3.c: New test.
9468 * testsuite/libgomp.c/cancel-sections-1.c: New test.
9469 * testsuite/libgomp.c/cancel-taskgroup-1.c: New test.
9470 * testsuite/libgomp.c/cancel-taskgroup-2.c: New test.
9471 * testsuite/libgomp.c/depend-1.c: New test.
9472 * testsuite/libgomp.c/depend-2.c: New test.
9473 * testsuite/libgomp.c/depend-3.c: New test.
9474 * testsuite/libgomp.c/depend-4.c: New test.
9475 * testsuite/libgomp.c/for-1.c: New test.
9476 * testsuite/libgomp.c/for-1.h: New file.
9477 * testsuite/libgomp.c/for-2.c: New test.
9478 * testsuite/libgomp.c/for-2.h: New file.
9479 * testsuite/libgomp.c/for-3.c: New test.
9480 * testsuite/libgomp.c/pr58392.c: New test.
9481 * testsuite/libgomp.c/simd-1.c: New test.
9482 * testsuite/libgomp.c/simd-2.c: New test.
9483 * testsuite/libgomp.c/simd-3.c: New test.
9484 * testsuite/libgomp.c/simd-4.c: New test.
9485 * testsuite/libgomp.c/simd-5.c: New test.
9486 * testsuite/libgomp.c/simd-6.c: New test.
9487 * testsuite/libgomp.c/target-1.c: New test.
9488 * testsuite/libgomp.c/target-2.c: New test.
9489 * testsuite/libgomp.c/target-3.c: New test.
9490 * testsuite/libgomp.c/target-4.c: New test.
9491 * testsuite/libgomp.c/target-5.c: New test.
9492 * testsuite/libgomp.c/target-6.c: New test.
9493 * testsuite/libgomp.c/target-7.c: New test.
9494 * testsuite/libgomp.c/taskgroup-1.c: New test.
9495 * testsuite/libgomp.c/thread-limit-1.c: New test.
9496 * testsuite/libgomp.c/thread-limit-2.c: New test.
9497 * testsuite/libgomp.c/thread-limit-3.c: New test.
9498 * testsuite/libgomp.c/udr-1.c: New test.
9499 * testsuite/libgomp.c/udr-2.c: New test.
9500 * testsuite/libgomp.c/udr-3.c: New test.
9501 * testsuite/libgomp.c++/affinity-1.C: New test.
9502 * testsuite/libgomp.c++/atomic-10.C: New test.
9503 * testsuite/libgomp.c++/atomic-11.C: New test.
9504 * testsuite/libgomp.c++/atomic-12.C: New test.
9505 * testsuite/libgomp.c++/atomic-13.C: New test.
9506 * testsuite/libgomp.c++/atomic-14.C: New test.
9507 * testsuite/libgomp.c++/atomic-15.C: New test.
9508 * testsuite/libgomp.c++/cancel-for-1.C: New test.
9509 * testsuite/libgomp.c++/cancel-for-2.C: New test.
9510 * testsuite/libgomp.c++/cancel-parallel-1.C: New test.
9511 * testsuite/libgomp.c++/cancel-parallel-2.C: New test.
9512 * testsuite/libgomp.c++/cancel-parallel-3.C: New test.
9513 * testsuite/libgomp.c++/cancel-sections-1.C: New test.
9514 * testsuite/libgomp.c++/cancel-taskgroup-1.C: New test.
9515 * testsuite/libgomp.c++/cancel-taskgroup-2.C: New test.
9516 * testsuite/libgomp.c++/cancel-taskgroup-3.C: New test.
9517 * testsuite/libgomp.c++/cancel-test.h: New file.
9518 * testsuite/libgomp.c++/for-9.C: New test.
9519 * testsuite/libgomp.c++/for-10.C: New test.
9520 * testsuite/libgomp.c++/for-11.C: New test.
9521 * testsuite/libgomp.c++/simd-1.C: New test.
9522 * testsuite/libgomp.c++/simd-2.C: New test.
9523 * testsuite/libgomp.c++/simd-3.C: New test.
9524 * testsuite/libgomp.c++/simd-4.C: New test.
9525 * testsuite/libgomp.c++/simd-5.C: New test.
9526 * testsuite/libgomp.c++/simd-6.C: New test.
9527 * testsuite/libgomp.c++/simd-7.C: New test.
9528 * testsuite/libgomp.c++/simd-8.C: New test.
9529 * testsuite/libgomp.c++/target-1.C: New test.
9530 * testsuite/libgomp.c++/target-2.C: New test.
9531 * testsuite/libgomp.c++/target-2-aux.cc: New file.
9532 * testsuite/libgomp.c++/target-3.C: New test.
9533 * testsuite/libgomp.c++/taskgroup-1.C: New test.
9534 * testsuite/libgomp.c++/udr-1.C: New test.
9535 * testsuite/libgomp.c++/udr-2.C: New test.
9536 * testsuite/libgomp.c++/udr-3.C: New test.
9537 * testsuite/libgomp.c++/udr-4.C: New test.
9538 * testsuite/libgomp.c++/udr-5.C: New test.
9539 * testsuite/libgomp.c++/udr-6.C: New test.
9540 * testsuite/libgomp.c++/udr-7.C: New test.
9541 * testsuite/libgomp.c++/udr-8.C: New test.
9542 * testsuite/libgomp.c++/udr-9.C: New test.
9543
9544 2013-09-20 Jakub Jelinek <jakub@redhat.com>
9545
9546 PR testsuite/57605
9547 * testsuite/lib/libgomp.exp: Add -fdiagnostics-color=never to
9548 ALWAYS_CFLAGS.
9549
9550 2013-09-20 Alan Modra <amodra@gmail.com>
9551
9552 * configure: Regenerate.
9553
9554 2013-09-19 Jakub Jelinek <jakub@redhat.com>
9555
9556 * testsuite/libgomp.c/sections-2.c: New test.
9557
9558 2013-06-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
9559
9560 * testsuite/libgomp.fortran/strassen.f90:
9561 Add dg-skip-if aarch64_tiny.
9562
9563 2013-06-20 Iain Sandoe <iain@codesourcery.com>
9564 Cesar Philippidis <cesar@codesourcery.com>
9565
9566 * testsuite/lib/libgomp.exp: Reorder lib loads into dependency order.
9567 Do not load_gcc_lib gcc-dg.exp and add a comment as to why.
9568 * testsuite/libgomp.c/c.exp: load_gcc_lib gcc-dg.exp.
9569 * testsuite/libgomp.fortran/fortran.exp: Likewise.
9570 * testsuite/libgomp.graphite/graphite.exp: Likewise.
9571 * testsuite/libgomp.c++/c++.exp: load_gcc_lib gcc-dg.exp.
9572 Use dg-runtest rather than gfortran-dg-runtest.
9573
9574 2013-06-10 Thomas Schwinge <thomas@codesourcery.com>
9575
9576 * testsuite/libgomp.c/icv-2.c: Extend current handling of
9577 Linux-based x86 systems to cover all GNU systems.
9578 * testsuite/libgomp.c/lock-3.c: Likewise.
9579 * testsuite/libgomp.c/pr48591.c: Likewise.
9580
9581 2013-06-06 Thomas Schwinge <thomas@codesourcery.com>
9582
9583 * configure.tgt (XCFLAGS): Add -ftls-model=initial-exec for
9584 GNU/Hurd, as done for Linux-based systems.
9585
9586 * config/posix/ptrlock.h: Fix comment.
9587
9588 2013-05-27 Tobias Burnus <burnus@net-b.de>
9589
9590 PR fortran/57423
9591 * libgomp.texi (omp_set_dynamic, omp_set_nested, omp_set_nested,
9592 omp_set_num_threads, omp_init_lock, omp_set_lock, omp_test_lock,
9593 omp_unset_lock, omp_destroy_lock, omp_init_nest_lock,
9594 omp_set_nest_lock, omp_test_nest_lock, omp_unset_nest_lock,
9595 omp_destroy_nest_lock): Correct arguments to match the one in
9596 the OpenMP spec.
9597 * omp_lib.f90.in (omp_init_lock, omp_init_nest_lock, omp_destroy_lock
9598 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock, omp_unset_lock,
9599 omp_unset_nest_lock, omp_set_dynamic, omp_set_nested,
9600 omp_set_num_threads, omp_test_lock, omp_test_nest_lock): Ditto.
9601
9602 2013-05-16 Jakub Jelinek <jakub@redhat.com>
9603
9604 * testsuite/libgomp.c/loop-13.c: New test.
9605 * testsuite/libgomp.c/loop-14.c: New test.
9606 * testsuite/libgomp.c/loop-15.c: New test.
9607 * testsuite/libgomp.c++/loop-13.C: New test.
9608 * testsuite/libgomp.c++/loop-14.C: New test.
9609 * testsuite/libgomp.c++/loop-15.C: New test.
9610
9611 2013-02-06 Jakub Jelinek <jakub@redhat.com>
9612
9613 PR middle-end/56217
9614 * testsuite/libgomp.c++/pr56217.C: New test.
9615
9616 2013-02-01 Alan Modra <amodra@gmail.com>
9617
9618 * task.c (GOMP_task, GOMP_taskwait): Comment.
9619
9620 2013-01-31 Dmitry Vyukov <dvyukov@gcc.gnu.org>
9621 Joost VandeVondele <Joost.VandeVondele@mat.ethz.ch>
9622
9623 PR libgomp/55561
9624 * config/linux/wait.h (do_spin): Use atomic load for addr.
9625 * config/linux/ptrlock.c (gomp_ptrlock_get_slow): Use atomic
9626 for intptr and ptrlock.
9627 * config/linux/ptrlock.h (gomp_ptrlock_get): Use atomic load
9628 for ptrlock.
9629
9630 2013-01-22 Alan Modra <amodra@gmail.com>
9631
9632 PR libgomp/51376
9633 PR libgomp/56073
9634 * task.c (GOMP_task): Revert 2011-12-09 change.
9635 (GOMP_taskwait): Likewise. Instead use atomic load with acquire
9636 barrier to read task->children..
9637 (gomp_barrier_handle_tasks): ..and matching atomic store with
9638 release barrier here when setting parent->children to NULL.
9639
9640 2013-01-16 Jakub Jelinek <jakub@redhat.com>
9641 Tobias Burnus <burnus@net-b.de>
9642
9643 PR driver/55884
9644 * testsuite/libgomp.fortran/fortran.exp: Use
9645 -fintrinsic-modules-path= instead of
9646 -fintrinsic-modules-path.
9647
9648 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
9649
9650 Update copyright years.
9651
9652 2012-12-19 Tobias Burnus <burnus@net-b.de>
9653
9654 * testsuite/libgomp.fortran/fortran.exp: Set
9655 -fintrinsic-modules-path.
9656
9657 2012-12-19 Tobias Burnus <burnus@net-b.de>
9658
9659 * testsuite/libgomp.fortran/use_intrinsic_1.f90: New; moved
9660 from gcc/testsuite/gfortran.dg/gomp/use_intrinsic_1.f90.
9661
9662 2012-11-21 Jakub Jelinek <jakub@redhat.com>
9663
9664 PR libgomp/55411
9665 * team.c (gomp_free_thread): Decrease gomp_managed_threads
9666 if pool had any threads_used.
9667
9668 2012-11-07 Jack Howarth <howarth@bromo.med.uc.edu>
9669
9670 * testsuite/libgomp.c++/pr24455.C: Use
9671 -Wl,-undefined,dynamic_lookup on darwin.
9672
9673 2012-11-07 David Edelsohn <dje.gcc@gmail.com>
9674
9675 * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.
9676
9677 2012-10-24 Dominique d'Humieres <dominiq@lps.ens.fr>
9678
9679 * testsuite/libgomp.graphite/force-parallel-6.c: Adjust the loops.
9680
9681 2012-10-23 Ian Bolton <ian.bolton@arm.com>
9682 Jim MacArthur <jim.macarthur@arm.com>
9683 Marcus Shawcroft <marcus.shawcroft@arm.com>
9684 Nigel Stephens <nigel.stephens@arm.com>
9685 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9686 Richard Earnshaw <rearnsha@arm.com>
9687 Sofiane Naci <sofiane.naci@arm.com>
9688 Stephen Thomas <stephen.thomas@arm.com>
9689 Tejas Belagod <tejas.belagod@arm.com>
9690 Yufeng Zhang <yufeng.zhang@arm.com>
9691
9692 * configure.tgt: Add AArch64.
9693
9694 2012-10-04 Jason Merrill <jason@redhat.com>
9695
9696 * testsuite/libgomp.c++/tls-init1.C: New.
9697
9698 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
9699
9700 * configure: Regenerated.
9701
9702 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
9703
9704 * config/linux/mips/futex.h (sys_futex0): Change to static
9705 function with noinline, nomips16 attributes under MIPS16. Adjust
9706 asm statement to place 'li v0,SYS_futex' immediately before
9707 syscall insn.
9708
9709 2012-07-04 Sandra Loosemore <sandra@codesourcery.com>
9710
9711 * libgomp.texi (Library Index): Renamed from "Index" to prevent
9712 conflict with index.html on case-insensitive file systems.
9713
9714 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
9715
9716 * config/linux/x86/futex.h (cpu_relax): Use __builtin_ia32_pause.
9717 * testsuite/libgomp.c/sort-1.c (busy_wait): Ditto.
9718
9719 2012-07-02 Richard Guenther <rguenther@suse.de>
9720 Michael Matz <matz@suse.de>
9721 Tobias Grosser <tobias@grosser.es>
9722 Sebastian Pop <sebpop@gmail.com>
9723
9724 * testsuite/libgomp.graphite/force-parallel-4.c: Adjust.
9725 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
9726 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
9727 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
9728
9729 2012-06-28 Andreas Schwab <schwab@linux-m68k.org>
9730
9731 * libgomp.texi: Include gpl_v3.texi instead of gpl.texi.
9732
9733 2012-06-22 Richard Guenther <rguenther@suse.de>
9734
9735 Merge from graphite branch
9736 2012-01-13 Tobias Grosser <tobias@grosser.es>
9737
9738 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
9739 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
9740
9741 2012-06-07 Jakub Jelinek <jakub@redhat.com>
9742
9743 PR middle-end/53580
9744 * testsuite/libgomp.c/pr26943-2.c: Remove #pragma omp barrier,
9745 use GOMP_barrier () call instead.
9746 * testsuite/libgomp.c/pr26943-3.c: Likewise.
9747 * testsuite/libgomp.c/pr26943-4.c: Likewise.
9748 * testsuite/libgomp.fortran/vla4.f90: Remove !$omp barrier,
9749 call GOMP_barrier instead.
9750 * testsuite/libgomp.fortran/vla5.f90: Likewise.
9751
9752 2012-06-06 Jakub Jelinek <jakub@redhat.com>
9753
9754 PR libgomp/52993
9755 * config/linux/lock.c (gomp_init_nest_lock_25): Fix up last
9756 argument to memset call.
9757
9758 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
9759
9760 * configure: Regenerated.
9761
9762 2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
9763
9764 * testsuite/lib/libgomp.exp: Add -fno-diagnostics-show-caret.
9765
9766 2012-03-31 H.J. Lu <hongjiu.lu@intel.com>
9767
9768 PR bootstrap/52812
9769 * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.
9770
9771 2012-03-22 Jakub Jelinek <jakub@redhat.com>
9772
9773 PR middle-end/52547
9774 * testsuite/libgomp.c/pr52547.c: New test.
9775
9776 2012-03-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9777
9778 * testsuite/lib/libgomp.exp: load fortran-modules.exp
9779
9780 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9781
9782 * configure.tgt (mips-sgi-irix6*): Remove.
9783
9784 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9785
9786 * configure.tgt (alpha*-dec-osf*): Remove.
9787
9788 * config/osf/sem.h: Remove.
9789 * config/posix/lock.c (_XOPEN_SOURCE): Define unconditionally.
9790
9791 2012-02-29 Eric Botcazou <ebotcazou@adacore.com>
9792
9793 * config/linux/sparc/futex.h (cpu_relax): Read from CC register.
9794
9795 2012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9796
9797 PR libstdc++/52188
9798 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Remove symvers_renaming.
9799 Remove ENABLE_SYMVERS_SOL2.
9800 * configure: Regenerate.
9801 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB] (comma): New variable.
9802 (PREPROCESS): New variable.
9803 (libgomp.ver): New target.
9804 [LIBGOMP_BUILD_VERSIONED_SHLIB &&
9805 LIBGOMP_BUILD_VERSIONED_SHLIB_GNU]: Remove
9806 LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2 handling.
9807 Use libgomp.ver.
9808 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Use libgomp.ver, libgomp.ver-sun.
9809 * Makefile.in: Regenerate.
9810
9811 2012-02-14 Walter Lee <walt@tilera.com>
9812
9813 * configure.tgt: Handle tilegx and tilepro.
9814 * config/linux/tile/futex.h: New file.
9815
9816 2012-02-08 Richard Guenther <rguenther@suse.de>
9817
9818 PR tree-optimization/46886
9819 * testsuite/libgomp.c/pr46886.c: New testcase.
9820
9821 2012-01-25 Matthias Klose <doko@ubuntu.com>
9822
9823 * config/linux/arm: Remove empty directory.
9824 * configure.tgt (config_path): Remove linux-arm for arm*-*-linux*.
9825
9826 2011-12-09 Alan Modra <amodra@gmail.com>
9827
9828 PR libgomp/51376
9829 * task.c (GOMP_taskwait): Don't access task->children outside of
9830 task_lock mutex region.
9831 (GOMP_task): Likewise.
9832
9833 2011-12-06 Jakub Jelinek <jakub@redhat.com>
9834
9835 PR libgomp/51132
9836 * testsuite/libgomp.graphite/force-parallel-1.c: Move large arrays
9837 to file scope.
9838 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
9839 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
9840 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
9841 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
9842 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
9843
9844 2011-12-02 Alan Modra <amodra@gmail.com>
9845
9846 * config/linux/affinity.c: Use atomic rather than sync builtin.
9847 * config/linux/lock.c: Likewise.
9848 * config/linux/ptrlock.h: Likewise.
9849 * config/linux/ptrlock.c: Likewise.
9850 * config/linux/ptrlock.h (gomp_ptrlock_set): Always write here..
9851 * config/linux/ptrlock.c (gomp_ptrlock_set_slow): ..not here.
9852 * config/linux/futex.h (atomic_write_barrier): Delete unused function.
9853 * config/linux/alpha/futex.h (atomic_write_barrier): Likewise.
9854 * config/linux/ia64/futex.h (atomic_write_barrier): Likewise.
9855 * config/linux/mips/futex.h (atomic_write_barrier): Likewise.
9856 * config/linux/powerpc/futex.h (atomic_write_barrier): Likewise.
9857 * config/linux/s390/futex.h (atomic_write_barrier): Likewise.
9858 * config/linux/sparc/futex.h (atomic_write_barrier): Likewise.
9859 * config/linux/x86/futex.h (atomic_write_barrier): Likewise.
9860
9861 2011-11-30 Alan Modra <amodra@gmail.com>
9862
9863 PR libgomp/51298
9864 * config/linux/bar.h: Use atomic rather than sync builtins.
9865 * config/linux/bar.c: Likewise. Add missing acquire
9866 synchronisation on generation field.
9867 * task.c (gomp_barrier_handle_tasks): Regain lock so as to not
9868 double unlock.
9869
9870 2011-11-30 Alan Modra <amodra@gmail.com>
9871
9872 * ordered.c (gomp_ordered_sync): Add MEMMODEL_ACQ_REL fence.
9873 * critical.c (GOMP_critical_start): Add MEMMODEL_RELEASE fence.
9874 * config/linux/mutex.h: Use atomic rather than sync builtins.
9875 * config/linux/mutex.c: Likewise. Comment. Use -1 for waiting state.
9876 * config/linux/omp-lock.h: Comment fix.
9877 * config/linux/arm/mutex.h: Delete.
9878 * config/linux/powerpc/mutex.h: Delete.
9879 * config/linux/ia64/mutex.h: Delete.
9880 * config/linux/mips/mutex.h: Delete.
9881
9882 2011-11-30 Alan Modra <amodra@gmail.com>
9883
9884 PR libgomp/51249
9885 * config/linux/sem.h: Rewrite.
9886 * config/linux/sem.c: Rewrite.
9887
9888 2011-11-28 Richard Henderson <rth@redhat.com>
9889
9890 * libgomp.h (enum memmodel): New.
9891
9892 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
9893
9894 * configure: Regenerate.
9895
9896 2011-10-10 Matthias Klose <doko@ubuntu.com>
9897
9898 * config/posix95: Remove empty directory.
9899
9900 2011-08-26 Jakub Jelinek <jakub@redhat.com>
9901
9902 * testsuite/libgomp.fortran/threadprivate4.f90: New test.
9903
9904 2011-08-19 Jakub Jelinek <jakub@redhat.com>
9905
9906 PR fortran/49792
9907 * testsuite/libgomp.fortran/pr49792-1.f90: New test.
9908 * testsuite/libgomp.fortran/pr49792-2.f90: New test.
9909
9910 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9911
9912 * config/posix95/lock.c, posix95/omp-lock.h: Remove.
9913
9914 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9915
9916 PR libgomp/49965
9917 * testsuite/libgomp.c++/task-8.C: Replaced err by errval.
9918
9919 2011-08-03 Uros Bizjak <ubizjak@gmail.com>
9920
9921 * config/linux/proc.h: New.
9922 * config/linux/proc.c: Include "proc.h". Do not include <sched.h>.
9923 (gomp_cpuset_popcount): Rename from cpuset_popcount. No more static.
9924 (gomp_init_num_threads): Update call to cpuset_popcount.
9925 (get_num_procs): Ditto.
9926 * config/linux/affinity.c (gomp_init_affinity): Call
9927 gomp_cpuset_popcount.
9928
9929 2011-08-02 Jakub Jelinek <jakub@redhat.com>
9930
9931 PR fortran/42041
9932 PR fortran/46752
9933 * omp.h.in (omp_in_final): New prototype.
9934 * omp_lib.f90.in (omp_in_final): New interface.
9935 (omp_integer_kind, omp_logical_kind): Remove
9936 and replace all its uses in the module with 4.
9937 (openmp_version): Change to 201107.
9938 * omp_lib.h.in (omp_sched_static, omp_sched_dynamic,
9939 omp_sched_guided, omp_sched_auto): Use omp_sched_kind
9940 kind for the parameters.
9941 (omp_in_final): New external.
9942 (openmp_version): Change to 201107.
9943 * task.c (omp_in_final): New function.
9944 (gomp_init_task): Initialize final_task.
9945 (GOMP_task): Remove unused attribute from flags. Handle final
9946 tasks.
9947 (GOMP_taskyield): New function.
9948 (omp_in_final): Return true if if (false) or final (true) task
9949 or descendant of final (true).
9950 * fortran.c (omp_in_final_): New function.
9951 * libgomp.map (OMP_3.1): Export omp_in_final and omp_in_final_.
9952 (GOMP_3.0): Export GOMP_taskyield.
9953 * env.c (gomp_nthreads_var_list, gomp_nthreads_var_list_len): New
9954 variables.
9955 (parse_unsigned_long_list): New function.
9956 (initialize_env): Use it for OMP_NUM_THREADS. Call parse_boolean
9957 with "OMP_PROC_BIND". If OMP_PROC_BIND=true, call gomp_init_affinity
9958 even if parse_affinity returned false.
9959 * config/linux/affinity.c (gomp_init_affinity): Handle
9960 gomp_cpu_affinity_len == 0.
9961 * libgomp_g.h (GOMP_taskyield): New prototype.
9962 * libgomp.h (struct gomp_task): Add final_task field.
9963 (gomp_nthreads_var_list, gomp_nthreads_var_list_len): New externs.
9964 * team.c (gomp_team_start): Override new task's nthreads_var icv
9965 if list form OMP_NUM_THREADS has been used and it has value for
9966 the new nesting level.
9967
9968 * testsuite/libgomp.c/atomic-11.c: New test.
9969 * testsuite/libgomp.c/atomic-12.c: New test.
9970 * testsuite/libgomp.c/atomic-13.c: New test.
9971 * testsuite/libgomp.c/atomic-14.c: New test.
9972 * testsuite/libgomp.c/reduction-6.c: New test.
9973 * testsuite/libgomp.c/task-5.c: New test.
9974 * testsuite/libgomp.c++/atomic-2.C: New test.
9975 * testsuite/libgomp.c++/atomic-3.C: New test.
9976 * testsuite/libgomp.c++/atomic-4.C: New test.
9977 * testsuite/libgomp.c++/atomic-5.C: New test.
9978 * testsuite/libgomp.c++/atomic-6.C: New test.
9979 * testsuite/libgomp.c++/atomic-7.C: New test.
9980 * testsuite/libgomp.c++/atomic-8.C: New test.
9981 * testsuite/libgomp.c++/atomic-9.C: New test.
9982 * testsuite/libgomp.c++/task-8.C: New test.
9983 * testsuite/libgomp.c++/reduction-4.C: New test.
9984 * testsuite/libgomp.fortran/allocatable7.f90: New test.
9985 * testsuite/libgomp.fortran/allocatable8.f90: New test.
9986 * testsuite/libgomp.fortran/crayptr3.f90: New test.
9987 * testsuite/libgomp.fortran/omp_atomic3.f90: New test.
9988 * testsuite/libgomp.fortran/omp_atomic4.f90: New test.
9989 * testsuite/libgomp.fortran/pointer1.f90: New test.
9990 * testsuite/libgomp.fortran/pointer2.f90: New test.
9991 * testsuite/libgomp.fortran/task4.f90: New test.
9992
9993 2011-08-02 Tobias Burnus <burnus@net-b.de>
9994
9995 * libgomp.texi: Update OpenMP spec references to 3.1.
9996 (omp_in_final,OMP_PROC_BIND): New sections.
9997 (OMP_NUM_THREADS): Document that the value can be now a list.
9998 (GOMP_STACKSIZE,GOMP_CPU_AFFINITY): Update @ref.
9999
10000 2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
10001
10002 * config/linux/x86/futex.h: Check __x86_64__ instead of
10003 __LP64__.
10004
10005 2011-07-29 Jakub Jelinek <jakub@redhat.com>
10006
10007 PR middle-end/49897
10008 PR middle-end/49898
10009 * testsuite/libgomp.c/pr49897-1.c: New test.
10010 * testsuite/libgomp.c/pr49897-2.c: New test.
10011 * testsuite/libgomp.c/pr49898-1.c: New test.
10012 * testsuite/libgomp.c/pr49898-2.c: New test.
10013
10014 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
10015
10016 * testsuite/lib/libgomp.exp (libgomp_init): Add -march=i486
10017 for ia32 instead of ilp32.
10018
10019 * testsuite/libgomp.c/atomic-1.c: Require ia32 instead of ilp32.
10020 * testsuite/libgomp.c/atomic-6.c: Likewise.
10021
10022 2011-07-23 Sebastian Pop <sebastian.pop@amd.com>
10023
10024 * testsuite/libgomp.graphite/force-parallel-1.c: Un-xfail.
10025 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust pattern.
10026
10027 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10028
10029 PR libgomp/45351
10030 * config/osf/sem.h: New file.
10031 * configure.tgt (alpha*-dec-osf*): Prepend osf to config_path.
10032
10033 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10034
10035 PR target/49541
10036 * testsuite/lib/libgomp.exp (libgomp_init): Don't add -lgomp to
10037 ldflags.
10038
10039 2011-07-15 Jakub Jelinek <jakub@redhat.com>
10040
10041 * config/linux/wait.h (do_spin): New inline, largely copied
10042 from do_wait, just don't do futex_wait here, instead return true if
10043 it should be done.
10044 (do_wait): Implement using do_spin.
10045 * config/linux/mutex.h (gomp_mutex_lock_slow): Add an int argument
10046 to prototype.
10047 (gomp_mutex_lock): Use __sync_val_compare_and_swap instead of
10048 __sync_bool_compare_and_swap, pass the oldval to
10049 gomp_mutex_lock_slow.
10050 * config/linux/mutex.c (gomp_mutex_lock_slow): Add oldval argument.
10051 If all mutex contenders are just spinning and not sleeping, don't
10052 change state to 2 unnecessarily. Optimize the loop when state has
10053 already become 2 to use just one atomic operation per loop instead
10054 of two.
10055 * config/linux/ia64/mutex.h (gomp_mutex_lock_slow): Add an int argument
10056 to prototype.
10057 (gomp_mutex_lock): Use __sync_val_compare_and_swap instead of
10058 __sync_bool_compare_and_swap, pass the oldval to
10059 gomp_mutex_lock_slow.
10060
10061 2011-06-22 Jakub Jelinek <jakub@redhat.com>
10062
10063 PR libgomp/49490
10064 * iter.c (gomp_iter_static_next): For chunk size 0
10065 only use n ceil/ nthreads size for the first
10066 n % nthreads threads in the team instead of
10067 all threads except for the last few ones which
10068 get less work or none at all.
10069 * iter_ull.c (gomp_iter_ull_static_next): Likewise.
10070 * env.c (parse_schedule): If OMP_SCHEDULE doesn't have
10071 chunk argument, set run_sched_modifier to 0 for static
10072 resp. 1 for other kinds. If chunk argument is 0
10073 and not static, set value to 1.
10074
10075 2011-05-19 Jakub Jelinek <jakub@redhat.com>
10076
10077 PR c++/49043
10078 * testsuite/libgomp.c++/pr49043.C: New test.
10079
10080 PR c++/48869
10081 * testsuite/libgomp.c++/pr48869.C: New test.
10082
10083 2011-05-06 Jakub Jelinek <jakub@redhat.com>
10084
10085 PR fortran/48894
10086 * fortran.c: Include limits.h.
10087 (TO_INT): Define.
10088 (omp_set_dynamic_8_, omp_set_num_threads_8_): Use !!*set instead of
10089 *set.
10090 (omp_set_num_threads_8_, omp_set_schedule_8_,
10091 omp_set_max_active_levels_8_, omp_get_ancestor_thread_num_8_,
10092 omp_get_team_size_8_): Use TO_INT macro.
10093 * testsuite/libgomp.fortran/pr48894.f90: New test.
10094
10095 2011-04-13 Jakub Jelinek <jakub@redhat.com>
10096
10097 PR middle-end/48591
10098 * testsuite/libgomp.c/pr48591.c: New test.
10099
10100 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10101
10102 PR bootstrap/48135
10103 * acinclude.m4 (enable_symvers): Handle --disable-symvers.
10104 * configure: Regenerate.
10105
10106 2011-02-27 Jakub Jelinek <jakub@redhat.com>
10107
10108 PR fortran/47886
10109 * testsuite/libgomp.fortran/task3.f90: New test.
10110
10111 2011-02-24 Tobias Burnus <burnus@net-b.de>
10112
10113 * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
10114
10115 2011-02-23 Jakub Jelinek <jakub@redhat.com>
10116
10117 PR libgomp/47854
10118 * libgomp.texi (omp_get_wtime): Don't say time in the past
10119 must be Unix Epoch.
10120
10121 2011-02-18 Jakub Jelinek <jakub@redhat.com>
10122
10123 PR libgomp/47804
10124 * testsuite/libgomp.fortran/fortran.exp: Check for both
10125 libquadmath.a and libquadmath.${shlib_ext}. If neither exists,
10126 but $blddir != "", still append ${blddir}/${lang_library_path}
10127 to ld_library_path.
10128
10129 2011-02-16 Tobias Burnus <burnus@net-b.de>
10130
10131 PR libgomp/47758
10132 * testsuite/libgomp.fortran/fortran.exp: Check for the existence
10133 of libquadmath.a before adding its libpath to ldflags.
10134
10135 2011-02-14 Jakub Jelinek <jakub@redhat.com>
10136
10137 PR libgomp/47731
10138 * config/linux/futex.h (futex_wait): Pass NULL as timeout argument
10139 to FUTEX_WAIT futex syscall.
10140 * config/linux/wait.h: Include <futex.h> instead of "futex.h".
10141
10142 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10143
10144 * configure: Regenerate.
10145
10146 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
10147
10148 PR libstdc++/36104
10149 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
10150
10151 2011-01-16 Gerald Pfeifer
10152
10153 * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
10154
10155 2010-12-14 Jakub Jelinek <jakub@redhat.com>
10156
10157 PR fortran/46874
10158 * libgomp.fortran/allocatable6.f90: New test.
10159
10160 2010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10161
10162 * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
10163 * configure: Regenerate.
10164
10165 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
10166
10167 PR target/40125
10168 PR lto/46695
10169 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
10170 * Makefile.am (libgomp_la_LDFLAGS): Use lt_host_flags.
10171 * aclocal.m4: Regenerate.
10172 * configure: Regenerate.
10173 * Makefile.in: Regenerate.
10174 * testsuite/Makefile.in: Regenerate.
10175
10176 2010-12-02 Jakub Jelinek <jakub@redhat.com>
10177
10178 PR fortran/46753
10179 * libgomp.fortran/pr46753.f90: New test.
10180
10181 PR libgomp/43706
10182 * env.c (initialize_env): Default to spin count 300000
10183 instead of 20000000 if neither OMP_WAIT_POLICY nor GOMP_SPINCOUNT
10184 is specified.
10185
10186 PR libgomp/45240
10187 * parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
10188 at the end if sync builtins aren't supported.
10189
10190 2010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10191
10192 * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.
10193
10194 2010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10195
10196 * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.
10197
10198 2010-11-24 Iain Sandoe <iains@gcc.gnu.org>
10199
10200 * testsuite/libgomp.fortran/fortran.exp: Add paths for libquadmath.
10201
10202 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
10203 Tobias Burnus <burnus@net-b.de>
10204
10205 PR fortran/32049
10206 * configure.ac:
10207 * configure: Regenerate.
10208
10209 2010-10-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
10210
10211 * config/linux/futex.h: New.
10212 * config/linux/arm/mutex.h: New.
10213 * configure.tgt (arm*-*-linux*): Add config path.
10214
10215 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
10216
10217 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
10218
10219 2010-09-23 Tobias Burnus <burnus@net-b.de>
10220
10221 * libgomp.texi (omp_get_nested, omp_set_nested, omp_set_dynamic):
10222 Change Fortran datatype to LOGICAL.
10223 (omp_set_lock, omp_test_lock, omp_unset_lock, omp_set_nested_lock,
10224 omp_unset_nested_lock): Use intent(inout) instead of intent(out).
10225
10226 2010-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10227
10228 * configure: Regenerate.
10229
10230 2010-07-26 Jakub Jelinek <jakub@redhat.com>
10231
10232 * libgomp.texi: Add function keyword to a couple of Fortran
10233 interfaces, use integer instead of int for Fortran.
10234
10235 2010-07-26 Aldy Hernandez <aldyh@redhat.com>
10236
10237 * libgomp.texi: Fix spelling and pasto problems throughout.
10238 Adjust prototypes to match code.
10239
10240 2010-07-24 Tobias Burnus <burnus@net-b.de>
10241
10242 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add -w to
10243 silence -fwhole-file warning.
10244
10245 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10246
10247 * configure.tgt (*-*-solaris2.[56]*): Removed.
10248
10249 2010-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10250
10251 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.
10252 Define LIBGOMP_BUILD_VERSIONED_SHLIB_GNU,
10253 LIBGOMP_BUILD_VERSIONED_SHLIB_SUN automake conditionals.
10254 (HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT): Define unless
10255 targetting solaris2*.
10256 * configure: Regenerate.
10257 * config.h.in: Regenerate.
10258
10259 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB]: Protect
10260 libgomp_version_script with LIBGOMP_BUILD_VERSIONED_SHLIB_GNU.
10261 Add libgomp_version_dep.
10262 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Handle Sun symbol
10263 versioning.
10264 [!LIBGOMP_BUILD_VERSIONED_SHLIB]: Add libgomp_version_dep.
10265 (libgomp_la_DEPENDENCIES): Set to $(libgomp_version_dep).
10266 * Makefile.in: Regenerate.
10267
10268 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef unless
10269 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
10270 * libgomp.map (OMP_1.0): Move symbols both in OMP_1.0 and OMP_3.0
10271 to common block, protected by
10272 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
10273
10274 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
10275
10276 * libgomp.texi: Move to GFDL version 1.3. Update copyright years.
10277
10278 2010-06-09 Iain Sandoe <iains@gcc.gnu.org>
10279
10280 PR bootstrap/43170
10281 * configure: Regenerate.
10282
10283 2010-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10284
10285 PR other/43620
10286 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
10287 * configure: Regenerate.
10288 * Makefile.in: Regenerate.
10289 * testsuite/Makefile.in: Regenerate.
10290
10291 2010-04-26 Jakub Jelinek <jakub@redhat.com>
10292
10293 PR c/43893
10294 * testsuite/libgomp.c/pr43893.c: New test.
10295 * testsuite/libgomp.c++/pr43893.C: New test.
10296
10297 2010-04-21 Jakub Jelinek <jakub@redhat.com>
10298
10299 PR middle-end/43570
10300 * testsuite/libgomp.fortran/vla8.f90: New test.
10301
10302 2010-04-20 Jakub Jelinek <jakub@redhat.com>
10303
10304 PR libgomp/43706
10305 * config/linux/affinity.c (gomp_init_affinity): Decrease
10306 gomp_available_cpus if affinity mask confines the process to fewer
10307 CPUs.
10308 * config/linux/proc.c (get_num_procs): If gomp_cpu_affinity is
10309 non-NULL, just return gomp_available_cpus.
10310
10311 PR libgomp/43569
10312 * sections.c (gomp_sections_init): Initialize ws->mode.
10313
10314 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
10315
10316 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Remove set but
10317 not unused bar variable.
10318 * configure: Regenerate.
10319
10320 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10321
10322 * Makefile.in: Regenerate.
10323 * aclocal.m4: Regenerate.
10324 * testsuite/Makefile.in: Regenerate.
10325
10326 2010-03-22 Jakub Jelinek <jakub@redhat.com>
10327
10328 PR libgomp/42942
10329 * env.c (parse_unsigned_long): Add ALLOW_ZERO argument.
10330 (initialize_env): Adjust callers.
10331 (omp_set_max_active_levels): Set gomp_max_active_levels_var even
10332 when the argument is 0.
10333
10334 * testsuite/libgomp.c/pr42942.c: New test.
10335
10336 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
10337
10338 PR middle-end/42644
10339 PR middle-end/42130
10340 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
10341 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust.
10342
10343 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10344
10345 * testsuite/libgomp.c++/task-1.C: Renamed err to e.
10346 * testsuite/libgomp.c++/task-6.C: Likewise.
10347
10348 2010-01-28 Steve Ellcey <sje@cup.hp.com>
10349
10350 * configure.tgt (*-*-hpux*): Add -frandom-seed flag.
10351
10352 2010-01-26 Paolo Bonzini <bonzini@gnu.org>
10353
10354 * configure.ac: Test for executability of _the first word_ of GFORTRAN.
10355 * configure: Regenerate.
10356
10357 2010-01-26 Jakub Jelinek <jakub@redhat.com>
10358
10359 PR fortran/42866
10360 * testsuite/libgomp.fortran/allocatable5.f90: New test.
10361
10362 2010-01-20 Paolo Bonzini <bonzini@gnu.org>
10363
10364 * configure.ac: Test for executability of GFORTRAN.
10365 * configure: Regenerate.
10366
10367 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10368
10369 * configure: Regenerate.
10370
10371 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
10372
10373 PR libgomp/42602
10374 * libgomp.fortran/recursion1.f90 (sub): Make 's' atomic.
10375
10376 2010-01-03 Richard Guenther <rguenther@suse.de>
10377
10378 * testsuite/libgomp.fortran/recursion1.f90: New testcase.
10379
10380 2009-12-23 Sebastian Pop <sebpop@gmail.com>
10381
10382 * testsuite/libgomp.graphite/pr4118.c: New.
10383
10384 2009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
10385
10386 * testsuite/libgomp.fortran/crayptr2.f90: Remove forced static linkage
10387 for darwin, protect the test with require-effective-target tls_runtime.
10388 * testsuite/libgomp.fortran/pr32550.f90: Ditto.
10389
10390 2009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
10391
10392 PR target/41605
10393 * testsuite/lib/libgomp.exp: Provide -B options to allow for
10394 link spec %s substitutions for static libraries.
10395
10396 2009-12-18 Jack Howarth <howarth@bromo.med.uc.edu>
10397
10398 PR testsuite/42135
10399 * libgomp.graphite/force-parallel-2.c: Reduce array size.
10400
10401 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10402
10403 * Makefile.in: Regenerate.
10404 * configure: Regenerate.
10405 * testsuite/Makefile.in: Regenerate.
10406
10407 2009-11-30 Dave Korn <dave.korn.cygwin@gmail.com>
10408
10409 * testsuite/lib/libgomp.exp (libgomp_init): Add host-dependent
10410 settings for LC_ALL and LANG.
10411
10412 2009-11-25 Jakub Jelinek <jakub@redhat.com>
10413
10414 PR fortran/42162
10415 * testsuite/libgomp.fortran/pr42162.f90: New test.
10416
10417 2009-11-13 Jakub Jelinek <jakub@redhat.com>
10418
10419 PR middle-end/42029
10420 * testsuite/libgomp.c/pr42029.c: New test.
10421
10422 2009-10-26 Jakub Jelinek <jakub@redhat.com>
10423
10424 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid using too many
10425 *s. Accept ld version without text in ()s.
10426 * configure: Regenerated.
10427
10428 2009-10-22 Razya Ladelsky <razya@il.ibm.com>
10429
10430 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan.
10431
10432 2009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10433
10434 PR libgomp/41418
10435 * configure.ac: Set FC to "no" if $GFORTRAN starts with "no"
10436 or a hyphen (happens with fortran language disabled).
10437 * configure: Regenerate.
10438
10439 2009-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10440
10441 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid 'head',
10442 use sed script portable to Solaris /bin/sed for extracting ld
10443 version.
10444 * configure: Regenerate.
10445
10446 2009-09-17 Alexander Monakov <amonakov@ispras.ru>
10447
10448 * testsuite/libgomp.graphite/bounds.c: New test.
10449
10450 2009-09-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10451
10452 * Makefile.am (libgomp_la_LINK): New.
10453 * Makefile.in: Regenerate.
10454
10455 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10456
10457 * configure.ac (AC_PREREQ): Bump to 2.64.
10458
10459 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10460
10461 * Makefile.am (install-html, install-pdf): Remove.
10462 * Makefile.in: Regenerate.
10463
10464 * Makefile.in: Regenerate.
10465 * aclocal.m4: Regenerate.
10466 * config.h.in: Regenerate.
10467 * configure: Regenerate.
10468 * testsuite/Makefile.in: Regenerate.
10469
10470 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10471
10472 * Makefile.am (LINK): Add $(AM_LIBTOOLFLAGS) and $(LIBTOOLFLAGS).
10473 * Makefile.in: Regenerate.
10474
10475 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
10476
10477 * Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.
10478 * Makefile.in: Regenerate.
10479
10480 2009-08-19 Tobias Burnus <burnus@net-b.de>
10481
10482 PR fortran/41102
10483 omp_lib.h.in: Fix -std=f95 errors.
10484
10485 2009-08-14 David Edelsohn <edelsohn@gnu.org>
10486
10487 * testsuite/libgomp.graphite: Move from gcc.dg/graphite.
10488 * testsuite/libgomp.graphite/graphite_autopar.exp: Delete.
10489 * testsuite/libgomp.graphite/graphite.exp: New.
10490
10491 2009-08-05 Andreas Tobler <a.tobler@schweiz.org>
10492
10493 * testsuite/libgomp.fortran/fortran.exp: Add flags in case of shared
10494 only build.
10495
10496 2009-08-04 David Daney <ddaney@caviumnetworks.com>
10497
10498 * config/linux/mutex.h (gomp_mutex_unlock): Add comment about
10499 needed memory barrier semantics.
10500 * config/linux/mips/mutex.h: New file.
10501
10502 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10503
10504 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
10505
10506 2009-07-16 Joseph Myers <joseph@codesourcery.com>
10507
10508 * configure: Regenerate.
10509
10510 2009-07-11 Richard Sandiford <rdsandiford@googlemail.com>
10511
10512 PR testsuite/40699
10513 PR testsuite/40707
10514 PR testsuite/40709
10515 * testsuite/lib/libgomp.exp: Revert 2009-07-02 and 2009-06-30 commits.
10516 * testsuite/libgomp.c/c.exp, testsuite/libgomp.c++/c++.exp,
10517 testsuite/libgomp.fortran/fortran.exp: Revert 2009-06-30 commits.
10518
10519 2009-07-02 Richard Sandiford <r.sandiford@uk.ibm.com>
10520
10521 * testsuite/lib/libgomp.exp (libgomp_init): Use the ALWAYS_CFLAGS
10522 options when choosing a multilib.
10523
10524 2009-06-30 Richard Sandiford <r.sandiford@uk.ibm.com>
10525
10526 * testsuite/lib/libgomp.exp (libgomp_init): Don't add "." to
10527 ld_library_path. Use add_path. Add just find_libgcc_s to
10528 ld_library_path, not every libgcc multilib directory.
10529 * testsuite/libgomp.c/c.exp (ld_library_path): Don't call
10530 gcc-set-multilib-library-path; rely on $always_ld_library_path instead.
10531 * testsuite/libgomp.c++/c++.exp (ld_library_path): Likewise.
10532 Use add_path.
10533 * testsuite/libgomp.fortran/fortran.exp (ld_library_path): Likewise.
10534
10535 2009-06-09 Nathan Froyd <froydnj@codesourcery.com>
10536
10537 * Makefile.am (LTLDFLAGS): Define.
10538 (LINK): Define.
10539 * Makefile.in: Regenerate.
10540
10541 2009-05-27 Janne Blomqvist <jb@gcc.gnu.org>
10542
10543 PR fortran/39718
10544 * testsuite/libgomp.fortran/fortran.exp: Don't link with
10545 libgfortranbegin, check existence of libgfortran.a instead of
10546 libgfortranbegin.a.
10547
10548 2009-05-20 Jakub Jelinek <jakub@redhat.com>
10549
10550 PR libgomp/40174
10551 * team.c (gomp_thread_start): Destroy thr->release semaphore.
10552 (gomp_free_pool_helper): Likewise.
10553
10554 2009-04-20 Vasilis Liaskovitis <vliaskov@gmail.com>
10555 Jakub Jelinek <jakub@redhat.com>
10556
10557 PR fortran/35423
10558 * testsuite/libgomp.fortran/workshare2.f90: New test.
10559
10560 2009-04-09 Nick Clifton <nickc@redhat.com>
10561
10562 * iter.c: Change copyright header to refer to version 3 of the
10563 GNU General Public License with version 3.1 of the GCC Runtime
10564 Library Exception and to point readers at the COPYING3 and
10565 COPYING3.RUNTIME files and the FSF's license web page.
10566 * alloc.c: Likewise.
10567 * barrier.c: Likewise.
10568 * config/bsd/proc.c: Likewise.
10569 * config/linux/affinity.c: Likewise.
10570 * config/linux/alpha/futex.h: Likewise.
10571 * config/linux/bar.c: Likewise.
10572 * config/linux/bar.h: Likewise.
10573 * config/linux/ia64/futex.h: Likewise.
10574 * config/linux/ia64/mutex.h: Likewise.
10575 * config/linux/lock.c: Likewise.
10576 * config/linux/mips/futex.h: Likewise.
10577 * config/linux/mutex.c: Likewise.
10578 * config/linux/mutex.h: Likewise.
10579 * config/linux/powerpc/futex.h: Likewise.
10580 * config/linux/proc.c: Likewise.
10581 * config/linux/ptrlock.c: Likewise.
10582 * config/linux/ptrlock.h: Likewise.
10583 * config/linux/s390/futex.h: Likewise.
10584 * config/linux/sem.c: Likewise.
10585 * config/linux/sem.h: Likewise.
10586 * config/linux/sparc/futex.h: Likewise.
10587 * config/linux/wait.h: Likewise.
10588 * config/linux/x86/futex.h: Likewise.
10589 * config/mingw32/proc.c: Likewise.
10590 * config/mingw32/time.c: Likewise.
10591 * config/posix/affinity.c: Likewise.
10592 * config/posix/bar.c: Likewise.
10593 * config/posix/bar.h: Likewise.
10594 * config/posix/lock.c: Likewise.
10595 * config/posix/mutex.h: Likewise.
10596 * config/posix/proc.c: Likewise.
10597 * config/posix/ptrlock.h: Likewise.
10598 * config/posix/sem.c: Likewise.
10599 * config/posix/sem.h: Likewise.
10600 * config/posix/time.c: Likewise.
10601 * config/posix95/lock.c: Likewise.
10602 * critical.c: Likewise.
10603 * env.c: Likewise.
10604 * error.c: Likewise.
10605 * fortran.c: Likewise.
10606 * iter_ull.c: Likewise.
10607 * libgomp.h: Likewise.
10608 * libgomp_f.h.in: Likewise.
10609 * libgomp_g.h: Likewise.
10610 * loop.c: Likewise.
10611 * loop_ull.c: Likewise.
10612 * omp.h.in: Likewise.
10613 * omp_lib.f90.in: Likewise.
10614 * omp_lib.h.in: Likewise.
10615 * ordered.c: Likewise.
10616 * parallel.c: Likewise.
10617 * sections.c: Likewise.
10618 * single.c: Likewise.
10619 * task.c: Likewise.
10620 * team.c: Likewise.
10621 * work.c: Likewise.
10622
10623 2009-04-09 Jakub Jelinek <jakub@redhat.com>
10624
10625 * testsuite/config/default.exp: Change copyright header to refer to
10626 version 3 of the GNU General Public License and to point readers
10627 at the COPYING3 file and the FSF's license web page.
10628
10629 2009-04-08 Jakub Jelinek <jakub@redhat.com>
10630
10631 PR middle-end/39573
10632 * libgomp.c++/pr39573.C: New test.
10633
10634 2009-04-01 Jakub Jelinek <jakub@redhat.com>
10635
10636 PR other/39591
10637 * testsuite/libgomp.c/pr39591-1.c: New test.
10638 * testsuite/libgomp.c/pr39591-2.c: New test.
10639 * testsuite/libgomp.c/pr39591-3.c: New test.
10640
10641 2009-03-25 Uros Bizjak <ubizjak@gmail.com>
10642
10643 * testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage.
10644 * testsuite/libgomp.c/atomic-6.c: Ditto.
10645
10646 2009-03-23 Jakub Jelinek <jakub@redhat.com>
10647
10648 PR c/39495
10649 * testsuite/libgomp.c/loop-12.c: New test.
10650 * testsuite/libgomp.c/loop-11.c: New test.
10651 * testsuite/libgomp.c++/loop-11.C: New test.
10652 * testsuite/libgomp.c++/loop-12.C: New test.
10653 * testsuite/libgomp.c++/for-8.C: New test.
10654
10655 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10656
10657 * configure: Regenerate.
10658
10659 2009-02-11 Jakub Jelinek <jakub@redhat.com>
10660
10661 PR middle-end/39154
10662 * testsuite/libgomp.c/pr39154.c: New test.
10663
10664 2009-01-30 Ian Lance Taylor <iant@google.com>
10665
10666 * acinclude.m4 (LIBCOMP_CHECK_LINKER_FEATURES): Set
10667 libgomp_ld_is_gold. Get gold version number.
10668 (LIBGOMP_ENABLE_SYMVERS): Gold always support symbol versioning.
10669 * configure: Rebuild.
10670
10671 2009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
10672
10673 * testsuite/lib/libgomp.exp: Add -B option for targets that
10674 use libgfortran.a%s in their specs.
10675
10676 2009-01-07 Jakub Jelinek <jakub@redhat.com>
10677
10678 PR libgomp/38086
10679 * acinclude.m4 (HAVE_AS_SYMVER_DIRECTIVE): New check.
10680 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undefine if
10681 HAVE_AS_SYMVER_DIRECTIVE is not defined.
10682 * configure: Regenerated.
10683 * config.h.in: Likewise.
10684
10685 2008-12-28 Jakub Jelinek <jakub@redhat.com>
10686
10687 PR c++/38650
10688 * testsuite/libgomp.c/pr38650.c: New test.
10689 * testsuite/libgomp.c++/pr38650.C: New test.
10690
10691 2008-12-27 Jakub Jelinek <jakub@redhat.com>
10692
10693 * testsuite/libgomp.c/collapse-1.c (main): Add private(k) clause.
10694
10695 2008-12-26 Uros Bizjak <ubizjak@gmail.com>
10696
10697 * testsuite/libgomp.c/atomic-6.c: Add -mieee for alpha*-*-* targets.
10698
10699 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10700
10701 * configure: Regenerate.
10702
10703 2008-12-08 Jakub Jelinek <jakub@redhat.com>
10704
10705 PR middle-end/36802
10706 * testsuite/libgomp.c/pr36802-1.c: New test.
10707 * testsuite/libgomp.c/pr36802-2.c: New test.
10708 * testsuite/libgomp.c/pr36802-3.c: New test.
10709
10710 2008-12-01 Janis Johnson <janis187@us.ibm.com>
10711
10712 PR libgomp/38270
10713 * config/linux/powerpc/mutex.h: New.
10714
10715 2008-12-01 Jakub Jelinek <jakub@redhat.com>
10716
10717 PR c++/38257
10718 * testsuite/libgomp.c++/for-7.C: New test.
10719
10720 PR c++/38348
10721 * testsuite/libgomp.c++/for-6.C: New test.
10722
10723 2008-11-26 Janis Johnson <janis187@us.ibm.com>
10724
10725 PR testsuite/28870
10726 * testsuite/lib/libgomp.exp: Include new timeout library files.
10727 (libgomp_target_compile): Set timeout value from new proc.
10728
10729 2008-11-13 Steve Ellcey <sje@cup.hp.com>
10730
10731 PR libgomp/37938
10732 * config/linux/ia64/mutex.h: New.
10733
10734 2008-11-04 Tobias Burnus <burnus@net-b.de>
10735
10736 PR libgomp/37935
10737 * libgomp.texi (Runtime library routines, environment variables):
10738 Update for OpenMP version 3.0.
10739
10740 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
10741 Steve Ellcey <sje@cup.hp.com>
10742
10743 * configure: Regenerate for new libtool.
10744 * Makefile.in: Ditto.
10745 * testsuite/Makefile.in: Ditto.
10746
10747 2008-09-19 Jakub Jelinek <jakub@redhat.com>
10748 Andreas Tobler <a.tobler@schweiz.org>
10749
10750 * config/bsd/proc.c: New file.
10751 * configure.tgt (*-*-darwin*): Use config_path "bsd posix".
10752 * configure.ac: Check for header <sys/sysctl.h>
10753 * configure: Regenerate.
10754 * config.h.in: Likewise.
10755
10756 2008-09-05 Janis Johnson <janis187@us.ibm.com>
10757
10758 * testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
10759
10760 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10761
10762 * Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
10763 * Makefile.in: Regenerated.
10764 * testsuite/Makefile.in: Regenerated.
10765
10766 2008-08-21 Nathan Froyd <froydnj@codesourcery.com>
10767
10768 * testsuite/lib/libgomp.exp (libgomp_init): Only set things that
10769 depend on blddir if blddir exists.
10770 (libgomp_target_compile): Likewise.
10771 * testsuite/libgomp.c++/c++.exp: Likewise.
10772 * testsuite/libgomp.fortran/fortran.exp: Likewise.
10773
10774 2008-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10775
10776 * libgomp.texi: Update to GFDL 1.2. Update copyright years.
10777 Do not list GPL as Invariant Section.
10778
10779 2008-07-28 Ilie Garbacea <ilie@mips.com>
10780 Chao-ying Fu <fu@mips.com>
10781
10782 * configure.tgt: Enable futex for MIPS.
10783 * config/linux/mips/futex.h: New file.
10784
10785 2008-07-16 Jakub Jelinek <jakub@redhat.com>
10786
10787 * team.c (gomp_team_end): Free team immediately if it has
10788 just one thread.
10789
10790 2008-07-08 David Edelsohn <edelsohn@gnu.org>
10791
10792 * testsuite/libgomp.c++/c++.exp: Append multilib library path.
10793 * testsuite/libgomp.fortran/fortran.exp: Same.
10794 * testsuite/libgomp.c/c.exp: Same.
10795 * testsuite/lib/libgomp.exp: Append AIX libgcc pthread multilib
10796 directory to library path first.
10797
10798 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
10799
10800 * env.c (parse_stacksize): Add cast to avoid warning.
10801 (parse_spincount): Likewise.
10802
10803 2008-06-27 Jakub Jelinek <jakub@redhat.com>
10804
10805 * testsuite/libgomp.c/loop-10.c: New test.
10806 * libgomp.c/loop-3.c (main): Add lastprivate clause.
10807 * libgomp.c++/loop-6.C (main): Likewise.
10808
10809 PR debug/36617
10810 * testsuite/libgomp.c/debug-1.c: New test.
10811
10812 2008-06-19 Jakub Jelinek <jakub@redhat.com>
10813
10814 * testsuite/libgomp.c/nqueens-1.c: New test.
10815
10816 PR c++/36523
10817 * testsuite/libgomp.c++/task-7.C: New function.
10818
10819 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10820
10821 * configure: Regenerate.
10822
10823 2008-06-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10824
10825 * env.c (initialize_env): Always initialize gomp_remaining_threads_lock
10826 mutex when HAVE_SYNC_BUILTINS isn't defined.
10827
10828 2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10829
10830 * libgomp.texi (omp_test_lock): Fix typo.
10831
10832 2008-06-12 Tobias Burnus <burnus@net-b.de>
10833
10834 * omp_lib.f90.in: Add "implicit none".
10835
10836 2008-06-12 Jakub Jelinek <jakub@redhat.com>
10837
10838 PR middle-end/36506
10839 * testsuite/libgomp.c/reduction-5.c: New test.
10840
10841 2008-06-11 Jakub Jelinek <jakub@redhat.com>
10842
10843 * libgomp.h (struct gomp_task): Add in_tied_task field.
10844 * task.c (gomp_init_task): Initialize it.
10845 (GOMP_task): Likewise. Call gomp_team_barrier_set_task_pending
10846 unconditionally. Don't call gomp_team_barrier_wake if
10847 current task is implicit or if(0) from implicit and number of
10848 running tasks is equal to nthreads - 1.
10849
10850 PR libgomp/36471
10851 * omp_lib.f90.in (omp_get_ancestor_thread_num_8,
10852 omp_get_team_size_8): Fix pastos.
10853
10854 PR libgomp/36469
10855 * configure.ac: Add AC_CHECK_FUNCS (strtoull).
10856 * configure: Regenerated.
10857 * config.h.in: Regenerated.
10858 * env.c (strtoull): Define to strtoul if HAVE_STRTOULL is not
10859 defined.
10860
10861 2008-06-06 Andreas Tobler <a.tobler@schweiz.org>
10862
10863 PR bootstrap/36452
10864 * loop_ull.c (GOMP_loop_ull_static_start): Adjust API.
10865 (GOMP_loop_ull_dynamic_start): Likewise.
10866 (GOMP_loop_ull_guided_start): Likewise.
10867 (GOMP_loop_ull_ordered_static_start): Likewise.
10868 (GOMP_loop_ull_ordered_dynamic_start): Likewise.
10869 (GOMP_loop_ull_ordered_guided_start): Likewise.
10870
10871 2008-06-06 Jakub Jelinek <jakub@redhat.com>
10872 Richard Henderson <rth@redhat.com>
10873 Ulrich Drepper <drepper@redhat.com>
10874 Jakob Blomer <jakob.blomer@ira.uka.de>
10875
10876 * configure.ac (LIBGOMP_GNU_SYMBOL_VERSIONING): New AC_DEFINE.
10877 Substitute also OMP_*LOCK_25*.
10878 * configure: Regenerated.
10879 * config.h.in: Regenerated.
10880 * Makefile.am (libgomp_la_SOURCES): Add loop_ull.c, iter_ull.c,
10881 ptrlock.c and task.c.
10882 * Makefile.in: Regenerated.
10883 * testsuite/Makefile.in: Regenerated.
10884 * task.c: New file.
10885 * loop_ull.c: New file.
10886 * iter_ull.c: New file.
10887 * libgomp.h: Include ptrlock.h.
10888 (enum gomp_task_kind): New type.
10889 (struct gomp_team): Add task_lock, task_queue, task_count,
10890 task_running_count, single_count fields. Add
10891 work_share_list_free_lock ifndef HAVE_SYNC_BUILTINS.
10892 Remove work_share_lock, generation_mask,
10893 oldest_live_gen, num_live_gen and init_work_shares fields, add
10894 work work_share_list_alloc, work_share_list_free and work_share_chunk
10895 fields. Change work_shares from pointer to pointers into an array.
10896 Change ordered_release field into gomp_sem_t ** from flexible array
10897 member. Add implicit_task and initial_work_shares fields.
10898 Move close to the end of the struct.
10899 (struct gomp_team_state): Add single_count, last_work_share,
10900 active_level and level fields, remove work_share_generation.
10901 (gomp_barrier_handle_tasks): New prototype.
10902 (gomp_finish_task): New inline function.
10903 (struct gomp_work_share): Move chunk_size, end, incr into
10904 transparent union/struct, add chunk_size_ull, end_ll, incr_ll and
10905 next_ll fields. Reshuffle fields. Add next_alloc,
10906 next_ws, next_free and inline_ordered_team_ids fields, change
10907 ordered_team_ids into pointer from flexible array member.
10908 Add mode field. Put lock and next into a different cache line
10909 from most of the write-once fields.
10910 (gomp_iter_ull_static_next, gomp_iter_ull_dynamic_next_locked,
10911 gomp_iter_ull_guided_next_locked, gomp_iter_ull_dynamic_next,
10912 gomp_iter_ull_guided_next): New prototypes.
10913 (gomp_new_icv): New prototype.
10914 (struct gomp_thread): Add thread_pool and task fields.
10915 (struct gomp_thread_pool): New type.
10916 (gomp_new_team): New prototype.
10917 (gomp_team_start): Change type of last argument.
10918 (gomp_new_work_share): Removed.
10919 (gomp_init_work_share, gomp_fini_work_share): New prototypes.
10920 (gomp_work_share_init_done): New static inline.
10921 (gomp_throttled_spin_count_var, gomp_available_cpus,
10922 gomp_managed_threads): New extern decls.
10923 (gomp_init_task): New prototype.
10924 (gomp_spin_count_var): New extern var decl.
10925 (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef if no visibility
10926 or no alias support, or if not PIC.
10927 (gomp_init_lock_30, gomp_destroy_lock_30, gomp_set_lock_30,
10928 gomp_unset_lock_30, gomp_test_lock_30, gomp_init_nest_lock_30,
10929 gomp_destroy_nest_lock_30, gomp_set_nest_lock_30,
10930 gomp_unset_nest_lock_30, gomp_test_nest_lock_30, gomp_init_lock_25,
10931 gomp_destroy_lock_25, gomp_set_lock_25, gomp_unset_lock_25,
10932 gomp_test_lock_25, gomp_init_nest_lock_25, gomp_destroy_nest_lock_25,
10933 gomp_set_nest_lock_25, gomp_unset_nest_lock_25,
10934 gomp_test_nest_lock_25): New prototypes.
10935 (omp_lock_symver, strong_alias): Define.
10936 (gomp_remaining_threads_count, gomp_remaining_threads_lock): New
10937 decls.
10938 (gomp_end_task): New.
10939 (struct gomp_task_icv, gomp_global_icv): New.
10940 (gomp_thread_limit_var, gomp_max_active_levels_var): New.
10941 (struct gomp_task): New.
10942 (gomp_nthreads_var, gomp_dyn_var, gomp_nest_var,
10943 gomp_run_sched_var, gomp_run_sched_chunk): Remove.
10944 (gomp_icv): New.
10945 (gomp_schedule_type): Reorder enum to match
10946 omp_sched_t.
10947 * team.c (struct gomp_thread_start_data): Add thread_pool and task
10948 fields.
10949 (gomp_thread_start): Add gomp_team_barrier_wait call.
10950 For non-nested case remove clearing of docked thread thr fields.
10951 Use pool fields instead of global gomp_* variables. Use
10952 gomp_barrier_wait_last when needed. Initialize ts.active_level.
10953 Create tasks for each member thread.
10954 (free_team): Only destroy team barrier, task_lock here and free it.
10955 (gomp_free_thread): Free last_team if non-NULL.
10956 (gomp_team_end): Call gomp_team_barrier_wait instead of
10957 gomp_barrier_wait. For nested case call one extra
10958 gomp_barrier_wait. Move here some destruction from free_team.
10959 Call free_team on pool->last_team if any, rather than freeing
10960 current team. Destroy work_share_list_free_lock ifndef
10961 HAVE_SYNC_BUILTINS.
10962 (gomp_new_icv): New function.
10963 (gomp_threads, gomp_threads_size, gomp_threads_used,
10964 gomp_threads_dock): Removed.
10965 (gomp_thread_destructor): New variable.
10966 (gomp_new_thread_pool, gomp_free_pool_helper, gomp_free_thread): New
10967 functions.
10968 (gomp_team_start): Create new pool if current thread doesn't have
10969 one. Use pool fields instead of global gomp_* variables.
10970 Initialize thread_pool field for new threads. Clear single_count.
10971 Change last argument from ws to team, don't create
10972 new team, set ts.work_share to &team->work_shares[0] and clear
10973 ts.last_work_share. Don't clear ts.work_share_generation.
10974 If number of threads changed, adjust atomically gomp_managed_threads.
10975 Use gomp_init_task instead of gomp_new_task,
10976 set thr->task to the corresponding implicit_task array entry.
10977 Create tasks for each member thread. Initialize ts.level.
10978 (initialize_team): Call pthread_key_create on
10979 gomp_thread_destructor.
10980 (team_destructor): New function.
10981 (new_team): Removed.
10982 (gomp_new_team): New function.
10983 (free_team): Free gomp_work_share blocks chained through next_alloc,
10984 instead of freeing work_shares and destroying work_share_lock.
10985 (gomp_team_end): Call gomp_fini_work_share. If number of threads
10986 changed, adjust atomically gomp_managed_threads. Use gomp_end_task.
10987 * barrier.c (GOMP_barrier): Call gomp_team_barrier_wait instead
10988 of gomp_barrier_wait.
10989 * single.c (GOMP_single_copy_start): Call gomp_team_barrier_wait
10990 instead of gomp_barrier_wait. Call gomp_work_share_init_done
10991 if gomp_work_share_start returned true. Don't unlock ws->lock.
10992 (GOMP_single_copy_end): Call gomp_team_barrier_wait instead
10993 of gomp_barrier_wait.
10994 (GOMP_single_start): Rewritten if HAVE_SYNC_BUILTINS. Call
10995 gomp_work_share_init_done if gomp_work_share_start returned true.
10996 Don't unlock ws->lock.
10997 * work.c: Include stddef.h.
10998 (free_work_share): Use work_share_list_free_lock instead
10999 of atomic chaining ifndef HAVE_SYNC_BUILTINS. Add team argument.
11000 Call gomp_fini_work_share and then either free ws if orphaned, or
11001 put it into work_share_list_free list of the current team.
11002 (alloc_work_share, gomp_init_work_share, gomp_fini_work_share): New
11003 functions.
11004 (gomp_work_share_start, gomp_work_share_end,
11005 gomp_work_share_end_nowait): Rewritten.
11006 * omp_lib.f90.in Change some tabs to spaces to prevent warnings.
11007 (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 interfaces.
11014 * omp_lib.h.in (openmp_version): Set to 200805.
11015 (omp_sched_kind, omp_sched_static, omp_sched_dynamic,
11016 omp_sched_guided, omp_sched_auto): New parameters.
11017 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
11018 omp_set_max_active_levels, omp_get_max_active_levels,
11019 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
11020 omp_get_active_level): New externals.
11021 * loop.c: Include limits.h.
11022 (GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Handle
11023 GFS_AUTO.
11024 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start):
11025 Likewise. Use gomp_icv.
11026 (gomp_loop_static_start, gomp_loop_dynamic_start): Clear
11027 ts.static_trip here.
11028 (gomp_loop_static_start, gomp_loop_ordered_static_start): Call
11029 gomp_work_share_init_done after gomp_loop_init. Don't unlock ws->lock.
11030 (gomp_loop_dynamic_start, gomp_loop_guided_start): Call
11031 gomp_work_share_init_done after gomp_loop_init. If HAVE_SYNC_BUILTINS,
11032 don't unlock ws->lock, otherwise lock it.
11033 (gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start): Call
11034 gomp_work_share_init_done after gomp_loop_init. Lock ws->lock.
11035 (gomp_parallel_loop_start): Call gomp_new_team instead of
11036 gomp_new_work_share. Call gomp_loop_init on &team->work_shares[0].
11037 Adjust gomp_team_start caller. Pass 0 as second argument to
11038 gomp_resolve_num_threads.
11039 (gomp_loop_init): For GFS_DYNAMIC, multiply ws->chunk_size by incr.
11040 If adding ws->chunk_size nthreads + 1 times after end won't
11041 overflow, set ws->mode to 1.
11042 * libgomp_g.h (GOMP_loop_ull_static_start, GOMP_loop_ull_dynamic_start,
11043 GOMP_loop_ull_guided_start, GOMP_loop_ull_runtime_start,
11044 GOMP_loop_ull_ordered_static_start,
11045 GOMP_loop_ull_ordered_dynamic_start,
11046 GOMP_loop_ull_ordered_guided_start,
11047 GOMP_loop_ull_ordered_runtime_start, GOMP_loop_ull_static_next,
11048 GOMP_loop_ull_dynamic_next, GOMP_loop_ull_guided_next,
11049 GOMP_loop_ull_runtime_next, GOMP_loop_ull_ordered_static_next,
11050 GOMP_loop_ull_ordered_dynamic_next, GOMP_loop_ull_ordered_guided_next,
11051 GOMP_loop_ull_ordered_runtime_next, GOMP_task, GOMP_taskwait): New
11052 prototypes.
11053 * libgomp.map: Export lock routines also @@OMP_2.0.
11054 (GOMP_loop_ordered_dynamic_first,
11055 GOMP_loop_ordered_guided_first, GOMP_loop_ordered_runtime_first,
11056 GOMP_loop_ordered_static_first): Remove.
11057 (GOMP_loop_ull_dynamic_next, GOMP_loop_ull_dynamic_start,
11058 GOMP_loop_ull_guided_next, GOMP_loop_ull_guided_start,
11059 GOMP_loop_ull_ordered_dynamic_next,
11060 GOMP_loop_ull_ordered_dynamic_start,
11061 GOMP_loop_ull_ordered_guided_next,
11062 GOMP_loop_ull_ordered_guided_start,
11063 GOMP_loop_ull_ordered_runtime_next,
11064 GOMP_loop_ull_ordered_runtime_start,
11065 GOMP_loop_ull_ordered_static_next,
11066 GOMP_loop_ull_ordered_static_start,
11067 GOMP_loop_ull_runtime_next, GOMP_loop_ull_runtime_start,
11068 GOMP_loop_ull_static_next, GOMP_loop_ull_static_start,
11069 GOMP_task, GOMP_taskwait): Export @@GOMP_2.0.
11070 (omp_set_schedule, omp_get_schedule,
11071 omp_get_thread_limit, omp_set_max_active_levels,
11072 omp_get_max_active_levels, omp_get_level,
11073 omp_get_ancestor_thread_num, omp_get_team_size, omp_get_active_level,
11074 omp_set_schedule_, omp_set_schedule_8_,
11075 omp_get_schedule_, omp_get_schedule_8_, omp_get_thread_limit_,
11076 omp_set_max_active_levels_, omp_set_max_active_levels_8_,
11077 omp_get_max_active_levels_, omp_get_level_,
11078 omp_get_ancestor_thread_num_, omp_get_ancestor_thread_num_8_,
11079 omp_get_team_size_, omp_get_team_size_8_, omp_get_active_level_):
11080 New exports @@OMP_3.0.
11081 * omp.h.in (omp_sched_t): New type.
11082 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
11083 omp_set_max_active_levels, omp_get_max_active_levels,
11084 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
11085 omp_get_active_level): New prototypes.
11086 * env.c (gomp_spin_count_var, gomp_throttled_spin_count_var,
11087 gomp_available_cpus, gomp_managed_threads, gomp_max_active_levels_var,
11088 gomp_thread_limit_var, gomp_remaining_threads_count,
11089 gomp_remaining_threads_lock): New variables.
11090 (parse_spincount): New function.
11091 (initialize_env): Call gomp_init_num_threads unconditionally.
11092 Initialize gomp_available_cpus. Call parse_spincount,
11093 initialize gomp_{,throttled_}spin_count_var
11094 depending on presence and value of OMP_WAIT_POLICY and
11095 GOMP_SPINCOUNT env vars. Handle GOMP_BLOCKTIME env var.
11096 Handle OMP_WAIT_POLICY, OMP_MAX_ACTIVE_LEVELS,
11097 OMP_THREAD_LIMIT, OMP_STACKSIZE env vars. Handle unit specification
11098 for GOMP_STACKSIZE. Initialize gomp_remaining_threads_count and
11099 gomp_remaining_threads_lock if needed. Use gomp_global_icv.
11100 (gomp_nthreads_var, gomp_dyn_var, gomp_nest_var,
11101 gomp_run_sched_var, gomp_run_sched_chunk): Remove.
11102 (gomp_global_icv): New.
11103 (parse_schedule): Use it. Parse "auto".
11104 (omp_set_num_threads): Use gomp_icv.
11105 (omp_set_dynamic, omp_get_dynamic, omp_set_nested, omp_get_nested):
11106 Likewise.
11107 (omp_get_max_threads): Move from parallel.c.
11108 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
11109 omp_set_max_active_levels, omp_get_max_active_levels): New functions,
11110 add ialias.
11111 (parse_stacksize, parse_wait_policy): New functions.
11112 * fortran.c: Rewrite lock wrappers, if symbol versioning provide
11113 both wrappers for compatibility and new locks.
11114 (omp_set_schedule, omp_get_schedule,
11115 omp_get_thread_limit, omp_set_max_active_levels,
11116 omp_get_max_active_levels, omp_get_level,
11117 omp_get_ancestor_thread_num, omp_get_team_size,
11118 omp_get_active_level): New ialias_redirect.
11119 (omp_set_schedule_, omp_set_schedule_8_,
11120 omp_get_schedule_, omp_get_schedule_8_, omp_get_thread_limit_,
11121 omp_set_max_active_levels_, omp_set_max_active_levels_8_,
11122 omp_get_max_active_levels_, omp_get_level_,
11123 omp_get_ancestor_thread_num_, omp_get_ancestor_thread_num_8_,
11124 omp_get_team_size_, omp_get_team_size_8_, omp_get_active_level_):
11125 New functions.
11126 * parallel.c: Include limits.h.
11127 (gomp_resolve_num_threads): Add count argument. Rewritten.
11128 (GOMP_parallel_start): Call gomp_new_team and pass that as last
11129 argument to gomp_team_start. Pass 0 as second argument to
11130 gomp_resolve_num_threads.
11131 (GOMP_parallel_end): Decrease gomp_remaining_threads_count
11132 if gomp_thread_limit_var != ULONG_MAX.
11133 (omp_in_parallel): Implement using ts.active_level.
11134 (omp_get_max_threads): Move to env.c.
11135 (omp_get_level, omp_get_ancestor_thread_num,
11136 omp_get_team_size, omp_get_active_level): New functions,
11137 add ialias.
11138 * sections.c (GOMP_sections_start): Call gomp_work_share_init_done
11139 after gomp_sections_init. If HAVE_SYNC_BUILTINS, call
11140 gomp_iter_dynamic_next instead of the _locked variant and don't take
11141 lock around it, otherwise acquire it before calling
11142 gomp_iter_dynamic_next_locked.
11143 (GOMP_sections_next): If HAVE_SYNC_BUILTINS, call
11144 gomp_iter_dynamic_next instead of the _locked variant and don't take
11145 lock around it.
11146 (GOMP_parallel_sections_start): Call gomp_new_team instead of
11147 gomp_new_work_share. Call gomp_sections_init on &team->work_shares[0].
11148 Adjust gomp_team_start caller. Pass count as second argument to
11149 gomp_resolve_num_threads, don't adjust num_threads after the call.
11150 Use gomp_icv.
11151 * iter.c (gomp_iter_dynamic_next_locked): Don't multiply
11152 ws->chunk_size by incr.
11153 (gomp_iter_dynamic_next): Likewise. If ws->mode, use more efficient
11154 code.
11155 * libgomp_f.h.in (omp_lock_25_arg_t, omp_nest_lock_25_arg_t): New
11156 types.
11157 (omp_lock_25_arg, omp_nest_lock_25_arg): New macros.
11158 (omp_check_defines): Check even the compat defines.
11159 * config/linux/ptrlock.c: New file.
11160 * config/linux/ptrlock.h: New file.
11161 * config/linux/wait.h: New file.
11162 * config/posix/ptrlock.c: New file.
11163 * config/posix/ptrlock.h: New file.
11164 * config/linux/bar.h (gomp_team_barrier_wait,
11165 gomp_team_barrier_wait_end, gomp_team_barrier_wake): New prototypes.
11166 (gomp_team_barrier_set_task_pending,
11167 gomp_team_barrier_clear_task_pending,
11168 gomp_team_barrier_set_waiting_for_tasks,
11169 gomp_team_barrier_waiting_for_tasks,
11170 gomp_team_barrier_done): New inlines.
11171 (gomp_barrier_t): Rewritten.
11172 (gomp_barrier_state_t): New typedef.
11173 (gomp_barrier_init, gomp_barrier_reinit, gomp_barrier_destroy,
11174 gomp_barrier_wait_start): Rewritten.
11175 (gomp_barrier_wait_end): Change second argument to
11176 gomp_barrier_state_t.
11177 (gomp_barrier_last_thread, gomp_barrier_wait_last): New static
11178 inlines.
11179 * config/linux/bar.c: Include wait.h instead of libgomp.h and
11180 futex.h.
11181 (gomp_barrier_wait_end): Rewritten.
11182 (gomp_team_barrier_wait, gomp_team_barrier_wait_end,
11183 gomp_team_barrier_wake, gomp_barrier_wait_last): New functions.
11184 * config/posix/bar.h (gomp_barrier_t): Add generation field.
11185 (gomp_barrier_state_t): New typedef.
11186 (gomp_team_barrier_wait,
11187 gomp_team_barrier_wait_end, gomp_team_barrier_wake): New prototypes.
11188 (gomp_barrier_wait_start): Or all but low 2 bits from generation
11189 into the return value. Return gomp_barrier_state_t.
11190 (gomp_team_barrier_set_task_pending,
11191 gomp_team_barrier_clear_task_pending,
11192 gomp_team_barrier_set_waiting_for_tasks,
11193 gomp_team_barrier_waiting_for_tasks,
11194 gomp_team_barrier_done): New inlines.
11195 (gomp_barrier_wait_end): Change second argument to
11196 gomp_barrier_state_t.
11197 (gomp_barrier_last_thread, gomp_barrier_wait_last): New static
11198 inlines.
11199 * config/posix/bar.c (gomp_barrier_init): Clear generation field.
11200 (gomp_barrier_wait_end): Change second argument to
11201 gomp_barrier_state_t.
11202 (gomp_team_barrier_wait, gomp_team_barrier_wait_end,
11203 gomp_team_barrier_wake): New functions.
11204 * config/linux/mutex.c: Include wait.h instead of libgomp.h and
11205 futex.h.
11206 (gomp_futex_wake, gomp_futex_wait): New variables.
11207 (gomp_mutex_lock_slow): Call do_wait instead of futex_wait.
11208 * config/linux/lock.c: Rewrite to make locks task owned,
11209 for backwards compatibility provide the old entrypoints
11210 if symbol versioning. Include wait.h instead of libgomp.h and
11211 futex.h.
11212 (gomp_set_nest_lock_25): Call do_wait instead of futex_wait.
11213 * config/posix95/lock.c: Rewrite to make locks task owned,
11214 for backwards compatibility provide the old entrypoints
11215 if symbol versioning.
11216 * config/posix/lock.c: Rewrite to make locks task owned,
11217 for backwards compatibility provide the old entrypoints
11218 if symbol versioning.
11219 * config/linux/proc.c (gomp_init_num_threads): Use gomp_global_icv.
11220 (get_num_procs, gomp_dynamic_max_threads): Use gomp_icv.
11221 * config/posix/proc.c, config/mingw32/proc.c: Similarly.
11222 * config/linux/powerpc/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11223 (sys_futex0): Return error code.
11224 (futex_wake, futex_wait): If ENOSYS was returned, clear
11225 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11226 (cpu_relax, atomic_write_barrier): New static inlines.
11227 * config/linux/alpha/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11228 (futex_wake, futex_wait): If ENOSYS was returned, clear
11229 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11230 (cpu_relax, atomic_write_barrier): New static inlines.
11231 * config/linux/x86/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11232 (sys_futex0): Return error code.
11233 (futex_wake, futex_wait): If ENOSYS was returned, clear
11234 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11235 (cpu_relax, atomic_write_barrier): New static inlines.
11236 * config/linux/s390/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11237 (sys_futex0): Return error code.
11238 (futex_wake, futex_wait): If ENOSYS was returned, clear
11239 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11240 (cpu_relax, atomic_write_barrier): New static inlines.
11241 * config/linux/ia64/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11242 (sys_futex0): Return error code.
11243 (futex_wake, futex_wait): If ENOSYS was returned, clear
11244 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11245 (cpu_relax, atomic_write_barrier): New static inlines.
11246 * config/linux/sparc/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
11247 (sys_futex0): Return error code.
11248 (futex_wake, futex_wait): If ENOSYS was returned, clear
11249 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
11250 (cpu_relax, atomic_write_barrier): New static inlines.
11251 * config/linux/sem.c: Include wait.h instead of libgomp.h and
11252 futex.h.
11253 (gomp_sem_wait_slow): Call do_wait instead of futex_wait.
11254 * config/linux/affinity.c: Assume HAVE_SYNC_BUILTINS.
11255 * config/linux/omp-lock.h (omp_lock_25_t, omp_nest_lock_25_t): New
11256 types.
11257 (omp_nest_lock_t): Change owner into void *, add lock field.
11258 * config/posix95/omp-lock.h: Include semaphore.h.
11259 (omp_lock_25_t, omp_nest_lock_25_t): New types.
11260 (omp_lock_t): Use sem_t instead of mutex if semaphores
11261 aren't broken.
11262 (omp_nest_lock_t): Likewise. Change owner to void *.
11263 * config/posix/omp-lock.h: Include semaphore.h.
11264 (omp_lock_25_t, omp_nest_lock_25_t): New types.
11265 (omp_lock_t): Use sem_t instead of mutex if semaphores
11266 aren't broken.
11267 (omp_nest_lock_t): Likewise. Add owner field.
11268
11269 2008-06-06 Jakub Jelinek <jakub@redhat.com>
11270
11271 * testsuite/libgomp.c/collapse-1.c: New test.
11272 * testsuite/libgomp.c/collapse-2.c: New test.
11273 * testsuite/libgomp.c/collapse-3.c: New test.
11274 * testsuite/libgomp.c/icv-1.c: New test.
11275 * testsuite/libgomp.c/icv-2.c: New test.
11276 * testsuite/libgomp.c/lib-2.c: New test.
11277 * testsuite/libgomp.c/lock-1.c: New test.
11278 * testsuite/libgomp.c/lock-2.c: New test.
11279 * testsuite/libgomp.c/lock-3.c: New test.
11280 * testsuite/libgomp.c/loop-4.c: New test.
11281 * testsuite/libgomp.c/loop-5.c: New test.
11282 * testsuite/libgomp.c/loop-6.c: New test.
11283 * testsuite/libgomp.c/loop-7.c: New test.
11284 * testsuite/libgomp.c/loop-8.c: New test.
11285 * testsuite/libgomp.c/loop-9.c: New test.
11286 * testsuite/libgomp.c/nested-3.c: New test.
11287 * testsuite/libgomp.c/nestedfn-6.c: New test.
11288 * testsuite/libgomp.c/sort-1.c: New test.
11289 * testsuite/libgomp.c/task-1.c: New test.
11290 * testsuite/libgomp.c/task-2.c: New test.
11291 * testsuite/libgomp.c/task-3.c: New test.
11292 * testsuite/libgomp.c/task-4.c: New test.
11293 * testsuite/libgomp.c++/c++.exp: Add libstdc++-v3 build includes
11294 to C++ testsuite default compiler options.
11295 * testsuite/libgomp.c++/collapse-1.C: New test.
11296 * testsuite/libgomp.c++/collapse-2.C: New test.
11297 * testsuite/libgomp.c++/ctor-10.C: New test.
11298 * testsuite/libgomp.c++/for-1.C: New test.
11299 * testsuite/libgomp.c++/for-2.C: New test.
11300 * testsuite/libgomp.c++/for-3.C: New test.
11301 * testsuite/libgomp.c++/for-4.C: New test.
11302 * testsuite/libgomp.c++/for-5.C: New test.
11303 * testsuite/libgomp.c++/loop-8.C: New test.
11304 * testsuite/libgomp.c++/loop-9.C: New test.
11305 * testsuite/libgomp.c++/loop-10.C: New test.
11306 * testsuite/libgomp.c++/task-1.C: New test.
11307 * testsuite/libgomp.c++/task-2.C: New test.
11308 * testsuite/libgomp.c++/task-3.C: New test.
11309 * testsuite/libgomp.c++/task-4.C: New test.
11310 * testsuite/libgomp.c++/task-5.C: New test.
11311 * testsuite/libgomp.c++/task-6.C: New test.
11312 * testsuite/libgomp.fortran/allocatable1.f90: New test.
11313 * testsuite/libgomp.fortran/allocatable2.f90: New test.
11314 * testsuite/libgomp.fortran/allocatable3.f90: New test.
11315 * testsuite/libgomp.fortran/allocatable4.f90: New test.
11316 * testsuite/libgomp.fortran/collapse1.f90: New test.
11317 * testsuite/libgomp.fortran/collapse2.f90: New test.
11318 * testsuite/libgomp.fortran/collapse3.f90: New test.
11319 * testsuite/libgomp.fortran/collapse4.f90: New test.
11320 * testsuite/libgomp.fortran/lastprivate1.f90: New test.
11321 * testsuite/libgomp.fortran/lastprivate2.f90: New test.
11322 * testsuite/libgomp.fortran/lib4.f90: New test.
11323 * testsuite/libgomp.fortran/lock-1.f90: New test.
11324 * testsuite/libgomp.fortran/lock-2.f90: New test.
11325 * testsuite/libgomp.fortran/nested1.f90: New test.
11326 * testsuite/libgomp.fortran/nestedfn4.f90: New test.
11327 * testsuite/libgomp.fortran/strassen.f90: New test.
11328 * testsuite/libgomp.fortran/tabs1.f90: New test.
11329 * testsuite/libgomp.fortran/tabs2.f: New test.
11330 * testsuite/libgomp.fortran/task1.f90: New test.
11331 * testsuite/libgomp.fortran/task2.f90: New test.
11332 * testsuite/libgomp.fortran/vla4.f90: Add dg-warning.
11333 * testsuite/libgomp.fortran/vla5.f90: Likewise.
11334 * testsuite/libgomp.c/pr26943-2.c: Likewise.
11335 * testsuite/libgomp.c/pr26943-3.c: Likewise.
11336 * testsuite/libgomp.c/pr26943-4.c: Likewise.
11337
11338 2008-05-23 Jakub Jelinek <jakub@redhat.com>
11339
11340 PR c++/36308
11341 * testsuite/libgomp.c++/ctor-11.C: New test.
11342 * testsuite/libgomp.c++/ctor-12.C: New test.
11343
11344 2008-05-15 Janis Johnson <janis187@us.ibm.com>
11345
11346 * testsuite/lib/libgomp.exp: Load torture-options.exp from gcc lib.
11347
11348 2008-05-07 Jakub Jelinek <jakub@redhat.com>
11349
11350 PR middle-end/36106
11351 * testsuite/libgomp.c/atomic-5.c: New test.
11352 * testsuite/libgomp.c/atomic-6.c: New test.
11353 * testsuite/libgomp.c/autopar-1.c: New test.
11354
11355 2008-04-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11356
11357 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS)
11358 (LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY)
11359 (LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT)
11360 (LIBGOMP_CHECK_ATTRIBUTE_ALIAS): Fix cache variable names.
11361 * configure: Regenerate.
11362 * Makefile.in, testsuite/Makefile.in: Likewise.
11363
11364 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
11365
11366 PR bootstrap/35457
11367 * aclocal.m4: Regenerate.
11368 * configure: Regenerate.
11369
11370 2008-03-18 Jakub Jelinek <jakub@redhat.com>
11371
11372 PR middle-end/35611
11373 * testsuite/libgomp.c/atomic-4.c: New test.
11374
11375 PR libgomp/35625
11376 * iter.c (gomp_iter_guided_next_locked): If q > n, set end to ws->end.
11377 (gomp_iter_guided_next): Likewise.
11378 * testsuite/libgomp.c/pr35625.c: New test.
11379
11380 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11381
11382 * aclocal.m4: Regenerate.
11383 * configure: Likewise.
11384 * Makefile.in: Likewise.
11385 * testsuite/Makefile.in: Likewise.
11386
11387 2008-03-13 Jakub Jelinek <jakub@redhat.com>
11388
11389 PR middle-end/35185
11390 * testsuite/libgomp.c++/pr35185.C: New test.
11391
11392 2008-03-12 Jakub Jelinek <jakub@redhat.com>
11393
11394 PR middle-end/35549
11395 * testsuite/libgomp.c/pr35549.c: New test.
11396
11397 2008-03-06 Jakub Jelinek <jakub@redhat.com>
11398
11399 * testsuite/libgomp.c/atomic-3.c: New test.
11400
11401 2008-03-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
11402
11403 PR fortran/33197
11404 * testsuite/libgomp.fortran/fortran.exp: Add .f08 and
11405 .F08 file suffixes.
11406
11407 2008-03-03 Peter O'Gorman <pogma@thewrittenword.com>
11408
11409 PR libgomp/33131
11410 * configure.ac: Add ACX_HEADER_STRING.
11411 * env.c: Include strings.h.
11412 * aclocal.m4: Regenerate.
11413 * config.h.in: Regenerate.
11414 * configure: Regenerate.
11415 * Makefile.in: Regenerate.
11416 * testsuite/Makefile.in: Regenerate.
11417
11418 2008-02-15 Jakub Jelinek <jakub@redhat.com>
11419
11420 PR middle-end/35196
11421 * testsuite/libgomp.c/pr35196.c: New test.
11422
11423 PR middle-end/35130
11424 * testsuite/libgomp.fortran/pr35130.f90: New test.
11425 * testsuite/libgomp.c/pr35130.c: New test.
11426
11427 2008-01-25 Jakub Jelinek <jakub@redhat.com>
11428
11429 PR middle-end/33880
11430 * testsuite/libgomp.c/pr33880.c: New test.
11431 * testsuite/libgomp.fortran/pr33880.f90: New test.
11432
11433 2008-01-24 David Edelsohn <edelsohn@gnu.org>
11434
11435 * configure: Regenerate.
11436
11437 2008-01-08 Jakub Jelinek <jakub@redhat.com>
11438
11439 * configure.ac: Move futex checking into ../config/futex.m4.
11440 * configure: Rebuilt.
11441 * aclocal.m4: Rebuilt.
11442 * Makefile.in: Rebuilt.
11443
11444 * configure.tgt: Rename have_tls to gcc_cv_have_tls to match
11445 2007-10-15 ../config/tls.m4 change.
11446
11447 2007-12-19 Jakub Jelinek <jakub@redhat.com>
11448
11449 PR c++/34513
11450 * testsuite/libgomp.c/pr34513.c: New test.
11451 * testsuite/libgomp.c++/pr34513.C: New test.
11452
11453 2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
11454
11455 PR target/32765
11456 * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.
11457
11458 2007-12-04 Jakub Jelinek <jakub@redhat.com>
11459
11460 * omp.h.in (__GOMP_NOTHROW): Define. Use it on omp_* prototypes.
11461
11462 2007-12-03 Jakub Jelinek <jakub@redhat.com>
11463
11464 * testsuite/libgomp.c/private-1.c: New test.
11465
11466 2007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
11467 Paolo Bonzini <bonzini@gnu.org>
11468
11469 * Makefile.am: Use space as vpath separator. Use 'vpath %'
11470 instead of 'VPATH ='.
11471 * Makefile.in: Regenerate.
11472
11473 2007-11-23 Matthias Klose <doko@ubuntu.com>
11474
11475 * configure.ac: Adjust makeinfo version check.
11476 * configure: Regenerate.
11477
11478 2007-11-10 Jakub Jelinek <jakub@redhat.com>
11479
11480 PR fortran/34020
11481 * testsuite/libgomp.fortran/pr34020.f90: New test.
11482
11483 2007-11-06 Jakub Jelinek <jakub@redhat.com>
11484
11485 PR c++/33894
11486 * testsuite/libgomp.c++/atomic-1.C: New test.
11487
11488 2007-10-25 Jakub Jelinek <jakub@redhat.com>
11489
11490 PR libgomp/33275
11491 * testsuite/libgomp.fortran/omp_parse3.f90 (test_threadprivate):
11492 Make x and y integers rather than (implicit) reals. Add private (j)
11493 clause to the last omp parallel.
11494
11495 2007-10-15 Maciej W. Rozycki <macro@linux-mips.org>
11496
11497 * configure: Regenerate following changes to ../config/tls.m4.
11498
11499 2007-09-28 Jakub Jelinek <jakub@redhat.com>
11500
11501 * testsuite/libgomp.fortran/stack.f90: New test.
11502
11503 2007-09-10 Danny Smith <dannysmith@users.sourceforge.net>
11504
11505 * config/mingw32/proc.c: New file.
11506
11507 2007-09-05 Uros Bizjak <ubizjak@gmail.com>
11508
11509 * testsuite/libgomp.c/atomic-1.c: Include cpuid.h for i386 targets.
11510 (main): Use __get_cpuid to get i386 target fetaures.
11511 * testsuite/libgomp.c/atomic-2.c: Include cpuid.h for x86_64 targets.
11512 (main): Use __get_cpuid to get x86_64 target fetaures.
11513
11514 2007-08-15 Jack Howarth <howarth@bromo.med.uc.edu>
11515
11516 PR target/32765
11517 * testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
11518 * testsuite/libgomp.fortran/crayptr2.f90: Likwise.
11519
11520 2007-07-12 Jakub Jelinek <jakub@redhat.com>
11521
11522 PR fortran/32550
11523 * testsuite/libgomp.fortran/pr32550.f90: New test.
11524 * testsuite/libgomp.fortran/crayptr2.f90: New test.
11525
11526 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
11527
11528 * aclocal.m4: Regenerated.
11529
11530 2007-07-05 Tobias Burnus <burnus@net-b.de>
11531
11532 PR fortran/32359
11533 * testsuite/libgomp.fortran/pr32359.f90: New.
11534
11535 2007-07-02 Jakub Jelinek <jakub@redhat.com>
11536
11537 PR libgomp/32468
11538 * sections.c (GOMP_parallel_sections_start): Only decrease
11539 number of threads to COUNT if dyn_var is true.
11540 * testsuite/libgomp.c/pr32468.c: New test.
11541
11542 2007-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11543
11544 PR libgomp/26308
11545 * config/posix/lock.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
11546
11547 2007-06-21 Jakub Jelinek <jakub@redhat.com>
11548
11549 PR middle-end/32362
11550 * testsuite/libgomp.c/pr32362-1.c: New test.
11551 * testsuite/libgomp.c/pr32362-2.c: New test.
11552 * testsuite/libgomp.c/pr32362-3.c: New test.
11553
11554 2007-06-07 Jakub Jelinek <jakub@redhat.com>
11555
11556 * team.c (gomp_team_start): Fix setting up thread_attr
11557 stack size.
11558
11559 2007-06-02 Paolo Bonzini <bonzini@gnu.org>
11560
11561 * configure: Regenerate.
11562
11563 2007-05-23 Steve Ellcey <sje@cup.hp.com>
11564
11565 * Makefile.in: Regenerate.
11566 * configure: Regenerate.
11567 * aclocal.m4: Regenerate.
11568 * testsuite/Makefile.in: Regenerate.
11569
11570 2007-05-04 Jakub Jelinek <jakub@redhat.com>
11571
11572 * config/linux/proc.c: New file.
11573
11574 PR libgomp/28482
11575 * configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
11576
11577 2007-04-19 Daniel Franke <franke.daniel@gmail.com>
11578
11579 * libgomp.texi (GOMP_CPU_AFFINITY): Updated.
11580
11581 2007-04-16 Matthias Klose <doko@debian.org>
11582
11583 * configure.tgt (i[456]86-*-linux*): Only add ia32 specific
11584 flags if not building with -m64.
11585 * testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march
11586 flag for i?86-*-* targets, if current target matches -m64.
11587
11588 2007-04-14 Steve Ellcey <sje@cup.hp.com>
11589
11590 * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
11591 * Makefile.in: Regenerate.
11592
11593 2007-04-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11594
11595 PR testsuite/31369
11596 * testsuite/libgomp.c++/c++.exp: Don't use concat when setting
11597 ld_library_path.
11598 * testsuite/libgomp.fortran/fortran.exp: Likewise.
11599
11600 2007-04-04 Jakub Jelinek <jakub@redhat.com>
11601
11602 * libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern
11603 decls.
11604 (gomp_init_affinity, gomp_init_thread_affinity): New prototypes.
11605 * env.c (gomp_cpu_affinity, gomp_cpu_affinity_len): New variables.
11606 (parse_affinity): New function.
11607 (initialize_env): Call it and gomp_init_affinity.
11608 * team.c (gomp_team_start): If gomp_cpu_affinity != NULL,
11609 create new pthread_attr_t and call gomp_init_thread_affinity
11610 on it for each thread before passing the attribute to pthread_create.
11611 * config/linux/affinity.c: New file.
11612 * config/posix/affinity.c: New file.
11613 * configure.ac (HAVE_PTHREAD_AFFINITY_NP): New test.
11614 * configure: Rebuilt.
11615 * config.h.in: Rebuilt.
11616 * Makefile.am (libgomp_la_SOURCES): Add affinity.c.
11617 * Makefile.in: Rebuilt.
11618
11619 2007-03-23 Andreas Tobler <a.tobler@schweiz.org>
11620
11621 * testsuite/lib/libgomp.exp (libgomp_init): Add -shared-libgcc for
11622 *-*-darwin*.
11623 * testsuite/libgomp.c++/c++.exp: Look for shared libstdc++ library
11624 and use it if found.
11625
11626 2007-03-18 Uros Bizjak <ubizjak@gmail.com>
11627
11628 * testsuite/config/default.exp: New file.
11629 * testsuite/lib/libgomp.exp: New file.
11630 * testsuite/lib/libgomp.dg (load_gcc_lib, libgomp_init,
11631 libgomp_target_compile, libgomp_option_help, libgomp_option_proc,
11632 load_lib *, load_gcc_lib *): Move to libgomp.exp.
11633 (libgomp_load): Remove.
11634 * testsuite/lib/libgomp.exp (libgomp_init): Compute
11635 always_ld_library_path, not ld_library_path. Set additional_flags
11636 to -march=i486 for ilp32 x86_64-*-* and i386-*-* targets.
11637 (target_compile): Do not call libgomp_init. Append lang_library_path
11638 and lang_link_flags to options.
11639 * testsuite/libgomp.c/c.exp: Set DEFAULT_FLAGS to -O2. Set
11640 ld_library_path from always_ld_library_path. Set LD_LIBRARY_PATH
11641 here.
11642 * testsuite/libgomp.c++/c++.exp: Set ld_library_path from
11643 always_ld_library_path. Set LD_LIBRARY_PATH here.
11644 * testsuite/libgomp.fortran/fortran.exp: Ditto.
11645 * testsuite/libgomp.c/atomic-1.c: Set dg-options to
11646 "-O2 -march=pentium" for ilp32 x86 targets. Simplify check for
11647 CX8 flag.
11648 * testsuite/libgomp.c/atomic-2.c: Set dg-options to "-O2 -mcx16" for
11649 lp64 x86 targets. Do not check for SSE3 bit. Do not define bit_SSE3.
11650 * testsuite/libgomp.c/pr29947-1.c: Remove default dg-options.
11651 * testsuite/libgomp.c/pr29947-1.c: Ditto.
11652 * testsuite/libgomp.c/atomic-10.c: Ditto.
11653
11654 2007-03-21 Jakub Jelinek <jakub@redhat.com>
11655
11656 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: Add
11657 dg-final cleanup-modules line.
11658 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Likewise.
11659 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: Likewise.
11660 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: Likewise.
11661 * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
11662 * testsuite/libgomp.fortran/reduction5.f90: Likewise.
11663 * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
11664 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
11665
11666 2007-03-18 Andreas Schwab <schwab@suse.de>
11667
11668 * acinclude.m4: Adjust regular expression for ld version
11669 extraction.
11670 * configure: Regenerate.
11671
11672 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
11673
11674 * Makefile.am: Add install-pdf target as copied from
11675 automake v1.10 rules.
11676 * Makefile.in: Regenerate
11677
11678 2007-02-07 Jakub Jelinek <jakub@redhat.com>
11679
11680 PR libgomp/28486
11681 * configure: Regenerate.
11682
11683 PR c++/30703
11684 * testsuite/libgomp.c++/pr30703.C: New test.
11685
11686 2007-02-02 Jakub Jelinek <jakub@redhat.com>
11687
11688 Revert:
11689 2006-07-05 Eric Christopher <echristo@apple.com>
11690 * configure.ac: Depend addition of -pthread on host OS.
11691 * configure: Regenerate.
11692
11693 2007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11694
11695 * libgomp.texi: Fix spacing after abbreviations.
11696
11697 2007-01-31 Daniel Franke <franke.daniel@gmail.com>
11698
11699 PR libgomp/30546
11700 * configure.ac: Add check for makeinfo
11701 * Makefile.am: Redefined target libgomp.info, build libgomp.info only
11702 if an appropriate version of makeinfo is found.
11703 * aclocal.m4: Regenerated.
11704 * configure: Regenerated.
11705 * Makefile.in: Regenerated.
11706 * testsuite/Makefile.in: Regenerated.
11707
11708 2007-01-29 Daniel Franke <franke.daniel@gmail.com>
11709
11710 PR libgomp/30540
11711 * libgomp.texi: More about implementation-dependent settings.
11712
11713 2007-01-26 Tobias Burnus <burnus@net-b.de>
11714
11715 * testsuite/libgomp.fortran/fortran.exp: Support .f03 extension.
11716
11717 2007-01-24 Jakub Jelinek <jakub@redhat.com>
11718
11719 PR middle-end/30494
11720 * testsuite/libgomp.c/pr30494.c: New test.
11721
11722 2007-01-15 Tom Tromey <tromey@redhat.com>
11723
11724 * configure: Rebuilt.
11725 * configure.ac: Fixed comment.
11726
11727 2007-01-14 Daniel Franke <franke.daniel@gmail.com>
11728
11729 * libgomp.texi: Document implementation specific default values of
11730 environment variables.
11731
11732 2006-12-21 Daniel Franke <franke.daniel@gmail.com>
11733
11734 PR libgomp/28209
11735 * libgomp.texi: New file.
11736 * configure.ac: Add --enable-generated-files-in-srcdir option.
11737 * Makefile.am: Add info, dvi, pdf, html targets. On request, copy
11738 files to srcdir.
11739 * Makefile.in: Regenerated.
11740 * config.h.in: Regenerated.
11741 * testsuite/Makefile.in: Regenerated.
11742 * NOTES: Removed.
11743
11744 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
11745
11746 PR libgomp/29949
11747 * env.c (omp_set_num_threads): Set illegal thread count to 1.
11748
11749 2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11750
11751 * configure: Regenerate.
11752
11753 2006-12-04 Jakub Jelinek <jakub@redhat.com>
11754
11755 PR libgomp/29947
11756 * loop.c (gomp_loop_init): Make parameters signed. Set ws->end to
11757 start if there shouldn't be any loop iterations.
11758 (gomp_loop_ordered_static_start): Remove start == end test.
11759 * testsuite/libgomp.c/pr29947-1.c: New test.
11760 * testsuite/libgomp.c/pr29947-2.c: New test.
11761
11762 2006-12-02 Eric Botcazou <ebotcazou@libertysurf.fr>
11763
11764 * configure.tgt: Force initial-exec TLS model on Linux only.
11765
11766 2006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11767
11768 * configure: Regenerated.
11769
11770 2006-11-09 Uros Bizjak <ubizjak@gmail.com>
11771
11772 * env.c (parse_schedule): Reject out of range values.
11773 (parse_unsigned_long): Reject out of range, negative or zero values.
11774
11775 2006-10-29 Jakub Jelinek <jakub@redhat.com>
11776
11777 PR fortran/29629
11778 * testsuite/libgomp.fortran/pr29629.f90: New test.
11779
11780 2006-10-24 Eric Botcazou <ebotcazou@libertysurf.fr>
11781
11782 PR libgomp/29494
11783 * configure.tgt: Use posix95 configuration for Solaris 2.5.1 and 2.6.
11784 * config/posix95: New directory.
11785 * config/posix95/omp-lock.h: New file.
11786 * config/posix95/lock.c: Likewise.
11787
11788 2006-10-14 Geoffrey Keating <geoffk@apple.com>
11789
11790 * aclocal.m4: Regenerate.
11791 * configure: Regenerate.
11792
11793 2006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
11794
11795 * testsuite/libgomp.c/barrier-1.c: Change timestamp tests from
11796 '<' to '<='.
11797
11798 2006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
11799
11800 * acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from
11801 test.
11802 * configure: Regenerate.
11803 * fortran.c (ialias_redirect): Add __USER_LABEL_PREFIX__ to alias.
11804
11805 2006-09-26 Jakub Jelinek <jakub@redhat.com>
11806
11807 PR middle-end/25261
11808 PR middle-end/28790
11809 * testsuite/libgomp.c/nestedfn-4.c: New test.
11810 * testsuite/libgomp.c/nestedfn-5.c: New test.
11811 * testsuite/libgomp.fortran/nestedfn3.f90: New test.
11812
11813 PR fortran/29097
11814 * testsuite/libgomp.fortran/condinc1.f: New test.
11815 * testsuite/libgomp.fortran/condinc2.f: New test.
11816 * testsuite/libgomp.fortran/condinc3.f90: New test.
11817 * testsuite/libgomp.fortran/condinc4.f90: New test.
11818 * testsuite/libgomp.fortran/condinc1.inc: New file.
11819
11820 2006-09-18 Tom Tromey <tromey@redhat.com>
11821
11822 * configure: Rebuilt.
11823
11824 2006-09-13 Joseph S. Myers <joseph@codesourcery.com>
11825
11826 PR c/28768
11827 PR preprocessor/14634
11828 * configure.ac (HAVE_CLOCK_GETTIME): Add missing second argument
11829 to AC_DEFINE.
11830 * configure: Regenerate.
11831
11832 2006-09-08 Steven G. Kargl <kargl@gcc.gnu.org>
11833
11834 * testsuite/libgomp.fortran/reduction3.f90: Change
11835 -2147483648 to -huge(i)-1 to avoid overflow.
11836 * testsuite/libgomp.fortran/reduction4.f90: Change
11837 Z'ffffffff' to not(0) to avoid overflow.
11838
11839 2006-08-26 Joseph S. Myers <joseph@codesourcery.com>
11840
11841 PR libgomp/25938
11842 * Makefile.am (libsubincludedir): New.
11843 (nodist_include_HEADERS): Rename to nodist_libsubinclude_HEADERS.
11844 * Makefile.in: Regenerate.
11845
11846 2006-08-17 Jakub Jelinek <jakub@redhat.com>
11847
11848 PR libgomp/28725
11849 * env.c: Include ctype.h.
11850 (parse_schedule, parse_unsigned_long, parse_boolean): Allow
11851 leading and/or trailing whitespace and compare strings case
11852 insensitively.
11853
11854 2006-07-16 Jakub Jelinek <jakub@redhat.com>
11855
11856 PR fortran/28390
11857 * testsuite/libgomp.fortran/pr28390.f: New test.
11858
11859 2006-07-05 Eric Christopher <echristo@apple.com>
11860
11861 * configure.ac: Depend addition of -pthread on host OS.
11862 * configure: Regenerate.
11863
11864 2006-06-21 Jakub Jelinek <jakub@redhat.com>
11865
11866 * critical.c (GOMP_critical_name_start): Fix *pptr initialization
11867 when gomp_mutex_t is larger than pointer and HAVE_SYNC_BUILTINS is
11868 defined.
11869
11870 2006-06-20 Jakub Jelinek <jakub@redhat.com>
11871
11872 PR libgomp/26175
11873 PR libgomp/26477
11874 * configure.ac: If neither --enable-linux-futex nor
11875 --disable-linux-futex is passed, determine the default by checking
11876 for compiling and/or running against NPTL. With --enable-linux-futex,
11877 check if SYS_gettid and SYS_futex are defined.
11878 * configure: Rebuilt.
11879
11880 2006-06-14 Richard Henderson <rth@redhat.com>
11881
11882 PR libgomp/28008
11883 * env.c (initialize_env): Avoid using PTHREAD_STACK_MIN when
11884 undefined. Use GOMP_STACKSIZE not OMP_STACKSIZE for environment.
11885
11886 2006-06-09 Richard Henderson <rth@redhat.com>
11887
11888 * env.c (gomp_nthreads_var): Change to unsigned long.
11889 (gomp_run_sched_chunk): Likewise.
11890 (parse_unsigned_long): Rename from parse_num_threads and generalize.
11891 (initialize_env): Initialize gomp_thread_attr.
11892 * libgomp.h (gomp_nthreads_var): Update decl.
11893 (gomp_run_sched_chunk): Likewise.
11894 (gomp_thread_attr): Declare.
11895 * team.c (gomp_thread_attr): Export.
11896 (initialize_team): Don't initialize it.
11897
11898 2006-06-09 Jakub Jelinek <jakub@redhat.com>
11899
11900 PR fortran/27916
11901 * testsuite/libgomp.fortran/pr27916-1.f90: New test.
11902 * testsuite/libgomp.fortran/pr27916-2.f90: New test.
11903
11904 2006-06-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
11905
11906 * config/mingw32/time.c: New file.
11907 * configure.tgt: Use it.
11908
11909 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
11910
11911 * Makefile.am: Add install-html target. Add install-html to .PHONY
11912 * Makefile.in: Regenerate.
11913
11914 2006-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11915
11916 PR libgomp/27612
11917 * testsuite/libgomp.c/sections-1.c: Require sync_int_long.
11918 * testsuite/libgomp.c/critical-1.c: Likewise.
11919 * testsuite/libgomp.c/loop-1.c: Likewise.
11920 * testsuite/libgomp.c/loop-2.c: Likewise.
11921 * testsuite/libgomp.c/single-1.c: Likewise.
11922 * testsuite/libgomp.c/ordered-1.c: Likewise.
11923 * testsuite/libgomp.c/ordered-2.c: Likewise.
11924
11925 2006-05-15 Jakub Jelinek <jakub@redhat.com>
11926
11927 PR middle-end/27416
11928 * libgomp.fortran/pr27416-1.f90: New test.
11929
11930 2006-05-03 Jakub Jelinek <jakub@redhat.com>
11931
11932 PR fortran/27395
11933 * testsuite/libgomp.fortran/pr27395-1.f90: New test.
11934 * testsuite/libgomp.fortran/pr27395-2.f90: New test.
11935
11936 2006-05-02 Jakub Jelinek <jakub@redhat.com>
11937
11938 PR c++/26943
11939 * testsuite/libgomp.c/pr26943-1.c: New test.
11940 * testsuite/libgomp.c/pr26943-2.c: New test.
11941 * testsuite/libgomp.c/pr26943-3.c: New test.
11942 * testsuite/libgomp.c/pr26943-4.c: New test.
11943 * testsuite/libgomp.c++/pr27337.C: Remove barrier.
11944 * testsuite/libgomp.c++/pr26943.C: New test.
11945
11946 2006-05-02 Jakub Jelinek <jakub@redhat.com>
11947
11948 PR middle-end/27337
11949 * testsuite/libgomp.c++/pr27337.C: New test.
11950
11951 2006-04-26 Jakub Jelinek <jakub@redhat.com>
11952
11953 PR c/26171
11954 * testsuite/libgomp.c/pr26171.c: New test.
11955
11956 2006-04-25 Richard Henderson <rth@redhat.com>
11957
11958 PR libgomp/25865
11959 * configure.ac: Use GCC_CHECK_TLS.
11960 * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
11961 * Makefile.in, aclocal.m4, configure: Regenerate.
11962
11963 2006-04-10 Matthias Klose <doko@debian.org>
11964
11965 * testsuite/lib/libgomp.exp (libgomp_init): Recognize multilib
11966 directory names containing underscores.
11967
11968 2006-03-21 Jakub Jelinek <jakub@redhat.com>
11969
11970 PR c++/26691
11971 * testsuite/libgomp.c++/pr26691.C: New test.
11972
11973 2006-03-13 Jakub Jelinek <jakub@redhat.com>
11974
11975 * testsuite/libgomp.fortran/retval2.f90: New test.
11976
11977 2006-03-09 Diego Novillo <dnovillo@redhat.com>
11978
11979 * testsuite/libgomp.c++: New directory.
11980
11981 2006-02-25 Shantonu Sen <ssen@opendarwin.org>
11982
11983 * config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions.
11984 * config/posix/sem.c: Implement the above.
11985
11986 2006-02-25 Andreas Tobler <a.tobler@schweiz.ch>
11987
11988 * configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and
11989 define HAVE_BROKEN_POSIX_SEMAPHORES.
11990 * configure: Rebuilt.
11991 * config.h.in: Rebuilt.
11992
11993 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
11994
11995 PR bootstrap/26161
11996 * configure.ac: Remove AC_CHECK_HEADER for pthread.h. Add comment
11997 for the other pthread check.
11998 * configure: Regenerate.
11999 * config.h.in: Regenerate.
12000
12001 2006-02-15 Jakub Jelinek <jakub@redhat.com>
12002
12003 PR libgomp/25938
12004 PR libgomp/25984
12005 * Makefile.am (fincludedir): New variable.
12006 (nodist_include_HEADERS): Remove Fortran files.
12007 (nodist_finclude_HEADERS): New variable.
12008 * Makefile.in: Regenerated.
12009
12010 2006-02-13 Jakub Jelinek <jakub@redhat.com>
12011
12012 * testsuite/libgomp.fortran/vla7.f90: Add -w to options.
12013 Remove tests for returning assumed character length arrays.
12014
12015 2006-02-12 Roger Sayle <roger@eyesopen.com>
12016 John David Anglin <dave@hiauly1.hia.nrc.ca>
12017
12018 PR libgomp/25936
12019 * configure.tgt: Link against -lrt for sem_init on HPUX v11 systems.
12020
12021 2006-02-08 Ulrich Weigand <uweigand@de.ibm.com>
12022
12023 * testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
12024
12025 2006-02-07 Eric Botcazou <ebotcazou@libertysurf.fr>
12026
12027 * testsuite/lib/libgomp-dg.exp (libgomp_init): Compute multilib related
12028 part of LD_LIBRARY_PATH manually.
12029
12030 2006-02-03 H.J. Lu <hongjiu.lu@intel.com>
12031
12032 PR libgomp/25852
12033 * testsuite/lib/libgomp-dg.exp (blddir): Set it in
12034 libgomp_init.
12035
12036 2005-01-25 Paolo Bonzini <bonzini@gnu.org>
12037
12038 PR libgomp/25884
12039 * Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
12040 * configure.ac (PERL): Don't set.
12041 (gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
12042 (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
12043 OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
12044 * omp.h.in: Wrap the new configure substitutions with @ characters.
12045 * omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
12046 * aclocal.m4, configure, Makefile.in: Regenerate.
12047 * mkomp_h.pl: Delete.
12048
12049 2005-01-24 Paolo Bonzini <bonzini@gnu.org>
12050
12051 PR libgomp/25259
12052 * configure.ac: Use GCC_HEADER_STDINT.
12053 * libgomp.h: Include gstdint.h.
12054 * libgomp_f.h.in: Don't include stdint.h or inttypes.h.
12055 * configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
12056
12057 2006-01-24 Richard Henderson <rth@redhat.com>
12058
12059 PR libgomp/25942
12060 * configure.ac: Add AM_MAINTAINER_MODE.
12061 * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild.
12062
12063 2006-01-24 Diego Novillo <dnovillo@redhat.com>
12064
12065 * Makefile.in: Regenerate.
12066 * testsuite/Makefile.in: Regenerate.
12067 * aclocal.m4: Regenerate.
12068
12069 2006-01-23 Andreas Tobler <a.tobler@schweiz.ch>
12070
12071 * config/posix/proc.c: Conditional include of sys/loadavg.h for
12072 Solaris.
12073 * configure.ac: Add check for loadavg.h.
12074 (link_gomp): Adjust comment.
12075 * configure: Regenerate.
12076 * config.h.in: Regenerate.
12077
12078 2006-01-21 Steve Ellcey <sje@cup.hp.com>
12079
12080 PR libgomp/25877
12081 * configure.ac: Remove check for alloca.h.
12082 * configure: Regenerate.
12083 * config.h.in: Regenerate.
12084 * libgomp.h: define gomp_alloca to be __builtin_alloca.
12085 * team.c: Remove use of alloca.h.
12086 Call gomp_alloca instead of alloca.
12087
12088 2006-01-20 Steve Ellcey <sje@cup.hp.com>
12089
12090 PR libgomp/25877
12091 * team.c: Add include of alloca.h.
12092 * configure.ac: Add check for alloca.h.
12093 * configure: Regenerate.
12094 * config.h.in: Regenerate.
12095
12096 2006-01-17 Jakub Jelinek <jakub@redhat.com>
12097
12098 PR fortran/25219
12099 * testsuite/libgomp.fortran/pr25219.f90: New test.
12100
12101 2005-12-05 Uros Bizjak <uros@kss-loka.si>
12102
12103 * testsuite/libgomp.c/pr24455.c, testsuite/libgomp.c/copyin-1.c,
12104 testsuite/libgomp.c/copyin-2.c, testsuite/libgomp.c/copyin-3.c,
12105 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
12106 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
12107 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C,
12108 testsuite/libgomp.fortran/threadprivate1.f90,
12109 testsuite/libgomp.fortran/threadprivate2.f90,
12110 testsuite/libgomp.fortran/threadprivate3.f90,
12111 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
12112 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
12113 testsuite/libgomp.fortran/omp_parse3.f90: Change required
12114 effective-target to TLS runtime.
12115
12116 * testsuite/libgomp.fortran/pr25162.f: Require
12117 effective-target TLS runtime.
12118
12119 2005-12-01 Jakub Jelinek <jakub@redhat.com>
12120
12121 * testsuite/libgomp.fortran/nestedfn2.f90: New test.
12122 * testsuite/libgomp.c/nestedfn-3.c: New test.
12123
12124 2005-11-30 Jakub Jelinek <jakub@redhat.com>
12125
12126 PR fortran/25162
12127 * testsuite/libgomp.fortran/pr25162.f: New test.
12128
12129 2005-11-28 Jakub Jelinek <jakub@redhat.com>
12130
12131 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Fall back to
12132 CLOCK_REALTIME if clock_* (CLOCK_MONOTONIC, &ts) call failed.
12133
12134 2005-11-25 Jakub Jelinek <jakub@redhat.com>
12135
12136 * alloc.c, barrier.c, critical.c, env.c, error.c, fortran.c, iter.c,
12137 libgomp.h, libgomp_f.h.in, libgomp_g.h, loop.c, mkomp_h.pl, omp.h.in,
12138 omp_lib.f90.in, omp_lib.h.in, ordered.c, parallel.c, sections.c,
12139 single.c, team.c, work.c, config/linux/alpha/futex.h,
12140 config/linux/bar.c, config/linux/bar.h, config/linux/ia64/futex.h,
12141 config/linux/lock.c, config/linux/mutex.c, config/linux/mutex.h,
12142 config/linux/powerpc/futex.h, config/linux/s390/futex.h,
12143 config/linux/sem.c, config/linux/sem.h, config/linux/sparc/futex.h,
12144 config/linux/x86/futex.h, config/posix/bar.c, config/posix/bar.h,
12145 config/posix/lock.c, config/posix/mutex.h, config/posix/proc.c,
12146 config/posix/sem.c, config/posix/sem.h, config/posix/time.c: Update
12147 FSF address.
12148
12149 2005-11-18 Jakub Jelinek <jakub@redhat.com>
12150
12151 * Makefile.am: Move libgomp_f.h from nodist_include_HEADERS
12152 to nodist_noinst_HEADERS.
12153 * Makefile.in: Rebuilt.
12154
12155 * config/posix/omp-lock.h (omp_nest_lock_t): Change into struct,
12156 add integer count field.
12157 * config/posix/lock.c (omp_destroy_nest_lock): Adjust for
12158 omp_nest_lock_t type change.
12159 (omp_init_nest_lock): Likewise. Initialize count to 0.
12160 (omp_set_nest_lock): Adjust for omp_nest_lock_t type change.
12161 Increment count.
12162 (omp_unset_nest_lock): Adjust for omp_nest_lock_t type change.
12163 Decrement count.
12164 (omp_test_nest_lock): Adjust for omp_nest_lock_t type change.
12165 Increment count if successful and return the new nesting level.
12166 * config/linux/lock.c (omp_test_nest_lock): Return new nesting level.
12167 * omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.
12168 * testsuite/libgomp.c/lib-1.c: New test.
12169 * testsuite/libgomp.fortran/lib1.f90: New test.
12170 * testsuite/libgomp.fortran/lib2.f: New test.
12171 * testsuite/libgomp.fortran/lib3.f: New test.
12172
12173 2005-11-17 Richard Henderson <rth@redhat.com>
12174
12175 PR 24845
12176 * Makefile.am (nodist_toolexeclib_HEADERS): New.
12177 * configure.ac (link_gomp): New. Substitute it.
12178 (AC_CONFIG_FILES): Add libgomp.spec.
12179 * libgomp.spec.in: New file.
12180 * Makefile.in, testsuite/Makefile.in, configure: Rebuild.
12181 * testsuite/lib/libgomp-dg.exp: Add -B${blddir}/ to flags.
12182
12183 2005-11-18 Jakub Jelinek <jakub@redhat.com>
12184
12185 * testsuite/libgomp.fortran/reduction1.f90: Adjust for
12186 reduction(-:var) behaving the same as reduction(+:var).
12187 * testsuite/libgomp.c/reduction-4.c: New test.
12188
12189 2005-11-15 Uros Bizjak <uros@kss-loka.si>
12190
12191 * testsuite/libgomp.c/pr24455-1.c, testsuite/libgomp.c/pr24455.c,
12192 testsuite/libgomp.c/copyin-1.c, testsuite/libgomp.c/copyin-2.c,
12193 testsuite/libgomp.c/copyin-3.c,
12194 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
12195 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
12196 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455-1.C,
12197 testsuite/libgomp.c++/pr24455.C,
12198 testsuite/libgomp.fortran/threadprivate1.f90,
12199 testsuite/libgomp.fortran/threadprivate2.f90,
12200 testsuite/libgomp.fortran/threadprivate3.f90,
12201 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
12202 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
12203 testsuite/libgomp.fortran/omp_parse3.f90: Require
12204 effective-target TLS.
12205
12206 2005-11-14 Diego Novillo <dnovillo@redhat.com>
12207
12208 * HEADER: Remove.
12209
12210 2005-11-13 Jakub Jelinek <jakub@redhat.com>
12211
12212 PR libgomp/24797
12213 * team.c (initialize_team): Pass NULL rather than free as
12214 pthread_key_create destructor. Initialize thread specific data
12215 pointer in initial thread to a static local variable rather than
12216 malloced memory.
12217
12218 2005-11-11 Uros Bizjak <uros@kss-loka.si>
12219
12220 * testsuite/lib/libgomp-dg.exp: Locate libgcc.a and append
12221 its location to ld_library_path.
12222
12223 2005-11-10 Diego Novillo <dnovillo@redhat.com>
12224
12225 * testsuite/libgomp.c/c.exp: Rename from dg.exp.
12226
12227 2005-11-10 Diego Novillo <dnovillo@redhat.com>
12228
12229 * testsuite/libgomp.c: Rename from libgomp.dg.
12230
12231 2005-11-09 Diego Novillo <dnovillo@redhat.com>
12232
12233 * testsuite/libgomp.c++/pr24455.C: Add copyin clause for
12234 threadprivate variable 'i'.
12235
12236 2005-11-09 Jakub Jelinek <jakub@redhat.com>
12237
12238 * config/linux/s390/futex.h: New file.
12239 * configure.tgt: Use it.
12240
12241 * testsuite/libgomp.fortran/omp_parse4.f90: Move n initialization
12242 before the parallel.
12243
12244 2005-11-08 Jakub Jelinek <jakub@redhat.com>
12245
12246 PR c++/24734
12247 * testsuite/libgomp.c++/master-1.C: New test.
12248
12249 2005-11-07 Jakub Jelinek <jakub@redhat.com>
12250
12251 * testsuite/libgomp.dg/copyin-3.c: New test.
12252
12253 2005-11-07 Jakub Jelinek <jakub@redhat.com>
12254
12255 * testsuite/libgomp.fortran/retval1.f90: New test.
12256 * testsuite/libgomp.fortran/vla7.f90: New test.
12257
12258 2005-11-06 Jakub Jelinek <jakub@redhat.com>
12259
12260 * testsuite/libgomp.fortran/vla2.f90: New test.
12261 * testsuite/libgomp.fortran/vla3.f90: New test.
12262 * testsuite/libgomp.fortran/vla4.f90: New test.
12263 * testsuite/libgomp.fortran/vla5.f90: New test.
12264 * testsuite/libgomp.fortran/vla6.f90: New test.
12265
12266 2005-11-01 Jakub Jelinek <jakub@redhat.com>
12267
12268 * config/linux/sparc/futex.h: New file.
12269 * configure.tgt: Use it.
12270 * testsuite/lib/libgomp-dg.exp: Use -mcpu=v9 for sparc testing.
12271
12272 * critical.c: Include stdlib.h.
12273 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Avoid warnings about
12274 ignoring return value.
12275 * configure.ac: Don't put -Wc,-pthread into XCFLAGS until after
12276 LIBGOMP_CHECK_SYNC_BUILTINS check.
12277 * configure: Rebuilt.
12278
12279 2005-10-31 Jakub Jelinek <jakub@redhat.com>
12280
12281 * testsuite/libgomp.fortran/vla1.f90: New test.
12282
12283 2005-10-31 Richard Henderson <rth@redhat.com>
12284
12285 * testsuite/libgomp.fortran/character2.f90: Fix race condition
12286 setting 's' in different threads.
12287
12288 2005-10-31 Jakub Jelinek <jakub@redhat.com>
12289
12290 * libgomp.h (attribute_hidden, ialias): Define.
12291 * config/posix/proc.c (omp_get_num_procs): Add ialias.
12292 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Likewise.
12293 * config/posix/lock.c (omp_init_lock, omp_init_nest_lock,
12294 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
12295 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
12296 omp_test_lock, omp_test_nest_lock): Likewise.
12297 * config/linux/lock.c (omp_init_lock, omp_init_nest_lock,
12298 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
12299 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
12300 omp_test_lock, omp_test_nest_lock): Likewise.
12301 * env.c (omp_set_dynamic, omp_set_nested, omp_set_num_threads,
12302 omp_get_dynamic, omp_get_nested): Likewise.
12303 * parallel.c (omp_get_num_threads, omp_get_max_threads,
12304 omp_get_thread_num, omp_in_parallel): Likewise.
12305 * fortran.c (ialias_redirect): Define.
12306 (omp_init_lock, omp_init_nest_lock, omp_destroy_lock,
12307 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock,
12308 omp_unset_lock, omp_unset_nest_lock, omp_test_lock,
12309 omp_test_nest_lock, omp_set_dynamic, omp_set_nested,
12310 omp_set_num_threads, omp_get_dynamic, omp_get_nested,
12311 omp_in_parallel, omp_get_max_threads, omp_get_num_procs,
12312 omp_get_num_threads, omp_get_thread_num, omp_get_wtick,
12313 omp_get_wtime): Add ialias_redirect.
12314
12315 2005-10-30 Jakub Jelinek <jakub@redhat.com>
12316
12317 * fortran.c: Include stdlib.h.
12318
12319 2005-10-29 Jakub Jelinek <jakub@redhat.com>
12320
12321 * Makefile.am (env.o, env.lo): Depend on libgomp_f.h.
12322 * Makefile.in: Regenerated.
12323
12324 2005-10-28 Jakub Jelinek <jakub@redhat.com>
12325
12326 * mkomp_h.pl: Remove all -Wc, option prefixes in $COMPILE.
12327 * libgomp_f.h.in (omp_check_defines): New function.
12328 * env.c: Include libgomp_f.h.
12329 (initialize_env): Call omp_check_defines.
12330
12331 * testsuite/libgomp.dg/copyin-2.c: New test.
12332 * testsuite/libgomp.c++/copyin-2.C: New test.
12333 * testsuite/libgomp.fortran/threadprivate3.f90: New test.
12334
12335 * testsuite/libgomp.fortran/threadprivate2.f90: New test.
12336 * testsuite/libgomp.fortran/sharing2.f90: New test.
12337
12338 * testsuite/libgomp.dg/copyin-1.c: New test.
12339 * testsuite/libgomp.c++/copyin-1.C: New test.
12340
12341 2005-10-26 Jakub Jelinek <jakub@redhat.com>
12342
12343 * testsuite/libgomp.fortran/crayptr1.f90: New test.
12344
12345 * testsuite/libgomp.fortran/workshare1.f90: New test.
12346
12347 * libgomp.fortran/appendix-a/a.28.5.f90: Change into compile
12348 only test.
12349 * libgomp.fortran/sharing1.f90: New test.
12350
12351 2005-10-24 Jakub Jelinek <jakub@redhat.com>
12352
12353 PR c++/24502
12354 * testsuite/libgomp.c++/loop-7.C: New test.
12355
12356 * testsuite/libgomp.dg/nestedfn-2.c: New test.
12357
12358 * testsuite/libgomp.dg/nestedfn-1.c: New test.
12359 * testsuite/libgomp.fortran/reduction6.f90: New test.
12360 * testsuite/libgomp.fortran/nestedfn1.f90: New test.
12361
12362 2005-10-23 Richard Henderson <rth@redhat.com>
12363
12364 * testsuite/libgomp.c++/ctor-1.C: New.
12365 * testsuite/libgomp.c++/ctor-2.C: New.
12366 * testsuite/libgomp.c++/ctor-3.C: New.
12367 * testsuite/libgomp.c++/ctor-4.C: New.
12368 * testsuite/libgomp.c++/ctor-5.C: New.
12369 * testsuite/libgomp.c++/ctor-6.C: New.
12370 * testsuite/libgomp.c++/ctor-7.C: New.
12371 * testsuite/libgomp.c++/ctor-8.C: New.
12372 * testsuite/libgomp.c++/ctor-9.C: New.
12373
12374 2005-10-21 Diego Novillo <dnovillo@redhat.com>
12375
12376 PR 24455
12377 * testsuite/libgomp.c++/pr24455-1.C: New test.
12378 * testsuite/libgomp.c++/pr24455.C: New test.
12379 * testsuite/libgomp.dg/pr24455-1.c: New test.
12380 * testsuite/libgomp.dg/pr24455.c: New test.
12381
12382 2005-10-20 Richard Henderson <rth@redhat.com>
12383
12384 * testsuite/libgomp.c++/loop-6.C: New.
12385 * testsuite/libgomp.dg/loop-3.c: New.
12386
12387 2005-10-20 Jakub Jelinek <jakub@redhat.com>
12388
12389 * testsuite/libgomp.fortran/jacobi.f: Don't make i and j
12390 explicitly private.
12391 * testsuite/libgomp.fortran/omp_parse1.f90 (test_do): Make i
12392 explicitly shared.
12393
12394 2005-10-19 Diego Novillo <dnovillo@redhat.com>
12395
12396 * testsuite/libgomp.fortran/jacobi.f: New test.
12397
12398 2005-10-19 Richard Henderson <rth@redhat.com>
12399
12400 * configure.tgt (i?86-linux): Default to with_arch instead of
12401 CFLAGS. Add -mtune to match target_cpu.
12402 (x86_64-linux): Tune to i686.
12403
12404 * fortran.c (omp_test_nest_lock_): Fix typo.
12405
12406 2005-10-19 Jakub Jelinek <jakub@redhat.com>
12407
12408 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
12409 gomp_ordered_sync): Do nothing if team->nthreads == 1.
12410 * testsuite/libgomp.dg/ordered-3.c: New test.
12411
12412 * testsuite/libgomp.dg/appendix-a/a.18.1.c: Remove unconditional abort.
12413 Remove volatile keyword.
12414
12415 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: Reorder variables
12416 in COMMON block to avoid warnings on 64-bit targets.
12417
12418 2005-10-18 Diego Novillo <dnovillo@redhat.com>
12419
12420 * testsuite/libgomp.dg/shared-3.c: New test.
12421
12422 2005-10-18 Jakub Jelinek <jakub@redhat.com>
12423
12424 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: Removed.
12425 * testsuite/libgomp.fortran/reduction5.f90: New test.
12426
12427 2005-10-18 Jakub Jelinek <jakub@redhat.com>
12428
12429 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Add -ffixed-form to
12430 dg-options.
12431 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: Likewise. Enable
12432 flush loop now that __sync_synchronize has proper memory barrier.
12433 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: Fix a typo.
12434 Add -ffixed-form to dg-options.
12435
12436 2005-10-17 Diego Novillo <dnovillo@redhat.com>
12437
12438 * testsuite/libgomp.fortran/fortran.exp: Also gather tests
12439 from subdirectories.
12440 * testsuite/libgomp.fortran/appendix-a/a.15.1.f90: New test.
12441 * testsuite/libgomp.fortran/appendix-a/a.16.1.f90: New test.
12442 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: New test.
12443 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: New test.
12444 * testsuite/libgomp.fortran/appendix-a/a.2.1.f90: New test.
12445 * testsuite/libgomp.fortran/appendix-a/a.21.1.f90: New test.
12446 * testsuite/libgomp.fortran/appendix-a/a.22.7.f90: New test.
12447 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: New test.
12448 * testsuite/libgomp.fortran/appendix-a/a.26.1.f90: New test.
12449 * testsuite/libgomp.fortran/appendix-a/a.28.1.f90: New test.
12450 * testsuite/libgomp.fortran/appendix-a/a.28.2.f90: New test.
12451 * testsuite/libgomp.fortran/appendix-a/a.28.3.f90: New test.
12452 * testsuite/libgomp.fortran/appendix-a/a.28.4.f90: New test.
12453 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: New test.
12454 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: New test.
12455 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: New test.
12456 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: New test.
12457 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: New test.
12458 * testsuite/libgomp.fortran/appendix-a/a.33.3.f90: New test.
12459 * testsuite/libgomp.fortran/appendix-a/a.38.1.f90: New test.
12460 * testsuite/libgomp.fortran/appendix-a/a.39.1.f90: New test.
12461 * testsuite/libgomp.fortran/appendix-a/a.4.1.f90: New test.
12462 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: New test.
12463 * testsuite/libgomp.fortran/appendix-a/a.5.1.f90: New test.
12464 * testsuite/libgomp.fortran/appendix-a/a10.1.f90: New test.
12465
12466 2005-10-17 Jakub Jelinek <jakub@redhat.com>
12467
12468 * testsuite/libgomp.dg/dg.exp: Only unset lang_* if
12469 lang_library_path exists. Use find instead of glob to gather tests.
12470 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: Removed.
12471
12472 2005-10-17 Diego Novillo <dnovillo@redhat.com>
12473
12474 * testsuite/libgomp.dg/appendix-a/a.15.1.c: New test.
12475 * testsuite/libgomp.dg/appendix-a/a.16.1.c: New test.
12476 * testsuite/libgomp.dg/appendix-a/a.18.1.c: New test.
12477 * testsuite/libgomp.dg/appendix-a/a.19.1.c: New test.
12478 * testsuite/libgomp.dg/appendix-a/a.2.1.c: New test.
12479 * testsuite/libgomp.dg/appendix-a/a.21.1.c: New test.
12480 * testsuite/libgomp.dg/appendix-a/a.26.1.c: New test.
12481 * testsuite/libgomp.dg/appendix-a/a.29.1.c: New test.
12482 * testsuite/libgomp.dg/appendix-a/a.3.1.c: New test.
12483 * testsuite/libgomp.dg/appendix-a/a.39.1.c: New test.
12484 * testsuite/libgomp.dg/appendix-a/a.4.1.c: New test.
12485 * testsuite/libgomp.dg/appendix-a/a.5.1.c: New test.
12486 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: New file.
12487
12488 2005-10-15 Jakub Jelinek <jakub@redhat.com>
12489
12490 * testsuite/libgomp.dg/vla-1.c: New test.
12491
12492 * testsuite/libgomp.fortran/reference2.f90: New test.
12493
12494 * testsuite/libgomp.fortran/character2.f90: Remove explicit
12495 declaration of omp_get_thread_num.
12496 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise. Add
12497 use omp_lib.
12498
12499 * testsuite/libgomp.fortran/reduction1.f90: New test.
12500 * testsuite/libgomp.fortran/reduction2.f90: New test.
12501 * testsuite/libgomp.fortran/reduction3.f90: New test.
12502 * testsuite/libgomp.fortran/reduction4.f90: New test.
12503
12504 2005-10-13 Richard Henderson <rth@redhat.com>
12505
12506 * Makefile.am (libgomp_la_SOURCES): Add bar.c.
12507 * Makefile.in: Regenerate.
12508 * barrier.c (GOMP_barrier): Use gomp_barrier_wait.
12509 * libgomp.h: Include bar.h.
12510 (struct gomp_barrier): Remove.
12511 (struct gomp_team): Add barrier. Replace master_barrier with
12512 master_release. Replace threads with ordered_release.
12513 (struct gomp_thread): Replace barrier with release.
12514 * ordered.c (gomp_ordered_first): Update for ordered_release change.
12515 (gomp_ordered_last, gomp_ordered_next, gomp_ordered_static_init,
12516 gomp_ordered_static_next, gomp_ordered_sync): Likewise.
12517 * single.c (GOMP_single_copy_start): Use gomp_barrier_wait.
12518 (GOMP_single_copy_end): Likewise.
12519 * team.c (gomp_threads_dock): New.
12520 (gomp_barrier_init, gomp_barrier_destroy): Remove.
12521 (gomp_thread_start): Use gomp_barrier_wait.
12522 (new_team, free_team): Update for gomp_team changes.
12523 (gomp_team_start): Use gomp_barrier_wait and gomp_barrier_reinit.
12524 (gomp_team_end): Use gomp_barrier_wait.
12525 (initialize_team): Update for gomp_thread changes.
12526 * work.c (gomp_work_share_end): Use gomp_barrier_wait_start.
12527 (gomp_work_share_end_nowait): Use atomic ops when available.
12528 * config/linux/bar.c, config/linux/bar.h: New files.
12529 * config/posix/bar.c, config/posix/bar.h: New files.
12530
12531 2005-10-13 Jakub Jelinek <jakub@redhat.com>
12532
12533 * single.c (GOMP_single_copy_end): Don't segfault if team is NULL.
12534 * testsuite/libgomp.dg/single-2.c: New test.
12535
12536 * testsuite/libgomp.dg/dg.exp (lang_library_path, lang_test_file,
12537 lang_link_flags): Unset, so that they aren't inherited from previously
12538 sourced *.exp.
12539
12540 * testsuite/libgomp.fortran/threadprivate1.f90: New test.
12541
12542 2005-10-12 Richard Henderson <rth@redhat.com>
12543
12544 * testsuite/lib/libgomp-dg.exp: Set blddir at toplevel.
12545 (libgomp_init): Use lang_test_file, lang_library_path, and
12546 lang_link_flags, set by the subdirectory files. Add -fopenmp here.
12547
12548 * testsuite/libgomp.fortran/fortran.exp (lang_library_path): New.
12549 (lang_test_file, lang_link_flags): New.
12550 (DEFAULT_FFLAGS, ALWAYS_CFLAGS, multilibs, blddir): Remove.
12551
12552 * testsuite/libgomp.c++/c++.exp, testsuite/libgomp.c++/loop-1.C,
12553 testsuite/libgomp.c++/loop-2.C, testsuite/libgomp.c++/loop-3.C,
12554 testsuite/libgomp.c++/loop-4.C, testsuite/libgomp.c++/nested-1.C,
12555 testsuite/libgomp.c++/parallel-1.C,
12556 testsuite/libgomp.c++/reduction-1.C,
12557 testsuite/libgomp.c++/reduction-2.C,
12558 testsuite/libgomp.c++/reduction-3.C,
12559 testsuite/libgomp.c++/sections-1.C, testsuite/libgomp.c++/shared-1.C,
12560 testsuite/libgomp.c++/shared-2.C, testsuite/libgomp.c++/single-1.C,
12561 testsuite/libgomp.c++/single-2.C, testsuite/libgomp.c++/single-3.C:
12562 New files, largely cribbed from the C testsuite.
12563
12564 2005-10-12 Jakub Jelinek <jakub@redhat.com>
12565
12566 * testsuite/libgomp.fortran/character1.f90: New test.
12567 * testsuite/libgomp.fortran/character2.f90: New test.
12568
12569 * testsuite/libgomp.dg/nested-1.c: New test.
12570 * testsuite/libgomp.dg/nested-2.c: New test.
12571 * testsuite/libgomp.fortran/do1.f90: New test.
12572 * testsuite/libgomp.fortran/do2.f90: New test.
12573
12574 * testsuite/libgomp.fortran/reference1.f90: New test.
12575
12576 2005-10-11 Jakub Jelinek <jakub@redhat.com>
12577
12578 * testsuite/libgomp.dg/reduction-1.c: New test.
12579 * testsuite/libgomp.dg/reduction-2.c: New test.
12580 * testsuite/libgomp.dg/reduction-3.c: New test.
12581
12582 2005-10-10 Jakub Jelinek <jakub@redhat.com>
12583
12584 * testsuite/libgomp.dg/atomic-1.c: New test.
12585 * testsuite/libgomp.dg/atomic-2.c: New test.
12586
12587 2005-10-09 Richard Henderson <rth@redhat.com>
12588
12589 * critical.c (atomic_lock): New.
12590 (initialize_critical): Initialize it.
12591 (GOMP_atomic_start, GOMP_atomic_end): New.
12592 * libgomp.map: Export them.
12593 * libgomp_g.h: Declare them.
12594
12595 * testsuite/libgomp.dg/atomic-10.c: Move from gcc testsuite.
12596
12597 2005-10-02 Richard Henderson <rth@redhat.com>
12598
12599 * configure.ac: Move save_CFLAGS hack earlier. Append -Wall/-Werror
12600 to XCFLAGS instead of CFLAGS.
12601
12602 2005-09-30 Richard Henderson <rth@redhat.com>
12603
12604 * configure.ac: Determine whether -pthread or -lpthread is needed.
12605 * Makefile.am (libgomp_la_LDFLAGS): Remove explicit -lpthread.
12606 * Makefile.in, configure: Rebuild.
12607
12608 2005-09-28 Richard Henderson <rth@redhat.com>
12609
12610 * testsuite/libgomp.dg/omp-loop03.c: Fix return code.
12611 * testsuite/libgomp.dg/omp-single-3.c: New test.
12612
12613 2005-09-28 Diego Novillo <dnovillo@redhat.com>
12614
12615 * testsuite/libgomp.dg/omp-single-2.c: New test.
12616 * testsuite/libgomp.dg/shared-2.c: Fix return code.
12617
12618 2005-09-27 Richard Henderson <rth@redhat.com>
12619
12620 * testsuite/libgomp.dg/omp-loop03.c: Add initial barrier.
12621 * testsuite/libgomp.dg/omp-parallel-for.c: Specify static schedule.
12622
12623 2005-09-27 Jakub Jelinek <jakub@redhat.com>
12624
12625 * testsuite/libgomp.dg/omp-loop03.c: New test.
12626
12627 2005-09-27 Diego Novillo <dnovillo@redhat.com>
12628
12629 * testsuite/libgomp.dg/omp-parallel-for.c: New test.
12630
12631 2005-09-27 Diego Novillo <dnovillo@redhat.com>
12632
12633 * testsuite/libgomp.dg/omp-single-1.c: New test.
12634 * testsuite/libgomp.dg/shared-1.c: Return 0.
12635 Add prototype for abort.
12636 * testsuite/libgomp.dg/shared-2.c: Likewise.
12637
12638 2005-09-26 Jakub Jelinek <jakub@redhat.com>
12639
12640 * testsuite/libgomp.fortran/omp_parse3.f90: Fix non-conforming
12641 constructs.
12642
12643 2005-09-26 Diego Novillo <dnovillo@redhat.com>
12644
12645 * testsuite/libgomp.dg/shared-1.c: New test.
12646 * testsuite/libgomp.dg/shared-2.c: New test.
12647
12648 2005-09-24 Richard Henderson <rth@redhat.com>
12649
12650 * testsuite/libgomp.dg/omp_workshare3.c: Mark dg-error.
12651
12652 2005-09-24 Richard Henderson <rth@redhat.com>
12653
12654 * iter.c (gomp_iter_static_next): Round up when computing number
12655 of iterations. Don't bother distributing a remainder equally.
12656
12657 * testsuite/libgomp.dg/omp-loop01.c (main1): Rename from main.
12658 Don't call srand. Zero b before testing.
12659 (main): New.
12660
12661 2005-09-24 Jakub Jelinek <jakub@redhat.com>
12662
12663 * testsuite/libgomp.fortran/omp_atomic1.f90: New test.
12664 * testsuite/libgomp.fortran/omp_atomic2.f90: New test.
12665
12666 2005-09-23 Jakub Jelinek <jakub@redhat.com>
12667
12668 * testsuite/libgomp.fortran/omp_parse1.f90: Add a test for !$omp do
12669 without !$omp end do, followed immediately by subroutine end.
12670
12671 2005-09-23 Diego Novillo <dnovillo@redhat.com>
12672
12673 * testsuite/libgomp.dg/omp-parallel-if.c: New test.
12674
12675 2005-09-22 Richard Henderson <rth@redhat.com>
12676
12677 * critical.c (GOMP_critical_name_start): Change argument to void**.
12678 Reuse the pointer space if the mutex fits.
12679 (GOMP_critical_name_end): Likewise.
12680 (initialize_critical): Don't define if GOMP_MUTEX_INIT_0.
12681 * libgomp_g.h (GOMP_critical_name_start): Update decl.
12682 (GOMP_critical_name_end): Likewise.
12683 * config/linux/mutex.h (GOMP_MUTEX_INIT_0): New.
12684 * config/posix/mutex.h (GOMP_MUTEX_INIT_0): New.
12685
12686 2005-09-20 Richard Henderson <rth@redhat.com>
12687
12688 * critical.c (GOMP_critical_name_start, GOMP_critical_name_end): New.
12689 (create_lock_lock): New.
12690 (initialize_critical): Initialize it.
12691 * libgomp.map (GOMP_critical_name_start, GOMP_critical_name_end): New.
12692 * libgomp_g.h (GOMP_ordered_start, GOMP_ordered_end): Declare.
12693
12694 2005-09-20 Diego Novillo <dnovillo@redhat.com>
12695
12696 * testsuite/libgom.dg/omp-loop01.c: Include stdio.h.
12697
12698 2005-09-20 Diego Novillo <dnovillo@redhat.com>
12699
12700 * testsuite/libgomp.dg/omp-loop01.c: New test.
12701 * testsuite/libgomp.dg/omp-loop02.c: New test.
12702
12703 2005-09-20 Jakub Jelinek <jakub@redhat.com>
12704
12705 * configure.ac (AC_PROG_FC): Add.
12706 (USE_FORTRAN): New automake conditional.
12707 * configure: Rebuilt.
12708 * Makefile.am (libgomp_la_SOURCES): Add fortran.c.
12709 (nodist_include_HEADERS): Add omp_lib.h, omp_lib.f90 and libgomp_f.h.
12710 If USE_FORTRAN, add also omp_lib.mod and omp_lib_kinds.mod.
12711 Add rules to build them.
12712 * Makefile.in: Rebuilt.
12713 * mkomp_h.pl: Compute and replace also OMP_LOCK_KIND and
12714 OMP_NEST_LOCK_KIND.
12715 * libgomp.map: Add Fortran wrappers.
12716 * libgomp_f.h.in: New file.
12717 * omp_lib.h.in: New file.
12718 * omp_lib.f90.in: New file.
12719 * fortran.c: New file.
12720 * testsuite/lib/libgomp-dg.exp: Load a few more .exp files.
12721 Append libgfortran directory to LD_LIBRARY_PATH if it exists.
12722 Add -Lpath_to_libgfortran and -lgfortran -lgfortranbegin if
12723 libgfortran has been built.
12724 * testsuite/libgomp.fortran/fortran.exp: New file.
12725 * testsuite/libgomp.fortran/omp_cond1.f: New test.
12726 * testsuite/libgomp.fortran/omp_cond2.f: New test.
12727 * testsuite/libgomp.fortran/omp_cond3.F90: New test.
12728 * testsuite/libgomp.fortran/omp_cond4.F90: New test.
12729 * testsuite/libgomp.fortran/omp_hello.f: New test.
12730 * testsuite/libgomp.fortran/omp_orphan.f: New test.
12731 * testsuite/libgomp.fortran/omp_parse1.f90: New test.
12732 * testsuite/libgomp.fortran/omp_parse2.f90: New test.
12733 * testsuite/libgomp.fortran/omp_parse3.f90: New test.
12734 * testsuite/libgomp.fortran/omp_parse4.f90: New test.
12735 * testsuite/libgomp.fortran/omp_reduction.f: New test.
12736 * testsuite/libgomp.fortran/omp_workshare1.f: New test.
12737 * testsuite/libgomp.fortran/omp_workshare2.f: New test.
12738
12739 2005-08-30 Richard Henderson <rth@redhat.com>
12740
12741 * loop.c (GOMP_loop_static_start): Provide fallback wrapper
12742 function for when aliases are not usable.
12743 (GOMP_loop_dynamic_start, GOMP_loop_guided_start,
12744 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
12745 GOMP_loop_ordered_guided_start, GOMP_loop_static_next,
12746 GOMP_loop_dynamic_next, GOMP_loop_guided_next,
12747 GOMP_loop_ordered_static_next, GOMP_loop_ordered_dynamic_next,
12748 GOMP_loop_ordered_guided_next): Likewise.
12749 * ordered.c (GOMP_ordered_start): Likewise.
12750
12751 2005-08-01 Diego Novillo <dnovillo@redhat.com>
12752
12753 * testsuite/libgomp.dg/dg.exp: Use -O2 for now.
12754 * testsuite/libgomp.dg/omp_hello.c: Fix return code
12755 * testsuite/libgomp.dg/omp_matvec.c: Likewise.
12756 * testsuite/libgomp.dg/omp_orphan.c: Likewise
12757 * testsuite/libgomp.dg/omp_reduction.c: Likewise
12758 * testsuite/libgomp.dg/omp_workshare1.c: Likewise
12759 * testsuite/libgomp.dg/omp_workshare2.c: Likewise
12760 * testsuite/libgomp.dg/omp_workshare3.c: Likewise
12761 * testsuite/libgomp.dg/omp_workshare4.c: Likewise
12762
12763 2005-07-07 Eric Christopher <echristo@redhat.com>
12764 Diego Novillo <dnovillo@redhat.com>
12765
12766 * testsuite/libgomp.dg/dg.exp: Add -fopenmp to DEFAULT_CFLAGS.
12767 * testsuite/libgomp.dg/omp_hello.c: Add standard includes, fix
12768 up code.
12769 * testsuite/libgomp.dg/omp_matvec.c: Ditto.
12770 * testsuite/libgomp.dg/omp_orphan.c: Ditto.
12771 * testsuite/libgomp.dg/omp_reduction.c: Ditto.
12772 * testsuite/libgomp.dg/omp_workshare1.c: Ditto.
12773 * testsuite/libgomp.dg/omp_workshare2.c: Ditto.
12774 * testsuite/libgomp.dg/omp_workshare3.c: Ditto.
12775 * testsuite/libgomp.dg/omp_workshare4.c: Ditto.
12776
12777 2005-06-13 Diego Novillo <dnovillo@redhat.com>
12778
12779 * TOPLEVEL.patch: Remove.
12780
12781 2005-05-16 Richard Henderson <rth@redhat.com>
12782
12783 * configure.ac: Test for clock_gettime.
12784 * config.h.in, configure: Rebuild.
12785 * config/posix/time.c: Use recommended TIME_WITH_SYS_TIME pattern.
12786 (omp_get_wtime): Use clock_gettime if available.
12787 (omp_get_wtick): Use clock_getres if available.
12788
12789 2005-05-11 Richard Henderson <rth@redhat.com>
12790
12791 * config/linux/ia64/futex.h: New file.
12792 * configure.tgt: Use it.
12793
12794 * team.c (gomp_barrier_init, gomp_barrier_destroy): Mark inline.
12795
12796 2005-05-07 Richard Henderson <rth@redhat.com>
12797
12798 * config/linux/powerpc/futex.h: New file.
12799 * configure.tgt: Use it.
12800
12801 * config/linux/i486/futex.h: Merge ...
12802 * config/linux/x86_64/futex.h: ... into ...
12803 * config/linux/x86/futex.h: ... here.
12804 * configure.tgt: Update to match.
12805
12806 2005-05-06 Richard Henderson <rth@redhat.com>
12807
12808 * config/linux/alpha/futex.h: Conditionally define SYS_futex.
12809 * config/linux/i486/futex.h: Likewise.
12810 * config/linux/x86_64/futex.h: Likewise.
12811
12812 * config/linux/lock.c: New file.
12813 * config/linux/omp-lock.h: New file.
12814
12815 * critical.c, env.h: Don't include omp.h
12816 * config/posix/lock.c: Include libgomp.h instead of omp.h.
12817 * config/posix/time.c: Likewise.
12818 * config/posix/omp-lock.h: New file.
12819 * libgomp.h: Include omp-lock.h and omp.h.
12820 * Makefile.am (nodist_include_HEADERS): New.
12821 (omp.h): New rule.
12822 * configure.ac (PERL): New.
12823 * mkomp_h.pl: New file.
12824 * omp.h.in: Rename from omp.h; replace omp_lock_t and omp_nest_lock_t
12825 with templates.
12826 * Makefile.in, configure, testsuite/Makefile.in: Rebuild.
12827
12828 * testsuite/lib/libgomp-dg.exp (libgomp_init): Add include into
12829 build directory. Re-add -march=i486 hack.
12830
12831 * testsuite/lib/libgomp-dg.exp (libgomp_compile_flags): Remove.
12832 (libgomp_link_flags): Remove.
12833 (libgomp_initialized): Remove.
12834 (libgomp_init): Don't protect from reinitialization. Copy code
12835 from libstdc++ for getting the multilib set correctly.
12836
12837 2005-05-05 Richard Henderson <rth@redhat.com>
12838
12839 * config/linux/alpha/futex.h: New file.
12840 * configure.tgt (alpha*-*-linux*): Use it.
12841
12842 * config/posix/mutex.c: New file.
12843 * config/posix/sem.c: Use libgomp.h.
12844
12845 * configure.tgt (x86_64-linux): Also test CC for -m32.
12846 * config/linux/x86_64/futex.h (futex_wait): Fix r10 usage.
12847
12848 * testsuite/lib/libgomp-dg.exp (libgomp_link_flags): Add /
12849 after $gccpath.
12850
12851 * Makefile.am (SUBDIRS): New.
12852 (libgomp_la_LDFLAGS): Add -lpthread.
12853 * configure.ac (AM_INIT_AUTOMAKE): Enable dependencies.
12854 * Makefile.in, aclocal.m4, config.h.in, configure: Rebuild.
12855
12856 * libgomp_g.h: New file.
12857 * libgomp.h: Split out all public declarations to libgomp_g.h.
12858 Use pragma GCC visibility instead of ATTRIBUTE_HIDDEN.
12859 * config/linux/mutex.h: Remove ATTRIBUTE_HIDDEN.
12860 * config/linux/sem.h: Likewise.
12861 * config/posix/sem.h: Likewise.
12862
12863 * Makefile.am (AM_LDFLAGS): New.
12864 (libgomp_version_script): Split out from ...
12865 (libgomp_la_LDFLAGS): ... here.
12866 (libgomp_version_info): New.
12867 * acinclude.m4 (LIBGOMP_CHECK_TLS): Use LIBGOMP_ENABLE.
12868 (LIBGOMP_ENABLE): New.
12869 (LIBGOMP_CHECK_LINKER_FEATURES): New.
12870 (LIBGOMP_ENABLE_SYMVERS): New.
12871 * configure.ac (AC_INIT): Version 1.0.
12872 (enable-version-specific-runtime-libs): Use LIBGOMP_ENABLE.
12873 (enable-linux-futex): Likewise. Rename from enable-futex.
12874 (libtool_VERSION): New.
12875 (LIBGOMP_ENABLE_SYMVERS): Use it.
12876 * configure.tgt: Check with_gnu_ld wrt have_tls optimizations.
12877 * Makefile.in, aclocal.m4, configure: Rebuild.
12878
12879 * config/linux/mutex.c: Include libgomp.h instead of mutex.h.
12880 (gomp_mutex_unlock_slow): Fix typo.
12881 * config/linux/sem.c: Similarly.
12882 (gomp_sem_post_slow): Fix typo.
12883 * config/linux/sem.h (gomp_sem_post_slow): Fix typo.
12884 * config/linux/i486/futex.h: Remove USE_LINUX_SYSENTER code.
12885 [__PIC__] (sys_futex0): Don't use tmp output in asm.
12886
12887 * Makefile.am (AM_CFLAGS): Expand with XCFLAGS.
12888 (libgomp_la_LDFLAGS): Add top_srcdir to path.
12889 * acinclude.m4: Copy libtool.m4 stuff from libgfortran.
12890 * configure.ac: Check for getloadavg. Substitute XCFLAGS and
12891 XLDFLAGS. Add XCFLAGS to CFLAGS around LIBGOMP_CHECK_SYNC_BUILTINS.
12892 * configure.tgt: Set XCFLAGS and XLDFLAGS instead of CFLAGS and
12893 LDFLAGS. Pull enable_futex check to top-level.
12894 * libgomp.h: Fix sem.h and mutex.h includes. Define ATTRIBUTE_HIDDEN.
12895 * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
12896
12897 First attempt at real configury.
12898 * Makefile, config.h: Remove file.
12899 * Makefile.am, Makefile.in: New file.
12900 * acinclude.m4 aclocal.m4: New file.
12901 * configure.ac, configure.tgt, configure: New file.
12902
12903 * config/posix/lock.c: Rename from sys-lock.c.
12904 * config/posix/mutex.h: Rename from sys-mutex.h.
12905 * config/posix/sem.c: Rename from sys-sem.c.
12906 * config/posix/sem.h: Rename from sys-sem.h.
12907 * config/posix/proc.c: Rename from sys-proc.c.
12908 * config/posix/time.c: Rename from sys-proc.c.
12909
12910 * config/linux/mutex.c: New file.
12911 * config/linux/mutex.h: New file.
12912 * config/linux/sem.c: New file.
12913 * config/linux/sem.h: New file.
12914 * config/linux/i486/futex.h: New file.
12915 * config/linux/x86_64/futex.h: New file.
12916
12917 2005-05-04 Richard Henderson <rth@redhat.com>
12918
12919 * iter.c (gomp_iter_dynamic_next, gomp_iter_guided_next): New.
12920 * libgomp.h: Declare them.
12921 * loop.c (gomp_loop_dynamic_start, gomp_loop_guided_start,
12922 gomp_loop_dynamic_next, gomp_loop_guided_next): Use them.
12923
12924 2005-05-04 Richard Henderson <rth@redhat.com>
12925
12926 * libgomp-1 code drop
12927
12928 2005-05-04 Richard Henderson <rth@redhat.com>
12929
12930 * iter.c (gomp_iter_static_next): Return tri-state on 0.
12931 * ordered.c (gomp_ordered_static_next): Remove not_last argument.
12932 * libgomp.h (struct gomp_team_state): Make static_trip unsigned.
12933 (gomp_iter_static_next): Update.
12934 (gomp_ordered_static_next): Update.
12935 * loop.c (gomp_loop_static_start): Update for gomp_iter_static_next.
12936 (gomp_loop_ordered_static_start): Likewise. Exit early for a
12937 totally empty range.
12938 (gomp_loop_ordered_static_next): Refine test for calling
12939 gomp_ordered_static_next.
12940 * testsuite/ordered-1.c: Add case for more threads than iterations.
12941
12942 * iter.c (gomp_iter_runtime_next_locked): Remove.
12943 * loop.c (gomp_loop_static_start, gomp_loop_dynamic_start,
12944 gomp_loop_guided_start, gomp_loop_ordered_static_start,
12945 gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start,
12946 gomp_loop_static_next, gomp_loop_dynamic_next, gomp_loop_guided_next,
12947 gomp_loop_ordered_static_next, gomp_loop_ordered_dynamic_next,
12948 gomp_loop_ordered_guided_next): Downcase name, make static, add
12949 an external alias with the old name.
12950 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start,
12951 GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Use a
12952 switch and call one of the above static functions.
12953 * libgomp.h: Update.
12954
12955 * work.c (gomp_work_share_start): Lock the mutex for !first too.
12956 * loop.c (GOMP_loop_static_start, GOMP_loop_dynamic_start,
12957 GOMP_loop_guided_start, GOMP_loop_runtime_start,
12958 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
12959 GOMP_loop_ordered_guided_start): Update to match.
12960 * sections.c (GOMP_sections_start): Likewise.
12961 * single.c (GOMP_single_start, GOMP_single_copy_start): Likewise.
12962
12963 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
12964 gomp_ordered_static_init, gomp_ordered_static_next): Rename s/_loop//.
12965 Use bounds check instead of modulus.
12966 (gomp_ordered_sync): Split out of GOMP_ordered_start.
12967 (gomp_ordered_last): Don't sync with ordered_owner here.
12968 (gomp_ordered_next): Likewise.
12969 (gomp_ordered_static_loop_next): Likewise.
12970 * loop.c, libgomp.h: Update to match.
12971
12972 * libgomp.h (GOMP_barrier): Declare.
12973
12974 * testsuite/barrier-1.c: New file.
12975 * testsuite/critical-1.c: New file.
12976 * testsuite/ordered-2.c: New file.
12977 * testsuite/ordered-1.c: New file.
12978 * testsuite/sections-1.c: New file.
12979 * testsuite/single-1.c: New file.
12980 * testsuite/Makefile (TESTS): Add them.
12981
12982 2005-05-04 Richard Henderson <rth@redhat.com>
12983
12984 * libgomp.h (struct gomp_work_share): Add ordered_owner.
12985 * loop.c (GOMP_loop_static_start): If not the startup thread,
12986 acquire the mutex to wait for initialization complete.
12987 (GOMP_loop_ordered_static_start): Likewise.
12988 (GOMP_loop_ordered_runtime_start): Likewise.
12989 (GOMP_loop_ordered_static_first): Remove.
12990 (GOMP_loop_ordered_dynamic_first): Remove.
12991 (GOMP_loop_ordered_guided_first): Remove.
12992 (GOMP_loop_ordered_runtime_first): Remove.
12993 * ordered.c (gomp_ordered_loop_first): Post to own release when
12994 we're the first thread.
12995 (gomp_ordered_loop_last): Wait on release if not owner.
12996 (gomp_ordered_loop_next): Likewise.
12997 (gomp_ordered_static_loop_init): New.
12998 (gomp_ordered_static_loop_next): Use ordered_owner.
12999 (GOMP_ordered_start): Likewise.
13000 * work.c (gomp_new_work_share): Initialize ordered_owner.
13001
13002 2005-05-03 Richard Henderson <rth@redhat.com>
13003
13004 * Makefile (OPT): New.
13005 (CFLAGS): Use it.
13006
13007 * loop.c (GOMP_loop_end, GOMP_loop_end_nowait): New.
13008 * sections.c (GOMP_sections_end, GOMP_sections_end_nowait): New.
13009 * libgomp.h, libgomp.map, NOTES: Update to match.
13010
13011 * team.c (struct gomp_thread_start_data): Remove ts, fn, data.
13012 Add initialized and thr members.
13013 (gomp_thread_start): Pause when initially spawned to wait for
13014 the whole team to be created.
13015 (gomp_team_start): Release team members at the end.
13016
13017 * testsuite/loop-1.c (N): New. Use it instead of hardcoded 100.
13018 (f_foo_1): Use GOMP_loop_end.
13019 (f_foo_2): Use GOMP_loop_end_nowait.
13020
13021 * testsuite/loop-2.c: New file.
13022 * testsuite/Makefile (TESTS): Add it.
13023
13024 2005-05-03 Richard Henderson <rth@redhat.com>
13025
13026 * iter.c (gomp_iter_static_next): Fix overflow check typo.
13027 (gomp_iter_dynamic_next_locked): Fix overflow check thinko.
13028 * team.c (new_team): Initialize oldest_live_gen to 1 if no
13029 initial work_share.
13030
13031 * testsuite/Makefile: New file.
13032 * testsuite/loop-1.c: New file.
13033
13034 2005-05-03 Richard Henderson <rth@redhat.com>
13035
13036 Initial implementation and checkin.
13037 \f
13038 Copyright (C) 2005-2020 Free Software Foundation, Inc.
13039
13040 Copying and distribution of this file, with or without modification,
13041 are permitted in any medium without royalty provided the copyright
13042 notice and this notice are preserved.