https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85220
Bug ID: 85220
Summary: [meta-bug, nvptx] Run trunk with og7 openacc testcases
and analyze execution failures
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: vries at gcc dot gnu.org
Target Milestone: ---
OpenACC for nvptx development has been going on in the development branch
openacc-gcc-7-branch (og7 for short). [ And before that, in gomp-4_0-branch. ]
The test-cases in the og7 branch may uncover problems in trunk, for which no
upstream PR exists (f.i., in the case of broadcast-1.c, a patch attempting to
fix a problem was submitted for trunk, and then committed to og7, without
opening a PR, leaving the problem existing and untracked on trunk. I've just
filed PR85204 - "[nvptx] infinite loop generated" for that one).
We need to run the test-cases from og7 using trunk, and analyze the execution
failures.