Re: [GSoC 2019] [extending Csmith for fuzzing OpenMp extensions]

2019-03-26 Thread Jakub Jelinek
On Mon, Mar 25, 2019 at 05:41:26PM -0700, Andi Kleen wrote: > sameeran joshi writes: > > > On 3/24/19, Andi Kleen wrote: > >> On Sat, Mar 23, 2019 at 11:49:11PM +0530, sameeran joshi wrote: > >>> 1) check_structured_block_conditions() > >>> checks for the conditions related to a structured blo

Re: [GSoC 2019] [extending Csmith for fuzzing OpenMp extensions]

2019-03-26 Thread sameeran joshi
On 3/26/19, Jakub Jelinek wrote: > On Mon, Mar 25, 2019 at 05:41:26PM -0700, Andi Kleen wrote: >> sameeran joshi writes: >> >> > On 3/24/19, Andi Kleen wrote: >> >> On Sat, Mar 23, 2019 at 11:49:11PM +0530, sameeran joshi wrote: >> >>> 1) check_structured_block_conditions() >> >>> checks for th

Re: [GSoC 2019] [extending Csmith for fuzzing OpenMp extensions]

2019-03-26 Thread Jakub Jelinek
On Tue, Mar 26, 2019 at 01:30:28PM +0530, sameeran joshi wrote: > > I'd need to see an example of what you are talking about. > > int i; > #pragma omp parallel for > for (i = (0) ; (i< (20)) ; i++) { > printf ("\ntest expression fails due to brackets"); >

Re: GCC 4.8.1 unable to compile a .c File

2019-03-26 Thread Vinaya Dandur
The suggestion worked like magic. Thanks. Thanks and Regards, Vinaya D R On Sat, Mar 23, 2019 at 11:53 PM Paul Smith wrote: > On Sat, 2019-03-23 at 22:54 +0530, Vinaya Dandur wrote: > > My mistake. Thanks, but even if you include the issue still > > exists. Yes TRAP_BRKPT is not included in s

Re: [GSoC 2019] [extending Csmith for fuzzing OpenMp extensions]

2019-03-26 Thread Andi Kleen
> That is a correct diagnostics. > > See Canonical loop form. > > test-expr One of the following: > var relational-op b > b relational-op var > > ( var relational-op b ) > is neither of those. Still seems strange to fail for some meaningle

Re: GSOC

2019-03-26 Thread David Malcolm
On Mon, 2019-03-25 at 19:51 -0400, nick wrote: > Greetings All, > > I would like to take up parallelize compilation using threads or make > c++/c > memory issues not automatically promote. I did ask about this before > but > not get a reply. When someone replies I'm just a little concerned as >

Re: GSOC

2019-03-26 Thread Richard Biener
On Tue, 26 Mar 2019, David Malcolm wrote: > On Mon, 2019-03-25 at 19:51 -0400, nick wrote: > > Greetings All, > > > > I would like to take up parallelize compilation using threads or make > > c++/c > > memory issues not automatically promote. I did ask about this before > > but > > not get a rep

Re: GSOC

2019-03-26 Thread nick
On 2019-03-26 9:41 a.m., Richard Biener wrote: > On Tue, 26 Mar 2019, David Malcolm wrote: > >> On Mon, 2019-03-25 at 19:51 -0400, nick wrote: >>> Greetings All, >>> >>> I would like to take up parallelize compilation using threads or make >>> c++/c >>> memory issues not automatically promote.

Gsoc

2019-03-26 Thread FuN traveller
Hello , I am Darshan jadhao, computer engineering student at Lovely Professional University Jalandhar, I would like to work with GNU on the project *Make C/C++ not automatically promote memory_order_consume to memory_order_acquire*. Email: darshan18jadha...@gmail.com

Re: GSOC 19 Add new math.h and complex.h functions as built-ins

