This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 12b2c414b6d testsuite/113634 - fixup declarations of calloc/realloc
new 7ecf468c9a3 c: pedwarn on flexible array member initialization with {} [...]
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/c/c-typeck.cc | 17 +++++++++++------
gcc/testsuite/gcc.dg/pr119350-1.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/pr119350-2.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/pr119350-3.c | 14 ++++++++++++++
4 files changed, 53 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr119350-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr119350-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr119350-3.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 b6953ec3e1c Fix formatting of version message for gnat driver
new 12b2c414b6d testsuite/113634 - fixup declarations of calloc/realloc
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/testsuite/gcc.dg/Wfree-nonheap-object-7.c | 6 +++---
1 file changed, 3 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 abfdab9c7dd s390: testsuite: Fix autovec-double-signaling-eq-z13.c
new b6953ec3e1c Fix formatting of version message for gnat driver
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/ada/gnatvsn.adb | 7 ++++---
1 file changed, 4 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 8fc2bccec33 gccrs: Handle external static items in toplevel resolver 2.0
new 7e947040a48 s390: testsuite: Fix vcond-shift.c
new abfdab9c7dd s390: testsuite: Fix autovec-double-signaling-eq-z13.c
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/testsuite/gcc.target/s390/vector/vcond-shift.c | 12 ++++++------
.../s390/zvector/autovec-double-signaling-eq-z13.c | 2 +-
2 files changed, 7 insertions(+), 7 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 users/nalcock/road-to-ctfv4
in repository binutils-gdb.
from e4970354333 libctf: ctf-lookup: sweep for needed internal API changes
new e053f099cfa libctf: temporarily dike out old-version reading code
new c57c34dd30e fixup! libctf: wip: header changes, file open changes for CTFv4
new fc474d64187 foo
new ed80b565a2d libctf: dump: datasec dumping
new 79215f92933 libctf: dump: ditch ctf_dict_t in states, use parameters instead
new 413571f2c6c libctf: compilation error fixes
The 6 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:
binutils/objdump.c | 5 +-
binutils/readelf.c | 5 +-
include/ctf-api.h | 14 ++--
include/ctf.h | 14 ++--
libctf/Makefile.in | 66 ++++++----------
libctf/api.org | 8 +-
libctf/ctf-api.c | 14 ++--
libctf/ctf-create.c | 215 +++++++++++++++++++++++++++------------------------
libctf/ctf-decl.c | 12 +--
libctf/ctf-dump.c | 214 ++++++++++++++++++++++++++++++++------------------
libctf/ctf-impl.h | 6 +-
libctf/ctf-inlines.h | 2 +-
libctf/ctf-open.c | 56 ++++++++++----
libctf/ctf-types.c | 14 ++--
14 files changed, 364 insertions(+), 281 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 99cbcd7c453 gccrs: Fix v0-mangle1.rs test when run with ASAN
new 2438584da1f gccrs: Avoid accidental insertion into map
new b168b618165 gccrs: Strong type PlaceId
new f5e05755e91 gccrs: Strong type FreeRegion
new e7a76ba9176 gccrs: Use FreeRegions inplace of `std::vector<FreeRegion>`
new 9104447577a gccrs: Strong type LoanId
new 03fd4851cd2 gccrs: Strong type ScopeId
new 11b808ba788 gccrs: Strong type BasicBlockId
new d91f1148d85 gccrs: Introduce `IndexVec`
new 1113b8e0340 gccrs: Used `IndexVec` for Scopes
new 7ec5d6bcbff gccrs: Used `IndexVec` for Loans
new 139304f7791 gccrs: Used `IndexVec` for BasicBlocks
new 2f8367e5811 gccrs: Used `IndexVec` for Places
new 152ecf846f6 gccrs: Use `IndexVec` for bb_fold_map
new b81a65f3cd6 gccrs: Used `IndexVec` for place_map
new 8f4718f0b59 gccrs: Dynamic dispatch with supertraits
new e620a86e4d7 gccrs: Implement initial pattern analysis pass.
new 5aedc533153 gccrs: Emit error on auto-traits
new da48816297d gccrs: session-manager: Fix typos in -frust-incomplete message
new 5db515e5689 gccrs: [gccrs#3141] Fix incorrect handling of overflow in n [...]
new 8ca55013c29 gccrs: [gccrs#3141] Remove double negation by returning Com [...]
new 506459fac4e gccrs: Create new test system for name resolution 2.0
new a8bebc3bdd4 gccrs: Check if the type has been correctly resolved
new 21e43d47d3f gccrs: Fix ICE on error propagation with generic
new 1e387486fbe rust: negative polarity removes restrictions on validation [...]
new f4abaf6ec15 gccrs: adjust hir dump of BlockExpr
new 70228a4ba99 gccrs: Add extra assertions to tl::optional
new 88524c53149 gccrs: Remove some overloaded methods from DefaultResolver.
new d007ce87451 rust: fix ICE when compiling impl block for !
new 0581e0d9a8b gccrs: rust fix ICE when hir lowering qualified path expres [...]
new 68af4878300 gccrs: nr2.0: default-visitor: Conditionally visit type in [...]
new ca285a61c35 gccrs: toplevel: Add note for resolving use declarations
new 8ed0cc70f73 gccrs: toplevel: Build list of imports for Early to resolve
new 2f743673232 gccrs: early: Resolve imports and create import mappings
new 333a4cbff7e gccrs: imports: Add FinalizeImports class
new 4aab2ae2afe gccrs: imports: Create ImportData class and use it in impor [...]
new 28fe1dac18b gccrs: imports: Start storing Ribs in ImportKind
new 9047b32383a gccrs: imports: Make FinalizeImports a resolver visitor as well
new 924446743f6 gccrs: early: Do not emit errors for unresolved imports, st [...]
new 3118129c0c9 gccrs: Insert imports in all namespaces they were resolved in
new 1f556f07163 gccrs: nr2.0: Cleanup import mappings and factor into a class.
new 57dc3ab9739 gccrs: Fix missing error on duplicated nodes
new 1ac4b59dee2 gccrs: Loop on expansion if a new export has been defined
new dc4523e1265 gccrs: Mark virtual function override in default resolver
new 38c5f0567f7 gccrs: Remove empty visit functions
new f4b1922cfd1 gccrs: Remove regular visit code
new 75a2b879385 gccrs: Change lambda content with default visitor call
new 0da43a254cf gccrs: Add default resolver parent functions by default
new 331ddca72d1 gccrs: Make AST default visitor visit functions public
new 2aed733f113 gccrs: Move failing test to xfail
new 7b906c48a2c gccrs: Move bir builder function implementation
new 193b66070ef gccrs: Do not assert insertion result
new a7992fee681 gccrs: Update exclude list with working tests
new ad4c2360e39 gccrs: Change resolved type segment
new fb7e607d2f7 gccrs: Make node id getter const.
new 6f8ca7f2516 gccrs: This test requires the standard library
new 141b2f9c7bb gccrs: Add box definition to avoid error
new 712e92cb201 gccrs: Resolve TypeParam with name resolution 2.0
new ff388c8b1ca gccrs: Postpone break on error after name resolution
new b2dcd3896d0 gccrs: Remove some passing test from nr2 passing list
new 9b4f8f2d517 rust: Add support for Clone and Copy derive on generic types
new 566ae2082c0 rust: fix ICE during name resolution for impls on unit-types
new 5e416545361 gccrs: add test case to show impl block on ! works
new ac582189005 gccrs: Add test case to show ICE is fixed
new 308fd792af6 gccrs: Fix ICE when typechecking non-trait item when we expect one
new 84f5e7b12e7 gccrs: Improve Rib::Definition shadowing
new e71b4d671a7 gccrs: Fix some issues with canonical path fetching in name [...]
new b05e174a347 gccrs: Handle TypeAlias during toplevel resolution 2.0
new b7f03bbd20d gccrs: Rework InlineAsmOperand
new 0d88e726aa0 gccrs: Insert static items into the value namespace
new 0ec5cb9985d gccrs: Improve handling of InlineAsm in DefaultASTVisitor
new 1f1eeb5ac04 gccrs: Allow identifiers and paths to reference types during nr2.0
new 9753ae307b8 gccrs: Use name resolver 2.0 during pattern typechecking
new 81397a9f534 gccrs: Provide input operand for gccrs
new 064459884ac gccrs: Fix compiler error on ast wrong implicit construct p [...]
new c7e00b1e875 gccrs: Disambiguate generic args during name resolution 2.0
new 225748e0f12 gccrs: Handle const generic parameters during resolution 2.0
new 2110efcc2a6 gccrs: Use name resolver 2.0 in MarkLive
new e2aa4557b8f gccrs: Make const references to ForeverStack more useful
new 48bde05f600 gccrs: Load unloaded modules during toplevel resolution 2.0
new 7e4a3039c24 gccrs: Use name resolver 2.0 in const checker
new 15b1c031988 gccrs: Use name resolver 2.0 for compiling break/continue
new a3049c8f050 gccrs: Use name resolver 2.0 in pattern checker
new 8fc2bccec33 gccrs: Handle external static items in toplevel resolver 2.0
The 83 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/rust/Make-lang.in | 4 +
gcc/rust/ast/rust-ast-builder-type.cc | 164 ++
gcc/rust/ast/rust-ast-builder-type.h | 57 +
gcc/rust/ast/rust-ast-builder.cc | 201 ++-
gcc/rust/ast/rust-ast-builder.h | 17 +
gcc/rust/ast/rust-ast-visitor.cc | 41 +-
gcc/rust/ast/rust-ast-visitor.h | 1 -
gcc/rust/ast/rust-ast.h | 22 +-
gcc/rust/ast/rust-expr.h | 183 ++-
gcc/rust/ast/rust-item.h | 2 +-
gcc/rust/ast/rust-path.h | 14 +-
gcc/rust/ast/rust-type.h | 10 +
gcc/rust/backend/rust-compile-asm.cc | 22 +-
gcc/rust/backend/rust-compile-expr.cc | 107 +-
gcc/rust/backend/rust-compile-item.cc | 19 +-
gcc/rust/backend/rust-compile.cc | 128 +-
.../errors/borrowck/rust-bir-builder-expr-stmt.cc | 5 +-
.../errors/borrowck/rust-bir-builder-internal.h | 27 +-
.../borrowck/rust-bir-builder-lazyboolexpr.h | 3 +-
.../errors/borrowck/rust-bir-builder-pattern.cc | 273 ++++
.../errors/borrowck/rust-bir-builder-pattern.h | 260 +---
gcc/rust/checks/errors/borrowck/rust-bir-builder.h | 12 +-
gcc/rust/checks/errors/borrowck/rust-bir-dump.cc | 75 +-
gcc/rust/checks/errors/borrowck/rust-bir-dump.h | 4 +-
.../errors/borrowck/rust-bir-fact-collector.h | 165 +-
.../checks/errors/borrowck/rust-bir-free-region.h | 38 +-
gcc/rust/checks/errors/borrowck/rust-bir-place.h | 151 +-
gcc/rust/checks/errors/borrowck/rust-bir.h | 26 +-
.../borrowck/rust-borrow-checker-diagnostics.cc | 6 +-
gcc/rust/checks/errors/rust-const-checker.cc | 16 +-
gcc/rust/checks/errors/rust-feature-gate.cc | 9 +
gcc/rust/checks/errors/rust-feature-gate.h | 1 +
gcc/rust/checks/errors/rust-feature.cc | 3 +
.../checks/errors/rust-hir-pattern-analysis.cc | 1568 ++++++++++++++++++++
...const-checker.h => rust-hir-pattern-analysis.h} | 418 +++++-
gcc/rust/checks/lints/rust-lint-marklive.cc | 31 +-
gcc/rust/expand/rust-derive-clone.cc | 88 +-
gcc/rust/expand/rust-derive-clone.h | 5 +-
gcc/rust/expand/rust-derive-copy.cc | 87 +-
gcc/rust/expand/rust-derive-copy.h | 4 +-
gcc/rust/expand/rust-macro-builtins-asm.cc | 13 +-
gcc/rust/hir/rust-ast-lower-item.cc | 4 +-
gcc/rust/hir/rust-ast-lower-type.cc | 11 +-
gcc/rust/hir/rust-hir-dump.cc | 2 +
gcc/rust/hir/tree/rust-hir-expr.h | 9 +
gcc/rust/resolve/rust-ast-resolve-expr.cc | 7 +
gcc/rust/resolve/rust-ast-resolve-expr.h | 2 +
gcc/rust/resolve/rust-ast-resolve-pattern.cc | 3 +-
gcc/rust/resolve/rust-ast-resolve-type.cc | 17 +-
gcc/rust/resolve/rust-ast-resolve-type.h | 4 +
gcc/rust/resolve/rust-default-resolver.cc | 550 +------
gcc/rust/resolve/rust-default-resolver.h | 124 +-
gcc/rust/resolve/rust-early-name-resolver-2.0.cc | 123 +-
gcc/rust/resolve/rust-early-name-resolver-2.0.h | 148 ++
gcc/rust/resolve/rust-finalize-imports-2.0.cc | 224 +++
gcc/rust/resolve/rust-finalize-imports-2.0.h | 110 ++
gcc/rust/resolve/rust-forever-stack.h | 31 +-
gcc/rust/resolve/rust-forever-stack.hxx | 115 +-
gcc/rust/resolve/rust-late-name-resolver-2.0.cc | 92 +-
gcc/rust/resolve/rust-late-name-resolver-2.0.h | 3 +
gcc/rust/resolve/rust-name-resolution-context.cc | 20 +-
gcc/rust/resolve/rust-name-resolution-context.h | 6 +-
gcc/rust/resolve/rust-name-resolver.cc | 9 +-
gcc/rust/resolve/rust-name-resolver.h | 7 +-
gcc/rust/resolve/rust-rib.cc | 107 +-
gcc/rust/resolve/rust-rib.h | 32 +-
.../resolve/rust-toplevel-name-resolver-2.0.cc | 367 +----
gcc/rust/resolve/rust-toplevel-name-resolver-2.0.h | 134 +-
gcc/rust/rust-session-manager.cc | 24 +-
gcc/rust/typecheck/rust-hir-trait-resolve.cc | 27 +-
gcc/rust/typecheck/rust-hir-type-check-enumitem.cc | 80 +-
gcc/rust/typecheck/rust-hir-type-check-implitem.cc | 23 +-
gcc/rust/typecheck/rust-hir-type-check-item.cc | 65 +-
gcc/rust/typecheck/rust-hir-type-check-item.h | 3 +-
gcc/rust/typecheck/rust-hir-type-check-pattern.cc | 32 +-
.../rust-tyty-variance-analysis-private.h | 11 +-
gcc/rust/typecheck/rust-tyty-variance-analysis.cc | 8 +-
gcc/rust/typecheck/rust-tyty-variance-analysis.h | 7 +-
gcc/rust/typecheck/rust-tyty.cc | 2 +-
gcc/rust/util/optional.h | 86 +-
gcc/testsuite/rust/compile/auto_trait.rs | 1 +
.../rust/compile/auto_trait_super_trait.rs | 1 +
.../rust/compile/box_syntax_feature_gate.rs | 2 +
gcc/testsuite/rust/compile/exhaustiveness1.rs | 53 +
gcc/testsuite/rust/compile/exhaustiveness2.rs | 28 +
gcc/testsuite/rust/compile/exhaustiveness3.rs | 55 +
.../rust/compile/functions_without_body.rs | 1 +
gcc/testsuite/rust/compile/generic_auto_trait.rs | 1 +
.../rust/compile/inline_asm_parse_operand.rs | 6 +-
gcc/testsuite/rust/compile/issue-2203.rs | 3 +
gcc/testsuite/rust/compile/issue-2499.rs | 11 +
gcc/testsuite/rust/compile/issue-2951.rs | 13 +
gcc/testsuite/rust/compile/issue-3030.rs | 16 +
gcc/testsuite/rust/compile/issue-3035.rs | 25 +
gcc/testsuite/rust/compile/issue-3036.rs | 14 +
gcc/testsuite/rust/compile/issue-3082.rs | 9 +
gcc/testsuite/rust/compile/issue-3139-1.rs | 45 +
gcc/testsuite/rust/compile/issue-3139-2.rs | 57 +
gcc/testsuite/rust/compile/issue-3139-3.rs | 32 +
gcc/testsuite/rust/compile/issue-3141.rs | 62 +
gcc/testsuite/rust/compile/nr2/compile.exp | 136 ++
gcc/testsuite/rust/compile/nr2/exclude | 237 +++
gcc/testsuite/rust/compile/trait13.rs | 47 +
gcc/testsuite/rust/compile/trait14.rs | 51 +
.../rust/compile/{ => xfail}/name_resolution21.rs | 3 +-
.../rust/execute/torture/inline_asm_mov_x_5_ARM.rs | 14 +-
.../execute/torture/inline_asm_mov_x_5_x86_64.rs | 19 +-
gcc/testsuite/rust/execute/torture/trait14.rs | 47 +
gcc/testsuite/rust/execute/torture/trait15.rs | 56 +
gcc/testsuite/rust/execute/torture/trait16.rs | 52 +
gcc/testsuite/rust/execute/torture/trait17.rs | 54 +
gcc/testsuite/rust/execute/torture/trait18.rs | 56 +
112 files changed, 6348 insertions(+), 1768 deletions(-)
create mode 100644 gcc/rust/ast/rust-ast-builder-type.cc
create mode 100644 gcc/rust/ast/rust-ast-builder-type.h
create mode 100644 gcc/rust/checks/errors/borrowck/rust-bir-builder-pattern.cc
create mode 100644 gcc/rust/checks/errors/rust-hir-pattern-analysis.cc
copy gcc/rust/checks/errors/{rust-const-checker.h => rust-hir-pattern-analysis.h} (50%)
create mode 100644 gcc/rust/resolve/rust-finalize-imports-2.0.cc
create mode 100644 gcc/rust/resolve/rust-finalize-imports-2.0.h
create mode 100644 gcc/testsuite/rust/compile/auto_trait.rs
create mode 100644 gcc/testsuite/rust/compile/exhaustiveness1.rs
create mode 100644 gcc/testsuite/rust/compile/exhaustiveness2.rs
create mode 100644 gcc/testsuite/rust/compile/exhaustiveness3.rs
create mode 100644 gcc/testsuite/rust/compile/issue-2203.rs
create mode 100644 gcc/testsuite/rust/compile/issue-2499.rs
create mode 100644 gcc/testsuite/rust/compile/issue-2951.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3030.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3035.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3036.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3082.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3139-1.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3139-2.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3139-3.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3141.rs
create mode 100644 gcc/testsuite/rust/compile/nr2/compile.exp
create mode 100644 gcc/testsuite/rust/compile/nr2/exclude
create mode 100644 gcc/testsuite/rust/compile/trait13.rs
create mode 100644 gcc/testsuite/rust/compile/trait14.rs
rename gcc/testsuite/rust/compile/{ => xfail}/name_resolution21.rs (62%)
create mode 100644 gcc/testsuite/rust/execute/torture/trait14.rs
create mode 100644 gcc/testsuite/rust/execute/torture/trait15.rs
create mode 100644 gcc/testsuite/rust/execute/torture/trait16.rs
create mode 100644 gcc/testsuite/rust/execute/torture/trait17.rs
create mode 100644 gcc/testsuite/rust/execute/torture/trait18.rs
--
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 binutils-gdb.
from 65addfb0e40 gdb: show full shared library memory range in 'info sharedlibrary'
new e5348a7ab3f gdb/python: new styling argument to gdb.execute
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:
gdb/NEWS | 5 ++
gdb/cli/cli-script.c | 4 +-
gdb/cli/cli-script.h | 6 +-
gdb/cli/cli-style.c | 21 ++++-
gdb/cli/cli-style.h | 19 +++++
gdb/doc/python.texi | 10 ++-
gdb/python/python.c | 39 +++++++--
gdb/testsuite/gdb.python/py-styled-execute.exp | 109 +++++++++++++++++++++++++
8 files changed, 201 insertions(+), 12 deletions(-)
create mode 100644 gdb/testsuite/gdb.python/py-styled-execute.exp
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from eefe6fda2 Add entry 3a4376f179b64a07fd32ecbfd63699a2cd56d412 from https [...]
new 61c86d38b Add entry 3a4376f179b64a07fd32ecbfd63699a2cd56d412 from https [...]
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:
.../sha1/3a4376f179b64a07fd32ecbfd63699a2cd56d412/jira/description | 4 ++++
.../sha1/3a4376f179b64a07fd32ecbfd63699a2cd56d412/jira/summary | 2 +-
.../sha1/3a4376f179b64a07fd32ecbfd63699a2cd56d412/jira/yaml | 6 +++++-
.../3a4376f179b64a07fd32ecbfd63699a2cd56d412/status-summary.txt | 2 +-
.../sha1/3a4376f179b64a07fd32ecbfd63699a2cd56d412/status.txt | 4 ++++
.../details.txt | 1 +
.../reproduction_instructions.txt | 0
.../main-aarch64-Ofast-sve_vls-lto-lld}/status-summary.txt | 0
.../status.txt | 6 +++---
.../tcwg_flang_test/status-summary.txt | 2 +-
.../tcwg_flang_test/status.txt | 4 ++++
11 files changed, 24 insertions(+), 7 deletions(-)
copy fujitsu_testsuite/sha1/3a4376f179b64a07fd32ecbfd63699a2cd56d412/tcwg_flang_te [...]
copy fujitsu_testsuite/sha1/{471c71be0fe507ecb02b5a9650e882f261ecc979 => 3a4376f17 [...]
copy {gcc/sha1/4ed07a11ee2845c2085a3cd5cff043209a452441 => fujitsu_testsuite/sha1/ [...]
copy fujitsu_testsuite/sha1/3a4376f179b64a07fd32ecbfd63699a2cd56d412/tcwg_flang_te [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from e7c6a266c Add entry 997f49fbadf892136c77115edd537c832fb8074d from https [...]
new eefe6fda2 Add entry 3a4376f179b64a07fd32ecbfd63699a2cd56d412 from https [...]
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:
.../build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy fujitsu_testsuite/sha1/3a4376f179b64a07fd32ecbfd63699a2cd56d412/tcwg_flang_te [...]
copy fujitsu_testsuite/sha1/3a4376f179b64a07fd32ecbfd63699a2cd56d412/tcwg_flang_te [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.