This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a44c6efbc06 Adding an STL-like type trait that is duplicated in multipl [...]
new 76db70958e4 Speculatively fixing the build; it seems add_pointer_t and [...]
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/llvm/ADT/STLExtras.h | 3 ++-
1 file changed, 2 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 master
in repository gcc.
from f3c59f1b824 * config.gcc (hppa*-*-linux*): Add pa/t-pa to tmake_file. [...]
new dd5e32e7397 Generate and scan documentation output in Ddoc tests.
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 | 7 +++++++
gcc/testsuite/gdc.test/gdc-test.exp | 26 ++++++++++++++++++++++----
2 files changed, 29 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 gcc-8-branch
in repository gcc.
from ef5d82d6df2 2018-12-09 Fritz Reese <fritzoreese(a)gmail.com>
new 15960a94ab3 2018-12-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/match.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr88206.f90 | 8 ++++++++
4 files changed, 23 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr88206.f90
--
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 2806405bbbb [X86] Add some comments about when some X86 intrinsic autou [...]
new a44c6efbc06 Adding an STL-like type trait that is duplicated in multipl [...]
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/llvm/ADT/STLExtras.h | 3 +++
1 file changed, 3 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 f4ade88ccb NFC: Rename TemplateDecl dump utilities
new 22f1da5178 Move the make_const_ptr trait into STLExtras; use add_pointe [...]
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/CommentVisitor.h | 13 +++++--------
include/clang/AST/DeclVisitor.h | 13 +++++--------
include/clang/AST/EvaluatedExprVisitor.h | 18 +++++++++---------
include/clang/AST/StmtVisitor.h | 16 +++++++---------
4 files changed, 26 insertions(+), 34 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/gcc.
from 79f604a5383 Daily bump.
adds 483756748d0 Daily bump.
adds ff41ab51999 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 501b3b9ef5b 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds ef5d82d6df2 2018-12-09 Fritz Reese <fritzoreese(a)gmail.com>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 18 ++++++++++++++++++
gcc/fortran/expr.c | 8 +++-----
gcc/fortran/resolve.c | 10 +++++++---
gcc/testsuite/ChangeLog | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/pr88025.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/pr88048.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/pr88228.f90 | 8 ++++++++
8 files changed, 66 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr88025.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr88048.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr88228.f90
--
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 b79c59fba14 2018-12-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
new f3c59f1b824 * config.gcc (hppa*-*-linux*): Add pa/t-pa to tmake_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:
gcc/ChangeLog | 9 +++++++++
gcc/config.gcc | 3 ++-
gcc/config/{riscv/riscv-d.c => pa/pa-d.c} | 18 +++++++++---------
gcc/config/pa/pa-protos.h | 3 +++
gcc/config/pa/pa.h | 3 +++
gcc/config/pa/t-pa | 4 ++++
6 files changed, 30 insertions(+), 10 deletions(-)
copy gcc/config/{riscv/riscv-d.c => pa/pa-d.c} (73%)
create mode 100644 gcc/config/pa/t-pa
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.