diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2020-04-13 08:56:03 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2020-04-13 08:56:03 +0200 |
commit | af4c92573dc462a17a6c345756889d28054ed591 (patch) | |
tree | 24816368d3b354d095d8b6e6537ddfe66b595813 /libgomp/ChangeLog | |
parent | bf4b130127771dd706393ffc7709fdbbfe7f2691 (diff) | |
download | gcc-af4c92573dc462a17a6c345756889d28054ed591.zip gcc-af4c92573dc462a17a6c345756889d28054ed591.tar.gz gcc-af4c92573dc462a17a6c345756889d28054ed591.tar.bz2 |
Rename 'libgomp.oacc-c-c++-common/static-dynamic-lifetimes-*' to 'libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-*' [PR92843]
Fix-up for commit be9862dd96945772ae0692bc95b37ec6dbcabda0 "Test cases for
mixed structured/dynamic data lifetimes with OpenACC [PR92843]": it's
"structured", not "static" data lifetimes/reference counters.
libgomp/
PR libgomp/92843
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-1-lib.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-1-lib.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-1.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-1.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-2-lib.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-2-lib.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-2.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-2.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-3-lib.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-3-lib.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-3.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-3.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-4-lib.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-4-lib.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-4.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-4.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-5-lib.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-5-lib.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-5.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-5.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-6-lib.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-6-lib.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-6.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-6.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-7-lib.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-7-lib.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-7.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-7.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-8-lib.c:
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-8-lib.c:
... this.
* testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-8.c::
Rename to...
* testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-8.c:
... this.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index b0f1984..8f351f6 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,71 @@ +2020-04-13 Thomas Schwinge <thomas@codesourcery.com> + + PR libgomp/92843 + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-1-lib.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-1-lib.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-1.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-1.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-2-lib.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-2-lib.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-2.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-2.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-3-lib.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-3-lib.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-3.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-3.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-4-lib.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-4-lib.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-4.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-4.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-5-lib.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-5-lib.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-5.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-5.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-6-lib.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-6-lib.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-6.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-6.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-7-lib.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-7-lib.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-7.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-7.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-8-lib.c: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-8-lib.c: + ... this. + * testsuite/libgomp.oacc-c-c++-common/static-dynamic-lifetimes-8.c:: + Rename to... + * testsuite/libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-8.c: + ... this. + 2020-04-10 Julian Brown <julian@codesourcery.com> Thomas Schwinge <thomas@codesourcery.com> |