https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119677
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <[email protected]>: https://gcc.gnu.org/g:2de6462c3800ff6a56e3d5ef4108a5de7f0f3757 commit r16-5195-g2de6462c3800ff6a56e3d5ef4108a5de7f0f3757 Author: Tobias Burnus <[email protected]> Date: Wed Nov 12 14:15:43 2025 +0100 libgomp.{c-c++-common,fortran}/target-is-accessible-1.c: Fix testcases for omp_default_device [P119677] Commit r16-5188-g5da963d988e8ea added omp_default_device such that -5 became a conforming device number, but the tests used them to test for as non-conforming number; now -6 is used. libgomp/ChangeLog: PR libgomp/119677 * testsuite/libgomp.c-c++-common/target-is-accessible-1.c: Modify test as -5 is now a conforming device number. * testsuite/libgomp.fortran/target-is-accessible-1.f90: Likewise.
