aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2017-03-24 13:52:30 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2017-03-24 13:52:30 +0000
commit085db63d5899052fa0cf8c09e51b9ebaf5c5fb0c (patch)
treeb131b32e8a988e3abb690c01244ae7791152812e /gcc/fortran
parentdc4f29bc9a9dfcc68b20c0ce767cc3d6fb7409d4 (diff)
downloadgcc-085db63d5899052fa0cf8c09e51b9ebaf5c5fb0c.zip
gcc-085db63d5899052fa0cf8c09e51b9ebaf5c5fb0c.tar.gz
gcc-085db63d5899052fa0cf8c09e51b9ebaf5c5fb0c.tar.bz2
S/390: PR79904: Disallow reg + sym_ref literal pool addresses.
We accept reg + sym_ref as valid address if sym_ref is a literal pool reference knowing that it will be rewritten as r13 + reg + offset. However, annotate_constant_pool_refs was never able to handle that. With the patch only single sym_refs are accepted. Regression tested on s390x. 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com> PR target/79904 * config/s390/s390.c (s390_decompose_address): Reject reg + sym_ref literal pool references. gcc/testsuite/ChangeLog: 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com> * gcc.dg/ubsan/pr79904-2.c: New test. From-SVN: r246443
Diffstat (limited to 'gcc/fortran')
0 files changed, 0 insertions, 0 deletions