This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0506f36619a Use Levenshtein spelling suggestions in Fortran FE
new 7ff401d1513 PR fortran/82568 * gfortran.h (gfc_resolve_do_iterator): [...]
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 | 18 +++++++
gcc/fortran/gfortran.h | 3 +-
gcc/fortran/openmp.c | 30 +++++++++---
gcc/fortran/resolve.c | 8 ++--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gfortran.dg/gomp/pr82568.f90 | 75 ++++++++++++++++++++++++++++++
6 files changed, 129 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr82568.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 2050daab2a9 Daily bump.
new 0506f36619a Use Levenshtein spelling suggestions in Fortran FE
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 | 25 ++++++
gcc/fortran/gfortran.h | 12 +++
gcc/fortran/interface.c | 72 +++++++++++++--
gcc/fortran/misc.c | 41 +++++++++
gcc/fortran/resolve.c | 100 ++++++++++++++++++++-
gcc/fortran/symbol.c | 86 +++++++++++++++++-
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gfortran.dg/spellcheck-operator.f90 | 30 +++++++
gcc/testsuite/gfortran.dg/spellcheck-parameter.f90 | 15 ++++
.../gfortran.dg/spellcheck-procedure_1.f90 | 41 +++++++++
.../gfortran.dg/spellcheck-procedure_2.f90 | 35 ++++++++
gcc/testsuite/gfortran.dg/spellcheck-structure.f90 | 35 ++++++++
12 files changed, 483 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/spellcheck-operator.f90
create mode 100644 gcc/testsuite/gfortran.dg/spellcheck-parameter.f90
create mode 100644 gcc/testsuite/gfortran.dg/spellcheck-procedure_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/spellcheck-procedure_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/spellcheck-structure.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 binutils-gdb.
from d7dd155841 Automatic date update in version.in
new fa57faa0da Fix fill-1 testcase
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:
gas/ChangeLog | 8 ++++++++
gas/testsuite/gas/all/fill-1.d | 7 +++++++
gas/testsuite/gas/all/fill-1.s | 12 +++++++-----
gas/testsuite/gas/all/gas.exp | 2 +-
4 files changed, 23 insertions(+), 6 deletions(-)
create mode 100644 gas/testsuite/gas/all/fill-1.d
--
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 lld.
from e39d7f34f [ELF] - Removed outdated comment. NFC.
new e67a33183 [COFF] Exclude certain static libraries and object files when [...]
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:
COFF/Driver.cpp | 126 ++++++++++++++++++++++++++++++++++---------------
test/COFF/export-all.s | 18 +++++++
2 files changed, 105 insertions(+), 39 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 8801482e48f [NFC][IRCE] Filter out empty ranges early
new 120c3be2ad3 [Coverage] Simplify r316141. NFC.
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/ProfileData/Coverage/CoverageMapping.cpp | 6 ++--
unittests/ProfileData/CoverageMappingTest.cpp | 47 ++++-----------------------
2 files changed, 9 insertions(+), 44 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 1fd7e8c37af [MergeFunctions] Don't blindly RAUW a GlobalValue with a Co [...]
new 8801482e48f [NFC][IRCE] Filter out empty ranges early
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/Transforms/Scalar/InductiveRangeCheckElimination.cpp | 10 ++++++----
1 file changed, 6 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 master
in repository llvm.
from 9db44d0441b Simplify.
new 1fd7e8c37af [MergeFunctions] Don't blindly RAUW a GlobalValue with a Co [...]
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/Transforms/Utils/FunctionComparator.h | 4 ++++
lib/Transforms/IPO/MergeFunctions.cpp | 3 +++
2 files changed, 7 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 llvm.
from 4179daa6ae6 Fix buffer overflow.
new 9db44d0441b Simplify.
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/BinaryFormat/Magic.cpp | 4 ++--
1 file changed, 2 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 master
in repository llvm.
from f3ed5282d73 [CMake] Allow parent projects to use in-source builds
new 4179daa6ae6 Fix buffer overflow.
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/BinaryFormat/Magic.cpp | 2 +-
test/Object/Inputs/invalid-coff-header-too-small | Bin 0 -> 64 bytes
test/Object/invalid.test | 3 +++
3 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 test/Object/Inputs/invalid-coff-header-too-small
--
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 2ce33a5dffc [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.
new f3ed5282d73 [CMake] Allow parent projects to use in-source builds
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:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.