]> git.ipfire.org Git - thirdparty/gcc.git/commit
OpenMP: Bug fixes for comparing context selectors
authorSandra Loosemore <sloosemore@baylibre.com>
Sun, 9 Feb 2025 21:34:34 +0000 (21:34 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Tue, 11 Feb 2025 17:04:48 +0000 (17:04 +0000)
commit84854ce5b84c86aed23016de5ca05372bc7fa7cf
treeebb3da1284719aa012562fee33e4268a4532cdbc
parent4abac2ffdb071ca9337e4f31fa79cd38df1ac7c3
OpenMP: Bug fixes for comparing context selectors

gcc/ChangeLog
* omp-general.cc (omp_context_selector_props_compare): Handle
arbitrary expressions in the "user" and "device_num" selectors.
(omp_context_selector_set_compare): Detect mismatch when one
selector specifies a score and the other doesn't.
gcc/omp-general.cc