mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
Allow gcc 16 for build
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86_64-win32 (push) Has been cancelled
build and test / test-i386-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86_64-win32 (push) Has been cancelled
build and test / test-i386-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled
This commit is contained in:
parent
bcfb872fd0
commit
ce8b3432bf
@ -1686,7 +1686,7 @@ struct structinit1 {
|
||||
|
||||
int sinit1 = 2;
|
||||
int sinit2 = { 3 };
|
||||
int sinit3[3] = { 1, 2, {{3}}, };
|
||||
int sinit3[3] = { 1, 2, {3}, };
|
||||
int sinit4[3][2] = { {1, 2}, {3, 4}, {5, 6} };
|
||||
int sinit5[3][2] = { 1, 2, 3, 4, 5, 6 };
|
||||
int sinit6[] = { 1, 2, 3 };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user