From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E915F3858D38; Thu, 21 Mar 2024 21:47:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E915F3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711057670; bh=lO2fOjdT/9jChXPxae5imq73YTEhNLfUzzpovd9oC0k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gJxP6YbUaINNKByqmUTLVfnTGnMN8nSrPeI168ErAf+GflWeUFxT9IY2gGXnVuqNa 5cEnSilo4MPVhImTxJuCJDQ8tVvO4962pt3K8y8Gramvc7uUNGtIctNxMeGIcURNOu NXgGG4HYW8kADqwpOAoeV/rMWLnmVDlSexk0n21w= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114421] arm-none-eabi thumb -Os (and -O2) incorrectly optimizes out needed class member call Date: Thu, 21 Mar 2024 21:47:50 +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.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution 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=3D114421 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |DUPLICATE --- Comment #6 from Andrew Pinski --- Also the current draft of the C++ standard is free for anyone : https://eel.is/c++draft/intro.progress#1 *** This bug has been marked as a duplicate of bug 96196 ***=