Files
tinycc/tests
herman ten brugge 8d8d75ca75 Allow tcc to run with bounds checking enabled
tcc failed to run with bounds checking enabled because the functions
rt_wait_sem, rt_post_sem and _rt_error where defined twice.
This is solved by making them weak in tccrun.c

Also a nested lock was present when setting TCC_BOUNDS_PRINT_CALLS=1
This is solved in lib/bt-exe.c by moving lock/unlock code.

Also added a testcase in tests/Makefile to test tcc with bounds
checking enabled.
2024-02-15 07:17:15 +01:00
..
2024-02-09 18:38:14 +01:00
2024-02-09 18:38:14 +01:00
2021-02-13 01:03:41 +01:00
2020-12-16 17:52:59 +01:00
2020-12-16 17:52:59 +01:00
2022-12-13 11:34:54 +01:00
2021-01-12 18:06:23 +01:00
2024-02-09 08:35:32 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00