This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/master in repository gcc.
discards c714117 Define TARGET_FUNCTION_INCOMING_ARG_RTL for x86 discards cd9a1e3 Implement x86 interrupt attribute discards df07452 Add TARGET_FUNCTION_INCOMING_ARG_RTL adds ac0e38f 2015-11-21 Steven G. Kargl kargl@gcc.gnu.org adds 253279a 2015-11-21 Steven G. Kargl kargl@gcc.gnu.org adds e469587 * lto-symtab.c (warn_type_compatibility_p): Do not set ODR m [...] adds fc7464a * lto.c (iterative_hash_canonical_type): Always recurse for [...] adds 42354d3 Daily bump. new e80184f Add TARGET_FUNCTION_INCOMING_ARG_RTL new c8cb04c Implement x86 interrupt attribute new 180772a Define TARGET_FUNCTION_INCOMING_ARG_RTL for x86
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 (c714117) \ N -- N -- N refs/heads/hjl/interrupt/master (180772a)
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 3 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 | 15 ++++ gcc/DATESTAMP | 2 +- gcc/alias.c | 95 ++++++++++++++++----- gcc/fortran/ChangeLog | 13 +++ gcc/fortran/intrinsic.c | 8 +- gcc/fortran/intrinsic.h | 1 + gcc/fortran/simplify.c | 106 +++++++++++++++++++++++- gcc/lto/ChangeLog | 12 +++ gcc/lto/lto-symtab.c | 27 +++--- gcc/lto/lto.c | 13 ++- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gfortran.dg/simplify_cshift_1.f90 | 46 ++++++++++ gcc/tree.c | 22 ++++- 13 files changed, 319 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/simplify_cshift_1.f90