This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 93640f3 * doc/invoke.texi (-Wregister): Document.
new fd3720a 2016-09-30 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new ff2feb8 PR c/77490 * c-c++-common/Wbool-operation-1.c: Add -Wno-psa [...]
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 | 5 +++++
gcc/fortran/io.c | 6 ++++++
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/c-c++-common/Wbool-operation-1.c | 4 +++-
gcc/testsuite/gfortran.fortran-torture/compile/arrayio.f90 | 2 +-
gcc/testsuite/gfortran.fortran-torture/compile/write.f90 | 4 ++--
6 files changed, 29 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 a179dcf ScheduleDAGInstrs: Cleanup, use range based for; NFC
new c5efc2c [llvm-objdump] Switch to a range loop. NFCI.
new b6b3db7 [libFuzzer] remove some experimental code
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:
lib/Fuzzer/FuzzerInternal.h | 2 +-
lib/Fuzzer/FuzzerLoop.cpp | 31 +++++++++++--------------------
tools/llvm-objdump/COFFDump.cpp | 8 +++-----
3 files changed, 15 insertions(+), 26 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 9a911fd CodeGen: inherit DLLExport attribute in Windows Itanium
new 6079e1d Fix bogus "inline namespace cannot be reopened as non-inline" [...]
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/Basic/DiagnosticSemaKinds.td | 5 ++---
lib/Sema/SemaDeclCXX.cpp | 2 +-
test/CXX/dcl.dcl/basic.namespace/namespace.def/p7.cpp | 9 +++++++--
3 files changed, 10 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 7faa446 [libFuzzer] fix openssl fuzzer tests when running on a machin [...]
new a179dcf ScheduleDAGInstrs: Cleanup, use range based for; 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/ScheduleDAGInstrs.cpp | 106 ++++++++++++++++----------------------
1 file changed, 45 insertions(+), 61 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 0b21f89 P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macr [...]
new 9a911fd CodeGen: inherit DLLExport attribute in Windows Itanium
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/ItaniumCXXABI.cpp | 30 +++++++++++++++++----------
test/CodeGenCXX/windows-itanium-type-info.cpp | 13 ++++++++++++
2 files changed, 32 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGenCXX/windows-itanium-type-info.cpp
--
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 lnt.
from d68bcbc Mixed up for loops!
new 315af04 Fix broken test
new e4dbcbb Fix Jenkins parse error caused by missing quotes
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:
lnt/tests/test_suite.py | 2 +-
tests/runtest/test_suite.py | 1 -
2 files changed, 1 insertion(+), 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 test-suite.
from d5884eb [CUDA] [test-suite] Always enable assert()s in our builds.
new 274f083 Important to test O3 without lto.
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:
cmake/caches/{Release.cmake => ReleaseNoLTO.cmake} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
copy cmake/caches/{Release.cmake => ReleaseNoLTO.cmake} (80%)
--
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 b12f83f Add the radar on our end to the bugreport string.
new 539c43d Fix up the test so it gets closer to passing.
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:
.../create_during_step/TestCreateDuringStep.py | 51 +++++-----------------
1 file changed, 11 insertions(+), 40 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 fa5a2d7 [coroutines] Diagnose when 'main' is declared as a coroutine.
new 0b21f89 P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macr [...]
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/Basic/DiagnosticFrontendKinds.td | 2 +
include/clang/Basic/LangOptions.def | 4 +-
include/clang/Basic/TargetInfo.h | 8 ++++
include/clang/Driver/Options.td | 11 ++++++
lib/Basic/TargetInfo.cpp | 10 +++++
lib/Basic/Targets.cpp | 1 +
lib/Driver/Tools.cpp | 18 +++++++++
lib/Frontend/CompilerInvocation.cpp | 13 +++++++
lib/Frontend/InitPreprocessor.cpp | 9 +++++
lib/Sema/SemaExprCXX.cpp | 4 +-
test/CXX/cpp/cpp.predefined/p1.cpp | 9 +++++
test/Preprocessor/init.c | 54 +++++++++++++++++++++++---
12 files changed, 135 insertions(+), 8 deletions(-)
create mode 100644 test/CXX/cpp/cpp.predefined/p1.cpp
--
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 5d78fc6 [libFuzzer] remove unused option
new 7faa446 [libFuzzer] fix openssl fuzzer tests when running on a machin [...]
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/Fuzzer/fuzzer-test-suite/openssl-1.0.1f/build.sh | 2 +-
lib/Fuzzer/fuzzer-test-suite/openssl-1.0.2d/build.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.