Re: Re: [GSoC'19, libgomp work-stealing] Task parallelism runtime

2019-07-12 Thread Jakub Jelinek
On Tue, Jul 09, 2019 at 09:56:00PM +0900, 김규래 wrote: > Hi, > This is an update about my status. > I've been working on unifying the three queues into a single queue. > I'm almost finished and passed all the tests except for the dependency > handling part. For dependencies, I can imagine taking a

gcc-8-20190712 is now available

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

Re: C++17 Support and Website

2019-07-12 Thread Jonathan Wakely
On Wed, 19 Jun 2019 at 20:07, Jonathan Wakely wrote: > > On Wed, 19 Jun 2019 at 20:05, Joel Sherrill wrote: > > > > Hi > > > > I was double checking the C++17 support in GCC for someone and the text at > > this URL states > > the support is experimental and gives the impression that the support i

Re: [PATCH] Deprecate -frepo on gcc-9 branch (PR c++/91125).

2019-07-12 Thread Jason Merrill
On 7/12/19 8:44 AM, Martin Liška wrote: On 7/11/19 7:25 PM, Jason Merrill wrote: On 7/11/19 3:02 AM, Jakub Jelinek wrote: On Thu, Jul 11, 2019 at 08:48:52AM +0200, Martin Liška wrote: --- a/gcc/c-family/c-opts.c +++ b/gcc/c-family/c-opts.c @@ -501,6 +501,8 @@ c_common_handle_option (size_t sco

Re: [PATCH] Deprecate -frepo on gcc-9 branch (PR c++/91125).

2019-07-12 Thread Martin Liška
On 7/11/19 7:25 PM, Jason Merrill wrote: > On 7/11/19 3:02 AM, Jakub Jelinek wrote: >> On Thu, Jul 11, 2019 at 08:48:52AM +0200, Martin Liška wrote: >>> --- a/gcc/c-family/c-opts.c >>> +++ b/gcc/c-family/c-opts.c >>> @@ -501,6 +501,8 @@ c_common_handle_option (size_t scode, const char *arg, >>> HO