This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c80715e761e gcc/ada/
new b50e3690fbc Add ChangeLog entries, missing from last commit
new d44341d9952 2017-10-20 Bob Duff <duff(a)adacore.com>
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:
gcc/ada/ChangeLog | 108 +++++++++++++++++++++
.../building_executable_programs_with_gnat.rst | 14 +--
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 6 +-
gcc/ada/exp_util.adb | 2 +-
gcc/ada/gnat_ugn.texi | 24 ++---
gcc/ada/sem_dim.adb | 8 +-
gcc/ada/sem_elab.adb | 1 +
gcc/ada/sem_type.adb | 5 +-
gcc/ada/sem_util.adb | 2 +-
gcc/ada/sinfo.ads | 2 +-
10 files changed, 131 insertions(+), 41 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 glibc.
from 9ba7e81028 m68k: Update elf_machine_load_address for static PIE
new b6b08b8e21 Add new locale kab_DZ [BZ #18812]
new b9a558e790 resolv: Remove bogus targets that build ga_test
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:
ChangeLog | 12 ++++
localedata/SUPPORTED | 1 +
localedata/locales/kab_DZ | 168 ++++++++++++++++++++++++++++++++++++++++++++++
resolv/Makefile | 6 --
resolv/ga_test.c | 99 ---------------------------
5 files changed, 181 insertions(+), 105 deletions(-)
create mode 100644 localedata/locales/kab_DZ
delete mode 100644 resolv/ga_test.c
--
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 036f37e5160 gcc/ada/
new c80715e761e gcc/ada/
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:
.../building_executable_programs_with_gnat.rst | 4 +-
.../doc/gnat_ugn/gnat_and_program_execution.rst | 16 +++--
gcc/ada/einfo.ads | 2 +-
gcc/ada/exp_ch11.adb | 33 +++++++---
gcc/ada/exp_ch11.ads | 7 ++-
gcc/ada/exp_ch6.adb | 3 +-
gcc/ada/exp_util.adb | 12 +++-
gcc/ada/fe.h | 2 +
gcc/ada/gcc-interface/gigi.h | 4 +-
gcc/ada/gcc-interface/trans.c | 73 ++++++++++------------
gcc/ada/gcc-interface/utils2.c | 24 +++----
gcc/ada/gnat_ugn.texi | 25 +++++---
gcc/ada/sem_ch12.adb | 5 +-
gcc/ada/sem_ch6.adb | 8 +--
gcc/ada/sem_ch8.adb | 4 +-
gcc/ada/sem_dim.adb | 32 ++++++++++
gcc/ada/sem_elab.adb | 36 ++++++++---
gcc/ada/sem_type.adb | 7 +--
gcc/ada/sem_util.adb | 9 +--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gnat.dg/default_pkg_actual.adb | 32 ++++++++++
gcc/testsuite/gnat.dg/default_pkg_actual2.adb | 27 ++++++++
22 files changed, 259 insertions(+), 111 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/default_pkg_actual.adb
create mode 100644 gcc/testsuite/gnat.dg/default_pkg_actual2.adb
--
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 aoliva/pne
in repository gcc.
discards 2bbc03a6949 debug info: partial noentry functions: omp split-out blocks
discards c2f812f0193 debug info: partial noentry functions: partial inlines
new abde4e3d420 debug info: partial noentry functions: partial inlines
new f9f98f1d9ec debug info: partial noentry functions: omp split-out blocks
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 (2bbc03a6949)
\
N -- N -- N refs/heads/aoliva/pne (f9f98f1d9ec)
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:
gcc/tree-inline.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 88f8f008102 Revert "[mips] Reordering callseq* nodes to be linear"
new 0c8405ae084 X86 Tests: Add tests for vector permutes with variable indi [...]
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:
test/CodeGen/X86/var-permute-128.ll | 392 ++++++++++
test/CodeGen/X86/var-permute-256.ll | 720 +++++++++++++++++
test/CodeGen/X86/var-permute-512.ll | 1472 +++++++++++++++++++++++++++++++++++
3 files changed, 2584 insertions(+)
create mode 100644 test/CodeGen/X86/var-permute-128.ll
create mode 100644 test/CodeGen/X86/var-permute-256.ll
create mode 100644 test/CodeGen/X86/var-permute-512.ll
--
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 cd1a4900634 2017-10-20 Bob Duff <duff(a)adacore.com>
new 036f37e5160 gcc/ada/
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/ada/ChangeLog | 32 +++++++++++++++++++++++++++
gcc/ada/bindgen.adb | 35 +++++++++++++++++++-----------
gcc/ada/debug.adb | 2 +-
gcc/ada/einfo.ads | 6 +++---
gcc/ada/exp_aggr.adb | 1 +
gcc/ada/exp_attr.adb | 1 -
gcc/ada/exp_ch3.adb | 25 +++++++++++----------
gcc/ada/exp_ch4.adb | 3 +++
gcc/ada/exp_ch6.adb | 10 ++++++---
gcc/ada/exp_ch9.adb | 42 ++++++++++++++++++------------------
gcc/ada/exp_util.adb | 5 ++++-
gcc/ada/lib.ads | 11 ++++++----
gcc/ada/libgnat/s-parame.adb | 2 ++
gcc/ada/sem_ch12.adb | 3 +--
gcc/ada/sem_ch4.adb | 16 +++++++++++++-
gcc/ada/sem_dim.adb | 26 ++++++++--------------
gcc/ada/sem_prag.adb | 28 +++++++++++-------------
gcc/ada/sem_res.adb | 5 ++---
gcc/ada/switch-c.adb | 1 -
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/dimensions.adb | 5 +++++
gcc/testsuite/gnat.dg/dimensions.ads | 29 +++++++++++++++++++++++++
22 files changed, 195 insertions(+), 97 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/dimensions.adb
create mode 100644 gcc/testsuite/gnat.dg/dimensions.ads
--
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 gcc-7-branch
in repository gcc.
from 375b63deea7 2017-10-20 Richard Biener <rguenther(a)suse.de>
new d4670a6a4c9 Fix path::iterator post-increment and post-decrement
new 6ca0ec75db0 PR libstdc++/79433 no #error for including headers with wrong -std
new 6b65a53b7a4 PR libstdc++/82481 Suppress clang-tidy warnings
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:
libstdc++-v3/ChangeLog | 52 ++++++++++++++++++++++
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 28 ++++++++----
libstdc++-v3/include/Makefile.am | 1 -
libstdc++-v3/include/Makefile.in | 1 -
libstdc++-v3/include/bits/c++17_warning.h | 37 ---------------
libstdc++-v3/include/bits/string_view.tcc | 4 +-
libstdc++-v3/include/experimental/bits/fs_path.h | 4 +-
libstdc++-v3/include/std/any | 6 +--
libstdc++-v3/include/std/mutex | 10 ++++-
libstdc++-v3/include/std/numeric | 5 ++-
libstdc++-v3/include/std/optional | 8 ++--
libstdc++-v3/include/std/shared_mutex | 6 +--
libstdc++-v3/include/std/string_view | 6 +--
libstdc++-v3/include/std/variant | 6 +--
.../testsuite/20_util/optional/cons/value_neg.cc | 6 +--
libstdc++-v3/testsuite/26_numerics/gcd/1.cc | 4 +-
libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 8 ++--
libstdc++-v3/testsuite/26_numerics/lcm/1.cc | 4 +-
libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 8 ++--
.../scoped_lock/requirements/typedefs.cc | 2 +-
.../experimental/filesystem/path/itr/traversal.cc | 19 ++++++++
21 files changed, 137 insertions(+), 88 deletions(-)
delete mode 100644 libstdc++-v3/include/bits/c++17_warning.h
--
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 15763a09d4 Fix 'gdb.base/quit.exp hangs forever' if the test fails
new 2712ce2e65 Introduce new_bfd_ref
new 06d5bbc8e5 Use "new" to allocate gdb_bfd_data
new d5833c62d9 Use std::vector in gdb_bfd_data
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:
gdb/ChangeLog | 23 ++++++++++++
gdb/exec.c | 3 +-
gdb/gdb_bfd.c | 103 ++++++++++++++++++++++--------------------------------
gdb/gdb_bfd.h | 10 ++++++
gdb/symfile-mem.c | 3 +-
5 files changed, 77 insertions(+), 65 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 9b8698ff04b * config/i386/i386.md (isa): Remove fma_avx512f. * config [...]
new cd1a4900634 2017-10-20 Bob Duff <duff(a)adacore.com>
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/ada/ChangeLog | 16 ++++++++++++++++
gcc/ada/exp_ch3.adb | 10 +---------
gcc/ada/exp_ch4.adb | 5 ++++-
gcc/ada/exp_ch6.adb | 9 +++++++++
gcc/ada/sem_ch5.adb | 12 +++++++-----
gcc/ada/sinfo.adb | 16 ++++++++++++++++
gcc/ada/sinfo.ads | 15 ++++++++++++++-
7 files changed, 67 insertions(+), 16 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/backport-tools.
from e610a97 branch-merge-cmp.sh: Make it easier to use, add comments.
new 8b93e26 Add .gitreview file
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:
.gitreview | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 .gitreview
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.