This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aldot/fortran-fe-stringpool in repository gcc.
discards a9f50c84742 PR87103: Remove max symbol length check from gfc_new_symbol discards bd3ea192698 Free type-bound procedure structs new 020d5a4cfad Free type-bound procedure structs new 6582ebc620d PR87103: Remove max symbol length check from gfc_new_symbol new bd6cb5a1f97 Tweak locations around CAF simplify new e52b6990b84 Use stringpool on loading module commons new c5be0195c38 Use stringpool noinsert lookup where appropriate new 589fcb4f681 Use stringpool in trans-* new 49310931e4b Use no-insert stringpool lookup in trans-*
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (a9f50c84742) \ N -- N -- N refs/heads/aldot/fortran-fe-stringpool (49310931e4b)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 7 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/fortran/decl.c | 47 +++++++-------- gcc/fortran/gfortran.h | 7 ++- gcc/fortran/iresolve.c | 86 ++++++++++++++++++++++------ gcc/fortran/match.h | 1 - gcc/fortran/module.c | 20 ++----- gcc/fortran/simplify.c | 28 ++++----- gcc/fortran/symbol.c | 2 +- gcc/fortran/trans-common.c | 28 ++++----- gcc/fortran/trans-decl.c | 129 +++++++++++++++++------------------------- gcc/fortran/trans-expr.c | 5 +- gcc/fortran/trans-intrinsic.c | 15 +++-- gcc/fortran/trans-io.c | 27 ++++----- gcc/fortran/trans-openmp.c | 2 +- gcc/fortran/trans-types.c | 65 ++++++++++----------- gcc/fortran/trans.c | 2 +- gcc/fortran/trans.h | 3 - 16 files changed, 235 insertions(+), 232 deletions(-)