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 674ba1d823d Use stringpool for OMP clause reduction code discards ecdb6d5dcbf Free type-bound procedure structs discards 24d2c6f59b5 Use stringpool for mangled common names discards 2a5c56a734e Use stringpool on loading module symbols discards e19e16f3dd0 Use stringpool for intrinsic functions discards a20d0fe22b7 Use stringpool for module binding_label discards 85d09932f62 Use stringpool in class and procedure-pointer result discards 52e068af8e6 Use stringpool for module tbp discards ff010b0f8fa Use stringpool in class et al discards ff5a193a7d4 Use stringpool and unified uppercase handling discards 2d15e58040a Use stringpool for charkind discards b7a6319b19b Use stringpool for iso_fortran_env discards 1714895ebbb Do pointer comparison in iso_c_binding_module discards d55d25e27f9 Use stringpool for iso_c_binding module names discards ae2ed61f266 Fix write_omp_udr for user-operator REDUCTIONs discards 97441a8709c gcc/fortran/ChangeLog: discards 05efcedf9cd Use stringpool for remaining names discards 82cbee454af gdbinit: break on gfc_internal_error discards 292020a75ab Do pointer comparison instead of strcmp discards 6196559fa6e Do not copy name for check_function_name discards bb62bfca808 Use stringpool for modules discards 94e6c5346e0 Add uop/name helpers discards c20c70e9781 Use stringpool for some gfc_code2string return values discards c6716a2ac9b Use stringpool for association_list discards 848def17fdb Use stringpool for gfc_match("%n") discards e0f43572dc7 Use stringpool for gfc_match_generic_spec discards 595fba65aef Use stringpool for gfc_get_name discards 0ec476167c1 use gfc_get_string in gfc_match_defined_op_name() discards b66f5daf09d PR52665 do not let .ident confuse assembler scan tests discards 13aa5a33c86 testsuite: Fix check_missing_uclibc_feature contitional discards adf529d9256 libssp: enable vsnprintf for uClibc discards c6a9b1d614d Fix libgcc i386 linux-unwind for uClibc new 411becfb9a7 gdbinit: break on gfc_internal_error new 5a016952e66 Use stringpool for gfc_match_defined_op_name() new c3ffc702500 Use stringpool for gfc_get_name new e4bee83a044 Use stringpool for gfc_match_generic_spec new f98a491652c Use stringpool for gfc_match("%n") new d06eda6e8e1 Use stringpool for association_list new db435c83022 Use stringpool for some gfc_code2string return values new b1f40884cb5 Add uop/name helpers new bebe35278aa Use stringpool for modules new ae28c710adf Do not copy name for check_function_name new 45bc2913fff Do pointer comparison instead of strcmp new 6bf6ae9ef4b Use stringpool for remaining names new e065bc18679 Use stringpool for intrinsics and common new ddde8366e7e Fix write_omp_udr for user-operator REDUCTIONs new 61612efcb11 Use stringpool for iso_c_binding module names new 409c8ea5260 Do pointer comparison in iso_c_binding_module new 4b4d7ddb416 Use stringpool for iso_fortran_env new c9cba284bf6 Use stringpool for charkind new 828d3aa2a39 Use stringpool and unified uppercase handling for types new 510bc57a31e Use stringpool in class et al new 5d20714c3d9 Use stringpool for module tbp new cbd2f6cb48c Use stringpool in class and procedure-pointer result new 8a33d0b704b Use stringpool for module binding_label new f6a6e6d8832 Use stringpool for intrinsic functions new 88ab333532b Use stringpool on loading module symbols new 6ce97751342 Use stringpool for mangled common names new 671e2ea8bfd Use stringpool for OMP clause reduction code new 39602e51c30 Free type-bound procedure structs new ec57bf59885 PR87103: Remove max symbol length check from gfc_new_symbol
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 (674ba1d823d) \ N -- N -- N refs/heads/aldot/fortran-fe-stringpool (ec57bf59885)
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 29 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/expr.c | 4 +++- gcc/fortran/iresolve.c | 5 ++++- gcc/fortran/symbol.c | 16 ---------------- gcc/testsuite/c-c++-common/ident-0a.c | 6 ------ gcc/testsuite/c-c++-common/ident-0b.c | 10 ---------- gcc/testsuite/c-c++-common/ident-1a.c | 8 -------- gcc/testsuite/c-c++-common/ident-1b.c | 7 ------- gcc/testsuite/c-c++-common/ident-2a.c | 6 ------ gcc/testsuite/c-c++-common/ident-2b.c | 7 ------- gcc/testsuite/lib/gcc-dg.exp | 8 +++----- gcc/testsuite/lib/target-supports.exp | 10 ++-------- libgcc/config/i386/linux-unwind.h | 5 ++--- libssp/configure | 9 ++------- libssp/configure.ac | 5 ----- 14 files changed, 16 insertions(+), 90 deletions(-) delete mode 100644 gcc/testsuite/c-c++-common/ident-0a.c delete mode 100644 gcc/testsuite/c-c++-common/ident-0b.c delete mode 100644 gcc/testsuite/c-c++-common/ident-1a.c delete mode 100644 gcc/testsuite/c-c++-common/ident-1b.c delete mode 100644 gcc/testsuite/c-c++-common/ident-2a.c delete mode 100644 gcc/testsuite/c-c++-common/ident-2b.c