This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch roland/7/pr77609 in repository gcc.
discards 005205fb68a PR other/77609: Let the assembler choose ELF section types [...] adds 61ef9ca77cb Daily bump. adds b42b4fa94d8 PR c++/84520 - ICE with generic lambda in NSDMI. adds f0951744f30 PR c++/84441 - ICE with base initialized from ?: adds 70ec27f783b PR c++/84496 - ICE with generic lambda in lambda. new 69561f53710 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 (005205fb68a) \ N -- N -- N refs/heads/roland/7/pr77609 (69561f53710)
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 | 7 +++- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 15 ++++++++ gcc/cp/call.c | 9 +++++ gcc/cp/lambda.c | 5 ++- gcc/cp/pt.c | 26 ++++++------- gcc/testsuite/g++.dg/cpp0x/elision3.C | 21 +++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C | 8 ++++ gcc/testsuite/g++.dg/cpp1y/pr84496.C | 44 ++++++++++++++++++++++ gcc/varasm.c | 19 +++++++++- 10 files changed, 139 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/elision3.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84496.C