This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fad87f75040 PR target/82975 * gcc.dg/pr82975.c: Only add -mtune=corte [...]
new 74744ce39b3 PR c++/83394 - always_inline vs. noinline no longer diagnos [...]
new caf629d3058 /cp 2017-12-19 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 16 +++++++
gcc/cp/cp-tree.h | 2 +
gcc/cp/decl.c | 2 +-
gcc/cp/decl2.c | 69 ++++++++++++++++++---------
gcc/cp/parser.c | 6 ++-
gcc/cp/typeck2.c | 13 ++----
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/g++.dg/Wattributes-3.C | 90 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/Wattributes-4.C | 29 ++++++++++++
gcc/testsuite/g++.dg/Wattributes-5.C | 34 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/desig2.C | 23 +++++++++
gcc/testsuite/g++.dg/cpp0x/desig3.C | 21 +++++++++
gcc/testsuite/g++.dg/cpp0x/desig4.C | 21 +++++++++
13 files changed, 298 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/Wattributes-3.C
create mode 100644 gcc/testsuite/g++.dg/Wattributes-4.C
create mode 100644 gcc/testsuite/g++.dg/Wattributes-5.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/desig2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/desig3.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/desig4.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 235e856f64f [CodeGen] Move printing MO_BlockAddress operands to Machine [...]
new c0ade050e0b Silence a bunch of implicit fallthrough warnings
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 | 1 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 1 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp | 1 +
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 1 +
lib/Demangle/ItaniumDemangle.cpp | 3 ++-
lib/IR/ConstantFold.cpp | 1 +
lib/Object/ELF.cpp | 1 +
lib/Support/TargetParser.cpp | 1 -
lib/Target/AArch64/AArch64FastISel.cpp | 5 +++--
lib/Target/ARM/ARMFastISel.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 2 +-
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 4 ++++
lib/Transforms/IPO/PartialInlining.cpp | 1 +
lib/Transforms/IPO/WholeProgramDevirt.cpp | 1 +
lib/Transforms/Vectorize/SLPVectorizer.cpp | 1 +
utils/TableGen/IntrinsicEmitter.cpp | 1 +
17 files changed, 22 insertions(+), 7 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 24f2ba0729 [driver][darwin] Set the 'simulator' environment when it's s [...]
new 550c574546 Silence a bunch of implicit fallthrough warnings
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/AST/ASTDumper.cpp | 2 +-
lib/AST/Expr.cpp | 3 ++-
lib/AST/ExprCXX.cpp | 4 ++--
lib/AST/ExprConstant.cpp | 11 ++++++-----
lib/AST/ItaniumMangle.cpp | 2 +-
lib/AST/TypeLoc.cpp | 2 +-
lib/AST/TypePrinter.cpp | 2 +-
lib/CodeGen/CGAtomic.cpp | 26 +++++++++++++-------------
lib/CodeGen/CGBuiltin.cpp | 16 ++++++++--------
lib/CodeGen/CGCall.cpp | 4 ++--
lib/CodeGen/CGException.cpp | 2 +-
lib/CodeGen/CGExprAgg.cpp | 2 +-
lib/CodeGen/CGExprCXX.cpp | 2 +-
lib/Sema/CodeCompleteConsumer.cpp | 2 +-
lib/Sema/JumpDiagnostics.cpp | 2 +-
lib/Sema/SemaChecking.cpp | 4 ++--
lib/Sema/SemaCodeComplete.cpp | 6 +++---
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaDeclCXX.cpp | 4 ++--
lib/Sema/SemaExpr.cpp | 6 +++---
lib/Sema/SemaExprMember.cpp | 2 +-
lib/Sema/SemaExprObjC.cpp | 1 +
lib/Sema/SemaInit.cpp | 4 ++--
lib/Sema/SemaOverload.cpp | 10 +++++-----
lib/Sema/SemaTemplateDeduction.cpp | 2 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +++-
lib/Sema/SemaType.cpp | 10 +++++-----
utils/TableGen/NeonEmitter.cpp | 6 +++---
28 files changed, 74 insertions(+), 69 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 2ab08fb4d2a Fix last ChangeLog entry date.
new d6449ac4f80 Fix sharing in translate_isl_ast_node_for
new fad87f75040 PR target/82975 * gcc.dg/pr82975.c: Only add -mtune=corte [...]
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/ChangeLog | 6 ++++++
gcc/graphite-isl-ast-to-gimple.c | 4 ++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr82975.c | 3 ++-
4 files changed, 16 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 glibc.
from 648615e13f Avoid signed shift overflow in pow (bug 21309).
new 126adc89d8 Document that --enable-static-pie implies PIE
new ce16eb52c0 Replece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no-pie = yes [...]
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:
ChangeLog | 20 ++++++++++++++++++++
INSTALL | 4 +++-
Makeconfig | 3 ++-
elf/Makefile | 6 +++---
gmon/Makefile | 2 +-
manual/install.texi | 3 ++-
6 files changed, 31 insertions(+), 7 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 65104c60da3 [CGP] Format. NFC
new a6e4a6beb0c [CodeGen] Refactor printOffset from MO and MIRPrinter
new 30e8e017c83 [CodeGen] Move printing MO_FPImmediate operands to MachineO [...]
new 43c2ba74fca [CodeGen] Move printing MO_IntrinsicID operands to MachineO [...]
new 234b36e4234 [CodeGen] Move printing MO_IntrinsicID operands to MachineO [...]
new 235e856f64f [CodeGen] Move printing MO_BlockAddress operands to Machine [...]
The 5 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:
docs/MIRLangRef.rst | 23 +++++
include/llvm/CodeGen/MachineOperand.h | 6 ++
lib/CodeGen/MIRPrinter.cpp | 79 ++--------------
lib/CodeGen/MachineOperand.cpp | 107 ++++++++++++----------
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +-
unittests/CodeGen/MachineOperandTest.cpp | 46 ++++++++++
6 files changed, 142 insertions(+), 121 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 504b0b7d01e * gimple-ssa-sprintf.c (format_directive): Use inform_n in [...]
new 2ab08fb4d2a Fix last ChangeLog entry date.
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:
libstdc++-v3/ChangeLog | 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 c3fe3d1de63 PR c++/82231 * g++.dg/cpp1z/nontype-auto14.C: New test.
new 504b0b7d01e * gimple-ssa-sprintf.c (format_directive): Use inform_n in [...]
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 | 5 +++++
gcc/gimple-ssa-sprintf.c | 14 ++++++++------
2 files changed, 13 insertions(+), 6 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 9e15e2114b5 TargetLoweringBase: Fix darwinHasSinCos()
new 65104c60da3 [CGP] Format. 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/CodeGen/CodeGenPrepare.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 clang-tools-extra.
from 03e56fe6 [clangd] Supress a log warning by putting it behind a condition.
new 5291528b [clangd] Don't use the optional "severity" when comparing Dia [...]
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:
clangd/ClangdLSPServer.h | 3 ++-
clangd/Protocol.h | 17 +++++++++--------
2 files changed, 11 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.