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 395
    • Issues 395
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 26
    • Merge requests 26
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #2276
Closed
Open
Created Sep 17, 2021 by Robert Bernecky@rbeDeveloper

crash while inferring ranges for set expressions

sac2c crashes quickly on this:

use Array:{sel};

int main()
{
  y = [true, false];
  z = with {
        //(. <= iv <= .) : sel( sel( iv, y) ? ["0 "] : ["1 "]);
         (. <= iv <= .) : sel( true ? ["0 "] : ["1 "]);
       } : genarray([2]);
  return(0);
}
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking