Skip to content
Snippets Groups Projects
Commit 1eb46835 authored by Patrick Baudin's avatar Patrick Baudin Committed by Andre Maroneze
Browse files

[tests] adds some -no-autoload-plugins (changes in vid)

parent 6757cf04
No related branches found
No related tags found
No related merge requests found
/* run.config /* run.config
EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs
OPT: -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs OPT: -no-autoload-plugins -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs
*/ */
int f (int x) { return x; } int f (int x) { return x; }
int g (int x) { return x; } int g (int x) { return x; }
......
[kernel] Parsing tests/syntax/get_astinfo_bts1136.i (no preprocessing) [kernel] Parsing tests/syntax/get_astinfo_bts1136.i (no preprocessing)
found variable vid:22 formal in f found variable vid:20 formal in f
found variable vid:25 formal in g found variable vid:23 formal in g
found variable vid:28 formal in h found variable vid:26 formal in h
found variable vid:30 formal in i found variable vid:28 formal in i
found variable vid:32 formal in j found variable vid:30 formal in j
found variable vid:34 formal in k found variable vid:32 formal in k
[do_v] vid:28 formal in h [do_v] vid:26 formal in h
[do_v] vid:25 formal in g [do_v] vid:23 formal in g
[do_v] vid:22 formal in f [do_v] vid:20 formal in f
[do_v] vid:34 local in k [do_v] vid:32 local in k
[do_v] vid:32 local in j [do_v] vid:30 local in j
[do_v] vid:30 local in i [do_v] vid:28 local in i
[kernel] Parsing tests/syntax/syntactic_hook.i (no preprocessing) [kernel] Parsing tests/syntax/syntactic_hook.i (no preprocessing)
[kernel] tests/syntax/syntactic_hook.i:5: [kernel] tests/syntax/syntactic_hook.i:5:
New global node introducing identifier f(22) New global node introducing identifier f(20)
[kernel] First occurrence of f [kernel] First occurrence of f
[kernel] tests/syntax/syntactic_hook.i:7: [kernel] tests/syntax/syntactic_hook.i:7:
New global node introducing identifier k(25) New global node introducing identifier k(23)
[kernel] First occurrence of k [kernel] First occurrence of k
[kernel] tests/syntax/syntactic_hook.i:9: [kernel] tests/syntax/syntactic_hook.i:9:
New global node introducing identifier k(25) New global node introducing identifier k(23)
[kernel] New occurrence of existing identifier k [kernel] New occurrence of existing identifier k
[kernel] tests/syntax/syntactic_hook.i:11: [kernel] tests/syntax/syntactic_hook.i:11:
New global node introducing identifier main(31) New global node introducing identifier main(29)
[kernel] First occurrence of main [kernel] First occurrence of main
[kernel] tests/syntax/syntactic_hook.i:13: [kernel] tests/syntax/syntactic_hook.i:13:
New global node introducing identifier t(35) New global node introducing identifier t(33)
[kernel] First occurrence of t [kernel] First occurrence of t
[kernel] tests/syntax/syntactic_hook.i:13: Warning: [kernel] tests/syntax/syntactic_hook.i:13: Warning:
[SH]: definition of local function t [SH]: definition of local function t
[kernel] :0: New global node introducing identifier g(37) [kernel] :0: New global node introducing identifier g(35)
[kernel] First occurrence of g [kernel] First occurrence of g
[kernel:typing:implicit-function-declaration] tests/syntax/syntactic_hook.i:17: Warning: [kernel:typing:implicit-function-declaration] tests/syntax/syntactic_hook.i:17: Warning:
Calling undeclared function g. Old style K&R code? Calling undeclared function g. Old style K&R code?
......
/* run.config /* run.config
EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs
STDOPT: +"-load-module @PTEST_DIR@/@PTEST_NAME@.cmxs" STDOPT: +"-no-autoload-plugins -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs"
*/ */
int f(void); int f(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment