diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-09-20 00:17:55 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-09-20 00:17:55 +0000 |
commit | 590a8bec3ed92118e084b0a1897d3314a666170e (patch) | |
tree | 905af040608cac7b2b074d573f758856ae57d6fe /libgomp | |
parent | 6c33fade75a76fa29908fad411b76a3670376152 (diff) | |
download | gcc-590a8bec3ed92118e084b0a1897d3314a666170e.zip gcc-590a8bec3ed92118e084b0a1897d3314a666170e.tar.gz gcc-590a8bec3ed92118e084b0a1897d3314a666170e.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 840574a..b14b244 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2023-09-19 Jakub Jelinek <jakub@redhat.com> + + PR libgomp/111413 + * env.c (initialize_env): Don't dereference environ if it is NULL. + Reindent. + 2023-09-18 Richard Biener <rguenther@suse.de> PR tree-optimization/111294 |