This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 91f514a gcc/testsuite/ChangeLog:
new 6e4c9da * dwarf2out.c (output_loc_list): Don't throw away 64K+ locat [...]
new 424874e PR c++/71182 * parser.c (cp_lexer_previous_token): Use vec_ [...]
new 04e02eb * parser.c (cp_parser_simple_declaration): Diagnose function [...]
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 | 6 ++++++
gcc/cp/ChangeLog | 10 ++++++++++
gcc/cp/parser.c | 31 ++++++++++++++++++++++++++++++-
gcc/dwarf2out.c | 13 ++++++++-----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/pr71182.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/auto-fn34.C | 12 ++++++++++++
7 files changed, 85 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71182.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn34.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 gcc.
from 9355477 PR tree-optimizatin/67955 * tree-ssa-alias.c (same_addr_siz [...]
new 91f514a gcc/testsuite/ChangeLog:
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 | 20 ++++++
gcc/config/rs6000/rs6000.c | 81 +++++++++++++++++++++-
gcc/doc/sourcebuild.texi | 4 ++
gcc/testsuite/ChangeLog | 15 ++++
.../gcc.target/powerpc/{darn-0.c => pr78056-1.c} | 7 +-
gcc/testsuite/gcc.target/powerpc/pr78056-2.c | 19 +++++
gcc/testsuite/gcc.target/powerpc/pr78056-3.c | 18 +++++
gcc/testsuite/gcc.target/powerpc/pr78056-4.c | 20 ++++++
gcc/testsuite/gcc.target/powerpc/pr78056-5.c | 17 +++++
gcc/testsuite/gcc.target/powerpc/pr78056-6.c | 26 +++++++
gcc/testsuite/gcc.target/powerpc/pr78056-7.c | 15 ++++
gcc/testsuite/gcc.target/powerpc/pr78056-8.c | 26 +++++++
gcc/testsuite/lib/target-supports.exp | 20 ++++++
13 files changed, 285 insertions(+), 3 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{darn-0.c => pr78056-1.c} (67%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78056-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78056-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78056-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78056-5.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78056-6.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78056-7.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78056-8.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 b868610 Add missing CHECK: line to test case added in 29097
new 3db4285 Remove dead variable Len.
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/Support/NativeFormatting.cpp | 5 +----
1 file changed, 1 insertion(+), 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 clang.
from 2c7a72a [Sema] Replace remove_if+erase with erase_if. NFC.
new cb6c378 Factor out duplicated code and simplify.
new 2124289 Revert accidentally-committed file.
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/Sema/SemaTemplateDeduction.cpp | 213 ++++++++++++++-----------------------
1 file changed, 81 insertions(+), 132 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 d4b95bb ADT: IntrusiveRefCntPtr: Broaden the definition of correct us [...]
new b868610 Add missing CHECK: line to test case added in 29097
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:
test/Analysis/RegionInfo/bad_node_traversal.ll | 1 +
1 file changed, 1 insertion(+)
--
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 fd13032 PR c++/77545 PR c++/77284 * constexpr.c (potential_constan [...]
new 9355477 PR tree-optimizatin/67955 * tree-ssa-alias.c (same_addr_siz [...]
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 | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-28.c | 20 ++++++++++++++++++++
gcc/tree-ssa-alias.c | 25 ++++++++++++++-----------
4 files changed, 47 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-28.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 clang.
from 1b7423d Use -### so the mbig-obj.c test passes when there is no regis [...]
new e56476e Reverting commit r290983 while debugging test failure on windows.
new 05ecdd8 Support -fno-delayed-template-parsing in clang-cl.exe
new 2c7a72a [Sema] Replace remove_if+erase with erase_if. NFC.
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:
include/clang/Driver/Options.td | 5 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 268 +++++++++++++------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 47 +++--
lib/Sema/SemaCUDA.cpp | 6 +-
lib/Sema/SemaOverload.cpp | 4 +-
test/Driver/cl-options.c | 8 +
test/OpenMP/nvptx_target_codegen.cpp | 372 +++++++++++++++--------------------
7 files changed, 337 insertions(+), 373 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 lld.
from 3bab351 ELF: Round p_memsz of the PT_GNU_RELRO program header up to t [...]
new 569c6c9 Delete stale test.
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:
test/ELF/string-table.s | 40 +---------------------------------------
1 file changed, 1 insertion(+), 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 6aec022 fix comment formatting; NFC
new d4b95bb ADT: IntrusiveRefCntPtr: Broaden the definition of correct us [...]
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/ADT/IntrusiveRefCntPtr.h | 7 ++-----
1 file changed, 2 insertions(+), 5 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 54598be [OpenMP] Update target codegen for NVPTX device.
new 1b7423d Use -### so the mbig-obj.c test passes when there is no regis [...]
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:
test/Driver/mbig-obj.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.