This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr60336/hook in repository gcc.
discards e8ff522 Use wrappers for parameter passing and return discards 5aa639d Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class adds 073ddf1 PR libstdc++/68448 * python/hook.in: Call register_libstdcx [...] adds b2fbac0 PR middle-end/68339 * omp-low.c (expand_simd_clones): Call [...] adds 219e09f PR middle-end/68221 * omp-low.c (lower_rec_input_clauses): [...] adds 734caf8 PR 62314: add ability to add fixit-hints to a diagnostic adds 04425c2 Add testcase erroneously omitted from r230638 adds f0e064f cmd: Use correct install tool dir with gccgo adds 71dccc4 * config/sparc/sparc.md (umulxhi_vis): Move around. (*umulx [...] adds 35543da * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testc [...] adds f5244cc PR go/68072 cmd/cgo: ignore vars with no name or type if [...] adds 18a20dc PR go/68141 compiler: Use references in Archive_iterator [...] adds 30adea3 Daily bump. adds 2b19d68 PR go/66574 runtime: Use clock_gettime to get current time. adds dc11b5a PR go/65785 net: don't run multicast listen test on nil [...] adds a41dc10 PR go/66406 * go.test/go-test.exp (go-gc-tests): Skip nilpt [...] adds b3af74d * ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANON [...] adds a974d52 PR go/66378 syscall: Fix initial offset value in syscall [...] adds 6e5b1d3 * testsuite/23_containers/vector/profile/vector.cc: Add maxda [...] adds a67f43d PR debug/66432 * tree-inline.c (copy_debug_stmt): If gimpl [...] adds 5bcd4c2 * g++.dg/init/vbase1.C: Also run on i?86-*-*. adds a259e35 * config/nvptx/nvptx.c (write_function_decl_and_comment): Pr [...] adds b594ca2 * config/nvptx/nvptx.md (clz<mode>2): Use operand 1 for type. adds 91b019e * gfortran.dg/submodule_6.f08: Add dg-require-effecti [...] adds 94338ce6 * gcc.dg/atomic-generic.c: Include <string.h>.q new 75a3ced Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
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 (e8ff522) \ N -- N -- N refs/heads/hjl/pr60336/hook (75a3ced)
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 | 62 ++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 8 + gcc/c/c-typeck.c | 39 +++ gcc/config/nvptx/nvptx.c | 19 +- gcc/config/nvptx/nvptx.h | 4 +- gcc/config/nvptx/nvptx.md | 2 +- gcc/config/sparc/sparc.md | 323 ++++++++++----------- gcc/diagnostic-show-locus.c | 106 ++++++- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/import-archive.cc | 4 +- gcc/ipa-icf-gimple.c | 10 +- gcc/ipa-icf.c | 6 +- gcc/omp-low.c | 16 +- gcc/testsuite/ChangeLog | 49 +++- gcc/testsuite/g++.dg/init/vbase1.C | 2 +- .../spellcheck-fields.C} | 28 +- gcc/testsuite/gcc.dg/atomic-generic.c | 1 + gcc/testsuite/gcc.dg/debug/pr66432.c | 19 ++ gcc/testsuite/gcc.dg/fixits.c | 41 +++ .../gcc.dg/plugin/diagnostic-test-show-locus-bw.c | 43 +++ .../plugin/diagnostic-test-show-locus-color.c | 43 +++ .../plugin/diagnostic_plugin_test_show_locus.c | 35 +++ gcc/testsuite/gcc.dg/vect/pr68339.c | 17 ++ gcc/testsuite/gfortran.dg/submodule_6.f08 | 1 + gcc/testsuite/go.test/go-test.exp | 5 + gcc/tree-inline.c | 7 +- libcpp/ChangeLog | 34 +++ libcpp/include/line-map.h | 96 ++++++ libcpp/line-map.c | 136 ++++++++- libgo/configure | 56 ++++ libgo/configure.ac | 3 +- libgo/go/cmd/cgo/gcc.go | 5 + libgo/go/cmd/go/pkg.go | 6 +- libgo/go/cmd/go/tool.go | 23 +- libgo/go/net/listen_test.go | 4 +- libgo/go/syscall/libcall_bsd.go | 1 + libgo/go/syscall/libcall_linux.go | 1 + libgo/runtime/go-now.c | 8 +- libgomp/ChangeLog | 8 + libgomp/testsuite/libgomp.c++/reduction-11.C | 2 +- libgomp/testsuite/libgomp.c++/reduction-12.C | 2 +- libgomp/testsuite/libgomp.c/reduction-11.c | 2 +- libgomp/testsuite/libgomp.c/reduction-12.c | 2 +- libstdc++-v3/ChangeLog | 14 +- libstdc++-v3/python/hook.in | 5 +- libstdc++-v3/python/libstdcxx/v6/__init__.py | 15 +- .../23_containers/vector/profile/vector.cc | 2 + 48 files changed, 1084 insertions(+), 235 deletions(-) copy gcc/testsuite/{gcc.dg/spellcheck-fields.c => g++.dg/spellcheck-fields.C} (62%) create mode 100644 gcc/testsuite/gcc.dg/debug/pr66432.c create mode 100644 gcc/testsuite/gcc.dg/fixits.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr68339.c