From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FC8A385840D; Thu, 9 Feb 2023 23:26:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FC8A385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675985178; bh=A1mDc4IIHgZA1/NisL4nI0/SWB72m65+V0LKr1lwmXc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cQGiRDgxWKYBrC2pZMw0zDGGDEwtwK5yOQdNjL+lBu71wzGcCVT7YIUhxKMRw1Gss uj2CJ/kc+lN18CJdDrE+Ab+DKdOAqeQY0Rpbs67/z6Lk77r/2oj5DZ3pE5J90ULj+j BwdL7TnOfptB9nQPXCEc6C1xZsCMbdrPrNM31iaU= From: "mike at spertus dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105841] [12/13 Regression] Change in behavior of CTAD for alias templates Date: Thu, 09 Feb 2023 23:26:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: mike at spertus dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105841 --- Comment #8 from Mike Spertus --- Thanks, Jason! My course starts in 6 minutes, so I can't look at it now but will give you feedback by 8:30AM tomorrow. Mike On Thu, Feb 9, 2023 at 3:07 PM jason at gcc dot gnu.org < gcc-bugzilla@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105841 > > --- Comment #7 from Jason Merrill --- > Created attachment 54444 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54444&action=3Dedit > fix > > Here's a patchset to implement the standard behavior plus the CWG2664 > clarification. Mike, does this look good to you? Any additional > testcases? > > Also pushed to refs/users/jason/heads/alias-ctad in the git repository. > ( > https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dshortlog;h=3Drefs/users/jason/he= ads/alias-ctad > ) > > -- > You are receiving this mail because: > You are on the CC list for the bug.=