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 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #1441
Closed
Open
Created Feb 07, 2007 by Florian Büther@fbuGuest

improper treatment of empty modarray

Bugzilla Link 344
Created on Feb 07, 2007 12:52
Resolution FIXED
Resolved on May 08, 2007 11:17
Version 1.00beta
OS Linux
Architecture PC
Attachments wlfsbug.sac, bug344.sac

Extended Description

Cheer up, folks, for i am bringing you not only one, but two bugs today, which
although maybe closely related.
The bugs are encountered specifically when specifing a with-loop with no
generators applied to a modarray, like this:
A = with : modarray( B );
the compiler dies with a SIGSEGV in TYgetProductSize, at phase 6: Running type
inference system.
--
If you now place the with:modarray inside a do-loop, like this:
do {
  A = with : modarray( B );
} while ( true );
the compiler dies with a SIGSEGV at HZGWLassign, in phase 2:Handling
zero-generator with-loops.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking