This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/indbr/gcc-5-branch in repository gcc.
discards e3597b7 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt. discards 2762701 * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...] discards 6809d8d Generate indirect branch relocation via GOT discards e3c0218 Check if x86 gas supports indirect branch via GOT discards c85dec2 Add more tests for PR target/66232 discards 8e203c6 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...] discards baa4a2c1 Properly handle -fno-plt in ix86_expand_call discards 34d3e9c Allow indirect sibcall with register arguments discards b2e3ad4 Allow indirect branch via GOT slot for x32 discards b49ae10 2015-06-04 Sriraman Tallam tmsriram@google.com discards 2f86d31 Fix PR target/65753 discards bcd83da * calls.c (prepare_call_address): Transform PLT call to GOT [...] adds dd61457 PR c++/66919 * pt.c (tsubst_copy): Pass complain to mark_us [...] adds b66dfba Daily bump. new 045ed2e * calls.c (prepare_call_address): Transform PLT call to GOT [...] new b95473c Fix PR target/65753 new fad38a0 Allow indirect branch via GOT slot for x32 new 991291d * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt. new c06740d * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...] new ddce735 2015-06-04 Sriraman Tallam tmsriram@google.com new 739f56d * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...] new 442e79d Allow indirect sibcall with register arguments new 2381bc3 Add more tests for PR target/66232 new 19894c6 Properly handle -fno-plt in ix86_expand_call new 3fd7104 Check if x86 gas supports indirect branch via GOT new fd51e76 Generate indirect branch relocation via GOT
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 (e3597b7) \ N -- N -- N refs/heads/hjl/indbr/gcc-5-branch (fd51e76)
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 12 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/config/i386/predicates.md | 7 +++++- gcc/cp/ChangeLog | 5 ++++ gcc/cp/pt.c | 3 ++- gcc/testsuite/g++.dg/cpp1y/auto-fn27.C | 42 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr67215-3.c | 12 +++++++++ 6 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn27.C create mode 100644 gcc/testsuite/gcc.target/i386/pr67215-3.c