forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> PR debug/92763 * g++.dg/debug/pr92763.C: Require fopenmp.
- Loading branch information
Christophe Lyon
committed
Jan 24, 2020
1 parent
9e424d9
commit ad8e241
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2020-01-24 Christophe Lyon <[email protected]> | ||
|
||
PR debug/92763 | ||
* g++.dg/debug/pr92763.C: Require fopenmp. | ||
|
||
2020-01-23 David Malcolm <[email protected]> | ||
|
||
PR analyzer/93367 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters