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
  • #1255
Closed
Open
Created Jul 23, 2014 by Robert Bernecky@rbeDeveloper

CF failure: SCSprf_val_lt_val_SxS evaporates val_lt_val_SxS_( const, const) guard

Bugzilla Link 1127
Created on Jul 23, 2014 21:22
Version svn
OS Linux
Architecture PC

Extended Description

I just stumbled across this failure.
The offending code had been copy/pasted from the val_le_val_SxS code,
and I missed Case 2 now being rubbish. There is also at least two COlt calls
that are also rubbbish.
Fix to come over the weekend.
Failing code:
int[*] id(int[*] y)
{
  return( y);
}
int main()
{
  x = 0;
  y = id(1);
  y, p = _non_neg_val_S_( y);
  z, p = _val_lt_val_SxS_( x, y);
  return( z);
}
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking