On 2022-06-22, Andrew Pinski wrote:
On Fri, May 27, 2022 at 11:52 PM m wrote:
Hello!
I maintain a fork of GCC which adds support for my custom CPU ISA,
MRISC32 (the machine description can be found here:
https://github.com/mrisc32/gcc-mrisc32/tree/mbitsnbites/mrisc32/gcc/config/mrisc32
).
On Fri, May 27, 2022 at 11:52 PM m wrote:
>
> Hello!
>
> I maintain a fork of GCC which adds support for my custom CPU ISA,
> MRISC32 (the machine description can be found here:
> https://github.com/mrisc32/gcc-mrisc32/tree/mbitsnbites/mrisc32/gcc/config/mrisc32
> ).
>
> I recently discovered that
I'm sorry about the messed up code formatting (I blame the WYSIWYG). I
hope the message gets through anyway (have a look at the Compiler
Explorer link - https://godbolt.org/z/drzfjsxf7 - it has all the code).
/Marcus