This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/78266] broken openacc loop partitioning on nvptx offloading targets
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 07 Aug 2017 17:35:53 +0000
- Subject: [Bug middle-end/78266] broken openacc loop partitioning on nvptx offloading targets
- Auto-submitted: auto-generated
- References: <bug-78266-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78266
--- Comment #9 from Tom de Vries <vries at gcc dot gnu.org> ---
patch with test-suite (In reply to cesar from comment #8)
> Because num_gangs exceeds largest unsigned value that can be represented by
> the induction variable.
I think what you're trying to say here is that the program is not correct. I
haven't found anything in the standard to suggest that this is incorrect.