Re: [PATCH 1/2] c++: CWG 2273 and non-constructors

2024-09-20 Thread Jason Merrill
On 9/20/24 4:02 PM, Patrick Palka wrote: On Wed, 18 Sep 2024, Patrick Palka wrote: Our implementation of the CWG 2273 inheritedness tiebreaker seems to be incorrectly considering all inherited members, not just inherited constructors. This patch restricts the tiebreaker accordingly. D

Re: [PATCH 1/2] c++: CWG 2273 and non-constructors

2024-09-20 Thread Patrick Palka
On Wed, 18 Sep 2024, Patrick Palka wrote: > Our implementation of the CWG 2273 inheritedness tiebreaker seems to be > incorrectly considering all inherited members, not just inherited > constructors. This patch restricts the tiebreaker accordingly. > > DR 2273 > > gcc/cp/ChangeLog: > >