]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Resolve '-Wsign-compare' issue in 'gcc/omp-low.cc:lower_rec_simd_input_clauses':...
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 28 Oct 2022 07:55:22 +0000 (09:55 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 28 Oct 2022 07:55:22 +0000 (09:55 +0200)
... forgotten in og12 commit 4e32d1582a137d5f34248fdd3e93d35a798f5221
"Resolve '-Wsign-compare' issue in 'gcc/omp-low.cc:lower_rec_simd_input_clauses'".

gcc/ChangeLog.omp

index 53cbfbab6039052500bf87c79b90b63222bec11c..4bf521f2162a17acb284ed39a4d14f304c28bac2 100644 (file)
@@ -1,3 +1,8 @@
+2022-10-28  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * omp-low.cc (lower_rec_simd_input_clauses): For 'ordered_max',
+       cast 'omp_max_simt_vf ()', 'omp_max_simd_vf ()' to 'unsigned'.
+
 2022-10-25  Abid Qadeer  <abidh@codesourcery.com>
 
        * omp-low.cc (usm_transform): Handle operator new with alignment.