Re: Adding log files to gcc dump and adding testcase-rtl

2022-05-25 Thread David Malcolm via Gcc
On Wed, 2022-05-25 at 10:25 +0530, RICHU NORMAN wrote: > Hi, > I am a beginner in gcc. I am trying to add an instruction to riscv- > gcc.It > would be helpful could help with a few tips . Hi Richu - welcome to GCC development. FWIW I've written a guide for new GCC contributors which you might fin

Re: Adding log files to gcc dump and adding testcase-rtl

2022-05-25 Thread David Malcolm via Gcc
On Wed, 2022-05-25 at 06:44 -0400, David Malcolm wrote: > On Wed, 2022-05-25 at 10:25 +0530, RICHU NORMAN wrote: > > Hi, > > I am a beginner in gcc. I am trying to add an instruction to riscv- > > gcc.It > > would be helpful could help with a few tips . > > Hi Richu - welcome to GCC development. >

Re: Adding log files to gcc dump and adding testcase-rtl

2022-05-25 Thread RICHU NORMAN
This is great, thank you so much! I am also looking for support regarding adding instructions for the target machine. On Wed, May 25, 2022 at 4:14 PM David Malcolm wrote: > On Wed, 2022-05-25 at 10:25 +0530, RICHU NORMAN wrote: > > Hi, > > I am a beginner in gcc. I am trying to add an instruct

Re: Adding log files to gcc dump and adding testcase-rtl

2022-05-25 Thread David Malcolm via Gcc
On Wed, 2022-05-25 at 16:32 +0530, RICHU NORMAN wrote: > This is great, thank you so much! You're welcome. > I am also looking for support regarding adding instructions for the > target > machine. That's something I've not done (my expertise is mostly in the frontends and diagnostics). With tha

Documentation format question

2022-05-25 Thread Andrew MacLeod via Gcc
I am going to get to some documentation for ranger and its components later this cycle. I use to stick these sorts things on the wiki page, but i find that gets out of date really quickly.  I could add more comments to the top of each file, but that doesnt seem very practical for larger archit

Re: GCC 9.5 Release Candidate available

2022-05-25 Thread Andrew Pinski via Gcc
On Fri, May 20, 2022 at 1:03 AM Richard Biener via Gcc wrote: > > > The first release candidate for GCC 9.5 is available from > > https://sourceware.org/pub/gcc/snapshots/9.5.0-RC-20220520/ > > and shortly its mirrors. It has been generated from git commit > 1bc79c506205b6a5db82897340bdebaaf7ada9

Re: [committed] exec-stack warning for test which wants executable stacks

2022-05-25 Thread Hans-Peter Nilsson via Gcc
> From: Jeff Law via Binutils > Date: Mon, 25 Apr 2022 17:30:59 +0200 > On 4/25/2022 9:26 AM, Nick Clifton wrote: > > Hi Jeff, > > > > Just FYI - I am also looking at adding in another warning. This > > time for > > when the linker creates a PT_LOAD segment which has all of the RWX > > fla