From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9BEFF3882100; Fri, 14 Jun 2024 14:50:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9BEFF3882100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718376653; bh=PS4y/XCbMh0JmUe0mau0irzrZNawRLaFZ+jEOWQ05Hw=; h=From:To:Subject:Date:From; b=inxdei0Ht1kwgzIZD2hW2IdtQCkcNf8qVqRLTLnYSIstXJfn+3QtCu06ErjrAZa/J 1/42uSxTH4Es8KgAw1/QZbP9BXmyVIFpGE4H5oRYlerhyEHa76ffosi8DS3s28TUQa pPNGdSZXKNDcMU9rVCevhhErguI/yDMm5b70q9IQ= From: "clyon at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115493] New: gcc.c-torture/execute/pr94734.c fails on MVE after gcc-15-1054-g202a9c8fe7d Date: Fri, 14 Jun 2024 14:50:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: clyon 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created 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=3D115493 Bug ID: 115493 Summary: gcc.c-torture/execute/pr94734.c fails on MVE after gcc-15-1054-g202a9c8fe7d Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: clyon at gcc dot gnu.org Target Milestone: --- Created attachment 58428 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58428&action=3Dedit Code generated before the offending GCC commit (works) As reported in https://linaro.atlassian.net/browse/GNU-1255, we are seeing FAIL: gcc.c-torture/execute/pr94734.c -O3 -fomit-frame-pointer -funroll-loo= ps -fpeel-loops -ftracer -finline-functions execution test FAIL: gcc.c-torture/execute/pr94734.c -O3 -g execution test after g:202a9c8fe7d with GCC configured with: --disable-multilib --with-mode=3Dthumb --with-arch=3Darmv8.1-m.main+mve.fp+= fp.dp --with-float=3Dhard --target=3Darm-eabi and the testsuite executed with: qemu/-mthumb/-march=3Darmv8.1-m.main+mve.fp+fp.dp/-mtune=3Dcortex-m55/-mflo= at-abi=3Dhard/-mfpu=3Dauto I'm attaching the annotated generated asm, the offending code is when calli= ng if (baz (25, 4, 7) !=3D 22) Maybe it's a problem with how we model predicates for MVE.=