]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 May 2021 00:18:07 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 May 2021 00:18:07 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog
libsanitizer/ChangeLog

index 6e5d5d3afec7dd9b69e0535ed7b943f8148e1953..d128d2a267a5db8d50312222bfd390a98defa9bb 100644 (file)
@@ -1 +1 @@
-20210521
+20210522
index cd3d945cf975654be01218727868c51026cfed1b..50201d29d98473c8c7668eab4e9c9ee9e8e450dc 100644 (file)
@@ -1,3 +1,25 @@
+2021-05-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Process
+       the implementation type of a packed type implemented specially.
+
+2021-05-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/decl.c (gnat_to_gnu_subprog_type): Always translate
+       the Is_Pure flag into the "pure" attribute of GNU C.
+
+2021-05-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/trans.c (Call_to_gnu): Restrict previous change
+       to bitfields whose size is not equal to the type size.
+       (gnat_to_gnu): Likewise.
+
+2021-05-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/trans.c (gnat_to_gnu) <N_Simple_Return_Statement>:
+       Put a SLOC on the assignment from the return value to the return
+       object in the copy-in/copy-out case.
+
 2021-04-27  Release Manager
 
        * GCC 11.1.0 released.
index fc9126ff274a4b2a6bacab9f9a198c89e28b423a..60c48fb4c2f8644afc1ca344f973898c8c4403de 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/derived_type7.adb, gnat.dg/derived_type7.ads: New test.
+
 2021-05-20  Jason Merrill  <jason@redhat.com>
 
        PR c++/100489
index b72d9afe4d94d166984876c9954c0defabcf60ad..9da4130e6579c14a226467b71d42ca229a69d498 100644 (file)
@@ -1,3 +1,14 @@
+2021-05-21  Tamar Christina  <tamar.christina@arm.com>
+
+       Backported from master:
+       2021-05-21  Tamar Christina  <tamar.christina@arm.com>
+
+       PR sanitizer/100379
+       * sanitizer_common/sanitizer_common_interceptors_ioctl.inc: Cherry-pick
+       llvm-project revision f7c5351552387bd43f6ca3631016d7f0dfe0f135.
+       * sanitizer_common/sanitizer_platform_limits_posix.cpp: Likewise.
+       * sanitizer_common/sanitizer_platform_limits_posix.h: Likewise.
+
 2021-04-27  Release Manager
 
        * GCC 11.1.0 released.