From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FE083858C31; Thu, 18 Jan 2024 13:21:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FE083858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705584094; bh=0+EM0K39jjAUB/fML8ykfC1oehQFyr2Qik7a/9kNP0w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yAv8z5CazQZPxQ6V0LfPIMKY/qpTXda7hCW98r4j5mMrVd1ChmMP2AdVSg77YYN8U PocZw9lQqMCNNvEKB9bdygLpKHUWgMQkW+agZh+7UYMNjjbtWkEg2MC/jzV4VSYAko R036iWI/j5al4KOafgxYC0NtkwixfUhmgsPfRoV4= From: "adhemerval.zanella at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112337] arm: ICE in arm_effective_regno when compiling for MVE Date: Thu, 18 Jan 2024 13:21: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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro dot org 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: cc 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=3D112337 Adhemerval Zanella changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adhemerval.zanella at lina= ro dot o | |rg --- Comment #12 from Adhemerval Zanella --- We are seeing failures for gcc/testsuite/gcc.target/arm/pr112337.c for our arm_v7a_softfp_eabi buildbot (configure with --disable-multiarch --disable-multilib --with-mode=3Darm --with-arch=3Darmv7-a --with-fpu=3Dvfp= v3-d16 --with-float=3Dsoftfp --with-newlib): spawn -ignore SIGHUP /home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir/x86_64-pc-lin= ux-gnu/bin/arm-eabi-gcc /home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/snapshots/gcc.git~master/gcc= /testsuite/gcc.target/arm/pr112337.c -marm -march=3Darmv7-a -mfpu=3Dvfpv3-d16 -mfloat-abi=3Dsoftfp -fdiagnostics-plain-output -O2 -march=3Darmv8.1-m.main+fp.dp+mve.fp -mfloat-abi=3Dhard -S -o pr112337.s cc1: error: target CPU does not support ARM mode compiler exited with status 1 output is: cc1: error: target CPU does not support ARM mode comp_output (pruned) is: cc1: error: target CPU does not support ARM mode FAIL: gcc.target/arm/pr112337.c (test for excess errors) Excess errors: cc1: error: target CPU does not support ARM mode I am not sure if this is a test contraint failure or something else.=