https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105196
Bug ID: 105196
Summary: [12 regression]
gcc.dg/vect/complex/fast-math-complex-add-pattern-floa
t.c fails after r12-8044-gfdd81afcf18d1a
Product: gcc
Version: 12.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: ---
Tried g:fdd81afcf18d1a926d81d63cc4525fc9442aa9a5, r12-8044-gfdd81afcf18d1a
make -k check-gcc
RUNTESTFLAGS="complex.exp=gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c"
# of expected passes 3
# of unresolved testcases 1
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.dg/vect/complex/fast-math-complex-add-pattern-float.c
-fdiagnostics-plain-output -maltivec -mpower9-vector -ftree-vectorize
-fno-tree-loop-distribute-patterns -fno-vect-cost-model -fno-common -O2
-fdump-tree-vect-details -ffast-math -S -o
fast-math-complex-add-pattern-float.s
PASS: gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c (test for
excess errors)
PASS: gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c scan-tree-dump
vect "Found COMPLEX_ADD_ROT270"
gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c: dump file does not
exist
UNRESOLVED: gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c
scan-tree-dump slp1 "Found COMPLEX_ADD_ROT90"
PASS: gcc.dg/vect/complex/fast-math-complex-add-pattern-float.c scan-tree-dump
vect "Found COMPLEX_ADD_ROT90"
testcase
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/vect/complex/complex.exp
completed in 0 seconds
=== gcc Summary ===
# of expected passes 3
# of unresolved testcases 1
commit fdd81afcf18d1a926d81d63cc4525fc9442aa9a5 (HEAD)
Author: Tamar Christina <[email protected]>
Date: Thu Apr 7 08:26:36 2022 +0100
testsuite: enable fast-math-complex-* testcases.