Skip to content

stack_depth takes a signed int as argument #2418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 3, 2018

Conversation

tautschnig
Copy link
Collaborator

No description provided.

@kroening
Copy link
Member

Should that one be unsigned?

Copy link
Contributor

@allredj allredj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passed Diffblue compatibility checks (cbmc commit: 09165fb).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/77134797

class goto_modelt;

void stack_depth(
goto_modelt &,
const int depth);
const std::size_t depth);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stack_depth.cpp
c:\codebuild\tmp\src717511119\src\github.com\diffblue\cbmc\src\goto-instrument\stack_depth.h(23): error C2039: 'size_t': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\cstdint(17): note: see declaration of 'std'

Copy link
Member

@peterschrammel peterschrammel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo CI passing

@tautschnig tautschnig merged commit a299d48 into diffblue:develop Sep 3, 2018
@tautschnig tautschnig deleted the vs-stack-depth branch September 3, 2018 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants