https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100515
--- Comment #8 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:b050cf6a4d9c305daff4a96e5a2489ece69dc287 commit r12-823-gb050cf6a4d9c305daff4a96e5a2489ece69dc287 Author: Christophe Lyon <christophe.l...@linaro.org> Date: Mon May 17 09:25:43 2021 +0000 testsuite: Require openmp effective-target for PR100515 The related test uses -fopenmp, which is not supported by newlib-based targets such as arm-eabi or aarch64-elf. Requiring the openmp effective-target makes the test unsupported rather than failed. 2021-05-17 Christophe Lyon <christophe.l...@linaro.org> PR debug/100515 gcc/testsuite * gcc.dg/debug/dwarf2/pr100515.c: Require openmp effective-target.