gcc-11-20230608 is now available

2023-06-08 Thread GCC Administrator via Gcc
Snapshot gcc-11-20230608 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20230608/ and on various mirrors, see http://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

Re: [PATCH v6 0/4] P1689R5 support

2023-06-08 Thread Maxim Kuvyrkov via Gcc
> On Jun 7, 2023, at 00:50, Ben Boeckel via Gcc-patches > wrote: > > Hi, > > This patch series adds initial support for ISO C++'s [P1689R5][], a > format for describing C++ module requirements and provisions based on > the source code. This is required because compiling C++ with modules is > no

Re: Targetting p0847 for GCC14 (explicit object parameter)

2023-06-08 Thread Jason Merrill via Gcc
On Thu, Jun 8, 2023 at 3:54 AM Jonathan Wakely via Gcc wrote: > On Thu, 8 Jun 2023, 05:07 waffl3x via Gcc, wrote: > > > I would like to boldly suggest implementing P0847 should be targeted at > > GCC14. In my anecdotal experiences, this feature is very important to > > people, and very important

Re: Targetting p0847 for GCC14 (explicit object parameter)

2023-06-08 Thread Ben Boeckel via Gcc
On Thu, Jun 08, 2023 at 04:06:24 +, waffl3x via Gcc wrote: > I would like to boldly suggest implementing P0847 should be targeted at > GCC14. In my anecdotal experiences, this feature is very important to > people, and very important to myself, I believe it should be a priority. > > I am not s

Re: Will GCC eventually learn to use BSR or even TZCNT on AMD/Intel processors?

2023-06-08 Thread Mark Wielaard
Hi Arsen, On Tue, Jun 06, 2023 at 08:43:05PM +0200, Arsen Arsenović via Gcc wrote: > IMO, the sparing usage of this power on what are clearly purely abusive > participants can only drive away users and contributors. It seems > reasonable to establish a process for dealing with incidents like this

Re: Imagination Technologies Limited - FSF copyright assignment forms

2023-06-08 Thread Mark Wielaard
Hi Ed, On Thu, Jun 08, 2023 at 10:32:15AM +, Ed Crothall wrote: > Could you please send across the relevant copyright assignment forms > to enable contributions to GCC from Imagination Technologies > Limited? At https://git.savannah.gnu.org/cgit/gnulib.git/tree/doc/Copyright you'll find the r

Imagination Technologies Limited - FSF copyright assignment forms

2023-06-08 Thread Ed Crothall
Hi folks. Could you please send across the relevant copyright assignment forms to enable contributions to GCC from Imagination Technologies Limited? Thanks in advance. Best Ed

Re: Targetting p0847 for GCC14 (explicit object parameter)

2023-06-08 Thread Jonathan Wakely via Gcc
On Thu, 8 Jun 2023, 05:07 waffl3x via Gcc, wrote: > I would like to boldly suggest implementing P0847 should be targeted at > GCC14. In my anecdotal experiences, this feature is very important to > people, and very important to myself, I believe it should be a priority. > > I am not suggesting th