virtual base class causes error
ID0002075: This issue was created automatically from Mantis Issue 2075. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0002075 | Frama-Clang | Plug-in > clang | public | 2015-02-05 | 2015-03-30 |
Reporter | Jochen | Assigned To | fvedrine | Resolution | open |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | Neon-20140301+dev-STANCE-Jan2015 | OS | - | OS Version | xubuntu-cfe13.10 |
Product Version | - | Target Version | - | Fixed in Version | - |
Description :
output:
[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing) [kernel] Parsing 454.cpp (external front-end) Now output intermediate result 454.cpp:7:[kernel] user error: Cannot find field _frama_c__Z1A [kernel] user error: stopping on file "454.cpp" that has errors.
The error message disappears if the contructor definition in line 7 is deleted, or if the "virtual" is deleted in line 4.