Re: Stepping down as gcov maintainer and callgraph reviewer

2023-03-07 Thread Martin Liška
On 2/16/23 20:46, Jan Hubicka wrote:
> I am sad to hear this news and will definitely miss you as coleague
> and co-maintaner.  Thank you for all the work on GCC!

Thank you all for the nice words! And especially to Honza, who was my diploma
thesis supervisor and showed me the community.

Actually there's a funny story about the thesis: I was seeking for a topic for 
diploma thesis
somewhen in 2011 and so I wrote to Honza. And as we know Honza, he didn't reply 
in a couple
of weeks. However, as I was returning from a pub right before Christmas this 
year, I met him
near the university campus (Malostranske namesti) and I reminded him the email. 
He replied
and that's how it all began.

Life is full of wonderful moments of coincidence.

Martin

> 
> Honza



Re: Clarification on newlib version for building AMDGCN offloading backend

2023-03-07 Thread Andrew Stubbs

On 06/03/2023 19:23, Wileam Yonatan Phan via Gcc wrote:

Hi,

I'm working on adding a build recipe for GCC with AMDGCN offloading backend in 
Spack. Can anyone clarify the following sentence listed on the wiki?


The Newlib version needs to be contemporaeous with GCC, at least until the ABI 
is finalized.



What are the correct contemporaneous versions for each version of GCC >= 10?


Just match the dates and you'll probably be fine. We've mostly 
synchronised the ABI changes across the GCC mainline and the development 
branch precisely because the Newlib dependency is shared.


Right now the required version of Newlib is 4.3.0.20230120. Prior to the 
ABI change a month or so ago you would have to use a Newlib snapshot.


I wouldn't recommend spending very much of your valuable time on 
enabling old versions of these toolchains.


Andrew


Re: Request for participation in GSoC

2023-03-07 Thread Priyabrata Mondal via Gcc
Thank you, I will check it out.

On Mon, 6 Mar 2023 at 21:59, David Malcolm  wrote:

> On Sat, 2023-03-04 at 20:56 +0530, Priyabrata Mondal via Gcc wrote:
> >   Respected sir,
> >I am Priyabrata Mondal, an M.tech student in Electric
> > Transportation at the Indian Institute of Technology(IIT), Mandi. I
> > want to
> > participate in Google Summer of Code 2023 by contributing to the
> > *Fortran –
> > DO CONCURRENT* project, an implementation of loop that executes
> > concurrently. I have started to learn about parallel programming and
> > Fortran programming language.
> >  I have good knowledge of C, C++, Javascript, HTML, and
> > CSS.
> > can you suggest some resources so I can learn the
> > technologies
> > that are required for this project?
> >  I will be highly grateful to you forever if you allow me
> > to do
> > this project under your guidance.
>
> Hello, welcome to the GCC community.
>
> If you haven't seen it already, I've written a guide aimed at new GCC
> developers here:
>   https://gcc-newbies-guide.readthedocs.io/en/latest/index.html
>
> A good first step would be to try to build gcc from source, add a
> simple warning that emits:
>   "hello world, I'm compiling function 'foo'"
> for each function being compiled, and compile something with that...
> and then do that again, stepping through it in the debugger.  There are
> instructions about that in the guide above.
>
> Hope this is helpful
> Dave
>
>


Re: Clarification on newlib version for building AMDGCN offloading backend

2023-03-07 Thread Wileam Yonatan Phan via Gcc
Hi Andrew,

Thanks! I've created the first draft as a GitHub PR here:


I think it still needs some work on the part where it builds LLVM utilities 
with CMake.
As much as I want supporting only the newest GCC version, Spack currently 
supports building all stable versions of GCC from the tarballs, as well as 
latest develop branch, so I've enabled all versions >= 10.

Thanks,
Wil

From: Andrew Stubbs 
Sent: Tuesday, March 7, 2023 10:38
To: Wileam Yonatan Phan ; gcc@gcc.gnu.org 

Subject: Re: Clarification on newlib version for building AMDGCN offloading 
backend 
 
On 06/03/2023 19:23, Wileam Yonatan Phan via Gcc wrote:
> Hi,
> 
> I'm working on adding a build recipe for GCC with AMDGCN offloading backend 
> in Spack. Can anyone clarify the following sentence listed on the wiki?
> 
>> The Newlib version needs to be contemporaeous with GCC, at least until the 
>> ABI is finalized.
> 
> 
> What are the correct contemporaneous versions for each version of GCC >= 10?

Just match the dates and you'll probably be fine. We've mostly 
synchronised the ABI changes across the GCC mainline and the development 
branch precisely because the Newlib dependency is shared.

Right now the required version of Newlib is 4.3.0.20230120. Prior to the 
ABI change a month or so ago you would have to use a Newlib snapshot.

I wouldn't recommend spending very much of your valuable time on 
enabling old versions of these toolchains.

Andrew