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-Tag: basepoints/gcc-9~779 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a5c1b62dad78448fedb355a22be81adf5892f7;p=thirdparty%2Fgcc.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 80d60c880f84..aadf99889524 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 858e651cfab7..e370f136b91f 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];