diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2023-02-15 01:15:43 +0100 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2023-02-15 01:15:43 +0100 |
commit | d68adf853759fa68945122a1b72035cab78d5077 (patch) | |
tree | 30ea09f734104235d903199f3fa72f05d19c4b8e /libgomp | |
parent | abbdb623c4287baad6e5bff1ae694ef30264519c (diff) | |
download | gcc-d68adf853759fa68945122a1b72035cab78d5077.zip gcc-d68adf853759fa68945122a1b72035cab78d5077.tar.gz gcc-d68adf853759fa68945122a1b72035cab78d5077.tar.bz2 |
gen_reload: Correct parameter for fatal_insn call
Observed when disabling LEGITIMIZE_RELOAD_ADDRESS for
cris-elf: the current code doesn't handle the post-cc0
parallel-with-clobber-of-cc0 sets, dropping down into the
fatal_insn call. Following the code, it's obvious that the
variable "set" is always NULL at the call. The intended
parameter is "in".
* reload1.cc (gen_reload): Correct rtx parameter for fatal_insn
"failure trying to reload" call.
Diffstat (limited to 'libgomp')
0 files changed, 0 insertions, 0 deletions