This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 40a35c5 2016-02-29 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new bb11483 gensupport: Fix define_subst operand renumbering.
new e84de99 S/390: Use enabled attribute overrides to disable alternatives.
new 6191f2a S/390: Get rid of Y constraint in rotate patterns.
new 6813256 S/390: Get rid of Y constraint in left and logical right shi [...]
new 07e404a S/390: Get rid of Y constraint in arithmetic right shift patterns.
new ad67055 S/390: Get rid of Y constraint in tabort.
new abd3f11 S/390: Get rid of Y constraint in vector.md.
new defae54 S/390: Use define_subst for the setmem patterns.
new a25e52e S/390: Disallow SImode in s390_decompose_address
The 9 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 | 110 +++++++++
gcc/config/s390/constraints.md | 9 +
gcc/config/s390/predicates.md | 10 +
gcc/config/s390/s390.c | 31 ++-
gcc/config/s390/s390.md | 530 ++++++++++++++---------------------------
gcc/config/s390/subst.md | 147 ++++++++++++
gcc/config/s390/vector.md | 125 +++++-----
gcc/gensupport.c | 45 ++--
8 files changed, 561 insertions(+), 446 deletions(-)
create mode 100644 gcc/config/s390/subst.md
--
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 linaro
in repository dejagnu.
from 5041d9d Move entry to correct location by date
new 68b98b3 Fix handling of Foundation Model
new 20db566 Add entry: Fix return code when using the Foundation Model wh [...]
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 | 5 +++++
config/aarch64-fv8.exp | 11 ++++++++++-
2 files changed, 15 insertions(+), 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.
bernie.ogden pushed a change to branch bernie/trust
in repository toolchain/abe.
from de69e4a Expose keys in CLI interface
adds f6c3168 Benchmark.sh: Default trust based on IP
adds 860c5fd Benchmark.sh: Permit user override of TRUST
No new revisions were added by this update.
Summary of changes:
scripts/Benchmark.sh | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 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.
bernie.ogden pushed a change to branch bernie-silent
in repository toolchain/abe.
at cb16eae Send all output to /dev/null
This branch includes the following new commits:
new f6c3168 Benchmark.sh: Default trust based on IP
new 860c5fd Benchmark.sh: Permit user override of TRUST
new cb16eae Send all output to /dev/null
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.
--
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 4edc90b Fix PR c++/69961 (invalid ctor call with dependent args)
new 40a35c5 2016-02-29 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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/testsuite/ChangeLog | 6 ++++++
.../gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c | 2 +-
2 files changed, 7 insertions(+), 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 linaro
in repository dejagnu.
from fe9ff36 Work around problem with ControlPersist and SCP.
new 92e2939 * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
new 108bcff * doc/dejagnu.xml: Update month and year. * doc/user.xml: L [...]
new 5831688 * doc/user.xml: Fix runtest output formatting in <programlisting>.
new e366f17 * doc/dejagnu.texi: Regenerate.
new 995b376 * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR [...]
new 951e1e0 * doc/user.xml (Summary File): 'untested', not 'runtested'. [...]
new ffa08d6 * lib/framework.exp (note): Remove old commented-out code.
new 53ce76e * runtest.exp (usage): Sort options in usage.
new aee765c * runtest.exp (usage): Improve help text.
new 85058d7 * runtest.exp: Refer to "DejaGnu version", not "Framework v [...]
new 75f7377 * testsuite/runtest.all/options.exp: Remove some commented code.
new e8e0d86 * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
new a5ccc19 * config/unix.exp: Add ability to set test timeout from site [...]
new 57b21e0 * Makefile.am (baseboard_DATA): Add missing rx-sim.exp. * M [...]
new a929e44 * doc/runtest.1: Miscellaneous minor improvements.
new afbf740 * doc/dejagnu.xml: Begin overhauling. * doc/ref.xml: Likewi [...]
new 5041d9d Move entry to correct location by date
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:
ChangeLog | 75 ++
Makefile.am | 1 +
Makefile.in | 1 +
baseboards/multi-sim.exp | 7 +-
config/unix.exp | 8 +-
doc/dejagnu.texi | 2242 ++++++++++---------------------------
doc/dejagnu.xml | 278 ++---
doc/ref.xml | 330 +-----
doc/runtest.1 | 17 +-
doc/user.xml | 1542 ++++++++-----------------
lib/framework.exp | 7 -
lib/target.exp | 5 +
runtest.exp | 30 +-
testsuite/runtest.all/options.exp | 11 +-
14 files changed, 1261 insertions(+), 3293 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.
robert.savoye pushed a change to branch master
in repository toolchain/expect.
at 38811e1 Fix leaking file descriptors, reference https://bugzilla.redh [...]
This branch includes the following new commits:
new d09768a Import of Expect 5.45
new 38811e1 Fix leaking file descriptors, reference https://bugzilla.redh [...]
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.
--
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 1ed1f69 PR preprocessor/69985: fix ICE with long lines in -Wformat
new 4edc90b Fix PR c++/69961 (invalid ctor call with dependent args)
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/cp/ChangeLog | 7 +++++++
gcc/cp/pt.c | 10 +++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/template/pr69961a.C | 25 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/pr69961b.C | 15 +++++++++++++++
5 files changed, 62 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/pr69961a.C
create mode 100644 gcc/testsuite/g++.dg/template/pr69961b.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 b9b2082 PR target/69706 * config/sparc/sparc.c (NWORDS_UP): Rename [...]
new 1ed1f69 PR preprocessor/69985: fix ICE with long lines in -Wformat
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/cpp/pr69985.c | 7 +++++++
libcpp/ChangeLog | 9 +++++++++
libcpp/line-map.c | 17 +++++++++--------
4 files changed, 30 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/cpp/pr69985.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 3643e74 Daily bump.
new b9b2082 PR target/69706 * config/sparc/sparc.c (NWORDS_UP): Rename [...]
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 | 12 +++++++++++-
gcc/config/sparc/sparc.c | 18 +++++++++---------
2 files changed, 20 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.