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 24
    • Merge requests 24
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !152

disabled SAC_MT_SYNC_FOLD completely to fix issue 2266

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Sven-Bodo Scholz requested to merge sbs/sac2c:hotfix-2266 into develop Jun 27, 2021
  • Overview 0
  • Commits 1
  • Changes 1

I am not 100% sure this is the right thing to do. We need to investigate further whether SAC_MT_SYNC_FOLD really is no longer needed (which I believe). If that truely is the case, we can get rid of that ICM and its generation in compile.c completely!

I am pretty sure that none of the three main WL operators (genarray, modarray, and fold) need this. fold-WLs seem to end up with inout parameters (in for neutral and out for the result) and genarray and modarray typically have non-scalar returns enforcing them to be inout as well.

Further investigation is being asked for!

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hotfix-2266