re PR debug/84404 (Several "leb128 operand is an undefined symbol" in go testsuite...
authorJakub Jelinek <jakub@redhat.com>
Fri, 9 Mar 2018 09:58:49 +0000 (10:58 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 9 Mar 2018 09:58:49 +0000 (10:58 +0100)
PR debug/84404
* gcc.dg/graphite/pr84404.c: Only compile on pthread effective
targets.

From-SVN: r258382

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr84404.c

index 80d60c8..aadf998 100644 (file)
@@ -1,3 +1,9 @@
+2018-03-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/84404
+       * gcc.dg/graphite/pr84404.c: Only compile on pthread effective
+       targets.
+
 2018-03-09  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.c-torture/compile/20180309-1.c: New test.
index 858e651..e370f13 100644 (file)
@@ -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];