This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from acc4bcd0f8d Daily bump. new ede01bd9adf dwarf2out: Fix up dwarf2out_next_real_insn caching [PR96729] new e24dbeeb786 fortran: Fix o'...' boz to integer/real conversions [PR96859] new 591a05e2027 lto: Cache location_ts including BLOCKs in GIMPLE streaming [...] new 38a13f9f70c c++: Disable -frounding-math during manifestly constant eva [...] new 3dfe9836563 c++: Fix another PCH hash_map issue [PR96901] new 89e762d9599 lto: Ensure we force a change for file/line/column after cl [...] new 271bdeba2fa lto: Remove stream_input_location_now new c448a549684 lto: Stream edge goto_locus [PR94235] new ceabd8fc7c2 lto: Stream current working directory for first streamed re [...] new e8c926f775c * lto-streamer.h (LTO_minor_version): Bump. new e4ad7ee3acc lto: Fix up lto BLOCK tree streaming new 2524961677e Adjust email address
The 12 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/ada/ChangeLog | 6 +- gcc/cp/constexpr.c | 4 +- gcc/dwarf2out.c | 36 ++- gcc/fortran/check.c | 8 +- gcc/gimple-streamer-in.c | 19 +- gcc/gimple-streamer-out.c | 12 +- gcc/gimple.h | 16 + gcc/lto-streamer-in.c | 433 +++++++++++++++++++++++---- gcc/lto-streamer-out.c | 130 ++++++-- gcc/lto-streamer.c | 1 + gcc/lto-streamer.h | 22 +- gcc/streamer-hooks.h | 14 +- gcc/testsuite/ChangeLog | 4 +- gcc/testsuite/g++.dg/cpp1z/constexpr-96862.C | 20 ++ gcc/testsuite/gfortran.dg/pr96859.f90 | 25 ++ gcc/tree.h | 5 + 16 files changed, 612 insertions(+), 143 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-96862.C create mode 100644 gcc/testsuite/gfortran.dg/pr96859.f90