From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0990B3857739; Thu, 7 Mar 2024 23:30:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0990B3857739 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709854217; bh=5yo8AMldwoZkLOISlQKJ/qUZedUP8fLKWQsZ4KZ1azQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tv+78d3KwH3iW4+NhKsZfnaoE8+nOEvOlKotWKBRA/F/Cht+KOMQvZ5MdjsQaJhkg oZelQQp+SO/dHKVIl/6SKnvGymTIoJvH5tCp4mRZ3taQVfXK7oD/7/3UGXr25v7jfw AKTUis+bsoiPoSd5c1RxPP5+/hsPWPSj2zBq7glg= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110565] [11/12/13/14 Regression] Incomplete note on why initializing int& with int is ill-formed Date: Thu, 07 Mar 2024 23:30:16 +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: 13.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc priority 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=3D110565 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org Priority|P3 |P2=