]> gcc.gnu.org Git - gcc.git/commit
[committed] Fix minor bug on mn103 port
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 9 Jan 2024 17:07:09 +0000 (10:07 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 9 Jan 2024 17:07:09 +0000 (10:07 -0700)
commit9aaed2c1d7e54cee6966c632ced80e643525fe89
tree11c190a634cb9418ab9139e8100b9f8490438804
parent27194610d269d28f1800592e9c1fd39c2b51b809
[committed] Fix minor bug on mn103 port

Richard Sandiford debugged a failure on the mn103 port with his late-combine
patches down to the subdi3 pattern not specifying the isa on alternatives which
required newer variants of the chip family.

This patch adds the missing isa attribute and the port now works with his
late-combine patch.  I'm pushing this to the trunk on his behalf.

gcc/
* config/mn10300/mn10300.md (subdi3_degenerate): Add isa attribute.
gcc/config/mn10300/mn10300.md
This page took 0.060849 seconds and 5 git commands to generate.