There was an error while loading. Please reload this page.
1 parent 309026d commit 354f523Copy full SHA for 354f523
1 file changed
tests/regression/02-base/32-single-thr.t
@@ -0,0 +1,11 @@
1
+ $ goblint --set exp.single-threaded true 32-single-thr.c
2
+ [Error][Imprecise][Unsound] Function definition missing for no_spawn (32-single-thr.c:12:3-12:15)
3
+ [Info][Imprecise] INVALIDATING ALL GLOBALS! (32-single-thr.c:12:3-12:15)
4
+ [Info][Imprecise] Invalidating expressions: & g, (void *)(& f) (32-single-thr.c:12:3-12:15)
5
+ [Warning][Deadcode] Function 'f' is uncalled: 2 LLoC (32-single-thr.c:6:1-8:1)
6
+ [Info][Deadcode] Logical lines of code (LLoC) summary:
7
+ live: 4
8
+ dead: 2 (2 in uncalled functions)
9
+ total lines: 6
10
+ [Error][Unsound] Thread not spawned
11
+ [Error][Imprecise][Unsound] Function definition missing
0 commit comments