This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b3e722a3ca Fix PR97497 new 668894d7b58 libgo: update to Go 1.15.3 release new 75ce04fba49 c: Allow duplicate C2x standard attributes new 89bb01e7cbd Daily bump. new c25d317cf7d Tweaks to ranger API routines.
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 | 213 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 66 +++++++ gcc/analyzer/ChangeLog | 98 ++++++++++ gcc/c/ChangeLog | 5 + gcc/c/c-parser.c | 54 +----- gcc/cp/ChangeLog | 40 ++++ gcc/d/ChangeLog | 10 + gcc/fortran/ChangeLog | 22 +++ gcc/gimple-range-gori.cc | 18 +- gcc/gimple-range.cc | 76 ++++---- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 131 +++++++++++++ gcc/testsuite/gcc.dg/c2x-attr-deprecated-4.c | 12 +- gcc/testsuite/gcc.dg/c2x-attr-fallthrough-4.c | 7 +- gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-4.c | 12 +- libgcc/ChangeLog | 6 + libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/bytes/bytes.go | 50 +++-- libgo/go/cmd/cgo/gcc.go | 15 ++ libgo/go/cmd/cgo/main.go | 3 +- libgo/go/cmd/cgo/out.go | 3 + libgo/go/cmd/go/internal/base/goflags.go | 17 ++ libgo/go/cmd/go/internal/version/version.go | 9 +- libgo/go/cmd/go/internal/work/init.go | 22 +-- libgo/go/cmd/go/testdata/script/version.txt | 6 + libgo/go/internal/bytealg/index_generic.go | 38 +--- libgo/go/internal/poll/fd_unix.go | 12 +- libgo/go/runtime/chan.go | 22 +++ libgo/go/runtime/chan_test.go | 56 ++++++ libgo/go/runtime/export_test.go | 24 +-- libgo/go/runtime/internal/atomic/atomic_test.go | 10 + libgo/go/runtime/mpagealloc.go | 13 ++ libgo/go/runtime/proc_test.go | 10 +- libgo/go/runtime/runtime2.go | 9 +- libgo/go/runtime/select.go | 19 ++ libgo/go/runtime/trace/trace_stack_test.go | 1 + libgo/go/testing/benchmark.go | 18 +- libgo/go/testing/sub_test.go | 19 +- libgo/go/testing/testing.go | 138 +++++++------ .../issue37621.go => test/testdata/issue41761.go} | 23 +-- .../testdata/issue41761a/a.go} | 12 +- libphobos/ChangeLog | 4 + libstdc++-v3/ChangeLog | 50 +++++ 45 files changed, 1059 insertions(+), 322 deletions(-) copy libgo/misc/cgo/{testgodefs/testdata/issue37621.go => test/testdata/issue41761 [...] copy libgo/misc/cgo/{testgodefs/testdata/issue39534.go => test/testdata/issue41761 [...]