Skip to content

CBMC not accepting C++ program with iostream header #5135

Open
@JagadeepSai

Description

@JagadeepSai

g++ version : 5.4.0
CBMC version:5.11
Operating system:Ubuntu 16.04.11
Exact command line resulting in the issue: cbmc temp.cpp
What behaviour did you expect:
What happened instead: ERROR

CBMC version 5.11 (cbmc-5.11) 64-bit x86_64 linux 
Parsing temp.cpp
Converting
Type-checking temp
file /usr/include/c++/5/iosfwd line 147: symbol 'basic_stringbuf' is unknown
CONVERSION ERROR

File temp.cpp is

#include <iostream>
int main(){
}

basic_stringbuf is defined in class sstream. But its unable to find it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions