Re: P2996R2

2024-03-25 Thread Jonathan Wakely via Gcc
On Sun, 24 Mar 2024, 23:07 Jeffrey Cliff via Gcc, wrote: > i notice P2996R2 ( > https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2996r2.html > ) isn't listed yet in > https://gcc.gnu.org/projects/cxx-status.html#cxx26 > i'm assuming it's not implemented yet but not sure where to suggest

Sourceware 2024 - The Plan

2024-03-25 Thread Mark Wielaard
The Sourceware Project Leadership Committee in discussion with the Software Freedom Conservancy staff came up with the Sourceware 2024 plan and is looking at longer term projects that would be needed to keep your infrastructure running smoothly and securely for the next couple of years. We are curr

Re: [RFC] add regenerate Makefile target

2024-03-25 Thread Christophe Lyon via Gcc
On Thu, 21 Mar 2024 at 15:32, Christophe Lyon wrote: > > On Wed, 20 Mar 2024 at 16:34, Simon Marchi wrote: > > > > On 3/18/24 13:25, Christophe Lyon wrote: > > > Well the rule to regenerate Makefile.in (eg in in opcodes/) is a bit > > > more complex > > > than just calling automake. IIUC it calls

Re: Interest in Contributing to OpenACC Support & Code Offloading Projects for GSOC

2024-03-25 Thread Martin Jambor
Hello, On Thu, Mar 21 2024, Soumya Ranjan via Gcc wrote: > Hello, > > I hope this message finds you well. My name is Soumya Ranjan, and I hold a > Bachelor's degree in Electrical Engineering and a Master's in Computer > Engineering. I am currently working as a Firmware Engineer at Qualcomm > Wirel

Re: GSoC

2024-03-25 Thread Martin Jambor
On Sat, Mar 23 2024, koushiki khobare via Gcc wrote: > Respected sir, > > I am Koushiki Khobare from India and currently a first year > student(Computer Science Student) studying in Pune Institute of > Computer Technology, Pune, Maharashtra. Recently I heard about GSoC > and got very excited to exp

Re: "GSoC"

2024-03-25 Thread Martin Jambor
Hello, On Sun, Mar 24 2024, M Hamza Nadeem via Gcc wrote: > Hi Sir / mam, > > > I hope this email finds you well. As an enthusiastic contributor with a > strong grasp of C/C++ and familiarity with Rust, I am eager to explore > potential projects for Google Summer of Code (GSoC) 2024 within the GNU

Re: "GSoC"

2024-03-25 Thread M Hamza Nadeem via Gcc
Thanks, I'll check them out. On Mon, 25 Mar 2024, 9:50 pm Martin Jambor, wrote: > Hello, > > On Sun, Mar 24 2024, M Hamza Nadeem via Gcc wrote: > > Hi Sir / mam, > > > > > > I hope this email finds you well. As an enthusiastic contributor with a > > strong grasp of C/C++ and familiarity with Rus

AutoFDO tools for GCC

2024-03-25 Thread Eugene Rozenfeld via Gcc
Hello, I've been the AutoFDO maintainer for the last 1.5 years. I've resurrected autoprofiledbootstrap build and made a number of other fixes/improvements (e.g., discriminator support). The tools for AutoFDO (create_gcov, etc.) currently live in https://github.com/google/AutoFDO repo and GCC

unneeded spills of SF values on xtensa with FPU

2024-03-25 Thread Max Filippov via Gcc
Hi Suwa-san, I've noticed that in xtensa configurations with hardware FPU function arguments of type float are spilled on the stack although there's no need for that. E.g. the following function: int f(float a, float b) { return a < b; } translates to the following with -O2: f: entry