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 61e4e4519e2 Daily bump.
new 4107f2bb672 * fe.h (Suppress_Checks): Declare. * gcc-interface/misc.c [...]
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/fe.h | 2 ++
gcc/ada/gcc-interface/misc.c | 14 ++++++--
gcc/ada/gcc-interface/trans.c | 51 ---------------------------
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/gnat.dg/null_pointer_deref1.adb | 4 ++-
gcc/testsuite/gnat.dg/null_pointer_deref2.adb | 3 +-
gcc/testsuite/gnat.dg/null_pointer_deref3.adb | 3 +-
gcc/testsuite/gnat.dg/opt74.adb | 13 +++++++
gcc/testsuite/gnat.dg/opt74_pkg.adb | 16 +++++++++
gcc/testsuite/gnat.dg/opt74_pkg.ads | 7 ++++
gcc/testsuite/gnat.dg/warn12.adb | 48 -------------------------
gcc/testsuite/gnat.dg/warn12_pkg.ads | 21 -----------
13 files changed, 79 insertions(+), 126 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt74.adb
create mode 100644 gcc/testsuite/gnat.dg/opt74_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/opt74_pkg.ads
delete mode 100644 gcc/testsuite/gnat.dg/warn12.adb
delete mode 100644 gcc/testsuite/gnat.dg/warn12_pkg.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allmodconfig
in repository toolchain/binutils-gdb.
from dd52bc8ea4 Automatic date update in version.in
adds c49a7a07f2 Automatic date update in version.in
No new revisions were added by this update.
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 openmp.
from 72eb02b Add Hurd support.
new f5927ac [OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.
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:
libomptarget/src/omptarget.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 8bf0713027 clang-cl: Add "/clang:" pass-through arg support.
new 837a4f70d2 [OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.
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/CodeGen/CGOpenMPRuntime.cpp | 42 ++++++++++++++++++++--------------
test/OpenMP/nvptx_lambda_capturing.cpp | 15 ++++++++++++
2 files changed, 40 insertions(+), 17 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 e75dc1cba8f Support %f in pp_format
new 7261dbb3651 ipa-inline.c/tree-inline.c: port from fprintf to dump API ( [...]
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 | 19 ++
gcc/doc/invoke.texi | 13 ++
gcc/ipa-inline.c | 191 +++++++++++----------
gcc/testsuite/ChangeLog | 46 +++++
gcc/testsuite/g++.dg/ipa/devirt-12.C | 2 +-
gcc/testsuite/g++.dg/ipa/imm-devirt-1.C | 2 +-
.../g++.dg/tree-prof/inline_mismatch_args.C | 2 +-
gcc/testsuite/g++.dg/tree-ssa/inline-1.C | 2 +-
gcc/testsuite/g++.dg/tree-ssa/inline-2.C | 2 +-
gcc/testsuite/g++.dg/tree-ssa/inline-3.C | 2 +-
gcc/testsuite/g++.dg/tree-ssa/inline-4.C | 32 ++++
gcc/testsuite/gcc.dg/ipa/fopt-info-inline-1.c | 44 +++++
gcc/testsuite/gcc.dg/ipa/inline-4.c | 4 +-
gcc/testsuite/gcc.dg/ipa/inline-7.c | 6 +-
gcc/testsuite/gcc.dg/ipa/inlinehint-4.c | 4 +-
gcc/testsuite/gcc.dg/plugin/dump-1.c | 2 +-
gcc/testsuite/gcc.dg/plugin/dump-2.c | 2 +-
gcc/testsuite/gcc.dg/pr26570.c | 1 +
gcc/testsuite/gcc.dg/pr71969-2.c | 2 +-
gcc/testsuite/gcc.dg/pr71969-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/inline-11.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/inline-3.c | 6 +-
gcc/testsuite/gcc.dg/tree-ssa/inline-4.c | 6 +-
gcc/testsuite/gcc.dg/tree-ssa/inline-8.c | 2 +-
gcc/testsuite/gfortran.dg/pr79966.f90 | 2 +-
gcc/tree-inline.c | 20 ++-
26 files changed, 294 insertions(+), 124 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/inline-4.C
create mode 100644 gcc/testsuite/gcc.dg/ipa/fopt-info-inline-1.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 llvm.
from af1ff1aef51 [docs] Clarify expectations for stack map sections and AOT [...]
new 6355fcebb37 [SystemZ] Bugfix in shouldCoalesce()
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/SystemZ/SystemZRegisterInfo.cpp | 25 ++++++-----
test/CodeGen/SystemZ/regalloc-GR128-02.mir | 68 ++++++++++++++++++++++++++++++
2 files changed, 83 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/SystemZ/regalloc-GR128-02.mir
--
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 e926b156c79 PR middle-end/87916 * cgraphclones.c (duplicate_thunk_for [...]
new 66ca58a0606 * gcc-interface/decl.c (components_to_record): Remove obso [...]
new 95b14393e14 dump_printf: add "%C" for dumping cgraph_node *
new e75dc1cba8f Support %f in pp_format
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:
gcc/ChangeLog | 17 +++++
gcc/ada/ChangeLog | 10 +++
gcc/ada/gcc-interface/decl.c | 18 +----
gcc/ada/gcc-interface/utils.c | 26 ++++---
gcc/c-family/ChangeLog | 14 ++++
gcc/c-family/c-format.c | 59 ++++++++++-----
gcc/c-family/c-format.h | 1 +
gcc/dump-context.h | 8 +++
gcc/dumpfile.c | 115 ++++++++++++++++++++++--------
gcc/pretty-print.c | 6 ++
gcc/pretty-print.h | 1 +
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/gcc.dg/format/gcc_diag-10.c | 7 +-
13 files changed, 216 insertions(+), 75 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.