Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-25 Thread Tucker Taft via Gcc
Hi Martin, We actually are planning a large project (350) hours, as Ethan plans to work essentially full time over the summer. Sorry for the confusion. I had the terminology a bit confused, and thought "large" was closer to a 6-month commitment. We will be submitting the proposal shortly. T

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Tucker Taft via Gcc
Thanks, Martin. We expect it to be a medium size project. And we will be sure that Ethan can build, test, and debug the GNAT-FE and other GCC components. Take care, -Tuck On Mon, Mar 24, 2025 at 7:23 PM Martin Jambor wrote: > Hello, > > in general the project proposal looks very good. A few

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Martin Jambor
Hello, in general the project proposal looks very good. A few comments inline: On Tue, Mar 18 2025, Tucker Taft via Gcc wrote: > [...] > The GNAT front end is organized into three basic phases, a parser, a > semantic analyzer, and an expander. In the sources, these are represented > by source f

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Tucker Taft via Gcc
Thank you! Yes, I realize we need to submit the proposal to the GSoC program, and I believe we can do so starting today. Take care, -Tuck On Sun, Mar 23, 2025 at 11:28 PM Sam James wrote: > Tucker Taft via Gcc writes: > > > Proposal: Google Summer of Code on GCC Ada Front end > > > >- > >

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-23 Thread Sam James via Gcc
Tucker Taft via Gcc writes: > Proposal: Google Summer of Code on GCC Ada Front end > >- > >Goal : Implement some of the light-weight parallelism features of Ada >2022 in the GNAT front end >- > >Contributor: Ethan Luis McDonough, PSU '2025 ( >ethanluismcdono...@gmail.com)

Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-18 Thread Tucker Taft via Gcc
Proposal: Google Summer of Code on GCC Ada Front end - Goal : Implement some of the light-weight parallelism features of Ada 2022 in the GNAT front end - Contributor: Ethan Luis McDonough, PSU '2025 ( ethanluismcdono...@gmail.com) - Mentors: S. Tucker Taft (Lexington, MA

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Martin Jambor
borated on some > Rust projects with a friend, and I’m eager to deepen my understanding, > especially in compiler development and large codebases. > > I’m very interested in the Rust Frontend GSoC project and would love > to contribute. I’ve started exploring the gccrs repository and woul

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
On Fri, 2025-02-28 at 12:00 +, Sam James wrote: > Basile Starynkevitch writes: > > > Hello Bright Andoh, > > > > > > > > My name is Bright Andoh, and I’m a Computer Engineering student at the > > > University of Alabama. I’m wrapping up my freshman year and have > > > experience working wit

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
On Fri, 2025-02-28 at 12:54 +0100, Basile Starynkevitch wrote: > Hello Bright Andoh, > > > > > My name is Bright Andoh, and I’m a Computer Engineering student at the > > University of Alabama. I’m wrapping up my freshman year and have > > experience working with Rust and C. Last fall, I collabora

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Sam James via Gcc
Basile Starynkevitch writes: > Hello Bright Andoh, > >> >> My name is Bright Andoh, and I’m a Computer Engineering student at the >> University of Alabama. I’m wrapping up my freshman year and have >> experience working with Rust and C. Last fall, I collaborated on some >> Rust projects with a f

Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
Hello Bright Andoh, > > My name is Bright Andoh, and I’m a Computer Engineering student at the > University of Alabama. I’m wrapping up my freshman year and have > experience working with Rust and C. Last fall, I collaborated on some > Rust projects with a friend, and I’m eager to deepen my under

Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-27 Thread Bright Andoh via Gcc
, especially in compiler development and large codebases. I’m very interested in the Rust Frontend GSoC project and would love to contribute. I’ve started exploring the gccrs repository and would appreciate any guidance on where to begin. Are there any recommended beginner-friendly issues or

Re: Interest in GSoC Project (offloading to a separate process on the same host)

2024-03-19 Thread Martin Jambor
Hello Pranil, We are delighted you found contributing to GCC interesting. On Fri, Mar 15 2024, PRANIL DEY via Gcc wrote: > Hello GCC Community, > > I am Pranil Dey, a 4th year undergraduate student of the Indian Institute > of Technology Kharagpur currently pursuing a Bachelor's Degree in Compute

