This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/69196] [5/6 Regression] code size regression with jump threading at -O2


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69196

Dominik Vogt <vogt at linux dot vnet.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vogt at linux dot vnet.ibm.com

--- Comment #15 from Dominik Vogt <vogt at linux dot vnet.ibm.com> ---
The new test fails on s390x:

.../build/gcc/xgcc -B.../build/gcc/
.../gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c -fno-diagnostics-show-caret
-fdiagnostics-color=never -O2 -fdump-tree-vrp1-details -S -m31 -o pr69196-1.s
PASS: gcc.dg/tree-ssa/pr69196-1.c (test for excess errors)
FAIL: gcc.dg/tree-ssa/pr69196-1.c scan-tree-dump vrp1 "FSM did not thread
around loop and would copy too many statements"

(same with -m64 instead of -m31).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]