dmd/compiler
Martin Kinkelin 76a48f3dac Add BitFieldStyle.Gcc_Clang_ARM
Required for 32-bit ARM, and non-Apple 64-bit ARM targets.

The only difference to `Gcc_Clang` is that anonymous and 0-length
bit-fields do contribute to the aggregate alignment.

Caught by existing proper C interop tests in
runnable_cxx/testbitfields.d on such targets. The hardcoded bad tests
in runnable/{bitfieldsposix64.c,dbitfieldsposix64.d} however now fail
after the fix, on such targets again.
2024-07-31 21:36:57 +08:00
..
docs Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
ini Revise remaining 32{omf,mscoff} usages 2024-05-25 16:35:11 +02:00
samples Merge pull request #16521 from kinke/rm_cruntime_dm 2024-05-25 22:14:39 +02:00
src Add BitFieldStyle.Gcc_Clang_ARM 2024-07-31 21:36:57 +08:00
test Fix bugzilla 24337 - Segfault when printing an int[] cast from a string (#16729) 2024-07-22 11:00:31 +03:00
tools Implement UAX31 character ranges (#15307) 2024-03-18 11:19:16 -07:00