This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81842 in repository gcc.
discards 779ae23c535 Add ix86_check_ucontext_function_reference discards bb23feebdfe Check ucontext function calls with SHSTK adds 0c68e09c306 2017-12-10 Dominique d'Humieres dominiq@lps.ens.fr adds 39ab0bf27f0 * ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. adds acc439b3082 * ChangeLog: Fix whitespace some more. new 58c9db6ed02 Add ix86_check_ucontext_function_reference
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 (779ae23c535) \ N -- N -- N refs/heads/hjl/pr81842 (58c9db6ed02)
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 1 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 | 63 +++++++++++----------- gcc/config/i386/i386.c | 55 ++++++++----------- gcc/config/i386/i386.opt | 2 +- gcc/config/i386/linux-common.h | 3 +- gcc/fortran/ChangeLog | 9 ++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/resolve.c | 12 ++--- gcc/fortran/symbol.c | 23 ++++++++ gcc/testsuite/ChangeLog | 19 +++++-- .../gfortran.dg/binding_label_tests_10_main.f03 | 5 +- .../gfortran.dg/binding_label_tests_11_main.f03 | 5 +- .../gfortran.dg/binding_label_tests_13_main.f03 | 5 +- .../gfortran.dg/binding_label_tests_29.f90 | 13 +++++ .../gfortran.dg/binding_label_tests_4.f03 | 4 +- .../gfortran.dg/binding_label_tests_6.f03 | 4 +- .../gfortran.dg/binding_label_tests_7.f03 | 4 +- .../gfortran.dg/binding_label_tests_8.f03 | 4 +- .../test_common_binding_labels_3_main.f03 | 5 +- 18 files changed, 140 insertions(+), 96 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/binding_label_tests_29.f90