Skip to content

Commit

Permalink
Add missing ChangeLog entry for my last commit
Browse files Browse the repository at this point in the history
libgomp/ChangeLog: Add entry for commit 4bd03ed.
  • Loading branch information
Frederik Harwath committed Jan 24, 2020
1 parent 4bd03ed commit 9e424d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions libgomp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2020-01-24 Frederik Harwath <[email protected]>

* testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c
(expect_device_properties): Remove "expected_free_mem" argument,
change "expected_total_mem" argument type to size_t;
change types of acc_get_property results to size_t,
adapt format strings.
* testsuite/libgomp.oacc-c-c++-common/acc_get_property.c:
Use %zu instead of %zd to print size_t values.
* testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c: Adapt and
rename to ...
* testsuite/libgomp.oacc-c-c++-common/acc_get_property-nvptx.c: ... this.
* testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c: Adapt and
rename to ...
* testsuite/libgomp.oacc-c-c++-common/acc_get_property-host.c: ... this.

2020-01-23 Andrew Stubbs <[email protected]>

* plugin/plugin-gcn.c (parse_target_attributes): Use correct mask for
Expand Down

0 comments on commit 9e424d9

Please sign in to comment.