This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 23e8c0b0d99 analyzer: fix direction of -Wanalyzer-out-of-bounds note [P [...] new 9fb12ee6fb7 d: Field names of anonymous delegates should be same as reg [...] new 250b1fa19d7 d: Build internal TypeInfo types when module name is "object" new e206fecaac2 d: Fix internal compiler error: Segmentation fault at gimpl [...] new 8db5b71e212 d: Defer compiling inline definitions until after the modul [...]
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/d/d-codegen.cc | 38 +++++++++++++++++++++++++++++++-- gcc/d/d-compiler.cc | 11 ++++++++-- gcc/d/d-tree.h | 2 ++ gcc/d/decl.cc | 22 +++++++++---------- gcc/d/expr.cc | 2 +- gcc/d/modules.cc | 20 +++++++++++++++++ gcc/d/typeinfo.cc | 4 ++++ gcc/testsuite/gdc.dg/torture/pr106623.d | 28 ++++++++++++++++++++++++ 8 files changed, 111 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/torture/pr106623.d