https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89361
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Feb 27 09:48:04 2019 New Revision: 269244 URL: https://gcc.gnu.org/viewcvs?rev=269244&root=gcc&view=rev Log: Backported from mainline 2019-02-18 Jakub Jelinek <ja...@redhat.com> PR target/89361 * config/s390/s390.c (s390_indirect_branch_attrvalue, s390_indirect_branch_settings): Define unconditionally. (s390_set_current_function): Likewise, but guard the whole body except the s390_indirect_branch_settings call with #if S390_USE_TARGET_ATTRIBUTE. (TARGET_SET_CURRENT_FUNCTION): Redefine unconditionally. Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/config/s390/s390.c