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

Contributing to GCC

2023-11-21 Thread Hamish Baxter via Gcc
Dear GCC community. 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 / technical documentation / bug fixes? Is it

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.

Contributing to GCC Page Update?

2020-01-13 Thread Nicholas Krause
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? Thanks, Nick

Re: [Extending and Contributing to GCC]

2016-01-07 Thread Jeff Law
On 01/05/2016 09:34 PM, Nguyễn Sinh Ngọc wrote: Now, I'm planning to make a GCC port for a new 8 bits microcontroller. And I want to add it into official GCC source. But the normal account not have the privilege to add a new target through git. Can you tell me how to do this? Develop your port,

[Extending and Contributing to GCC]

2016-01-05 Thread Nguyễn Sinh Ngọc
Dear GCC Development Team, I'm Ngoc, I'm an software engineer in Software Department at ICDREC (www.icdrec.edu.vn) Our work are build the tool-chains to support for microcontroller. Ex: IDE, compiler, Now, I'm planning to make a GCC port for a new 8 bits microcontroller. And I want to add it

Contributing to GCC and question about PR64744

2015-01-23 Thread Alexander Basov
Dear GCC team, I would like to contribute to the project. I have a background in embedded systems programming, but few experience in compiler development. I'd like to try with fixing PR64744. Would some one help me to understand what should be correct compilers behaviour with an example below:

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

contributing to gcc

2015-01-08 Thread Zach Tomkoski
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? Thanks, Zachary Tomkoski

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

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 lea

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 is

Contributing to GCC

2014-10-17 Thread Krzesimir Nowak
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 sending a patch created by "git fo

Re: Some questions about contributing to GCC

2013-07-04 Thread Manuel López-Ibáñez
On 4 July 2013 20:19, wrote: > > We want to contribute to GCC, but we are confused about the preferred work > flow in GCC community. Should we report the bug along with the suggested > patch at the same time? Or, after bug reporting we send the suggested > patch to gcc-patch@ and so on? Would a b

Re: contributing to gcc

2012-01-10 Thread Basile Starynkevitch
g settled the legal questions, which requires such documents to be processed. So if you are serious about contributing to GCC (or any branches of it), start working on these legal aspects today. They take a lot of time (months) to be achieved. I'm serious, if you want to contribute to GCC, worry abou

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

contributing to gcc

2012-01-09 Thread Aayush Upadhyay
Hey guys, 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 porting it to other systems? I'm interested in the former, but

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

Contributing to gcc

2008-11-11 Thread José Manuel Marín Román
Hi again, I better resend the message from my personal mail account. Hi all, 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, rayt

Contributing to gcc

2008-11-11 Thread José Manuel Marín Román
Hi all, 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 intelligence, and so on... and currently I'm worki

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,

Contributing to GCC (for avr target).

2006-01-12 Thread Anatoly Sokolov
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, unfortunately at avr target at the moment would be not