This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gccgo in repository gcc.
from bda4a41 Merge from trunk revision 243445. adds cd76903 Introduce emit_status::ensure_regno_capacity adds 92fe884 PR c++/78551 * constexpr.c (extract_string_elt): New. Brok [...] adds d2dec8e * es.po: Update. adds 6421535 * gcc.target/i386/i386.h (HARD_REGNO_NREGS): Use GENERAL_REG [...] adds 8da6e78 This patch fixes an issue in aarch64_classify_address. TImod [...] new 1e0cfd0 runtime: mark non-x86 aeshashbody parameters as unused new 3d33cdf Merge from trunk revision 243459.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 21 + gcc/config/aarch64/aarch64.c | 5 +- gcc/config/i386/i386.h | 19 +- gcc/cp/ChangeLog | 8 + gcc/cp/constexpr.c | 61 +- gcc/emit-rtl.c | 48 +- gcc/function.h | 2 + gcc/go/gofrontend/MERGE | 2 +- gcc/po/ChangeLog | 4 + gcc/po/es.po | 2088 ++++++++++++++++------------------ gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/cpp1y/pr78551.C | 32 + libgo/runtime/aeshash.c | 5 +- 13 files changed, 1134 insertions(+), 1171 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr78551.C