This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch roland/6/pr77609 in repository gcc.
discards 17571017f25 PR other/77609: Let the assembler choose ELF section types [...] adds cd95b30c4e2 Daily bump. adds ae7c5b991df Daily bump. adds ade88f07083 Daily bump. adds 5162579094a Daily bump. adds 7bab1964378 PR middle-end/85496 * expr.c (store_field): In the bitfie [...] adds 5e2b3c1931d 2018-04-23 Aaron Sawdey acsawdey@linux.ibm.com adds 71dc1290829 Daily bump. adds 8412d3b095a 2018-04-24 Steven G. Kargl kargl@gcc.gnu.org adds 87064b32fe4 Daily bump. adds 9e6cb7b8b58 Backport r259265 adds 53a9ce45cfa Backport r259274 adds 0805679f1bc Backport r259429 adds e220382553d Backport r259431 adds 8ce7307a5ff Daily bump. adds c23e2957e45 Daily bump. adds 062ea426b3f Daily bump. new 1ff6779814e PR other/77609: Let the assembler choose ELF section types [...]
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 (17571017f25) \ N -- N -- N refs/heads/roland/6/pr77609 (1ff6779814e)
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 | 34 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000-c.c | 9 ++++++ gcc/expr.c | 5 ++-- gcc/fortran/ChangeLog | 5 ++++ gcc/fortran/decl.c | 6 +++- gcc/ipa-devirt.c | 11 ++++++-- gcc/lto/ChangeLog | 18 ++++++++++++ gcc/lto/lto-symtab.c | 13 +++++++++ gcc/testsuite/ChangeLog | 26 +++++++++++++++++ gcc/testsuite/g++.dg/torture/pr85496.C | 18 ++++++++++++ gcc/testsuite/gcc.dg/lto/pr85248_0.c | 45 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr85248_1.c | 9 ++++++ gcc/testsuite/gcc.target/powerpc/pr83660.C | 14 ++++++++++ gcc/testsuite/gfortran.dg/pr85520.f90 | 7 +++++ 15 files changed, 216 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr85496.C create mode 100644 gcc/testsuite/gcc.dg/lto/pr85248_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr85248_1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr83660.C create mode 100644 gcc/testsuite/gfortran.dg/pr85520.f90