debug/92763 Fix testcase to require fopenmp
The testcase fails to link on targets without -pthread which is implied by -fopenmp. Use dg-require-effective-target fopenmp to avoid this problem. 2020-01-24 Christophe Lyon <christophe.lyon@linaro.org> PR debug/92763 * g++.dg/debug/pr92763.C: Require fopenmp.
This commit is contained in:
parent
9e424d9749
commit
ad8e2415d6
@ -1,3 +1,8 @@
|
||||
2020-01-24 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
PR debug/92763
|
||||
* g++.dg/debug/pr92763.C: Require fopenmp.
|
||||
|
||||
2020-01-23 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/93367
|
||||
|
@ -1,4 +1,5 @@
|
||||
// { dg-do compile }
|
||||
// { dg-require-effective-target fopenmp }
|
||||
// { dg-additional-options "-fno-var-tracking-assignments -fopenmp" }
|
||||
|
||||
struct A
|
||||
|
Loading…
Reference in New Issue
Block a user