From 61ca46ce9b4343929106dae5f06f65362663dac7 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 11 Aug 2010 20:24:08 +0000 Subject: Launch dotty in background. 2010-06-12 Sebastian Pop * graphite-dependences.c (dot_deps): Make system call to dotty run in background. (dot_deps_stmt): Same. * graphite-poly.c (dot_lst): Same. From-SVN: r163115 --- gcc/graphite-poly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/graphite-poly.c') diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index 7eb45ca0110..28da7f0b93e 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -1285,7 +1285,7 @@ dot_lst (lst_p lst) fputs ("}\n\n", stream); fclose (stream); - x = system ("dotty /tmp/lst.dot"); + x = system ("dotty /tmp/lst.dot &"); #else fputs ("digraph all {\n", stderr); dot_lst_1 (stderr, lst); -- cgit v1.2.1