Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 17
    • Merge requests 17
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #2410
Closed
Open
Created Apr 22, 2024 by Jordy Aaldering@JordyAalderingDeveloper

Record transformation does not work with multiple return types

Fails in phase -bpopt:dss

Given for example a function signature

struct Vector3[N], struct Vector3[N] foo()

One phase earlier (-bpopt:eudt) we have

enclosed(_MAIN::_struct_Vector3)[N], enclosed(_MAIN::_struct_Vector3)[N] foo()

But after dss only the first ret is transformed and the second one is removed:

double[N], double[N], double[N] foo()
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking