This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from d7821c045 Define sigsetjmp/siglongjmp only if __POSIX_VISIBLE
new 61ddc7a43 Fix crt0 overwriting.
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:
libgloss/aarch64/Makefile.in | 2 +-
libgloss/aarch64/elf-aem-validation.specs | 3 +++
libgloss/aarch64/elf-aem-ve.specs | 3 +++
libgloss/aarch64/elf-rdimon.specs | 3 +++
4 files changed, 10 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 hjl/pr81736/master
in repository gcc.
discards d18008a8052 i386: Don't use frame pointer without stack access
adds 17443aa35e6 PR target/81708 * config/i386/i386.opt (mstack-protector- [...]
adds 5a402d649a7 PR driver/81523: Make -static override -pie
adds 3049a4d9f65 Daily bump.
adds cb4d9ee2076 PR c/81417 * c-array-notation.c (fix_builtin_array_notati [...]
adds 88539b96358 PR c/81233 * c-typeck.c (pedwarn_init): Make the function [...]
new 4f6197699ab i386: Don't use frame pointer without stack access
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d18008a8052)
\
N -- N -- N refs/heads/hjl/pr81736/master (4f6197699ab)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 48 ++++-
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 20 ++
gcc/c/c-array-notation.c | 32 ++--
gcc/c/c-parser.c | 11 +-
gcc/c/c-tree.h | 2 +-
gcc/c/c-typeck.c | 233 ++++++++++++++++-------
gcc/config/gnu-user.h | 34 +++-
gcc/config/i386/i386.c | 80 ++++++--
gcc/config/i386/i386.opt | 14 ++
gcc/config/sol2.h | 12 +-
gcc/diagnostic-core.h | 2 +
gcc/diagnostic.c | 12 ++
gcc/doc/invoke.texi | 21 +-
gcc/gcc.c | 14 +-
gcc/input.c | 9 +
gcc/input.h | 1 +
gcc/objc/ChangeLog | 6 +
gcc/objc/objc-next-runtime-abi-02.c | 4 +-
gcc/testsuite/ChangeLog | 47 +++++
gcc/testsuite/gcc.dg/Wsign-compare-1.c | 83 ++++++++
gcc/testsuite/gcc.dg/assign-warn-1.c | 60 +++---
gcc/testsuite/gcc.dg/assign-warn-2.c | 60 +++---
gcc/testsuite/gcc.dg/c90-const-expr-5.c | 4 +-
gcc/testsuite/gcc.dg/c99-const-expr-5.c | 4 +-
gcc/testsuite/gcc.dg/compare1.c | 6 +-
gcc/testsuite/gcc.dg/compare2.c | 24 +--
gcc/testsuite/gcc.dg/compare3.c | 88 ++++-----
gcc/testsuite/gcc.dg/compare7.c | 2 +-
gcc/testsuite/gcc.dg/compare8.c | 6 +-
gcc/testsuite/gcc.dg/compare9.c | 8 +-
gcc/testsuite/gcc.dg/conv-2.c | 16 +-
gcc/testsuite/gcc.dg/diagnostic-types-1.c | 57 ++++++
gcc/testsuite/gcc.dg/init-bad-7.c | 2 +-
gcc/testsuite/gcc.dg/overflow-warn-1.c | 4 +-
gcc/testsuite/gcc.dg/overflow-warn-2.c | 4 +-
gcc/testsuite/gcc.dg/overflow-warn-3.c | 4 +-
gcc/testsuite/gcc.dg/overflow-warn-4.c | 4 +-
gcc/testsuite/gcc.dg/pie-7.c | 7 +
gcc/testsuite/gcc.dg/pie-static-1.c | 7 +
gcc/testsuite/gcc.dg/pie-static-2.c | 7 +
gcc/testsuite/gcc.dg/pointer-array-atomic.c | 16 +-
gcc/testsuite/gcc.dg/pr11492.c | 2 +-
gcc/testsuite/gcc.dg/pr26865.c | 2 +-
gcc/testsuite/gcc.dg/pr61162-2.c | 8 +-
gcc/testsuite/gcc.dg/pr61162.c | 6 +-
gcc/testsuite/gcc.dg/pr67730-2.c | 8 +-
gcc/testsuite/gcc.dg/pr69156.c | 2 +-
gcc/testsuite/gcc.dg/pr70174.c | 2 +-
gcc/testsuite/gcc.target/i386/stack-prot-guard.c | 6 +
gcc/testsuite/objc.dg/proto-lossage-4.m | 6 +-
51 files changed, 820 insertions(+), 299 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wsign-compare-1.c
create mode 100644 gcc/testsuite/gcc.dg/diagnostic-types-1.c
create mode 100644 gcc/testsuite/gcc.dg/pie-7.c
create mode 100644 gcc/testsuite/gcc.dg/pie-static-1.c
create mode 100644 gcc/testsuite/gcc.dg/pie-static-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/stack-prot-guard.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 hjl/pr81736/gcc-7-branch
in repository gcc.
discards d3a44782dc1 -fno-omit-frame-pointer
omits e7b58943c13 i386: Don't use frame pointer without stack access
adds 08ea48811e3 Daily bump.
new acc22d5392c i386: Don't use frame pointer without stack access
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d3a44782dc1)
\
N -- N -- N refs/heads/hjl/pr81736/gcc-7-branch (acc22d5392c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/DATESTAMP | 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 llvm.
from f5d3b411f28 [AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax check r [...]
new 009cca6cea9 Fix -Wpessimizing-move warning.
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/X86/AsmParser/X86AsmParser.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 gcc.
from 88539b96358 PR c/81233 * c-typeck.c (pedwarn_init): Make the function [...]
new 623ee358817 Boolify some parameters.
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/c-family/ChangeLog | 7 +++++++
gcc/c-family/c-common.c | 11 ++++++-----
gcc/c-family/c-common.h | 2 +-
gcc/c-family/c-omp.c | 6 +++---
gcc/c/ChangeLog | 17 +++++++++++++++++
gcc/c/c-decl.c | 2 +-
gcc/c/c-tree.h | 2 +-
gcc/c/c-typeck.c | 48 ++++++++++++++++++++++++------------------------
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 2 +-
gcc/cp/typeck.c | 4 ++--
11 files changed, 69 insertions(+), 38 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 b7123745ed8 [LSR / TTI / SystemZ] Eliminate TargetTransformInfo::isFol [...]
new f5d3b411f28 [AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax check r [...]
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/X86/AsmParser/X86AsmParser.cpp | 12 ++++++++----
test/MC/X86/avx512-err.s | 7 ++++++-
test/MC/X86/intel-syntax-avx512-error.s | 9 +++++++++
3 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 test/MC/X86/intel-syntax-avx512-error.s
--
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 7cf93adc1c Revert "PR19668, PR23034: Fix handling of move constructors [...]
new ad466635e7 [Sema] -Wenum-compare no longer warn on anonymous enums in s [...]
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/Sema/SemaStmt.cpp | 6 ++++++
test/SemaCXX/warn-enum-compare.cpp | 7 +++++++
2 files changed, 13 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 1a33443272 [clang-format] Put '/**' and '*/' on own lines in jsdocs end [...]
new 7cf93adc1c Revert "PR19668, PR23034: Fix handling of move constructors [...]
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/DeclCXX.h | 74 +----------
lib/AST/ASTImporter.cpp | 5 -
lib/AST/DeclCXX.cpp | 34 +----
lib/CodeGen/CGCXXABI.cpp | 31 ++++-
lib/CodeGen/ItaniumCXXABI.cpp | 13 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 52 ++++----
lib/Sema/SemaDeclCXX.cpp | 56 +--------
lib/Serialization/ASTReaderDecl.cpp | 6 -
lib/Serialization/ASTWriter.cpp | 3 -
test/CodeGenCXX/uncopyable-args.cpp | 137 +++++----------------
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 49 +++-----
11 files changed, 128 insertions(+), 332 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 hjl/pr81736/gcc-7-branch
in repository gcc.
from e7b58943c13 i386: Don't use frame pointer without stack access
new d3a44782dc1 -fno-omit-frame-pointer
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/doc/invoke.texi | 4 ++++
1 file changed, 4 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 0341de8 tcwg-llvm-testsuite.sh: Don't use cut to split strings
new 0cdb440 Fix error handling in print_node_with_least_containers()
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:
jenkins-helpers.sh | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.