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
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
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
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
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
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
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
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
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