Commit 77a5c1b6 by Jakub Jelinek Committed by Jakub Jelinek

re PR debug/84404 (Several "leb128 operand is an undefined symbol" in go…

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
parent 00db1bf1
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> 2018-03-09 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/compile/20180309-1.c: New test. * gcc.c-torture/compile/20180309-1.c: New test.
......
/* { dg-do compile } */ /* PR debug/84404 */
/* { dg-do compile { target pthread } } */
/* { dg-options "-O2 -ftree-parallelize-loops=2 -floop-nest-optimize -g" } */ /* { dg-options "-O2 -ftree-parallelize-loops=2 -floop-nest-optimize -g" } */
int te[9]; int te[9];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment