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
  • #2402
Closed
Open
Created Apr 07, 2024 by Ruben Hensen@rhensen

Assertion "INFO_CEXPRS (arg_info) == NULL"

Got this cryptic error whilst trying to extend the functionality of the Structures library. Only fails with -check c enabled.

module StructuresPlus;

import Structures: all;

export all; 

// inline complex * (complex X1, double X2)
// {
//   return((complex)[((double[2])X1)[[0]] ScalarArith::* X2,
//                     ((double[2])X1)[[1]] ScalarArith::* X2]);
// }

// inline complex * (double X1, complex X2)
// {
//   return((complex)[((double[2])X2)[[0]] ScalarArith::* X1,
//                     ((double[2])X2)[[1]] ScalarArith::* X1]);
// }

sac2c 1.3.3-MijasCosta-1187-gd6b95 build-type: RELEASE built-by: "rubenhensen" at 2024-04-06T22:46:02

Edited Apr 07, 2024 by Ruben Hensen
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking