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 16
    • Merge requests 16
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #1413
Closed
Open
Created Aug 09, 2006 by Theo van Klaveren@tvkGuest

Compiler crash in mdiv.sac

Bugzilla Link 265
Created on Aug 09, 2006 15:21
Resolution FIXED
Resolved on Aug 11, 2006 15:14
Version 1.00beta
OS SunOS
Architecture PC

Extended Description

See the attachment of bug 242. Gives the following compiler crash:
  ****** Optimizing function:
  ******  _dup_1162_lsBDD__Loop_2( int[1]{1}, int[1]{0}, int[1]{0},
  int[1]{0}, int[1]{1}, int[1]{0}, ...): ...
****** Applying common subexpression elimination ...
****** Inserting shape variables ...
****** Infering loop invariant variables ...
****** Applying type upgrade ...
****** Finalising infered type information ...
****** Applying reverse type upgrade ...
****** Applying function call dispatch ...
****** Applying inlining ...
****** Applying with-loop propagation ...
****** Applying constant folding ...
****** Propagating constants and variables ...
****** Generating full with-loop partitions ...
****** Simplifying with-loops ...
****** Infering foldable with-loops ...
Program received signal SIGSEGV, Segmentation fault.
0x081cb9b0 in WLIid (arg_node=0x1cfab2bc, arg_info=0xd915ffc)
    at src/psi-opt/SSAWLI.c:725
725       if ((assignn != NULL) && ( NODE_TYPE( ASSIGN_RHS( assignn)) == N_with)) {
(gdb)
It appears that assignn is an invalid node here:
(gdb) print *assignn
$1 = {nodetype = N_undefined, ...,  N_withid = 0x13aeac90}}
(gdb)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking