From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95A0A3858D38; Tue, 17 Oct 2023 02:42:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95A0A3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697510556; bh=b/7u42iASPU2/vyLFfjEUJ0X57W4nhYPC8ysjP7fGc8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fe233UvEoEURpbGFCGq8BYBbl+hLTJwifrx9ZjYMBQ9ULY4NGL2iX8KGTQRsUAJlm hxaEZxejvIDwSBR+QwwoCG+ZDbGfiYtk1VYyt1TXYHaNZnqEd29iDjvUnlxIe8nmz/ gzMc+/87cHbjszUvhFeQ0WzM8eg7yyWOr180vbx8= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111828] rs6000: Parse inline asm string to figure out it requires HTM feature or not. Date: Tue, 17 Oct 2023 02:42:36 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: bergner at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D111828 --- Comment #2 from Peter Bergner --- (In reply to Peter Bergner from comment #1) > If the user compiles a piece of inline asm that doesn't support the > features used in that inline asm, then that is user error! I meant to say: If the user compiles a piece of inline asm using options th= at doesn't support the features used in that inline asm, then that is user err= or!=