Threads Support Documentation

2019-05-08 Thread nick
Greetings All, I was unable to find in the official gcc internals manual but what layers have threaded support in terms of functions to use them. I'm not asking about implemented but at least a start to being implemented. Thanks, Nick

Re: Dejagnu output size limit and flaky test ( c-c++-common/builtins.c -Wc++-compat )

2019-05-08 Thread Jim Wilson
On 5/8/19 3:34 AM, Matthew Malcomson wrote: The cause seems to be a restriction in dejagnu where it stops reading after a given read if its output buffer is greater than 512000 bytes. This dejagnu restriction was removed in 2016. Try using a newer dejagnu release. 2016-03-27 Ben Elliston

Re: About GSOC.

2019-05-08 Thread Tejas Joshi
Hello. I have added a test case in the testsuite referring to an existing one as "builtin-rounding-1.c" in the /testsuite/gcc.dg/torture directory. As follows : /* { dg-do link } */ extern int link_error (int); #define TEST(FN, VALUE, RESULT) \ if (__builtin_##FN (VALUE) != RESULT) link_error

GCC GSoC 2019 projects: announcement and a mandatory first step

2019-05-08 Thread Martin Jambor
[Sorry for a re-post, I forgot to write a subject and as a consequence the email did not make it through to the mailing list] Hello, I am pleased to announce that six students will be working on GCC or GCC-related Google Summer of Code (GSoC) projects: - JeanHeyd Meneide will be working on imp

Re: GSoC'19 Thanks for acceptance

2019-05-08 Thread Martin Jambor
Hello Ray, On Wed, May 08 2019, 김규래 wrote: > Hi everyone, > Thanks for accepting my proposal Implementing OpenMP Work Stealing > Scheduling for GSoC 2019. I'll do my best to accomplish the proposed > goals. Ii is a pleasure, we are looking forward to your contributions. > Right now the semester

Dejagnu output size limit and flaky test ( c-c++-common/builtins.c -Wc++-compat )

2019-05-08 Thread Matthew Malcomson
Hello, During testing we've noticed the "test for excess errors" check on the "c-c++-common/builtins.c -Wc++-compat" sometimes passes and sometimes doesn't. The cause seems to be a restriction in dejagnu where it stops reading after a given read if its output buffer is greater than 512000 byt

Re: About GSOC.

2019-05-08 Thread Tejas Joshi
Hello. I can't figure out from the documentation how to add test cases in the testsuite and inspect the results. How can I do that? Although, Taking the mentioned conditions under consideration, I have made another patch, attached. Thanks, -Tejas On Wed, 8 May 2019 at 09:01, Tejas Joshi wrote: