From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 13EAC3857023; Mon, 5 Sep 2022 11:48:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13EAC3857023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662378512; bh=TLp4EiuRAIhsep8WU/7GiLs0FsHaXW87c0OT19oJxak=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Zz2rdaQle2vJhmUBYGGjkATJd02UR4e2Z6C0jwFEzkOtkN51tiDAFfU+Wwac+IExh Kv9Q5tU9Lm51GxS2QD480pfd+xdk0s2YS1q9QUMMkgbRijeqAHWBzHlmuMg+oqFyab +tv7s9Wuytg9a6Izxbzzz3lTGF3Gt7ctSVS92Rak= From: "bugzilla@little-bat.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106827] operator++ doesn't work for enum -O2 -mcpu=cortex-m0plus Date: Mon, 05 Sep 2022 11:48:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bugzilla@little-bat.de 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106827 --- Comment #4 from Kio --- (In reply to Richard Earnshaw from comment #2) > Please put testcases in the bug report, godbolt links are not stable. test case was also attached as a file with the bug report.=