From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D106F3858C78; Sat, 16 Mar 2024 18:08:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D106F3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710612513; bh=piTHtAXSjvpSNBoOF0PNsk+z3WRfeZ7uN9jCDJ/Lblw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wQZDC/0cxLO3wuzRUFoV60KNnX9rZk6fSDYdngxHVW4tXemNgfo+uW7dnxqq5ACs7 1QUrR7y84GUona4YAkxBAnAVBVaywtLk+cBLxXbJcjvO5d/L84tBJ7IzFgAIHEWYCr Z0k1+ia2j2dQdO2PDU6e80PNGYyyu3dvCwytK7OU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/19969] Labels broken when passed into inline assembly. Date: Sat, 16 Mar 2024 18:08:33 +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: 3.4.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P2 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=3D19969 --- Comment #3 from Andrew Pinski --- Note starting with GCC 4.5, gcc adds asm goto which can be used to do what = is needed to be done here.=