Interest in GSoC Project (offloading to a separate process on the same host)

2024-03-15 Thread PRANIL DEY via Gcc
Hello GCC Community, I am Pranil Dey, a 4th year undergraduate student of the Indian Institute of Technology Kharagpur currently pursuing a Bachelor's Degree in Computer Science and Engineering. I am interested in contributing to the GCC projects under GSoC, specifically the projects : "Offloading

Re: Query status of GSoC project: CPyChecker

2023-06-29 Thread Steven Sun via Gcc
Hi Eric, > Thanks for reaching out. The project is still in very early stages. So > far we have taught the analyzer the basic behavior for > PyLong_FromLong, PyList_New, and Py_DECREF via known function > subclassing. Additionally, Py_INCREF is supported out of the box. > Reference count checking

Re: Query status of GSoC project: CPyChecker

2023-06-28 Thread Eric Feng via Gcc
Hi Steven, Thanks for reaching out. The project is still in very early stages. So far we have taught the analyzer the basic behavior for PyLong_FromLong, PyList_New, and Py_DECREF via known function subclassing. Additionally, Py_INCREF is supported out of the box. Reference count checking function

Query status of GSoC project: CPyChecker

2023-06-27 Thread Steven Sun via Gcc
Hi Eric, I am Steven (now) from the CPython team. How is the project going? Do you have any prototypes or ideas that can be discussed? Which part will you start at? I recently debugged dozens of Python bugs, some involving C APIs. I can provide some test cases for you. For the ref count part:

Re: GSoC Project - Bypass Assembler for LTO Object Files

2023-03-29 Thread Martin Jambor
Hello, we are delighted you found contributing to GCC interesting. On Tue, Mar 28 2023, Hathik H via Gcc wrote: > Dear Jan Hubicka, > > My name is Hathik , and I'm a student . I'm writing to express my interest > in the GCC LTO , and to ask for your guidance as I prepare my application. > > I hav

GSoC Project - Bypass Assembler for LTO Object Files

2023-03-28 Thread Hathik H via Gcc
Dear Jan Hubicka, My name is Hathik , and I'm a student . I'm writing to express my interest in the GCC LTO , and to ask for your guidance as I prepare my application. I have some experience in C/C++ programming and a strong interest in low-level systems programming, and I believe that this proje

Request for comments : GSoC Project Proposal - Constant folding in Rust-GCC (Draft)

2022-04-15 Thread M V V S Manoj Kumar via Gcc
Greetings, I am M V V S Manoj Kumar, an Open Source Contributor to Rust-GCC (GitHub <https://github.com/mvvsmk/>, contributions <https://github.com/Rust-GCC/gccrs/pulls?q=is%3Apr+author%3Amvvsmk+is%3Aclosed>), and I want to pursue a GSoC project regarding constant folding in Rust

Re: GSoC project idea

2021-03-12 Thread Jonathan Wakely via Gcc
On Fri, 12 Mar 2021 at 15:35, David Malcolm via Gcc wrote: > On Thu, 2021-03-11 at 12:59 +0530, srishty bedi via Gcc wrote: > > 1) I was thinking that whenever we run a code on gcc compiler its > > beautify > > feature doesn't work well it shifts the whole code to the left > > instead so > > though

Re: GSoC project idea

2021-03-12 Thread David Malcolm via Gcc
code so > that > the code is easily understandable . I'm not sure what you mean by the "beautify feature" shifting "the whole code to the left". Are you referring to the way GCC quotes the user's source code when GCC emits warnings and errors? I maintain that part o

GSoC project idea

2021-03-10 Thread srishty bedi via Gcc
Greetings, First of all Congratulations to the gcc community on being selected for GSOC 2021. My name is Srishty Bedi, I am a sophomore pursuing btech CSE in India. .I am interested in web development and have worked with JS,HTML,CSS,bootstrap for front end and php,pug for backend. The ideas fo

Re: GSoC project

2021-02-23 Thread Utkarsh singh via Gcc
Thanks, I'll check it out. On Mon, Feb 22, 2021 at 12:23 PM Ankur Saini wrote: > I think this is what you are looking for > > https://gcc.gnu.org/wiki/SummerOfCode > > > On 22-Feb-2021, at 12:08 PM, Utkarsh singh via Gcc > wrote: > > > > Greeting to the team, > > I am Utkarsh Singh. I was goin

