tcc loops with some input arguments
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86_64-win32 (push) Has been cancelled
build and test / test-i386-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled

This is one example:
tcc -c a b -o c

Detected with some configure scripts.
This commit is contained in:
herman ten brugge 2025-08-18 22:28:05 +02:00
parent 2662b7b43c
commit 80e7040d0c

2
tcc.c
View File

@ -324,7 +324,7 @@ redo:
print_search_dirs(s);
}
if (opt < 0) err:
ret = 1;
ret = 1, opt = -1;
if (opt) {
tcc_delete(s);
return ret;