[PATCH] c++, v2: Incremental fix for g++.dg/gomp/for-21.C [PR84469]

2022-12-01 Thread Jakub Jelinek via Gcc-patches
On Wed, Nov 30, 2022 at 01:52:08PM -0500, Jason Merrill wrote: > It looks like we're already deducing the type for the underlying S variable > in cp_convert_omp_range_for, we just aren't updating the types of the > individual bindings. You're right. With this patch (still incremental against the

Re: [PATCH] c++, v2: Incremental fix for g++.dg/gomp/for-21.C [PR84469]

2022-12-01 Thread Jason Merrill via Gcc-patches
On 12/1/22 05:32, Jakub Jelinek wrote: On Wed, Nov 30, 2022 at 01:52:08PM -0500, Jason Merrill wrote: It looks like we're already deducing the type for the underlying S variable in cp_convert_omp_range_for, we just aren't updating the types of the individual bindings. You're right. With this