Google Summer of Code

2019-04-04 Thread Supriya Palli
Hello, My name is Supriya Palli and I am a first-year Computer Science B.S. student at Florida State University. I currently finishing up a C++ course in Object Oriented Programming and am looking for ways to continue my learning in C++ and other technologies over the summer. I noticed that some

gcc-7-20190404 is now available

2019-04-04 Thread gccadmin
Snapshot gcc-7-20190404 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20190404/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-7

Re: Putting an all-zero variable into BSS

2019-04-04 Thread Thomas Koenig
Hi Andreas, Well, nothing is going to write to it (this is not accessible by user code), so that should not be a problem. Then don't make it read-only. I tried this, and while it solves the executable size problem, it causes an OpenMP regression (see https://gcc.gnu.org/bugzilla/show_bug.cgi?

Re: [GSoC] TySan

2019-04-04 Thread Martin Jambor
Hello, On Wed, Apr 03 2019, Youssef Mohamed wrote: > Hi, > > I hope you are healthy and all well 3> > I was applying to GCC GSoC and I want to implement TySan in GCC we are very happy to hear that you find contributing to GCC interesting. Unfortunately, I am quite confident that I will not be ab

Re: vector alignment

2019-04-04 Thread Martin Sebor
On 4/3/19 11:40 PM, Richard Biener wrote: On April 3, 2019 7:59:47 PM GMT+02:00, Martin Sebor wrote: On 4/3/19 5:13 AM, Richard Biener wrote: On Tue, Apr 2, 2019 at 6:20 PM Martin Sebor wrote: GCC tries to align a vector on its natural boundary, i.e., that given by its size, up to MAX_OBJEC

Re: Subversion repository is inaccessible.

2019-04-04 Thread Jonathan Wakely
On Thu, 4 Apr 2019 at 13:38, Taiki Akita wrote: > > Currently the subversion repository and the rsync server is inaccessible. > Please check. > > > $ svnsync sync file://`pwd` > svnsync: E170013: Unable to connect to a repository at URL > 'svn://gcc.gnu.org/svn/gcc' > svnsync: E210002: Network con

Re: GSoC OMPD

2019-04-04 Thread Jeff Law
On 4/4/19 6:24 AM, Martin Jambor wrote: > Hello Bryan, > > On Wed, Apr 03 2019, Bryan Carroll wrote: >> Hi, >> >> I know my first email is vague. I wanted to throw it out there since >> the April 9th deadline is coming up. > > I was hoping Jakub Jelinek, who would be the mentor, would chime in >

GSOC Proposal on GENERIC level issues with threads

2019-04-04 Thread nick
Richard, This is the link: https://docs.google.com/document/d/1BKVeh62IpigsQYf_fJqkdu_js0EeGdKtXInkWZ-DtU0/edit Seems that the function finalize_compilation_unit is a issue as it's the final function before the GIMPLE level. It seems to have lots of issues related to shared state if I'm understan

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

2019-04-04 Thread sameeran joshi
On 4/4/19, Martin Jambor wrote: > Hi, > > On Wed, Apr 03 2019, sameeran joshi wrote: >> On 4/3/19, Martin Jambor wrote: >>> Hello Joshi, >>> >>> On Mon, Apr 01 2019, sameeran joshi wrote: HI, Discussing the project with Andi, I have drafted a proposal, please review and suggest >>>

Re: Show name of compiler options when linking

2019-04-04 Thread David Malcolm
On Thu, 2019-04-04 at 10:12 +, Jonathan Wakely wrote: > On Thu, 4 Apr 2019 at 11:10, Jonathan Wakely wrote: > > > > On Thu, 4 Apr 2019 at 10:56, Peter Olsson wrote: > > > > > > Hello, > > > > > > I often want to link to specific compiler options in your online > > > docs > > > but the proble

Re: About GSOC.

2019-04-04 Thread Tejas Joshi
Hello. Here is the proposal draft for the idea. Please review and suggest changes or modifications. https://docs.google.com/document/d/15DEXa5NZL6Q_X_zlME3NNJw2zVimFWzi16x7cgIDqL0/edit?usp=sharing Thanks, -Tejas On Tue, 2 Apr 2019 at 01:23, Joseph Myers wrote: > > On Sat, 30 Mar 2019, Tejas Jos

Re: GSoC

