[Baby Sasha] ti invita!

2023-11-30 Thread Baby Sasha via Gcc
Saludos! [Baby Sasha]:Esto merece la pena https://1a9c2e06.page.link/1Crm AdiósBaby Sasha

Unjustified optimization due to restricted struct members?

2023-11-30 Thread Ties Klappe via Gcc
When reading section 6.7.3.1 of the C standard (quoted below) about the *restrict *type qualifier, the first section talks about *ordinary identifiers*. These are defined in section 6.2.3, and exclude members of structures. Let D be a declaration of an ordinary identifier that provides a means of

Re: Unjustified optimization due to restricted struct members?

2023-11-30 Thread Richard Biener via Gcc
On Thu, Nov 30, 2023 at 12:07 PM Ties Klappe via Gcc wrote: > > When reading section 6.7.3.1 of the C standard (quoted below) about > the *restrict > *type qualifier, the first section talks about *ordinary identifiers*. > These are defined in section 6.2.3, and exclude members of structures. > >

Re: Unjustified optimization due to restricted struct members?

2023-11-30 Thread Ties Klappe via Gcc
Thank you Richard. Similar to the struct example, I was also wondering about why the following code does *not* get optimized (e.g. https://godbolt.org/z/9eGrjjK81): int f(int* restrict a[restrict 2]) { *(a[0]) = 10; *(a[1]) = 11; return *(a[0]); } Do you happen to know why a reload via a[0] is r

Re: Unjustified optimization due to restricted struct members?

2023-11-30 Thread Richard Biener via Gcc
On Thu, Nov 30, 2023 at 1:50 PM Ties Klappe wrote: > > Thank you Richard. > > Similar to the struct example, I was also wondering about why the following > code does not get optimized (e.g. https://godbolt.org/z/9eGrjjK81): > > int f(int* restrict a[restrict 2]) { > *(a[0]) = 10; > *(a[1]) = 11;

Update on GCC 14 C type safety changes/warnings as errors

2023-11-30 Thread Florian Weimer via Gcc
The patch series is currently under review: [PATCH v3 00/11] : More warnings as errors by default Jeff as a global reviewer has delegated review to Marek. The current series is based on an earlier suggestion

Re: Unjustified optimization due to restricted struct members?

2023-11-30 Thread Joseph Myers
On Thu, 30 Nov 2023, Ties Klappe via Gcc wrote: > When reading section 6.7.3.1 of the C standard (quoted below) about > the *restrict > *type qualifier, the first section talks about *ordinary identifiers*. > These are defined in section 6.2.3, and exclude members of structures. > > Let D be a de

Re: [PATCH 3/4] libbacktrace: work with aslr on windows

2023-11-30 Thread Ian Lance Taylor via Gcc
On Mon, Nov 20, 2023 at 11:58 AM Björn Schäpers wrote: > > An updated version, using neither A or W, but just the macro. Thanks. Committed as follows. Ian 1017495bc91d40570f58c37e88ca013164782129 diff --git a/libbacktrace/pecoff.c b/libbacktrace/pecoff.c index 56af4828e27..f976a963bf3 100644 --

Re: [PATCH 4/4] libbacktrace: get debug information for loaded dlls

2023-11-30 Thread Ian Lance Taylor via Gcc
On Fri, Jan 20, 2023 at 2:55 AM Björn Schäpers wrote: > > From: Björn Schäpers > > Fixes https://github.com/ianlancetaylor/libbacktrace/issues/53, except > that libraries loaded after the backtrace_initialize are not handled. > But as far as I can see that's the same for elf. Thanks, but I don't

Re: [PATCH 4/4] libbacktrace: get debug information for loaded dlls

2023-11-30 Thread Eli Zaretskii via Gcc
> Date: Thu, 30 Nov 2023 11:53:54 -0800 > Cc: gcc-patc...@gcc.gnu.org, gcc@gcc.gnu.org > From: Ian Lance Taylor via Gcc > > Also starting with a module count of 1000 seems like a lot. Do > typical Windows programs load that many modules? Unlikely. I'd start with 100.

gcc-11-20231130 is now available

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