https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101931
Bug ID: 101931
Summary: [OpenMP] omp-low.c's omp_runtime_api_call out of sync
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: accepts-invalid, openmp
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: burnus at gcc dot gnu.org
CC: jakub at gcc dot gnu.org
Target Milestone: ---
omp_runtime_api_call contains a list of OpenMP API routines. However, the list
was last updated with commit r10-1898-g704686049d5eb2d54fe62585d2c17c5ef00dbb83
In the meanwhile, at least the some new routines have been added.
I think the following is a complete list:
* omp_get_device_num (+ omp_runtime_api_call_)
* omp_display_env + omp_display_env_, omp_display_env_8_
* omp_fulfill_event, omp_fulfill_event_
* omp_get_supported_active_levels, omp_get_supported_active_levels_
* omp_init_allocator, omp_init_allocator_, omp_init_allocator_8_
* omp_destroy_allocator, omp_destroy_allocator_
* omp_set_default_allocator, omp_set_default_allocator_
* omp_get_default_allocator, omp_get_default_allocator_