From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2019D3858D34; Wed, 8 May 2024 03:20:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2019D3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715138412; bh=HBscHOPi4VgdLKrGbvgJiMSiIKtERyLxXOLQwfs1DCI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Lm3sguTvFtNMtdgDXt3S/1PH5mYjSX0jm+4un/clJ0V9UE+wv6AZEwGgJChd6g/Vr T7W3FltR750OmtnsVmPFi/eNpbA8TPHyoPzfbmMsw0UMN8SRoTiD7BLZxUQ9n8Q5f4 LiNifJkUAAiHGtf+ODmX1LvO2tcrQfW8xKwK1kO0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/89224] [11/12/13/14/15 Regression] subscript of const vector has the wrong type Date: Wed, 08 May 2024 03:20:11 +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: 8.2.0 X-Bugzilla-Keywords: accepts-invalid, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work resolution bug_status 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=3D89224 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |11.4.1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #23 from Andrew Pinski --- Fixed everywhere.=