Re: GSoC project

2021-02-21 Thread Ankur Saini via Gcc
I think this is what you are looking for https://gcc.gnu.org/wiki/SummerOfCode > On 22-Feb-2021, at 12:08 PM, Utkarsh singh via Gcc wrote: > > Greeting to the team, > I am Utkarsh Singh. I was going through various projects in the > archive section of GSoC. I searched for some specific projec

GSoC project

2021-02-21 Thread Utkarsh singh via Gcc
Greeting to the team, I am Utkarsh Singh. I was going through various projects in the archive section of GSoC. I searched for some specific projects in Mathematics and C programming as I am most used with this field. I feel I can contribute to the organisation which is in turn contributing to the

GSoC Project: Make C/C++ not automatically promote memory_order_consume to memory_order_acquire

2019-06-24 Thread Akshat Garg
Hello everyone, We are working on the project to not allow memory_order_consume gets automatically promoted to memory_order_acquire. In implementing memory_order_consume, the problem comes when tracing dependencies at the C/C++ source level. We are first targeting to trace the dependencies only fo

Re: GSoC Project Ideas

2019-04-17 Thread Martin Sebor
On 4/17/19 8:57 AM, Joseph Myers wrote: On Mon, 1 Apr 2019, Patrick Palka wrote: A possibly related project is to "defer" output of diagnostics until we know the stmt/expression we emit it for survived dead code elimination. Here there's the question what to key the diagnostic off and how to m

Re: GSoC Project Ideas

2019-04-17 Thread Joseph Myers
On Mon, 1 Apr 2019, Patrick Palka wrote: > > > > A possibly related project is to "defer" output of diagnostics > > > > until we know the stmt/expression we emit it for survived dead > > > > code elimination. Here there's the question what to key the > > > > diagnostic off and how to move it (

Re: GSoC Project Ideas

2019-04-09 Thread Jeff Law
On 4/1/19 6:40 PM, Patrick Palka wrote: > On Sun, Mar 3, 2019 at 5:16 PM Jeff Law wrote: >> >> On 3/3/19 4:06 PM, Patrick Palka wrote: >>> Hi everyone, >>> >>> I am very interested in working on GCC as part of GSoC this year. A few >>> years >>> ago I was a somewhat active code contributor[1] an

Re: GSoC Project Ideas

2019-04-03 Thread Richard Biener
On Tue, Apr 2, 2019 at 1:43 AM Patrick Palka wrote: > > Hi Richard, Jakub and Martin, > > First of all I'm sorry for the very late reply, and I will be more > punctual with my replies from now on. > > On Fri, Mar 8, 2019 at 4:35 AM Richard Biener > wrote: > > > > On Thu, Mar 7, 2019 at 7:20 PM Ma

Re: GSoC Project Ideas

2019-04-01 Thread Patrick Palka
On Sun, Mar 3, 2019 at 5:16 PM Jeff Law wrote: > > On 3/3/19 4:06 PM, Patrick Palka wrote: > > Hi everyone, > > > > I am very interested in working on GCC as part of GSoC this year. A few > > years > > ago I was a somewhat active code contributor[1] and unfortunately my > > contributing waned on

Re: GSoC Project Ideas

2019-04-01 Thread Patrick Palka
Hi Richard, Jakub and Martin, First of all I'm sorry for the very late reply, and I will be more punctual with my replies from now on. On Fri, Mar 8, 2019 at 4:35 AM Richard Biener wrote: > > On Thu, Mar 7, 2019 at 7:20 PM Martin Sebor wrote: > > > > On 3/4/19 6:17 AM, Richard Biener wrote: > >

Re: GSoC Project Ideas

