Re: What's wrong with this RTL?

2022-01-09 Thread Andrew Pinski via Gcc
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

What's wrong with this RTL?

2022-01-09 Thread Andras Tantos
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

gcc-12-20220109 is now available

2022-01-09 Thread GCC Administrator via Gcc
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

Public review for RISC-V psABI v1.0-rc1

2022-01-09 Thread Kito Cheng
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