From 9a265443ff33836bf2c4deb73f7a0b19b0313cf7 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 28 Jun 2017 07:51:35 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tree-prof/val-profiler-threads-1.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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