This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr60336/master
in repository gcc.
discards f148022 Properly pass C++ empty class
discards 034c32f Add is_empty_record
discards 052d372 Add TYPE_EMPTY_RECORD for C++ empty class
adds 8b7d2f8 PR rtl-optimization/69217 * var-tracking.c (tracked_record_ [...]
new adc9abd Add TYPE_EMPTY_RECORD for C++ empty class
new 28fcd45 Add is_empty_record
new 66375fb Properly pass C++ empty class
new abc6bfc Move is_empty_record
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 (f148022)
\
N -- N -- N refs/heads/hjl/pr60336/master (abc6bfc)
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 4 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/class.c | 66 +++++++++++++++++++++++++-----------------------------
gcc/var-tracking.c | 3 ++-
3 files changed, 39 insertions(+), 36 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 b8255cb PR target/68662 * config/rs6000/rs6000.c (rs6000_option_ove [...]
new 8b7d2f8 PR rtl-optimization/69217 * var-tracking.c (tracked_record_ [...]
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 | 6 ++++++
gcc/var-tracking.c | 3 ++-
2 files changed, 8 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 master
in repository gcc.
from b5a12dd Fix assertions for move assignment of trivial types
new 1b8c43a PR c++/68357 * cp-gimplify.c (cp_fold): If some operand fol [...]
new b8255cb PR target/68662 * config/rs6000/rs6000.c (rs6000_option_ove [...]
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 | 11 ++++++++
gcc/config/rs6000/rs6000.c | 15 ++++-------
gcc/cp/ChangeLog | 7 +++++
gcc/cp/cp-gimplify.c | 67 +++++++++++++++++++++++++++++++++++++++-------
4 files changed, 81 insertions(+), 19 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/pr60336/master
in repository gcc.
from c6ecc5d Properly pass C++ empty class
new f13928a Add is_empty_record
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/cp/class.c | 38 +++++++++++++++++++++++++++++++++++++-
gcc/testsuite/g++.dg/pr60336-3.C | 4 ++--
2 files changed, 39 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 gcc.
from e1788bf PR other/69477 - attribute aligned documentation misleading
new b5a12dd Fix assertions for move assignment of trivial types
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 | 12 ++++++
libstdc++-v3/include/bits/stl_algobase.h | 12 ++++--
.../copy/move_iterators/69478.cc} | 43 +++++++++-------------
.../copy_backward/move_iterators/69478.cc} | 43 +++++++++-------------
.../69114.cc => 25_algorithms/move/69478.cc} | 43 +++++++++-------------
.../move_backward/69478.cc} | 43 +++++++++-------------
6 files changed, 88 insertions(+), 108 deletions(-)
copy libstdc++-v3/testsuite/{20_util/uses_allocator/69114.cc => 25_algorithms/copy [...]
copy libstdc++-v3/testsuite/{20_util/uses_allocator/69114.cc => 25_algorithms/copy [...]
copy libstdc++-v3/testsuite/{20_util/uses_allocator/69114.cc => 25_algorithms/move [...]
copy libstdc++-v3/testsuite/{20_util/uses_allocator/69114.cc => 25_algorithms/move [...]
--
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 hsa
in repository gcc.
from c97b76d2 Merged trunk revision 232671 into the hsa branch
new dc57689 [hsa] Map collapse(2) and collapse(3) to HSA grid dimensions
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/Makefile.in | 3 +-
gcc/builtins.def | 13 +++
gcc/fortran/f95-lang.c | 11 +++
.../i386/winnt-stubs.c => hsa-builtins.def} | 30 +++----
gcc/hsa-gen.c | 30 +++++--
gcc/omp-low.c | 96 ++++++++++++----------
libgomp/plugin/plugin-hsa.c | 82 +++++++++++++-----
7 files changed, 172 insertions(+), 93 deletions(-)
copy gcc/{config/i386/winnt-stubs.c => hsa-builtins.def} (52%)
--
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 c3f86f6 PR middle-end/60908
new e1788bf PR other/69477 - attribute aligned documentation misleading
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 | 7 ++++++
gcc/doc/extend.texi | 66 ++++++++++++++++++++++++++---------------------------
2 files changed, 40 insertions(+), 33 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 2796d54 remove accidental empty commit
new c3f86f6 PR middle-end/60908
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tm/pr60908.c | 15 +++++++++++++++
gcc/trans-mem.c | 7 ++++---
4 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tm/pr60908.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 4176ce0 * configure.ac (ac_cv_std_swap_in_utility): New test. * sys [...]
new 3752e5b PR other/69006: fix extra newlines after diagnostics
new 2796d54 remove accidental empty commit
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 | 21 +++++
gcc/c-family/ChangeLog | 6 ++
gcc/c-family/c-opts.c | 2 +-
gcc/cp/ChangeLog | 7 ++
gcc/cp/error.c | 5 +-
gcc/diagnostic-show-locus.c | 61 ++++++++-------
gcc/diagnostic.c | 33 +-------
gcc/diagnostic.h | 4 -
gcc/fortran/ChangeLog | 5 ++
gcc/fortran/error.c | 1 -
gcc/pretty-print.h | 6 +-
gcc/testsuite/ChangeLog | 20 +++++
gcc/testsuite/g++.dg/ext/timevar1.C | 1 +
gcc/testsuite/gcc.dg/ipa/inline-9.c | 0
.../plugin/diagnostic-test-show-locus-color.c | 91 ++++++++++------------
.../plugin/diagnostic_plugin_test_show_locus.c | 2 +-
gcc/testsuite/gcc.dg/unroll-2.c | 4 +
gcc/testsuite/gfortran.dg/implicit_class_1.f90 | 1 +
gcc/testsuite/lib/gcc-dg.exp | 24 ++++++
gcc/testsuite/lib/multiline.exp | 10 ++-
20 files changed, 179 insertions(+), 125 deletions(-)
delete mode 100644 gcc/testsuite/gcc.dg/ipa/inline-9.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.