On Sun, Jan 9, 2022 at 8:49 PM Andras Tantos wrote:
>
> All!
>
> I'm trying to port GCC to a new target, I call 'brew'. I've based it on
> the Moxie target mostly because of it's simplicity.
>
> I must be doing something horribly wrong as the following C code crokes
> in the LRA path:
>
>long
All!
I'm trying to port GCC to a new target, I call 'brew'. I've based it on
the Moxie target mostly because of it's simplicity.
I must be doing something horribly wrong as the following C code crokes
in the LRA path:
long long foo (long long a, long long *w)
{
return __builtin_add_ov
Snapshot gcc-12-20220109 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/12-20220109/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 12 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Hi all:
It’s Kito Cheng from the RISC-V community, Jessica Clarke and I are
working on releasing a stable version of the psABI, and are seeking
feedback from the open source community.
The goal of this stable release is having a stable version to let
people use as a reference point. We are tryin