This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3e94b589090 03-16-2018 Mark Doffman <mark.doffman(a)codethink.co.uk> [...]
new 8da6002afc1 PR c++/84874 * decl.c (reshape_init_class): Don't assert [...]
new b520fc9d1d9 PR tree-optimization/84841 * tree-ssa-reassoc.c (INTEGER_ [...]
new 3e1adb8f8f2 Fix documentation for CLWB ISA. gcc/ * doc/invoke.texi (Sk [...]
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 | 15 +++++++++++++++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 13 +++++++++++--
gcc/doc/invoke.texi | 4 ++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp2a/desig7.C | 31 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr84841.c | 9 +++++++++
gcc/tree-ssa-reassoc.c | 14 +++++++++++---
8 files changed, 93 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig7.C
create mode 100644 gcc/testsuite/gcc.dg/pr84841.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 2a1dc77e0b0 [NFC] Void variables used for asserts only
new 547e2f8dcc1 [ARM] FP16 codegen support for VSEL
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/ARM/ARMISelLowering.cpp | 1 +
lib/Target/ARM/ARMInstrVFP.td | 4 ++--
test/CodeGen/ARM/fp16-instructions.ll | 40 ++++++++++++++++++++++++++++++++++-
3 files changed, 42 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.
unknown user pushed a change to branch master
in repository clang.
from f1d1f4c459 [Analysis] Fix some Clang-tidy modernize and Include What Yo [...]
new 290cc27fe2 Fix compilation warning introduced in r327654
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/CGOpenMPRuntimeNVPTX.cpp | 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 gcc.
from 05b3eb93d0c 2018-03-15 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 3e94b589090 03-16-2018 Mark Doffman <mark.doffman(a)codethink.co.uk> [...]
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 | 8 +++++++
gcc/testsuite/gfortran.dg/automatic_1.f90 | 31 ++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/automatic_repeat.f90 | 8 +++++++
gcc/testsuite/gfortran.dg/automatic_save.f90 | 8 +++++++
gcc/testsuite/gfortran.dg/vax_structure_1.f90 | 27 ++++++++++++++++++++++
5 files changed, 82 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/automatic_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/automatic_repeat.f90
create mode 100644 gcc/testsuite/gfortran.dg/automatic_save.f90
create mode 100644 gcc/testsuite/gfortran.dg/vax_structure_1.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 d157ba2f807 [InstCombine] add more tests for fcmp+select -> fabs; NFC
new 2a1dc77e0b0 [NFC] Void variables used for asserts only
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/Analysis/ScalarEvolution.cpp | 2 ++
1 file changed, 2 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 lldb.
from 379bba99b [cmake] Copy system debugserver from the right place when onl [...]
new ff20c5951 Skip more lldb-mi tests which time out on Darwin
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:
packages/Python/lldbsuite/test/tools/lldb-mi/target/TestMiTarget.py | 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 aoliva/testme
in repository gcc.
from b725303da4c [PR c++/84729] convert new init to array elt type
new f3810adeaad [PR c++/84789] do not resolve typename into template-independent
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/pt.c | 19 +++++++++++++++++--
gcc/testsuite/g++.dg/template/pr84789.C | 13 +++++++++++++
2 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/pr84789.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 lldb.
from 6859ca15f Split skipIf decorator, the condition is supposed to be OR
new 379bba99b [cmake] Copy system debugserver from the right place when onl [...]
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:
tools/debugserver/source/CMakeLists.txt | 11 +++++++++--
1 file changed, 9 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 gcc-7-branch
in repository gcc.
from 1f2cdd71221 Daily bump.
new 6aa1454a75a 2018-03-15 Steven G. Kargl <kargl(a)gcc.gnu.org>
new ad0579162b2 Commit ChangeLog entries for revision 258582.
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 7 ++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr78741.f90 | 16 ++++++++++++++++
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr78741.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 libcxxabi.
from aa209d8 [demangler] Simplify printing of structured bindings.
new 61966e5 [demangler] Support for <template-param>s in generic lambdas.
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:
src/cxa_demangle.cpp | 26 ++++++++++++++------------
test/test_demangle.pass.cpp | 4 +++-
2 files changed, 17 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.