https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92763
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Christophe Lyon <cl...@gcc.gnu.org>: https://gcc.gnu.org/g:ad8e2415d6e2dc7c6f1206e78d48f999ff6b0bc4 commit r10-6199-gad8e2415d6e2dc7c6f1206e78d48f999ff6b0bc4 Author: Christophe Lyon <christophe.l...@linaro.org> Date: Fri Jan 24 09:07:58 2020 +0000 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.l...@linaro.org> PR debug/92763 * g++.dg/debug/pr92763.C: Require fopenmp.