Re: [pushed] c++: array DMI and member fn [PR109666]

2023-12-19 Thread Jason Merrill
On 12/19/23 14:08, Patrick Palka wrote: On Mon, 1 May 2023, Jason Merrill wrote: Tested x86_64-pc-linux-gnu, applying to trunk. Patrick, can you verify that this resolves 109506 and add whatever testcase(s) seem appropriate from that PR? -- 8< -- Here it turns out I also needed to adjust cfu

Re: [pushed] c++: array DMI and member fn [PR109666]

2023-12-19 Thread Patrick Palka
On Mon, 1 May 2023, Jason Merrill wrote: > Tested x86_64-pc-linux-gnu, applying to trunk. > > Patrick, can you verify that this resolves 109506 and add whatever testcase(s) > seem appropriate from that PR? > > -- 8< -- > > Here it turns out I also needed to adjust cfun when stepping out of the

[pushed] c++: array DMI and member fn [PR109666]

2023-05-01 Thread Jason Merrill via Gcc-patches
Tested x86_64-pc-linux-gnu, applying to trunk. Patrick, can you verify that this resolves 109506 and add whatever testcase(s) seem appropriate from that PR? -- 8< -- Here it turns out I also needed to adjust cfun when stepping out of the member function to instantiate the DMI. But instead of ad