On Mon, Dec 16, 2024 at 11:43 AM Alexander Monakov wrote:
>
>
> On Mon, 16 Dec 2024, Florian Weimer via Gcc wrote:
>
> > I would like to provide a facility to create wrapper functions without
> > lots of argument shuffling. To achieve that, the wrapping function and
> > the wrapped function shoul
Snapshot gcc-13-20241227 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/13-20241227/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 13 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Thanks Richard!
I have requested an account with the gcc bugzilla system.
Trampas
On Fri, Dec 27, 2024 at 5:05 AM Richard Biener
wrote:
>
>
> > Am 27.12.2024 um 02:50 schrieb Trampas Stern via Gcc :
> >
> > I am doing embedded development on an arm cortex-m processor using
> > arm-none-eabi-
> -Original Message-
> From: Jakub Jelinek
> Sent: 17 December 2024 19:09
> To: Prathamesh Kulkarni
> Cc: Andrew Stubbs ; Richard Biener
> ; Richard Biener ;
> gcc@gcc.gnu.org; Thomas Schwinge
> Subject: Re: [RFC] Enabling SVE with offloading to nvptx
>
> External email: Use caution o
> Am 27.12.2024 um 02:50 schrieb Trampas Stern via Gcc :
>
> I am doing embedded development on an arm cortex-m processor using
> arm-none-eabi-gcc. I have run into a bug where GDB is showing that the
> code executing is code from a function that is not used. The code is
> removed as it is n