From: Eric Botcazou Date: Wed, 28 Jun 2017 07:51:35 +0000 (+0000) Subject: val-profiler-threads-1.c (main): Fix 2nd argument passed to pthread_join. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a265443ff33836bf2c4deb73f7a0b19b0313cf7;p=gcc.git val-profiler-threads-1.c (main): Fix 2nd argument passed to pthread_join. 2017-06-28 Eric Botcazou * gcc.dg/tree-prof/val-profiler-threads-1.c (main): Fix 2nd argument passed to pthread_join. From-SVN: r249723 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4ed5542d495..f2f9a3e1b89 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-06-28 Eric Botcazou + + * gcc.dg/tree-prof/val-profiler-threads-1.c (main): Fix 2nd argument + passed to pthread_join. + 2017-06-28 Andreas Krebbel * gcc.target/s390/nodatarel-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/tree-prof/val-profiler-threads-1.c b/gcc/testsuite/gcc.dg/tree-prof/val-profiler-threads-1.c index 95d6ee3b4a3..830232a7ffa 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/val-profiler-threads-1.c +++ b/gcc/testsuite/gcc.dg/tree-prof/val-profiler-threads-1.c @@ -35,9 +35,9 @@ int main(int argc, char *argv[]) } } - int retval; + void *retval; for(t=0;t