diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2022-01-18 09:27:36 -0800 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2022-01-18 09:27:36 -0800 |
commit | 3a0837b8fb96f50f2e60222ce289cc2542bbb477 (patch) | |
tree | 4c0a9576078a7c2410d1b4634f2ad07082e2921a /gcc/fold-const.cc | |
parent | e13e95bd274148a825bc9527efac49e99080dd64 (diff) | |
download | gcc-3a0837b8fb96f50f2e60222ce289cc2542bbb477.zip gcc-3a0837b8fb96f50f2e60222ce289cc2542bbb477.tar.gz gcc-3a0837b8fb96f50f2e60222ce289cc2542bbb477.tar.bz2 |
middle-end: move initialization of stack_limit_rtx [PR103163]
stack_limit_rtx was being initialized before init_reg_modes_target (),
resulting in the REG expression being created incorrectly and an ICE
later in compilation.
2022-01-18 Sandra Loosemore <sandra@codesourcery.com>
PR middle-end/103163
gcc/
* emit-rtl.cc (init_emit_regs): Initialize stack_limit_rtx here...
(init_emit_once): ...not here.
Diffstat (limited to 'gcc/fold-const.cc')
0 files changed, 0 insertions, 0 deletions