This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 015becc 2017-01-23 Justin Squirek <squirek(a)adacore.com>
new d95b8c8 2017-01-23 Thomas Quinot <quinot(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 | 13 +
gcc/ada/debug.adb | 6 +-
gcc/ada/freeze.adb | 6 +-
gcc/ada/sem_ch13.adb | 662 ++++++++++++++++++++++++++-------------------------
gcc/ada/sem_ch13.ads | 5 +-
5 files changed, 364 insertions(+), 328 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 binutils-2_28-branch
in repository binutils-gdb.
from be86488 Automatic date update in version.in
new 7d94681 PR ld/20828: Relax symbol ordering in tests
new b70d100 PR ld/20828: Remove leading `_' from symbols used in tests
new f1e1be6 PR ld/20828: Work around RISC-V failures
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:
ld/ChangeLog | 26 ++++++++++++++++++++++++++
ld/testsuite/ld-elf/pr20828-1.sd | 12 ------------
ld/testsuite/ld-elf/pr20828-2a.sd | 9 ---------
ld/testsuite/ld-elf/pr20828-2b.sd | 7 -------
ld/testsuite/ld-elf/pr20828-a.sd | 9 +++++++++
ld/testsuite/ld-elf/pr20828-b.sd | 9 +++++++++
ld/testsuite/ld-elf/pr20828-c.sd | 7 +++++++
ld/testsuite/ld-elf/pr20828.ld | 5 +++--
ld/testsuite/ld-elf/pr20828.ver | 2 +-
ld/testsuite/ld-elf/shared.exp | 10 ++++++----
10 files changed, 61 insertions(+), 35 deletions(-)
delete mode 100644 ld/testsuite/ld-elf/pr20828-1.sd
delete mode 100644 ld/testsuite/ld-elf/pr20828-2a.sd
delete mode 100644 ld/testsuite/ld-elf/pr20828-2b.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-a.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-b.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-c.sd
--
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 47cdd6d 2017-01-23 Hristian Kirtchev <kirtchev(a)adacore.com>
new f2451ea 2017-01-23 Claire Dross <dross(a)adacore.com>
new 5f2dd17 2017-01-23 Claire Dross <dross(a)adacore.com>
new 3dd70a5 2017-01-23 Hristian Kirtchev <kirtchev(a)adacore.com>
new b7a7c26 [testsuite] Fix FAIL: gcc.dg/lto/pr69188 on bare-metal targets
new 54b9149 2017-01-23 Ed Schonberg <schonberg(a)adacore.com>
new cdc2420 Fix typo.
new fc1dbe3 2017-01-23 Eric Botcazou <ebotcazou(a)adacore.com>
new 0d10502 2017-01-23 Ed Schonberg <schonberg(a)adacore.com>
new 83c20495 Minor reformatting.
new 015becc 2017-01-23 Justin Squirek <squirek(a)adacore.com>
The 10 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 | 111 ++++++++++
gcc/ada/checks.adb | 8 +-
gcc/ada/exp_attr.adb | 6 +-
gcc/ada/exp_ch3.adb | 41 ++--
gcc/ada/exp_ch5.adb | 122 +++++++++++
gcc/ada/exp_spark.adb | 75 +++++++
gcc/ada/exp_util.adb | 1 +
gcc/ada/freeze.adb | 77 ++++++-
gcc/ada/g-debpoo.adb | 25 ++-
gcc/ada/par-ch4.adb | 23 +-
gcc/ada/scans.ads | 21 +-
gcc/ada/scn.adb | 10 +-
gcc/ada/scng.adb | 20 +-
gcc/ada/scng.ads | 6 +-
gcc/ada/scos.ads | 11 +-
gcc/ada/sem.adb | 3 +
gcc/ada/sem_aggr.adb | 17 +-
gcc/ada/sem_ch3.adb | 107 ++++++---
gcc/ada/sem_ch5.adb | 45 ++++
gcc/ada/sem_ch5.ads | 3 +-
gcc/ada/sem_ch6.adb | 37 +++-
gcc/ada/sem_ch9.adb | 1 +
gcc/ada/sem_prag.adb | 411 +++++++++++++++++++++++++----------
gcc/ada/sem_res.adb | 21 +-
gcc/ada/sem_util.adb | 1 +
gcc/ada/sem_warn.adb | 8 +-
gcc/ada/sinfo.adb | 16 ++
gcc/ada/sinfo.ads | 34 +++
gcc/ada/sprint.adb | 3 +
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/lto/pr69188_0.c | 1 +
31 files changed, 1055 insertions(+), 214 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 binutils-gdb.
from 9966f7e [ld, testsuite] Honor cflags when GCC used as linker driver
new adcbdc6 PR ld/20828: Relax symbol ordering in tests
new fda46c4 PR ld/20828: Remove leading `_' from symbols used in tests
new 1e5f45b PR ld/20828: Work around RISC-V failures
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:
ld/ChangeLog | 26 ++++++++++++++++++++++++++
ld/testsuite/ld-elf/pr20828-1.sd | 12 ------------
ld/testsuite/ld-elf/pr20828-2a.sd | 9 ---------
ld/testsuite/ld-elf/pr20828-2b.sd | 7 -------
ld/testsuite/ld-elf/pr20828-a.sd | 9 +++++++++
ld/testsuite/ld-elf/pr20828-b.sd | 9 +++++++++
ld/testsuite/ld-elf/pr20828-c.sd | 7 +++++++
ld/testsuite/ld-elf/pr20828.ld | 5 +++--
ld/testsuite/ld-elf/pr20828.ver | 2 +-
ld/testsuite/ld-elf/shared.exp | 10 ++++++----
10 files changed, 61 insertions(+), 35 deletions(-)
delete mode 100644 ld/testsuite/ld-elf/pr20828-1.sd
delete mode 100644 ld/testsuite/ld-elf/pr20828-2a.sd
delete mode 100644 ld/testsuite/ld-elf/pr20828-2b.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-a.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-b.sd
create mode 100644 ld/testsuite/ld-elf/pr20828-c.sd
--
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 aa52124 Revert fix for PR lto/79061 due to this regresses compile-tim [...]
new e3319ab 2017-01-23 Bob Duff <duff(a)adacore.com>
new 47cdd6d 2017-01-23 Hristian Kirtchev <kirtchev(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 | 31 ++++++++++++++++++++++++++
gcc/ada/a-wtenau.adb | 4 +---
gcc/ada/exp_ch3.adb | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/exp_ch9.adb | 7 +++---
gcc/ada/par-endh.adb | 3 +--
gcc/ada/sem_prag.adb | 2 +-
gcc/ada/sem_res.adb | 10 +++++++--
gcc/ada/sem_type.adb | 1 -
gcc/ada/sem_util.adb | 5 ++++-
9 files changed, 110 insertions(+), 14 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 b65ffce This test apparently requires an x86 target and is failing on [...]
new 70a34a8 [InstCombine][SSE] Tests showing missed opportunities to cons [...]
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/Transforms/InstCombine/x86-muldq.ll | 58 ++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
--
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 84b58c2 ASTImporter: quick test fix
new ed28a0f ASTImporter: fix tests on Windows with removing slashed parts [...]
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/ASTMerge/class-template-partial-spec/test.cpp | 18 +++++++++---------
1 file changed, 9 insertions(+), 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 6cd9d18 ASTImporter: add forgotten tests for rL292776
new 84b58c2 ASTImporter: quick test fix
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/ASTMerge/class-template-partial-spec/test.cpp | 18 +++++++++---------
1 file changed, 9 insertions(+), 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 c7189f0 ASTImporter: improve support for C++ templates
new 6cd9d18 ASTImporter: add forgotten tests for rL292776
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:
.../Inputs/class-template-partial-spec1.cpp | 118 +++++++++++++++++++++
.../Inputs/class-template-partial-spec2.cpp | 79 ++++++++++++++
test/ASTMerge/class-template-partial-spec/test.cpp | 25 +++++
3 files changed, 222 insertions(+)
create mode 100644 test/ASTMerge/class-template-partial-spec/Inputs/class-template [...]
create mode 100644 test/ASTMerge/class-template-partial-spec/Inputs/class-template [...]
create mode 100644 test/ASTMerge/class-template-partial-spec/test.cpp
--
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 dcd310a Automatic date update in version.in
new 9966f7e [ld, testsuite] Honor cflags when GCC used as linker driver
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:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-unique/unique.exp | 11 ++++++++++-
ld/testsuite/lib/ld-lib.exp | 13 ++++++++++++-
3 files changed, 28 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.