File: ghost_cv_var_decl.0.res.oracle

package info (click to toggle)
frama-c 20220511-manganese-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 66,472 kB
  • sloc: ml: 278,832; ansic: 47,093; sh: 4,823; makefile: 3,618; javascript: 2,436; python: 1,919; perl: 897; lisp: 293; xml: 62
file content (31 lines) | stat: -rw-r--r-- 1,965 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[kernel] Parsing ghost_cv_var_decl.c (with preprocessing)
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:15: 'g1' is already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:25: 'g1' is already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:26: 'g2' is already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:35: 
  'g0' elements are already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:48: 'g0' is already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:178: 'b' is already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:187: 'b' is already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:194: 'b' is already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:203: 'b' is already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:210: 
  'b' elements are already ghost
[kernel:ghost:already-ghost] ghost_cv_var_decl.c:219: 
  'b' elements are already ghost
[kernel:ghost:bad-use] ghost_cv_var_decl.c:152: Warning: 
  No definition, nor assigns specification for ghost function 'decl_bad_return_type'
[kernel:ghost:bad-use] ghost_cv_var_decl.c:152: Warning: 
  Invalid return type: indirection from non-ghost to ghost
[kernel:ghost:bad-use] ghost_cv_var_decl.c:153: Warning: 
  No definition, nor assigns specification for ghost function 'decl_bad_parameter_type'
[kernel:ghost:bad-use] ghost_cv_var_decl.c:153: Warning: 
  Invalid type for 'param': indirection from non-ghost to ghost
[kernel:ghost:bad-use] ghost_cv_var_decl.c:154: Warning: 
  Invalid return type: indirection from non-ghost to ghost
[kernel:ghost:bad-use] ghost_cv_var_decl.c:157: Warning: 
  Invalid type for 'param': indirection from non-ghost to ghost
[kernel:ghost:bad-use] ghost_cv_var_decl.c:166: Warning: 
  Invalid type for 'pptrg': indirection from non-ghost to ghost
[kernel] Warning: warning ghost:bad-use treated as deferred error. See above messages for more information.
[kernel] Frama-C aborted: invalid user input.