Daily bump.

This commit is contained in:
GCC Administrator 2021-05-22 00:18:07 +00:00
parent 2bf34b9f4e
commit 907a70be20
4 changed files with 38 additions and 1 deletions

View File

@ -1 +1 @@
20210521
20210522

View 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.

View 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

View 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.