From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95F4F385841D; Thu, 16 Nov 2023 17:37:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95F4F385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700156255; bh=DZW0HLSOJKPNeaxhPUAt8pbJLeT6PupCmhV8BDaJ8BI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t2Yv614EuwVjvfJrFIKf1UXevby3IRkXws7+ltvL5PcNdf77Num3qR4F+BpNymVDB okHgG+lNl0GDEv9rt+Ix7151y6MYQ5U7Yic0PFbdfysXF8jAfiZPJm7KD2UKS4HzyX 7Es56NOkoO8RSlsZ56FfPYkrj1PlQdRmv6tzD3p0= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111705] [12/13 Regression] use of concepted copy constructored struct inside a template function messes up with -fchecking=2 Date: Thu, 16 Nov 2023 17:37:35 +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: 14.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cf_reconfirmed_on bug_status short_desc cc everconfirmed 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=3D111705 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | Last reconfirmed| |2023-11-16 Status|UNCONFIRMED |NEW Summary|[12/13/14 Regression] use |[12/13 Regression] use of |of concepted copy |concepted copy |constructored struct inside |constructored struct inside |a template function messes |a template function messes |up with -fchecking=3D2 |up with -fchecking=3D2 CC| |ppalka at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #3 from Patrick Palka --- This one started with r13-6525 and was first fixed on trunk by the NON_DEPENDENT_EXPR removal r14-4793. The later r14-5531 would have fixed it too, which I plan to backport to release branches.=