[ 0:01] % divine cc -o testcase.bc -c /home/xrockai/src/divine/nightly/test/lang-c/longjmp-complex.c [ 0:01] compiling /home/xrockai/src/divine/nightly/test/lang-c/longjmp-complex.c [ 0:01] /home/xrockai/src/divine/nightly/test/lang-c/longjmp-complex.c:9:27: warning: GCC does not allow '__noinline__' attribute in this position on a function definition [ 0:01] void bar() __attribute__((__noinline__)) { [ 0:01] ^ [ 0:01] /home/xrockai/src/divine/nightly/test/lang-c/longjmp-complex.c:14:27: warning: GCC does not allow '__noinline__' attribute in this position on a function definition [ 0:01] void foo() __attribute__((__noinline__)) { [ 0:01] ^ [ 0:01] 2 warnings generated. [ 0:01] % native-link testcase.bc [ 0:01] setting up pass: fuse-ctors, options = [ 0:01] setting up pass: lowering, options = [ 0:01] setting up pass: recurse-annotations, options = [ 0:01] setting up pass: interrupt-mem, options = __dios_reschedule [ 0:01] setting up pass: interrupt-cfl, options = __dios_suspend [ 0:01] compiling native-0.bc [ 0:01] compiling /dios/lib/config/native.bc [ 0:01] warning: overriding the module target triple with x86_64-unknown-linux-gnu [-Woverride-module] [ 0:02] 1 warning generated. [ 0:03] % ./a.out [ 0:03] about to __boot [ 0:03] about to run the scheduler