2019-03-26 Thread Martin Jambor
Hi Thilakar, On Fri, Mar 22 2019, GSOC19TR I wrote: > Dear Sir, > I like to work on the project *Adding new math.h and complex.h functions as > built-ins**. we are already in fairly advanced stage of putting together a proposal for the same project with Tejas Joshi. You can of course try to subm

Re: GSoC

2019-03-26 Thread Martin Jambor
Hello Youssuf, On Sat, Mar 23 2019, youssef Elmasry wrote: > What kind of experience i should have in c/c++ before applying? I am afraid that not only you need a very solid command of C and have to be comfortable navigating C++ mazes but that you also need at least some rudimentary theoretical ba

Re: Regarding GSOC

2019-03-26 Thread Martin Jambor
Hi Aniket, On Mon, Mar 25 2019, Aniket Agarwalla wrote: > Hello Sir, > > I am interested in working with you in your shortlisted projects on Gsoc > 2019 namely > "Add new math.h and complex.h functions as built-ins". we are already in fairly advanced stage of putting together a proposal for the s

Re: Regarding GSOC

2019-03-26 Thread Aniket Agarwalla
Thank you, I will do that. On Tue, Mar 26, 2019, 11:51 PM Martin Jambor wrote: > Hi Aniket, > > On Mon, Mar 25 2019, Aniket Agarwalla wrote: > > Hello Sir, > > > > I am interested in working with you in your shortlisted projects on Gsoc > > 2019 namely > > "Add new math.h and complex.h functions

Re: Gsoc

2019-03-26 Thread Martin Jambor
Hello Darshan, On Tue, Mar 26 2019, FuN traveller wrote: > Hello , > I am Darshan jadhao, computer engineering student at Lovely Professional > University Jalandhar, > I would like to work with GNU on the project *Make C/C++ not automatically > promote memory_order_consume to memory_order_acquire*

Re: [GSoC 2019] No application template?

2019-03-26 Thread 김규래
Hello, Thanks for your guidance. I adopted a little bit from the HPX form and the previous year's form that you provided. Below is the link to my proposal yet submitted to GSoC. I will happily receive any feedback before submitting. https://docs.google.com/document/d/1UwrBOsiAXsZSClsq1r6tAEw6Qdq

Function pointers to a nested function / contained procedure

2019-03-26 Thread Thomas Koenig
Hello world, Fortran allows pointers to contained procedures (other languages might call this nested functions), and also allows them to be called using procedure pointers (function pointers in C). This is permitted as long as the host instance is still active (the parent function is still runni

Re: Function pointers to a nested function / contained procedure

2019-03-26 Thread Eric Botcazou
> At the moment, I am at a loss of how to try to fix this. Any ideas? > Is there any other language which has such a feature, so a bit of > judicious copy & paste could be applied? (GNU) C and Ada since the dawn of time. There is an entire machinery in the middle-end and the back-ends to suppor

Re: GCC turns &~ into | due to undefined bit-shift without warning

2019-03-26 Thread Vincent Lefevre
On 2019-03-13 11:18:02 +0100, David Brown wrote: > On 13/03/2019 03:25, Vincent Lefevre wrote: > > On 2019-03-12 21:56:59 +0100, David Brown wrote: > >> I disagree. To generate an unconditional error (rejecting the > >> program), the compiler would need such proof - such as by tracing > >> executio

Re: Gsoc

2019-03-26 Thread FuN traveller
Thank you, I will do that. On Wed, 27 Mar 2019, 00:04 Martin Jambor Hello Darshan, > > On Tue, Mar 26 2019, FuN traveller wrote: > > Hello , > > I am Darshan jadhao, computer engineering student at Lovely Professional > > University Jalandhar, > > I would like to work with GNU on the project *Mak

Designing Expert

2019-03-26 Thread Rakhi Webmaster
Hi, I was on your website. www.gcc.gnu.org My name is Rakhi, I am a web developer having 9+ years' experience in website development and UX/UI web-design. I work closely with my clients in translating their vision into reality at reasonable rates. My work is 100% original. Services: W