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 403
    • Issues 403
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #1669
Closed
Open
Created Jan 13, 2006 by Robert Bernecky@rbeDeveloper

subtle dispatch problem for modarray

Bugzilla Link 189
Created on Jan 13, 2006 21:38
Resolution FIXED
Resolved on Jan 20, 2006 12:32
Version 1.00beta
OS Linux
Architecture PC
Attachments UTExpand.sac

Extended Description

The attached example kills sac2c with one of those grumpy, incomprehensible
messages about types.
If you look at the computation of shpz in bslBBB, you'll see an expression
along the lines of:
 z=genarray (shape(x)++drop([1],shape(y)), false);
If you replace this with:
 shpz = shape(y);
 shpz[0] = shape(x)[0];
 z = genarray(shpz,false);
that works. I don't understand why one approach works and the other does not.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking