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
  • #1682
Closed
Open
Created Oct 09, 2006 by Kai Trojahner@ktrGuest

Changing a variables base type in a loop causes disturbing error message

Bugzilla Link 299
Created on Oct 09, 2006 13:56
Resolution FIXED
Resolved on Oct 11, 2006 17:25
Version 1.00beta
OS Linux
Architecture PC

Extended Description

int main() {
  vecloc = 1d;
  
  while( true){
    vecloc = _toi_S_(vecloc);
  }
 return(0);
} 
gives error message
** 6: Running type inference system: ...
**** Running type inference system ...
ASSERTION FAILED: file 'src/typecheck/specialize.c', line 252
UpdateVarSignature called with incompatible args
EXECUTION TERMINATED
Abgebrochen
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking