mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
on 32bit long long support was sometimes broken. This fixes code-gen for long long values in switches, disables a x86-64 specific testcase and avoid an undefined shift amount. It comments out a bitfield test involving long long bitfields > 32 bit; with GCC layout they can straddle multiple words and code generation isn't prepared for this.
32 KiB
32 KiB