aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-12-19 00:27:28 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2019-12-19 00:27:28 +0100
commit601399c0dfc02bf97132816a5b16e14e768c9e5a (patch)
treeeaa5208f0ad406f79cfd01ab06c23214e370a976 /libgomp/ChangeLog
parenta6163563f2ce502bd4ef444bd5de33570bb8eeb1 (diff)
re PR middle-end/86416 ([OpenMP] Offloading - better lto1 error message if mode not supported on offloading target)
PR middle-end/86416 * testsuite/libgomp.c/pr86416-1.c (main): Use L suffixes rather than q or none. * testsuite/libgomp.c/pr86416-2.c (main): Use Q suffixes rather than L or none. From-SVN: r279552
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index e1f6bb4c622..cde315cf966 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,11 @@
+2019-12-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/86416
+ * testsuite/libgomp.c/pr86416-1.c (main): Use L suffixes rather than
+ q or none.
+ * testsuite/libgomp.c/pr86416-2.c (main): Use Q suffixes rather than
+ L or none.
+
2019-12-19 Julian Brown <julian@codesourcery.com>
Maciej W. Rozycki <macro@codesourcery.com>
Tobias Burnus <tobias@codesourcery.com>