|
From: | Tyge Løvset |
Subject: | [Tinycc-devel] internal compiler error: initializer overflow |
Date: | Fri, 14 May 2021 18:55:18 +0000 |
typedef struct { int x, y; } S; int main() { S a = {1}, b = {2}, c = {3}; S arr1[] = {a}; // ok S arr2[] = {a, b}; // tcc_bug.c:8: error: internal compiler error // tccgen.c:7754: in init_assert(): initializer overflow } Sendt fra E-post for Windows 10 |
[Prev in Thread] | Current Thread | [Next in Thread] |