[Bug testsuite/94533] errors in new test case g++.dg/declare-pr94120.C in r10-7614
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Apr 8 17:56:05 GMT 2020
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 <jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:08d1e7a5aabcf7eeac48bfd99deb80451b8f9974
commit r10-7637-g08d1e7a5aabcf7eeac48bfd99deb80451b8f9974
Author: Jakub Jelinek <jakub@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 <jakub@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.
More information about the Gcc-bugs
mailing list