https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112340
Bug ID: 112340
Summary: [14 regression] assembler instruction counts off for
gcc.target/powerpc/pr106550_1.c
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: seurer at gcc dot gnu.org
Target Milestone: ---
g:9119b008b4195e06012a485ec01a8bb0e43266be, r14-5037-g9119b008b4195e
Possibly the test cases just need revision. This is BE only issue. I first
saw this after this revision but I don't think it is the source of the issue as
it fixed an ICE in compiling this same test case.
make -k check-gcc RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'
powerpc.exp=gcc.target/powerpc/pr106550_1.c"
. . .
spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.target/powerpc/pr106550_1.c
-m64 -fdiagnostics-plain-output -O2 -mdejagnu-cpu=power10 -fdisable-rtl-split1
-ffat-lto-objects -fno-ident -S -o pr106550_1.s
cc1: note: disable pass rtl-split1 for functions in the range of [0,
4294967295]
PASS: gcc.target/powerpc/pr106550_1.c (test for excess errors)
PASS: gcc.target/powerpc/pr106550_1.c scan-assembler-times \\mpli\\M 3
PASS: gcc.target/powerpc/pr106550_1.c scan-assembler-times \\msldi\\M 3
PASS: gcc.target/powerpc/pr106550_1.c scan-assembler-times \\moris\\M 2
PASS: gcc.target/powerpc/pr106550_1.c scan-assembler-times \\mori\\M 2