This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
79a4b6855b1b8dbd3c745a6f14ecbf7939cdff9c
c3c
/
test
/
test_suite
/
union
History
Christoffer Lerno
e40bab2d30
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00
..
designated_union_zeroing.c3t
Union is not properly zero-initialized
#1194
2024-05-16 11:28:04 +02:00
flexible_array_union.c3
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00
inferred_size_vector.c3
Allow
(int[*]) { 1, 2 }
cast style initialization. Experimental change from
[*]
to
[?]
. Fix issue where compile time declarations in expression list would not be handled properly.
2025-01-25 22:10:12 +01:00
test_unions.c3
Flexible array member added, zero sized structs removed.
2021-12-14 19:00:33 +01:00
union_codegen_const.c3t
0.6.0: init_new/init_temp removed. LinkedList API rewritten. List "pop" and "remove" function now return Optionals. RingBuffer API rewritten. Allocator interface changed. Deprecated Allocator, DString and mem functions removed. "identity" functions are now constants for Matrix and Complex numbers.
@default
implementations for interfaces removed.
any*
=>
any
, same for interfaces. Emit local/private globals as "private" in LLVM, following C "static". Updated enum syntax. Add support [rgba] properties in vectors. Improved checks of aliased "void". Subarray -> slice. Fix of llvm codegen enum check. Improved alignment handling. Add --output-dir
#1155
. Removed List/Object append.
GenericList
renamed
AnyList
. Remove unused "unwrap". Fixes to cond. Optimize output in dead branches. Better checking of operator methods. Disallow
any
from implementing dynamic methods. Check for operator mismatch. Remove unnecessary bitfield. Remove numbering in --list* commands Old style enum declaration for params/type, but now the type is optional. Add note on
#1086
. Allow making distinct types out of "void", "typeid", "anyfault" and faults. Remove system linker build options. "Try" expressions must be simple expressions. Add optimized build to Mac tests. Register int.
assert(false)
only allowed in unused branches or in tests. Compile time failed asserts is a compile time error. Remove current_block_is_target. Bug when assigning an optional from an optional. Remove unused emit_zstring. Simplify phi code. Remove unnecessary unreachable blocks and remove unnecessary current_block NULL assignments. Proper handling of '.' and Win32 '//server' paths. Add "no discard" to expression blocks with a return value. Detect "unsigned >= 0" as errors. Fix issue with distinct void as a member
#1147
. Improve callstack debug information
#1184
. Fix issue with absolute output-dir paths. Lambdas were not type checked thoroughly
#1185
. Fix compilation warning
#1187
. Request jump table using @jump for switches. Path normalization - fix possible null terminator out of bounds. Improved error messages on inlined macros.
2024-06-12 10:14:26 +02:00
union_codegen_empty.c3t
Union is not properly zero-initialized
#1194
2024-05-16 11:28:04 +02:00
union_codegen_overwrite_call.c3t
Union is not properly zero-initialized
#1194
2024-05-16 11:28:04 +02:00
union_in_struct.c3t
Further grammar fixes.
2023-04-28 19:11:57 +02:00
union_member_voidcast.c3
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
union_zero.c3
Removes win x86 target. Add win aarch64. Fixes to jump buffer sizes. Fix returning bool[2] in the SysV ABI. Array comparison now works. Prevent flexible array comparisons. Prevent zero size unions.
2023-02-06 18:09:31 +01:00