2019-03-08 Thread Richard Biener
On Thu, Mar 7, 2019 at 7:20 PM Martin Sebor wrote: > > On 3/4/19 6:17 AM, Richard Biener wrote: > > On Mon, Mar 4, 2019 at 1:23 PM Jakub Jelinek wrote: > >> > >> On Mon, Mar 04, 2019 at 01:13:29PM +0100, Richard Biener wrote: > >* Make TREE_NO_WARNING more fine-grained > > (inspi

Re: GSoC Project Ideas

2019-03-07 Thread Martin Sebor
On 3/4/19 6:17 AM, Richard Biener wrote: On Mon, Mar 4, 2019 at 1:23 PM Jakub Jelinek wrote: On Mon, Mar 04, 2019 at 01:13:29PM +0100, Richard Biener wrote: * Make TREE_NO_WARNING more fine-grained (inspired by comment #7 of PR74762 [3]) TREE_NO_WARNING is currently used as a c

Re: GSoC Project Ideas

2019-03-05 Thread Eric Gallager
are generated in the first case too, see e.g. > PR61112. These can be fixed by improving the pass to understand such > control flow. > > * Bug fixing in the C++ frontend / general C++ frontend improvements > There are 100s of open PRs about the C++ frontend, and

Re: GSoC Project Ideas

2019-03-04 Thread Richard Biener
On Mon, Mar 4, 2019 at 1:23 PM Jakub Jelinek wrote: > > On Mon, Mar 04, 2019 at 01:13:29PM +0100, Richard Biener wrote: > > > > * Make TREE_NO_WARNING more fine-grained > > > > (inspired by comment #7 of PR74762 [3]) > > > > TREE_NO_WARNING is currently used as a catch-all marker that

Re: GSoC Project Ideas

2019-03-04 Thread Jakub Jelinek
On Mon, Mar 04, 2019 at 01:13:29PM +0100, Richard Biener wrote: > > > * Make TREE_NO_WARNING more fine-grained > > > (inspired by comment #7 of PR74762 [3]) > > > TREE_NO_WARNING is currently used as a catch-all marker that > > > inhibits all > > > warnings related to the marked

Re: GSoC Project Ideas

2019-03-04 Thread Richard Biener
On Mon, Mar 4, 2019 at 12:16 AM Jeff Law wrote: > > On 3/3/19 4:06 PM, Patrick Palka wrote: > > Hi everyone, > > > > I am very interested in working on GCC as part of GSoC this year. A few > > years > > ago I was a somewhat active code contributor[1] and unfortunately my > > contributing waned o

Re: GSoC Project Ideas

2019-03-04 Thread P J P
be to resolve as many as one can over the summer. Interesting! >Would any of these ideas work as a GSoC project?   -> https://gcc.gnu.org/ml/gcc/2019-03/msg00016.html   -> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87210 Could this RFE be considered for a GSoC project? Thank you. ---   -P J P http://feedmug.com

Re: GSoC Project Ideas

2019-03-03 Thread Jeff Law
On 3/3/19 4:06 PM, Patrick Palka wrote: > Hi everyone, > > I am very interested in working on GCC as part of GSoC this year. A few years > ago I was a somewhat active code contributor[1] and unfortunately my > contributing waned once I went back to school, but I'm excited to potentially > have th

GSoC Project Ideas

2019-03-03 Thread Patrick Palka
many as one can over the summer. Would any of these ideas work as a GSoC project? Regards, Patrick Palka [1]: https://gcc.gnu.org/git/?p=gcc.git;a=search;s=ppalka;st=author [2]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72443#c2 [3]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74762#c7 [4]: ht

Re: GCC GSoC project idea to make C/C++ not promote memory_order_consume to memory_order_acquire

2019-02-05 Thread Martin Jambor
Hi Jason and Andrew, On Mon, Feb 04 2019, Jason Merrill wrote: > On Mon, Feb 4, 2019 at 6:06 AM Martin Jambor wrote: >> >> I have received the following idea for a Google Summer of Code project, >> see the quotation from Paul McKenney below (I do not know myself where >> exactly it is from). I c

Re: GCC GSoC project idea to make C/C++ not promote memory_order_consume to memory_order_acquire

2019-02-04 Thread Jason Merrill
On Mon, Feb 4, 2019 at 6:06 AM Martin Jambor wrote: > > I have received the following idea for a Google Summer of Code project, > see the quotation from Paul McKenney below (I do not know myself where > exactly it is from). I consider memory consistency models a very tough > topic and so am doubl

GCC GSoC project idea to make C/C++ not promote memory_order_consume to memory_order_acquire

2019-02-04 Thread Martin Jambor
Hi, I have received the following idea for a Google Summer of Code project, see the quotation from Paul McKenney below (I do not know myself where exactly it is from). I consider memory consistency models a very tough topic and so am doubly reluctant to just post it to wiki without having a mento

Re: Queries on GSoC project on OMPD interface

2018-03-15 Thread Jakub Jelinek
On Wed, Mar 14, 2018 at 06:01:20PM +0100, Martin Jambor wrote: > Hello Siyuan, > > On Mon, Mar 12 2018, LIU SIYUAN wrote: > > Dear all, > > > > Hi, my name is Siyuan and this is my first time using the GCC mailing list! > > Welcome! Yeah, welcome. > For the OMPD task, you will primarily want to

Re: Queries on GSoC project on OMPD interface

2018-03-14 Thread Martin Jambor
Hello Siyuan, On Mon, Mar 12 2018, LIU SIYUAN wrote: > Dear all, > > Hi, my name is Siyuan and this is my first time using the GCC mailing list! Welcome! > > I’m a senior CS student from Nanyang Technological University, Singapore who > is interested in the GSOC project rela

Queries on GSoC project on OMPD interface

2018-03-12 Thread #LIU SIYUAN#
Dear all, Hi, my name is Siyuan and this is my first time using the GCC mailing list! I’m a senior CS student from Nanyang Technological University, Singapore who is interested in the GSOC project related to OMPD. I personally have experience in C/C++ (development and performance optimization

Re: Interested to contribute in gsoc project

2018-03-05 Thread shreya pohekar
Thanks, I'll check them out. On 5 Mar 2018 9:01 pm, "Richard Biener" wrote: > On Sun, Mar 4, 2018 at 8:28 PM, shreya pohekar > wrote: > > > > Hello , > > I am Shreya Pohekar, 2nd year student of University Institute of > Technology ,RGPV ,Bhopal, India. I am interested in applying in GSoC 2018,

Re: Interested to contribute in gsoc project

2018-03-05 Thread Richard Biener
On Sun, Mar 4, 2018 at 8:28 PM, shreya pohekar wrote: > > Hello , > I am Shreya Pohekar, 2nd year student of University Institute of Technology > ,RGPV ,Bhopal, India. I am interested in applying in GSoC 2018, and would > like to contribute to the project : Parallelize the compilation using thre

Interested to contribute in gsoc project

2018-03-04 Thread shreya pohekar
Hello , I am Shreya Pohekar, 2nd year student of University Institute of Technology ,RGPV ,Bhopal, India. I am interested in applying in GSoC 2018, and would like to contribute to the project : Parallelize the compilation using threads. I am working with c/c++ for a long time and would be an ap

GSoC project ideas

2014-02-16 Thread Maxim Kuvyrkov
Hi, GCC has applied as a mentoring organization to GSoC 2014, and we need to update Project Ideas page: http://gcc.gnu.org/wiki/SummerOfCode . Ideas is where GSoC starts, and this is what captures attention and imagination of prospective students (and future developers!) of GCC. If you have a

Re: GSoC :Project Idea(Before final Submission) for review and feedback

2012-03-26 Thread Subrata Biswas
Thank You David for your suggestion and feedback. I'll let you know my final proposal (after the modification based on your feedback and my latest study) as early as possible. I would like to request everyone in this community to kindly enrich me with more suggestions and guidance to prepare my fi

Re: GSoC :Project Idea(Before final Submission) for review and feedback

2012-03-26 Thread David Brown
On 25/03/2012 11:55, Oleg Endo wrote: Please reply in CC to the GCC mailing list, so others can follow the discussion. On Sun, 2012-03-25 at 09:21 +0530, Subrata Biswas wrote: On 25 March 2012 03:59, Oleg Endo wrote: I might be misunderstanding the idea... Let's assume you've got a program t

Re: GSoC :Project Idea(Before final Submission) for review and feedback

2012-03-26 Thread Subrata Biswas
, 2012 12:22 PM > To: Oleg Endo > Cc: gcc > Subject: Re: GSoC :Project Idea(Before final Submission) for review and > feedback > > Thank you sir for your excellent example. > > On 25 March 2012 15:25, Oleg Endo wrote: >> Please reply in CC to the GCC mailing list, so

RE: GSoC :Project Idea(Before final Submission) for review and feedback

2012-03-25 Thread Iyer, Balaji V
-Original Message- From: Subrata Biswas [mailto:subrata.i...@gmail.com] Sent: Sunday, March 25, 2012 12:22 PM To: Oleg Endo Cc: gcc Subject: Re: GSoC :Project Idea(Before final Submission) for review and feedback Thank you sir for your excellent example. On 25 March 2012 15:25, Oleg

Re: GSoC :Project Idea(Before final Submission) for review and feedback

2012-03-25 Thread Subrata Biswas
Thank you sir for your excellent example. On 25 March 2012 15:25, Oleg Endo wrote: > Please reply in CC to the GCC mailing list, so others can follow the > discussion. > > On Sun, 2012-03-25 at 09:21 +0530, Subrata Biswas wrote: >> On 25 March 2012 03:59, Oleg Endo wrote: >> > >> > I might be mi

Re: GSoC :Project Idea(Before final Submission) for review and feedback

2012-03-25 Thread Oleg Endo
Please reply in CC to the GCC mailing list, so others can follow the discussion. On Sun, 2012-03-25 at 09:21 +0530, Subrata Biswas wrote: > On 25 March 2012 03:59, Oleg Endo wrote: > > > > I might be misunderstanding the idea... > > Let's assume you've got a program that doesn't compile, and you

Fwd: GSOC PROJECT ON DEVELOPMENT OF GCC WEBSITE

2012-03-24 Thread Anil Mavila
Hi GCC WORLD, My name is Anil and i am doing B.TECH in IT from BITS  and i am interested in doing project  web development for GCC . I will be doing the following works:- ->Move extra pages corresponding to technical news items into a directory of their own. Add an index for these. For these a pa

Re: GSoC :Project Idea(Before final Submission) for review and feedback

2012-03-24 Thread Oleg Endo
On Sat, 2012-03-24 at 11:45 +0530, Subrata Biswas wrote: > Dear All, > I am a MTech student at Indain Institute of Technology, Roorkee. I > want to do my GSoC12 project under your guidance. I am writing this > mail for a basic review and feedback on my project idea before formal > submission. > >

Re: GSoC project idea(Before formal Submission)

2012-03-19 Thread Ian Lance Taylor
Subrata Biswas writes: > I want to design a new IPC(Inter Process Communication) for > Linux(Which can be extended for windows and mac also) as a project in > Google Summer of Code. This seems like an interesting project but it doesn't seem to be a compiler project. It seems like a library. I

GSoC project idea(Before formal Submission)

2012-03-19 Thread Subrata Biswas
Dear All, I want to design a new IPC(Inter Process Communication) for Linux(Which can be extended for windows and mac also) as a project in Google Summer of Code. It may change the traditional views of the IPCs with its added features, security and extremely easy to use. All the traditional IPCs ne

Porting GCC Ada / GNAT to GNU/Hurd as a GSoC project

2011-04-08 Thread Thomas Schwinge
ld turn out to be ``too easy'' for a GSoC project (which is difficult to judge for me at the moment), he's also interested in any further Ada on Hurd projects, like implementing natively in Ada the ability to do Remote Procedure Calls, used to implement Hurd servers (translators

Re: Oberon-2 front-end as a GSoC project

2011-04-07 Thread Levon Haykazyan
> - Original Message - > From: Basile Starynkevitch > To: "Levon Haykazyan" > Cc: gcc@gcc.gnu.org > Subject: Re: Oberon-2 front-end as a GSoC project > Date: Wed, 6 Apr 2011 21:19:05 +0200 > > > On Wed, 06 Apr 2011 19:07:26 + > "

Re: Oberon-2 front-end as a GSoC project

2011-04-06 Thread Joseph S. Myers
On Wed, 6 Apr 2011, Basile Starynkevitch wrote: > On Wed, 6 Apr 2011 20:49:32 +0500 > "Levon Haykazyan" wrote: > > Thank you for your answer. I though I should ask GSoC related questions > > here. Anyhow, I am interested, and for me that's enough to implement it. > > But I decided to write the en

Re: Oberon-2 front-end as a GSoC project

2011-04-06 Thread Basile Starynkevitch
On Wed, 06 Apr 2011 19:07:26 + "Levon Haykazyan" wrote: [citing me Basile] > > > > You probably could write the front-end part of your compiler in Oberon, > > and generate Gimple representation (perhaps even in textual form, since > > some people are working on a Gimple "front-end"). You then

Re: Oberon-2 front-end as a GSoC project

2011-04-06 Thread Levon Haykazyan
> - Original Message - > From: Basile Starynkevitch > To: "Levon Haykazyan" > Cc: "Ian Lance Taylor" , gcc@gcc.gnu.org > Subject: Re: Oberon-2 front-end as a GSoC project > Date: Wed, 6 Apr 2011 18:57:00 +0200 > > > On Wed, 6 Apr

Re: Oberon-2 front-end as a GSoC project

2011-04-06 Thread Ian Lance Taylor
"Levon Haykazyan" writes: >> "Levon Haykazyan" writes: >> >> > Since I didn't get much feedback, I concluded that this idea does not >> > interest anybody. So I will not pursue this any further. >> >> To be honest, you are asking the wrong set of people. Today, gcc does >> not support Oberon-

Re: Oberon-2 front-end as a GSoC project

2011-04-06 Thread Basile Starynkevitch
On Wed, 6 Apr 2011 20:49:32 +0500 "Levon Haykazyan" wrote: > Thank you for your answer. I though I should ask GSoC related questions > here. Anyhow, I am interested, and for me that's enough to implement it. > But I decided to write the entire compiler from scratch. I couldn't > resist writing a c

Re: Oberon-2 front-end as a GSoC project

2011-04-06 Thread Levon Haykazyan
> - Original Message - > From: Ian Lance Taylor > To: "Levon Haykazyan" > Cc: gcc@gcc.gnu.org > Subject: Re: Oberon-2 front-end as a GSoC project > Date: Wed, 06 Apr 2011 06:25:34 -0700 > > > "Levon Haykazyan" writes: > > >

Re: Oberon-2 front-end as a GSoC project

2011-04-06 Thread Ian Lance Taylor
"Levon Haykazyan" writes: > Since I didn't get much feedback, I concluded that this idea does not > interest anybody. So I will not pursue this any further. To be honest, you are asking the wrong set of people. Today, gcc does not support Oberon-2. So the people who develop gcc today are not v

Re: Oberon-2 front-end as a GSoC project

2011-04-06 Thread Levon Haykazyan
> - Original Message - > From: "Levon Haykazyan" > To: gcc@gcc.gnu.org > Subject: Oberon-2 front-end as a GSoC project > Date: Sun, 3 Apr 2011 15:01:08 +0500 > > > Hi all, > > I want to propose to implement Oberon-2 front-end to gcc on GSoC

Re: Oberon-2 front-end as a GSoC project

2011-04-03 Thread Joseph S. Myers
On Sun, 3 Apr 2011, Levon Haykazyan wrote: > Thank you for the replay and for the implementation suggestions. Would you > classify Oberon-2 as a real programming language? On one hand it was Yes, I think it would be considered real. The sort of languages for which I wouldn't want front ends int

Re: Oberon-2 front-end as a GSoC project

2011-04-03 Thread Levon Haykazyan
> - Original Message - > From: "Joseph S. Myers" > To: Levon Haykazyan > Cc: gcc@gcc.gnu.org > Subject: Re: Oberon-2 front-end as a GSoC project > Date: Sun, 3 Apr 2011 11:14:05 + (UTC) > > > On Sun, 3 Apr 2011, Levon Haykazyan wrote: > &

Re: Oberon-2 front-end as a GSoC project

2011-04-03 Thread Joseph S. Myers
On Sun, 3 Apr 2011, Levon Haykazyan wrote: > Is there an interest in the community in a new front-end? In general I encourage the addition of front ends for real languages (ones used for real programming, as opposed to ones used solely for being arcane, as examples, etc.) as long as someone is

Oberon-2 front-end as a GSoC project

2011-04-03 Thread Levon Haykazyan
Hi all, I want to propose to implement Oberon-2 front-end to gcc on GSoC. I know that Oberon-2 is not the most popular language today, but probably there would be some interest in it. I would like to ask some feedback on this idea. Is there an interest in the community in a new front-end? Is the