1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-24 18:28:53 +00:00
cc65/test/todo
Jesse Rosenstock 847982c6bf Handle bit-field test after shift/mask
Previously, bit-field tests were incorrectly combined with load in
`if (x.bitfield)`.  Delay the test until after the shift/mask
is done.  Still combine tests with load if no shift/mask is required.

Fixes #1139
2020-07-31 19:33:28 +02:00
..
bug170.c test for issue #170 2020-07-09 16:17:16 +02:00
bug327.c test for issue #327 2020-07-09 16:17:31 +02:00
bug927.c test for issue #927 2020-07-09 16:18:08 +02:00
bug1095.c Add test case for sign extending < 1 byte 2020-07-28 22:01:22 +02:00
Makefile Added directory for currently failing regression tests. 2020-07-01 00:13:55 +02:00
sprintf-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00