Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
cb11f3cf
Commit
cb11f3cf
authored
Jan 15, 2016
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jan 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* task.c (GOMP_PLUGIN_target_task_completion): Add missing return.
From-SVN: r232447
parent
49abe076
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
libgomp/ChangeLog
+4
-0
libgomp/task.c
+1
-0
No files found.
libgomp/ChangeLog
View file @
cb11f3cf
2016-01-15 Jakub Jelinek <jakub@redhat.com>
* task.c (GOMP_PLUGIN_target_task_completion): Add missing return.
2016-01-15 Cesar Philippidis <cesar@codesourcery.com>
* testsuite/libgomp.oacc-fortran/kernels-data.f90: New test.
...
...
libgomp/task.c
View file @
cb11f3cf
...
...
@@ -579,6 +579,7 @@ GOMP_PLUGIN_target_task_completion (void *data)
{
ttask
->
state
=
GOMP_TARGET_TASK_FINISHED
;
gomp_mutex_unlock
(
&
team
->
task_lock
);
return
;
}
ttask
->
state
=
GOMP_TARGET_TASK_FINISHED
;
gomp_target_task_completion
(
team
,
task
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment