https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117908
Bug ID: 117908 Summary: [RX] Add support for v2 ISA Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: olegendo at gcc dot gnu.org Target Milestone: --- Support for RXv2 and RXv3 ISAs has been added to bintuilts long time ago but the compiler still lacks any support. A patch to add RXv2 to the compiler has been posted quite a while ago https://gcc.gnu.org/legacy-ml/gcc-patches/2015-12/msg01135.html There is a bit of a conflict because I've added some atomic operations to rx.md and the patch also adds some atomic functions in a new file sync.md. It'll need to be sorted out. (I wasn't aware of the existence of the patch when I added the atomics)