This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/got/gcc-5-branch in repository gcc.
discards c3ecb54 Fix Load specific external function addresses via GOT slot discards b2c6fbf Load address of external function from its GOT slot discards f8cd41f Put local/global relocs in rw section for -freloc-rw discards 0659157 Backport struct string_hash from trunk discards 2b6c02b Load specific external function addresses via GOT slot discards b58a151 Generate R_386_GOT32x relocation for -fno-plt -fno-pic discards 4c0c177 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX discards 6cc1fd4 Check $READELF_FOR_TARGET for readelf in configure discards 1f17fa7 Properly handle -fno-plt in ix86_expand_call discards 422bfe0 Add more tests for PR target/66232 discards cbef35f Allow indirect sibcall with register arguments discards f4c4186 * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...] discards b83c3e3 2015-06-04 Sriraman Tallam tmsriram@google.com discards 5e60de3 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...] discards 819bfe8 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt. discards 6b6ce00 Allow indirect branch via GOT slot for x32 discards 246456d Fix PR target/65753 discards dec1033 * calls.c (prepare_call_address): Transform PLT call to GOT [...] adds 38bc362 Daily bump. adds 9048afb /cp 2015-09-08 Paolo Carlini paolo.carlini@oracle.com new 22de8ab * calls.c (prepare_call_address): Transform PLT call to GOT [...] new d7eed43 Fix PR target/65753 new af0f485 Allow indirect branch via GOT slot for x32 new 0676cfa * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt. new d9e7b59 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...] new a29f772 2015-06-04 Sriraman Tallam tmsriram@google.com new 2c5fcde * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...] new c509701 Allow indirect sibcall with register arguments new 1451134 Add more tests for PR target/66232 new 9f0fad3 Properly handle -fno-plt in ix86_expand_call new 0c6b431 Check $READELF_FOR_TARGET for readelf in configure new a58c5da Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX new a8a7384 Generate R_386_GOT32x relocation for -fno-plt -fno-pic new 6d8036e Load specific external function addresses via GOT slot new d2af6b0 Backport struct string_hash from trunk new 2e43f8c Put local/global relocs in rw section for -freloc-rw new ce4b1e7 Load address of external function from its GOT slot
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 (c3ecb54) \ N -- N -- N refs/heads/hjl/got/gcc-5-branch (ce4b1e7)
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 17 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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 ++++++ gcc/cp/pt.c | 5 +++-- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice4.C | 10 ++++++++++ 5 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice4.C