Skip to content
Snippets Groups Projects
Commit 58b9024c authored by Georg-Johann Lay's avatar Georg-Johann Lay
Browse files

AVR: target/116953 - ICE due to operands clobber in avr_out_sbxx_branch.

	PR target/116953
gcc/
	* config/avr/avr.cc (avr_out_sbxx_branch): Work on a copy of
	the operands rather than on operands itself, which is just
	recog_data.operand and may be clobbered by jump_over_one_insn_p.
gcc/testsuite/
	* gcc.target/avr/torture/pr116953.c: New test.
parent 0f39769a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment