Re: contributing advice

2024-02-01 Thread Florin Mateoc via Gcc
Thank you all, EasyHacks sounds like a good starting point On Mon, Jan 29, 2024 at 3:32 PM Jonathan Wakely wrote: > On Mon, 29 Jan 2024 at 20:25, Ed wrote: > > > > > > On Monday, January 29, 2024 at 03:13:07 PM EST, Jonathan Wakely via Gcc < > gcc@gcc.gnu.org> wrote: > > > > > > On Mon, 29 Jan

Re: contributing advice

2024-01-29 Thread Jonathan Wakely via Gcc
On Mon, 29 Jan 2024 at 20:25, Ed wrote: > > > On Monday, January 29, 2024 at 03:13:07 PM EST, Jonathan Wakely via Gcc > wrote: > > > On Mon, 29 Jan 2024 at 19:15, Claudio Bantaloukas via Gcc > wrote: > > > > On 26/01/2024 17:51, Florin Mateoc via Gcc wrote: > > > Hi all, > > > > > > I am an expe

Re: contributing advice

2024-01-29 Thread 3dw4rd--- via Gcc
3dw...@verizon.net On Monday, January 29, 2024 at 03:13:07 PM EST, Jonathan Wakely via Gcc wrote: On Mon, 29 Jan 2024 at 19:15, Claudio Bantaloukas via Gcc wrote: > > On 26/01/2024 17:51, Florin Mateoc via Gcc wrote: > > Hi all, > > > > I am an experienced software developer, with

Re: contributing advice

2024-01-29 Thread Jonathan Wakely via Gcc
On Mon, 29 Jan 2024 at 19:15, Claudio Bantaloukas via Gcc wrote: > > On 26/01/2024 17:51, Florin Mateoc via Gcc wrote: > > Hi all, > > > > I am an experienced software developer, with an interest in compilers, and > > an admirer of gcc. > > I would like to contribute, hopefully reusing some of my

Re: contributing advice

2024-01-29 Thread Claudio Bantaloukas via Gcc
On 26/01/2024 17:51, Florin Mateoc via Gcc wrote: > Hi all, > > I am an experienced software developer, with an interest in compilers, and > an admirer of gcc. > I would like to contribute, hopefully reusing some of my existing skills, > experience and interests, but unfortunately the (current) ov

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

2012-09-23 Thread Marc Glisse
On Sun, 23 Sep 2012, enzovit...@libero.it wrote: I would like to contribute to the project. Great! Would someone indicate some easy first project to work on? Please don't just redirect me to the list of open projects. Not sure whether that list is still valid, and I'd appreciate a more speci

Re: Contributing to the project

2012-09-23 Thread Basile Starynkevitch
On Sun, Sep 23, 2012 at 02:26:30PM +0200, enzovit...@libero.it wrote: > Dear GCC team, > > I would like to contribute to the project. > > I have a decent background in programming, in a number of languages on a > number of platforms, but no specific experience in developing a compiler. I > have

Re: Contributing and GCC GPL

2012-08-09 Thread Paulo J. Matos
On 09/08/12 17:54, Aaron Gray wrote: Hi, I have developed several patches for GCC and am wondering as a purely open source non commercial developer whether there are any issues regarding getting patches into GCC. Do I need to sign an agreement at all ? If you want the copyright assignment for

Re: Contributing and GCC GPL

2012-08-09 Thread Oleg Endo
On Thu, 2012-08-09 at 17:54 +0100, Aaron Gray wrote: > Hi, > > I have developed several patches for GCC and am wondering as a purely > open source non commercial developer whether there are any issues > regarding getting patches into GCC. Do I need to sign an agreement at > all ? > Depending 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

2010-02-05 Thread Diego Novillo
On Fri, Feb 5, 2010 at 10:40, krishna kishore wrote: > i want to contribute for DOCUMENTATION of the project. Thank you for the offer. It's actually pretty brave, since documentation is one of the sore points of the project. Are you interested in contributing user documentation or internals?

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

2008-02-01 Thread Robert Schwebel
On Thu, Jan 31, 2008 at 12:46:41PM +, Martin Guy wrote: > 2008/1/31, Manuel López-Ibáñez <[EMAIL PROTECTED]>: > > Nonetheless, if someone decided to go through the hassle of collecting > > tutorials and hints for various cross-compiling configurations in the > > wiki, I think many users will ap

Re: Contributing to cross-compiling

2008-01-31 Thread Martin Guy
2008/1/31, Manuel López-Ibáñez <[EMAIL PROTECTED]>: > Nonetheless, if someone decided to go through the hassle of collecting > tutorials and hints for various cross-compiling configurations in the > wiki, I think many users will appreciate it. It is still considered by > many to be a "dark art"[*].

Re: Contributing to cross-compiling

2008-01-30 Thread NightStrike
On 1/30/08, Rodrigo Dominguez <[EMAIL PROTECTED]> wrote: > Hi, > > I am PhD student in Computer Engineering. I would like to contribute to GCC > and at the same time learn more about cross-compilers. I have taken a couple > of compiler classes and I can program in C. However, I am not familiar with

Re: Contributing to cross-compiling

2008-01-30 Thread David Daney
Manuel López-Ibáñez wrote: On 31/01/2008, Ben Elliston <[EMAIL PROTECTED]> wrote: Once you get into GCC in enough detail, you'll come to appreciate that cross-compiling is not particularly special. It's just the compiler running on a different system type to the code being generated. There is

Re: Contributing to cross-compiling

2008-01-30 Thread Manuel López-Ibáñez
On 31/01/2008, Ben Elliston <[EMAIL PROTECTED]> wrote: > Once you get into GCC in enough detail, you'll come to appreciate that > cross-compiling is not particularly special. It's just the compiler > running on a different system type to the code being generated. There > is certainly a bit of int

RE: Contributing to cross-compiling

2008-01-30 Thread Ben Elliston
> It seems like the best place to start for someone new to GCC would be the > beginners projects off from the GCC Projects webpage > (http://gcc.gnu.org/projects/beginner.html). I think I will start from there > and then try to move to the cross-compiling area. Once you get into GCC in enough deta

RE: Contributing to cross-compiling

2008-01-30 Thread Rodrigo Dominguez
for the links. They were helpful. Rodrigo -Original Message- From: Ian Lance Taylor [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 4:09 PM To: Rodrigo Dominguez Cc: gcc@gcc.gnu.org Subject: Re: Contributing to cross-compiling "Rodrigo Dominguez" <[EMAIL PROTE

Re: Contributing to cross-compiling

2008-01-30 Thread Ian Lance Taylor
"Rodrigo Dominguez" <[EMAIL PROTECTED]> writes: > I am PhD student in Computer Engineering. I would like to contribute to GCC > and at the same time learn more about cross-compilers. I have taken a couple > of compiler classes and I can program in C. However, I am not familiar with > the GCC inter

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,