Re: Discussion about arm/aarch64 testcase failures seen with patch for PR111673

2024-01-28 Thread Surya Kumari Jangala via Gcc
Hi Richard, Ping. I have provided root cause analysis of two test failures on arm with my patch for PR111673. I have also provided a solution (a fix in LRA) to fix these failures. Please let me know if the LRA fix is fine. If so, I can ignore these two arm test failures for now, and checkin th

Re: Building a GCC backend for the STM8

2024-01-28 Thread Jeff Law via Gcc
On 1/27/24 20:41, Sophie 'Tyalie' Friedrich via Gcc wrote: Hello dear people, I want to try building a GCC compiler backend for the STM8 micro-controller target in order to make this wonderful architecture more accessible. But as I'm fairly new in this area of building compiler backends f

gcc-14-20240128 is now available

2024-01-28 Thread GCC Administrator via Gcc
Snapshot gcc-14-20240128 is now available on https://gcc.gnu.org/pub/gcc/snapshots/14-20240128/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 14 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Core Toolchain and Developer Tools at FOSDEM

2024-01-28 Thread Mark Wielaard
Fosdem is next weekend, February 3 & 4, in Brussels. Guinevere, Dodji, Jose, David and Thomas organized some great devroom talks: On Saturday, 15:00 to 18:20, the Debugger and Analysis Devroom https://fosdem.org/2024/schedule/track/debuggers-and-analysis/ Debug your stage-1 systemd with GDB an

Re: Building a GCC backend for the STM8

2024-01-28 Thread Marc via Gcc
Sophie 'Tyalie' Friedrich via Gcc writes: > Hello dear people, > > I want to try building a GCC compiler backend for the STM8 micro-controller > target in order to make this wonderful architecture more accessible. > > But as I'm fairly new in this area of building compiler backends for GCC, I >