aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2022-11-07 13:43:04 +0000
committerArthur Cohen <arthur.cohen@embecosm.com>2023-02-21 12:36:52 +0100
commite7a69d4533add13ff8f5468131cc824f6fa9e154 (patch)
tree58c827cab26ee98da4364a148f0ea725cbd54dc4 /gcc/rust/backend
parent92389b46a96ce2274f5d9a3658d771b8b0ad99c9 (diff)
downloadgcc-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')
0 files changed, 0 insertions, 0 deletions