aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2021-11-02 09:19:44 +0100
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2021-11-02 09:19:44 +0100
commite72f783c86264dc4a8f0addd340a9950da1d1b6d (patch)
tree52a6d32566d4adb63042a52ea38e430db3471e2c /gcc/fold-const.c
parentfb7fee84813b23487baf0c1094860251229ab5dd (diff)
downloadgcc-e72f783c86264dc4a8f0addd340a9950da1d1b6d.zip
gcc-e72f783c86264dc4a8f0addd340a9950da1d1b6d.tar.gz
gcc-e72f783c86264dc4a8f0addd340a9950da1d1b6d.tar.bz2
IBM Z: Fix address of operands will never be NULL warnings
Since a recent enhancement of -Waddress a couple of warnings are emitted and turned into errors during bootstrap: gcc/config/s390/s390.md:12087:25: error: the address of 'operands' will never be NULL [-Werror=address] 12087 | "TARGET_HTM && operands != NULL build/gencondmd.c:59:12: note: 'operands' declared here 59 | extern rtx operands[]; | ^~~~~~~~ Fixed by removing those non-null checks. gcc/ChangeLog: * config/s390/s390.md ("*cc_to_int", "tabort", "*tabort_1", "*tabort_1_plus"): Remove operands non-null check.
Diffstat (limited to 'gcc/fold-const.c')
0 files changed, 0 insertions, 0 deletions