This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 4a542a2bdf2 Daily bump.
new 046680b7d76 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a611b5cb00 Remove unused field field_info.fnfields
new 90d499086b Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from 92418a0f1a Automatic date update in version.in
new 441753e0c8 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 7a261482fc Automatic date update in version.in
new fe41779b56 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2f597e6a3f1 [TargetTransformInfo] Remove the extra "default" in a switc [...]
new 1546bf0dbac [AMDGPU] Remove unused function. NFCI.
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:
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 9 ---------
1 file changed, 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6c5d281178 Reinstall the patch "Use EmitPointerWithAlignment to get ali [...]
new 5c4cc68ec0 CodeGen: correct arguments for NSFastEnumeration
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:
include/clang/AST/ASTContext.h | 20 +++++++++++++++++++-
lib/CodeGen/CGObjC.cpp | 30 ++++++++++++++----------------
test/CodeGenObjC/NSFastEnumeration.m | 16 ++++++++++++++++
3 files changed, 49 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGenObjC/NSFastEnumeration.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/x86
in repository binutils-gdb.
discards 87580a7cdc Update _bfd_x86_elf_link_symbol_references_local
adds a5ad232b3e Fix indentation for printing Fortran types with pointers
adds 9e9af4be9f Fortran: Testsuite, fix differences in type naming.
adds e0f86435f8 fortran: Testsuite, fix typos in vla-value.
adds 469412dd9c Remove C/C++ relevant code in Fortran specific file.
adds c7df954fc4 x86: Update comments in elfxx-x86.h
new 14f8e9b6c5 Use 3 bits for type in bfd_link_hash_entry
new 5da74eb651 x86: Properly handle __ehdr_start
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 (87580a7cdc)
\
N -- N -- N refs/heads/users/hjl/x86 (5da74eb651)
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 2 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:
bfd/ChangeLog | 4 ++
bfd/elf32-i386.c | 20 +++++----
bfd/elf64-x86-64.c | 16 ++++---
bfd/elfxx-x86.c | 60 +++++++++++++++------------
bfd/elfxx-x86.h | 7 +++-
gdb/ChangeLog | 12 ++++++
gdb/f-typeprint.c | 8 ++--
gdb/f-valprint.c | 18 +-------
gdb/testsuite/ChangeLog | 23 ++++++++++
gdb/testsuite/gdb.fortran/printing-types.exp | 35 ++++++++++++++++
gdb/testsuite/gdb.fortran/printing-types.f90 | 27 ++++++++++++
gdb/testsuite/gdb.fortran/ptr-indentation.exp | 41 ++++++++++++++++++
gdb/testsuite/gdb.fortran/ptr-indentation.f90 | 30 ++++++++++++++
gdb/testsuite/gdb.fortran/vla-ptype.exp | 6 +--
gdb/testsuite/gdb.fortran/vla-value.exp | 15 ++++---
gdb/testsuite/gdb.mi/mi-var-child-f.exp | 8 ++--
gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 19 +++++----
include/bfdlink.h | 2 +-
ld/testsuite/ld-i386/i386.exp | 2 +
ld/testsuite/ld-i386/pr22115-1.s | 7 ++++
ld/testsuite/ld-i386/pr22115-1a.d | 13 ++++++
ld/testsuite/ld-i386/pr22115-1b.d | 6 +++
ld/testsuite/ld-x86-64/pr22115-1.s | 7 ++++
ld/testsuite/ld-x86-64/pr22115-1a-x32.d | 13 ++++++
ld/testsuite/ld-x86-64/pr22115-1a.d | 13 ++++++
ld/testsuite/ld-x86-64/pr22115-1b-x32.d | 6 +++
ld/testsuite/ld-x86-64/pr22115-1b.d | 6 +++
ld/testsuite/ld-x86-64/x86-64.exp | 4 ++
28 files changed, 348 insertions(+), 80 deletions(-)
create mode 100644 gdb/testsuite/gdb.fortran/printing-types.exp
create mode 100644 gdb/testsuite/gdb.fortran/printing-types.f90
create mode 100644 gdb/testsuite/gdb.fortran/ptr-indentation.exp
create mode 100644 gdb/testsuite/gdb.fortran/ptr-indentation.f90
create mode 100644 ld/testsuite/ld-i386/pr22115-1.s
create mode 100644 ld/testsuite/ld-i386/pr22115-1a.d
create mode 100644 ld/testsuite/ld-i386/pr22115-1b.d
create mode 100644 ld/testsuite/ld-x86-64/pr22115-1.s
create mode 100644 ld/testsuite/ld-x86-64/pr22115-1a-x32.d
create mode 100644 ld/testsuite/ld-x86-64/pr22115-1a.d
create mode 100644 ld/testsuite/ld-x86-64/pr22115-1b-x32.d
create mode 100644 ld/testsuite/ld-x86-64/pr22115-1b.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from c7df954fc4 x86: Update comments in elfxx-x86.h
new a611b5cb00 Remove unused field field_info.fnfields
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 19969b8b8fb [TargetTransformInfo] Add a new public interface getInstruc [...]
new f5858045aa0 bpf: proper print imm64 expression in inst printer
new 2f597e6a3f1 [TargetTransformInfo] Remove the extra "default" in a switc [...]
The 2 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:
include/llvm/Analysis/TargetTransformInfo.h | 6 ++----
lib/Target/BPF/BPFInstrInfo.td | 2 +-
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp | 4 +++-
3 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ca9fb91c636 Fix date
new 4edbdd46704 PR c++/70029 - ICE with ref-qualifier and -flto gcc/ * la [...]
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 | 11 +++++++++++
gcc/attribs.c | 11 ++++++++++-
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/cp-objcp-common.h | 2 ++
gcc/cp/cp-tree.h | 1 +
gcc/cp/tree.c | 15 +++++++++++++++
gcc/langhooks-def.h | 2 ++
gcc/langhooks.h | 4 ++++
.../g++.dg/{torture/pr70029.C => lto/pr70029_0.C} | 4 +---
gcc/tree.c | 4 +---
10 files changed, 54 insertions(+), 7 deletions(-)
copy gcc/testsuite/g++.dg/{torture/pr70029.C => lto/pr70029_0.C} (53%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.