https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94533
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:08d1e7a5aabcf7eeac48bfd99deb80451b8f9974 commit r10-7637-g08d1e7a5aabcf7eeac48bfd99deb80451b8f9974 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Apr 8 19:54:35 2020 +0200 openacc: Fix up declare-pr94120.C testcase [PR94533] This test has been put in a wrong directory, where OpenACC tests aren't tested with -fopenacc, and also contained trailing semicolons. I've moved it where it belongs, added dg-error directives and removed the extra semicolons. 2020-04-08 Jakub Jelinek <ja...@redhat.com> PR middle-end/94120 PR testsuite/94533 * g++.dg/declare-pr94120.C: Move test to ... * g++.dg/goacc/declare-pr94120.C: ... here. Add dg-error directives.