diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2019-09-01 12:55:22 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2019-09-01 12:55:22 +0000 |
commit | 2dae2123477fb0c04b62b313a60ba83254ba27e1 (patch) | |
tree | 63766c621dbcbcff02e92170ef9557e1d69ff3c9 /gcc/ChangeLog | |
parent | 70570ec1927450952efc5baa4de3254507352f09 (diff) | |
download | gcc-2dae2123477fb0c04b62b313a60ba83254ba27e1.tar.gz |
re PR target/91472 (gmp testsuite segfaults with gcc-8 and gcc-9, works fine with gcc-7)
PR target/91472
* config/sparc/sparc.c (sparc_cannot_force_const_mem): Return true
during LRA/reload in PIC mode if the PIC register hasn't been used yet.
(sparc_pic_register_p): Test reload_in_progress for consistency's sake.
From-SVN: r275270
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c43782b358..f17b4d56338 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2019-09-01 Eric Botcazou <ebotcazou@adacore.com> + + PR target/91472 + * config/sparc/sparc.c (sparc_cannot_force_const_mem): Return true + during LRA/reload in PIC mode if the PIC register hasn't been used yet. + (sparc_pic_register_p): Test reload_in_progress for consistency's sake. + 2019-09-01 Jakub Jelinek <jakub@redhat.com> PR middle-end/91623 |