2019-04-04 Thread Martin Jambor
Hello Muhammad, On Thu, Apr 04 2019, Muhammad Shehzad wrote: > Hello GCC Community, > > For GSoC I Would love to work on "*Add new math.h and complex.h functions > as built-ins*" project from given project ideas. we are already in fairly advanced stage of putting together a proposal for the same

Subversion repository is inaccessible.

2019-04-04 Thread Taiki Akita
Currently the subversion repository and the rsync server is inaccessible. Please check. $ svnsync sync file://`pwd` svnsync: E170013: Unable to connect to a repository at URL 'svn://gcc.gnu.org/svn/gcc' svnsync: E210002: Network connection closed unexpectedly $ svn co svn://gcc.gnu.org/svn/gcc

Re: GSoC OMPD

2019-04-04 Thread Martin Jambor
Hello Bryan, On Wed, Apr 03 2019, Bryan Carroll wrote: > Hi, > > I know my first email is vague. I wanted to throw it out there since > the April 9th deadline is coming up. I was hoping Jakub Jelinek, who would be the mentor, would chime in earlier. But unfortunately he has probably not been onl

Re: GCC GSOC 2019

2019-04-04 Thread Shubham Narlawar
On Thu, Apr 4, 2019 at 2:13 PM Martin Liška wrote: > On 4/3/19 6:31 PM, Martin Jambor wrote: > > Hello Shubham, > > > > On Fri, Mar 29 2019, Shubham Narlawar wrote: > >> Hi, here is my proposal for the above idea. Please review and suggest > >> necessary changes. > >> > >> > https://docs.google.c

Re: GCC GSOC 2019

2019-04-04 Thread Shubham Narlawar
On Wed, Apr 3, 2019 at 10:01 PM Martin Jambor wrote: > Hello Shubham, > > On Fri, Mar 29 2019, Shubham Narlawar wrote: > > Hi, here is my proposal for the above idea. Please review and suggest > > necessary changes. > > > > > https://docs.google.com/document/d/11MNhuuD7dbwAfSW6ZgFrAys9My1Lw1PuMVc

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

2019-04-04 Thread Martin Jambor
Hi, On Wed, Apr 03 2019, sameeran joshi wrote: > On 4/3/19, Martin Jambor wrote: >> Hello Joshi, >> >> On Mon, Apr 01 2019, sameeran joshi wrote: >>> HI, >>> Discussing the project with Andi, I have drafted a proposal, please >>> review and suggest >>> necessary changes. >>> If some OpenMP expert

GSoC

2019-04-04 Thread Muhammad Shehzad
Hello GCC Community, For GSoC I Would love to work on "*Add new math.h and complex.h functions as built-ins*" project from given project ideas. I wanted to know which mailing list should I subscribe to? I also wanted to know If I have my own idea, I want to present, what steps should I follow? R

Re: Show name of compiler options when linking

2019-04-04 Thread Jonathan Wakely
On Thu, 4 Apr 2019 at 11:10, Jonathan Wakely wrote: > > On Thu, 4 Apr 2019 at 10:56, Peter Olsson wrote: > > > > Hello, > > > > I often want to link to specific compiler options in your online docs > > but the problem is that the named anchors are placed after the name of > > the option so when the

Re: Show name of compiler options when linking

2019-04-04 Thread Jonathan Wakely
On Thu, 4 Apr 2019 at 10:56, Peter Olsson wrote: > > Hello, > > I often want to link to specific compiler options in your online docs > but the problem is that the named anchors are placed after the name of > the option so when the link is clicked it will only show the > description. > > Example: >

Show name of compiler options when linking

2019-04-04 Thread Peter Olsson
Hello, I often want to link to specific compiler options in your online docs but the problem is that the named anchors are placed after the name of the option so when the link is clicked it will only show the description. Example: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Ws

Re: GCC GSOC 2019

2019-04-04 Thread Martin Liška
On 4/3/19 6:31 PM, Martin Jambor wrote: > Hello Shubham, > > On Fri, Mar 29 2019, Shubham Narlawar wrote: >> Hi, here is my proposal for the above idea. Please review and suggest >> necessary changes. >> >> https://docs.google.com/document/d/11MNhuuD7dbwAfSW6ZgFrAys9My1Lw1PuMVcAqeNGr7A/edit?usp=sh