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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krebbel at gcc dot gnu.org,
                   |                            |rdapp at linux dot 
vnet.ibm.com,
                   |                            |vogt at linux dot vnet.ibm.com

--- Comment #4 from Dominik Vogt <vogt at linux dot vnet.ibm.com> ---
This commit has broken a test case on s390x:

FAIL: gcc.target/s390/loc-1.c scan-assembler \tlocgrne\t%r2,%r4

The load-on-condition instruction is no longer used because the branch cost is
very low on s390x (1).  Using -mbranch-cost=2 fixes the test failure.

Reply via email to