https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104022
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:32657045bd28f7d35c9b814d8b338c21e4f5dc40 commit r12-6719-g32657045bd28f7d35c9b814d8b338c21e4f5dc40 Author: Rimvydas Jasinskas <rimvydas....@gmail.com> Date: Tue Jan 18 06:12:45 2022 +0000 Add XFAIL parts of pr16855.C for dragonfly. On DragonFly BSD profiling ends before these DTORs are invoked on dso cleanup. The -static compilation works as expected. gcc/testsuite/ChangeLog: PR testsuite/104022 * g++.dg/gcov/pr16855.C: xfail the count lines for DTORs on dragonfly. * g++.dg/gcov/pr16855-priority.C: Ditto. Adjust source layout so that dejagnu xfail expressions work. Signed-off-by: Rimvydas Jasinskas <rimvydas....@gmail.com>