public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] fix gccjit build failure
@ 2016-01-25 22:32 Matthias Klose
  0 siblings, 0 replies; only message in thread
From: Matthias Klose @ 2016-01-25 22:32 UTC (permalink / raw)
  To: David Malcolm, GCC Patches

gccjit currently fails to build, needing an additional header. Ok to install on 
the trunk?

Matthias


	* jit-playback.c: Include <pthread.h>.

--- a/gcc/jit/jit-playback.c
+++ b/gcc/jit/jit-playback.c
@@ -43,6 +43,8 @@ along with GCC; see the file COPYING3.
  #include "jit-builtins.h"
  #include "jit-tempdir.h"

+#include <pthread.h>
+

  /* gcc::jit::playback::context::build_cast uses the convert.h API,
     which in turn requires the frontend to provide a "convert"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-25 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-25 22:32 [patch] fix gccjit build failure Matthias Klose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).