Re: Contributing to GCC

2023-11-21 Thread Jonathan Wakely via Gcc
On Tue, 21 Nov 2023 at 10:58, Tobias Burnus wrote: > > Hi Tom, > > On 21.11.23 11:32, Hamish Baxter via Gcc wrote: > > I am a current Computer Science student who enjoys C programming with an > > interest in learning compilers, and am looking to contribute to an > > open source project. > > > > I

Re: Contributing to GCC

2023-11-21 Thread Tobias Burnus
Hi Tom, On 21.11.23 11:32, Hamish Baxter via Gcc wrote: I am a current Computer Science student who enjoys C programming with an interest in learning compilers, and am looking to contribute to an open source project. I am not sure exactly where to start or how it works: perhaps testing / techni

Re: Contributing to GCC Page Update?

2020-01-13 Thread Jonathan Wakely
On Mon, 13 Jan 2020 at 18:09, Nicholas Krause wrote: > > Greetings, > Not sure as I just checked, but is the gcc webpage for contributing updated > for git or is it the same contributing guidelines but with git? The guidelines are the same. References to svn will be updated.

Re: contributing to gcc

2015-01-08 Thread Jeff Law
On 01/08/15 13:02, Zach Tomkoski wrote: I have been working on changes to extend the functionality of the GCC's built in code coverage tool gcov. What steps would I need to go through to work on getting these additions to be added in to the upstream releases of GCC? https://gcc.gnu.org/contribu

Re: Contributing to GCC

2014-10-29 Thread Jeff Law
On 10/17/14 01:12, Krzesimir Nowak wrote: Hello. My name is Krzesimir Nowak and I'd like to try my hand at contributing to gcc in my free time. To start learning a workflow I started with something easy - 42014. Is testcase for this fix necessary (it would be checking preprocessor output)? Is s

Re: Contributing to GCC

2014-10-17 Thread Krzesimir Nowak
2014-10-17 10:00 GMT+02:00 Marek Polacek : > On Fri, Oct 17, 2014 at 09:55:28AM +0200, Krzesimir Nowak wrote: >> I was asking, because, in the beginning at least, somebody will have >> to commit the patch to trunk for me. I don't know if svn understands >> git patches. > > No worries about that, we

Re: Contributing to GCC

2014-10-17 Thread Marek Polacek
On Fri, Oct 17, 2014 at 09:55:28AM +0200, Krzesimir Nowak wrote: > I was asking, because, in the beginning at least, somebody will have > to commit the patch to trunk for me. I don't know if svn understands > git patches. No worries about that, we'll just apply the patch manually. Marek

Re: Contributing to GCC

2014-10-17 Thread Krzesimir Nowak
2014-10-17 9:31 GMT+02:00 Thomas Schwinge : > Hi! > > On Fri, 17 Oct 2014 09:12:07 +0200, Krzesimir Nowak wrote: >> My name is Krzesimir Nowak and I'd like to try my hand at contributing >> to gcc in my free time. > > Great, and welcome! > >> To start learning a workflow I started with something e

Re: Contributing to GCC

2014-10-17 Thread Thomas Schwinge
Hi! On Fri, 17 Oct 2014 09:12:07 +0200, Krzesimir Nowak wrote: > My name is Krzesimir Nowak and I'd like to try my hand at contributing > to gcc in my free time. Great, and welcome! > To start learning a workflow I started with something easy - 42014. As this is one of the issues listed on

Re: contributing to gcc

2012-01-10 Thread Basile Starynkevitch
On Mon, Jan 09, 2012 at 07:33:54PM -0500, Aayush Upadhyay wrote: > I'm a sophomore in college, and I'm a solid C programmer. I'd like to work > on an open source project, and the gcc compiler seems like a great one. In addition to the other replies, you could also contribute to branches or to GCC

Re: contributing to gcc

2012-01-09 Thread Joe Buck
On Mon, Jan 09, 2012 at 04:33:54PM -0800, Aayush Upadhyay wrote: > I'm a sophomore in college, and I'm a solid C programmer. I'd like to work on an open source project, and the gcc compiler seems like a great one. However, I'm not sure if work is still done on the compiler itself, or just po

Re: Contributing to gcc

2008-11-11 Thread Ian Lance Taylor
José Manuel Marín Román <[EMAIL PROTECTED]> writes: > I'm a spanish senior c++ development and I would like to contribute to > gnu compiler in some way you consider neccesary. > > My expertise is on graphic and games technologies, such as 3d realtime > engine programming, raytracing, artificial in

Re: Contributing to GCC (for avr target).

2006-01-20 Thread Denis Chertykov
"Anatoly Sokolov" <[EMAIL PROTECTED]> writes: > Hello. > > I am the member of the project 'avr-libc' (AVR C Runtime Library). As > a result of this work there were patches with additions of support of > new Atmel devices in gcc the toolchain. I have a desire to add them in > official GCC sources,