[gcc/devel/omp/gcc-11] gcc/ChangeLog.omp: Update for last commit

Tobias Burnus burnus@gcc.gnu.org
Mon Jul 19 17:07:51 GMT 2021


https://gcc.gnu.org/g:e054a4f77840a53d50145ddd73e3f97748bee8e5

commit e054a4f77840a53d50145ddd73e3f97748bee8e5
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Jul 19 15:52:11 2021 +0200

    gcc/ChangeLog.omp: Update for last commit
    
    gcc/
            * ChangeLog.omp: Update for last cherry-pick commit
            'gcc.c: Silence warning in check_offload_target_name'.

Diff:
---
 gcc/ChangeLog.omp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp
index 32972ca9e10..f1fb7fdd01d 100644
--- a/gcc/ChangeLog.omp
+++ b/gcc/ChangeLog.omp
@@ -1,3 +1,11 @@
+2021-06-29  Tobias Burnus  <tobias@codesourcery.com>
+
+	Backported from master:
+	2021-06-29  Tobias Burnus  <tobias@codesourcery.com>
+
+	* gcc.c (check_offload_target_name): Cast len argument to
+	%q.*s to 'int'; avoid -Wstringop-truncation warning.
+
 2021-06-29  Tobias Burnus  <tobias@codesourcery.com>
 
 	Backported from master:


More information about the Gcc-cvs mailing list