From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1DA0A38582A9; Mon, 22 Jan 2024 15:46:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DA0A38582A9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705938362; bh=Z43CzZ96NcTR0t8/r8g1/KMJrmxyBqZGuqQCpA6FW3Y=; h=From:To:Subject:Date:From; b=OVwH3OKX8zO6sUwddUH634HTN7DnJqiwQWGNHfyKvaabb07Zi0awp6N9pNM3jp6qw HiG+gXP/XLmENns7XE4lz1j6LBpU/KZzltWAjSom677Zzkfqvq42MWBQyxivyvG16O FMlZCvp+NiP7SRfSTd7P12CL+kzfaZ0RiYTUcvFo= From: "roger at nextmovesoftware dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/113542] New: gcc.target/arm/bics_3.c regression after change for pr111267 Date: Mon, 22 Jan 2024 15:46:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: roger at nextmovesoftware dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D113542 Bug ID: 113542 Summary: gcc.target/arm/bics_3.c regression after change for pr111267 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: roger at nextmovesoftware dot com Target Milestone: --- This patch is a placeholder for tracking the reported failures of FAIL: gcc.target/arm/bics_3.c scan-assembler-times bics\tr[0-9]+, r[0-9]+, r[0-9]+ 2 FAIL: gcc.target/arm/bics_3.c scan-assembler-times bics\tr[0-9]+, r[0-9]+, r[0-9]+, .sl #2 1 See https://linaro.atlassian.net/browse/GNU-1117 Alas, I've been unable to reproduce the failure on cross compilers to either arm-linux-gnueabihf nor armv8l-unknown-linux-gnueabihf, so I suspect that there's some configuration option or compile-time flag I'm missing that's required to trigger these failures (which I'm hoping is "missed optimizatio= n" rather than "wrong code"). Hopefully, filing this PR provides a mechanism to allow folks to help me investigate this issue. My apologies for the temporary inconvenience. Setting the component to "rtl-optimization" until this is confirmed to be a target (ARM backend) issue.=