From: Jakub Jelinek Date: Fri, 9 Mar 2018 09:58:49 +0000 (+0100) Subject: re PR debug/84404 (Several "leb128 operand is an undefined symbol" in go testsuite... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77a5c1b62dad78448fedb355a22be81adf5892f7;p=gcc.git re PR debug/84404 (Several "leb128 operand is an undefined symbol" in go testsuite with latest debug improvements) PR debug/84404 * gcc.dg/graphite/pr84404.c: Only compile on pthread effective targets. From-SVN: r258382 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 80d60c880f8..aadf9988952 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2018-03-09 Jakub Jelinek + + PR debug/84404 + * gcc.dg/graphite/pr84404.c: Only compile on pthread effective + targets. + 2018-03-09 Eric Botcazou * gcc.c-torture/compile/20180309-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/graphite/pr84404.c b/gcc/testsuite/gcc.dg/graphite/pr84404.c index 858e651cfab..e370f136b91 100644 --- a/gcc/testsuite/gcc.dg/graphite/pr84404.c +++ b/gcc/testsuite/gcc.dg/graphite/pr84404.c @@ -1,4 +1,5 @@ -/* { dg-do compile } */ +/* PR debug/84404 */ +/* { dg-do compile { target pthread } } */ /* { dg-options "-O2 -ftree-parallelize-loops=2 -floop-nest-optimize -g" } */ int te[9];