diff options
author | Philip Herron <philip.herron@embecosm.com> | 2022-11-07 13:43:04 +0000 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-02-21 12:36:52 +0100 |
commit | e7a69d4533add13ff8f5468131cc824f6fa9e154 (patch) | |
tree | 58c827cab26ee98da4364a148f0ea725cbd54dc4 /gcc/rust/backend/rust-compile-block.cc | |
parent | 92389b46a96ce2274f5d9a3658d771b8b0ad99c9 (diff) | |
download | gcc-e7a69d4533add13ff8f5468131cc824f6fa9e154.zip gcc-e7a69d4533add13ff8f5468131cc824f6fa9e154.tar.gz gcc-e7a69d4533add13ff8f5468131cc824f6fa9e154.tar.bz2 |
gccrs: Fix undefined behaviour issues on macos
This adds missing copy constructors to HIR::PathExprSegment which were
wrongly defaulting to empty vectors when apply specified generic arguments
to method calls.
gcc/rust/ChangeLog:
* hir/tree/rust-hir-expr.h: Add const `get_method_name`.
* hir/tree/rust-hir-full-decls.h (struct GenericArgs): Move from `struct`...
(class GenericArgs): ...to `class`.
* hir/tree/rust-hir-path.h (struct GenericArgs): Likewise.
(class GenericArgs): Clear `type_args` in copy constructor.
* typecheck/rust-hir-type-check-expr.cc (TypeCheckExpr::visit): Reorder
debug print.
* typecheck/rust-tyty.h: Add default constructors for `SubstitutionArgumentMappings`.
Diffstat (limited to 'gcc/rust/backend/rust-compile-block.cc')
0 files changed, 0 insertions, 0 deletions