tcc-stupidos/tests
herman ten brugge 4a2e33d160 Update bounds checking.
The bounds checking code has now enabled gen_bounded_ptr_add tests.
This makes the code slower but finds more errors.
I had to correct some things in tcc to make it work.
- Fixed off by one in lib/bcheck.c
- Corrected tccelf.c sym_versions.
- Disabled USE_TAL when using bounds checking.
- Fixed cstr_printf va_start.
- Fixed tests/tests2/46_grep.c off by one error.
- Updated gen_bounded_ptr_add in x86_64-gen.c
- Fixed x86_64-link.c pointer diff.
For gen_vla_alloc now always use alloca call when bounds checking.
Added line/filename in %rax before bound calls to find location of error.
2019-12-12 12:56:06 +01:00
..
pp Add make testspp.all/testspp.20 2018-01-05 02:19:26 +01:00
tests2 Update bounds checking. 2019-12-12 12:56:06 +01:00
42test.h
abitest.c
asm-c-connect-1.c
asm-c-connect-2.c
asmtest.S
boundtest.c Fix bounds checking for linux/windows 2019-12-10 08:07:25 +01:00
gcctestsuite.sh
libtcc_test.c Add error_func and error_opaque getters to libtcc 2019-10-14 09:36:14 +02:00
libtcc_test_mt.c Include some headers in new multi-thread test 2019-12-12 03:31:21 +01:00
Makefile Disable thumb code generation on tcctest.gcc 2019-12-12 01:52:50 +01:00
tcctest.c Fix bounds checking after concurrently commit 2019-12-11 12:07:48 +01:00
tcctest.h
testfp.c
vla_test.c