This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea22954e7c5 IBM Z: Enable LSan and TSan new 3e213611748 d: Change in DotTemplateExp type semantics leading to regre [...] new b2f6e1de242 d: Compile-time reflection for supported built-ins (PR101127) new 1a2306ffe79 d: __FUNCTION__ doesn't work in core.stdc.stdio functions w [...] new c936c39f86c d: fix ICE at convert_expr(tree_node*, Type*, Type*) (PR101490) new 54ec50bada9 d: Wrong evaluation order of binary expressions (PR101640)
The 5 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-builtins.cc | 15 ++++++++++++++ gcc/d/d-codegen.cc | 16 ++------------- gcc/d/d-convert.cc | 15 +++++++++----- gcc/d/d-lang.cc | 2 ++ gcc/d/d-tree.h | 1 + gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/dcast.c | 15 ++++++++------ gcc/d/dmd/expression.c | 16 +++++++++++++-- gcc/d/dmd/expression.h | 2 ++ gcc/d/expr.cc | 2 +- gcc/testsuite/gdc.dg/pr101127a.d | 8 ++++++++ gcc/testsuite/gdc.dg/pr101127b.d | 7 +++++++ gcc/testsuite/gdc.dg/pr101490.d | 21 +++++++++++++++++++ gcc/testsuite/gdc.dg/pr101640.d | 11 ++++++++++ gcc/testsuite/gdc.dg/pr96429.d | 2 +- gcc/testsuite/gdc.test/compilable/b19002.d | 12 +++++++++++ gcc/testsuite/gdc.test/compilable/test22133.d | 16 +++++++++++++++ .../gdc.test/fail_compilation/fail22133.d | 24 ++++++++++++++++++++++ .../gdc.test/fail_compilation/fail22144.d | 14 +++++++++++++ .../gdc.test/fail_compilation/fail7424b.d | 2 +- .../gdc.test/fail_compilation/fail7424c.d | 2 +- .../gdc.test/fail_compilation/fail7424d.d | 2 +- .../gdc.test/fail_compilation/fail7424e.d | 2 +- .../gdc.test/fail_compilation/fail7424f.d | 2 +- .../gdc.test/fail_compilation/fail7424g.d | 2 +- .../gdc.test/fail_compilation/fail7424h.d | 2 +- .../gdc.test/fail_compilation/fail7424i.d | 2 +- 27 files changed, 179 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/pr101127a.d create mode 100644 gcc/testsuite/gdc.dg/pr101127b.d create mode 100644 gcc/testsuite/gdc.dg/pr101490.d create mode 100644 gcc/testsuite/gdc.dg/pr101640.d create mode 100644 gcc/testsuite/gdc.test/compilable/b19002.d create mode 100644 gcc/testsuite/gdc.test/compilable/test22133.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail22133.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail22144.d