dmd/compiler/test/runnable_cxx/extra-files
Tim Schendekehl 4c82050e94 Fix bugzilla 24592 - ImportC: Bitfield layout wrong for int64 on 32-bit Linux
Type ulong is 64-bit on 32-bit Linux, but has 32-bit alignment.
This affects the layout of bitfields.

Also add a new test for ImportC bitfields, which compares size,
alignment and layout with the host C++ compiler. The existing
tests compared with fixed values instead.
2024-06-17 02:31:02 +02:00
..
abi_tags.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
c14203.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
cabi2.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
cpp11.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
cpp7925.cpp Get rid of obsolete DMC special cases 2024-05-25 19:34:44 +02:00
cpp19179.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
cpp22287.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
cpp_abi_tests.cpp Get rid of obsolete DMC special cases 2024-05-25 19:34:44 +02:00
cpp_nonpod_byval.cpp Fix bugzilla 24577 - Struct with constructor returned from C++ wrong 2024-06-08 15:47:29 +02:00
cpp_stdlib.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
cppb.cpp Get rid of obsolete DMC special cases 2024-05-25 19:34:44 +02:00
cppb.h Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
externmangle.cpp Get rid of obsolete DMC special cases 2024-05-25 19:34:44 +02:00
externmangle2.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
stdint.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
test6716.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
test20652.cpp Get rid of obsolete DMC special cases 2024-05-25 19:34:44 +02:00
test21515.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
test22351.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
test22898.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
test23135.cpp Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
test24292.cpp Fixes issues 20339, 24292: Calculate isPOD without information from semantic run 2023-12-21 23:20:11 +01:00
testbitfields_cpp.cpp Fix bugzilla 24592 - ImportC: Bitfield layout wrong for int64 on 32-bit Linux 2024-06-17 02:31:02 +02:00
testbitfields_importc.c Fix bugzilla 24592 - ImportC: Bitfield layout wrong for int64 on 32-bit Linux 2024-06-17 02:31:02 +02:00