From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 12D1F3858C66; Sun, 3 Mar 2024 08:10:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12D1F3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709453422; bh=KgtH4uXdxvOuiDctVW+aRrwM+teZWO6n5kcYBGaTRQo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pY/BMh7fvKR/olkwQj3wtXBtXWoVBLW2aJkr7r4MfVjXI0i38gSGxwo3hAKyAVvv1 Ei6ZzdsHa+HFB2PMlFiaoJ53CNPPBjiJPsxN7EBQRTGIrsTjVVIsxWDircSeB57pWt BV184HgorWgpuzObOE+m3r6f90RLz6Nvut6wP2To= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114219] [11/12/13/14 Regression] [expr.const] lvalue-to-rvalue conversion is not diagnosed to disqualify constant expressions for empty classes Date: Sun, 03 Mar 2024 08:10:19 +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: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work target_milestone cf_known_to_fail 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=3D114219 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[expr.const] |[11/12/13/14 Regression] |lvalue-to-rvalue conversion |[expr.const] |is not diagnosed to |lvalue-to-rvalue conversion |disqualify constant |is not diagnosed to |expressions for empty |disqualify constant |classes |expressions for empty | |classes Known to work| |5.1.0, 6.1.0 Target Milestone|--- |11.5 Known to fail| |7.1.0=