mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
Some checks are pending
build and test / test-x86_64-linux (push) Waiting to run
build and test / test-x86_64-osx (push) Waiting to run
build and test / test-aarch64-osx (push) Waiting to run
build and test / test-x86_64-win32 (push) Waiting to run
build and test / test-i386-win32 (push) Waiting to run
build and test / test-armv7-linux (push) Waiting to run
build and test / test-aarch64-linux (push) Waiting to run
build and test / test-riscv64-linux (push) Waiting to run
... see tests Also: - tccgen.c: cleanup _Generic a little - libtcc.c: cleanup mem-debug a little - arm-link.c: read/write only once - tcc.h: another fix for clang offsetof - tccdbg.c: * stabs: handle forward struct/enum decls * stabs: fix anonymous struct members (must not have a .L123 name) * avoid strncpy()
24 lines
650 B
Plaintext
24 lines
650 B
Plaintext
129_scopes.c:10: ok : "!in"
|
|
129_scopes.c:11: ok : "in"
|
|
129_scopes.c:12: ok : "!in"
|
|
129_scopes.c:15: ok : "!in"
|
|
129_scopes.c:16: ok : "in"
|
|
129_scopes.c:17: ok : "!in"
|
|
129_scopes.c:20: ok : "!in"
|
|
129_scopes.c:21: ok : "in"
|
|
129_scopes.c:22: ok : "!in"
|
|
129_scopes.c:25: ok : "!in"
|
|
129_scopes.c:26: ok : "!in"
|
|
129_scopes.c:27: ok : "!in"
|
|
129_scopes.c:31: ok : "!in"
|
|
129_scopes.c:32: ok : "in"
|
|
129_scopes.c:33: ok : "!in"
|
|
129_scopes.c:36: ok : "!in"
|
|
129_scopes.c:37: ok : "in"
|
|
129_scopes.c:38: ok : "!in"
|
|
129_scopes.c:41: ok : "!in"
|
|
129_scopes.c:42: ok : "in"
|
|
129_scopes.c:43: ok : "!in"
|
|
129_scopes.c:59: ok : "c == 'a'"
|
|
129_scopes.c:69: ok : "st.a == 10"
|