mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Change cast and int rules: constant folding always starts. Promotion using left side on all operands to bit width. Implicit narrowing to max size on right hand side.
This commit is contained in:
committed by
Christoffer Lerno
parent
8a7f37e4d3
commit
07595df412
@@ -105,7 +105,7 @@ static void header_print_type(FILE *file, Type *type)
|
||||
break;
|
||||
case TYPE_TYPEDEF:
|
||||
break;
|
||||
case TYPE_CTSTR:
|
||||
case TYPE_STRLIT:
|
||||
case TYPE_INFERRED_ARRAY:
|
||||
UNREACHABLE
|
||||
case TYPE_ARRAY:
|
||||
|
||||
Reference in New Issue
Block a user