|
70.
|
|
|
initializer-string for array of chars is too long
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cp/typeck2.c:1088
|
|
71.
|
|
|
array of inappropriate type initialized from string constant
|
|
|
|
mảng loại không thích hợp bị khởi tạo từ hằng số chuỗi
|
|
Translated by
Trần Ngọc Quân
|
|
|
|
Located in
c/c-typeck.cc:8083
|
|
72.
|
|
|
invalid use of non-lvalue array
|
|
|
|
sai sử dụng mảng không phải lvalue
|
|
Translated by
Clytie Siddall
|
|
|
|
Located in
c/c-typeck.cc:8151 cp/typeck.cc:2380
|
|
73.
|
|
|
array initialized from non-constant array expression
|
|
|
|
mảng bị khởi tạo từ biểu tượng mảng không phải hằng số
|
|
Translated by
Trần Ngọc Quân
|
|
|
|
Located in
c/c-typeck.cc:8179
|
|
74.
|
|
|
initializer element is not computable at load time
|
|
|
|
yếu tố khởi tạo không tính được vào lúc nạp
|
|
Translated by
Trần Ngọc Quân
|
|
|
|
Located in
c/c-typeck.cc:8255 c/c-typeck.cc:9834
|
|
75.
|
|
|
variable-sized object may not be initialized
|
|
|
Although C99 is unclear about whether incomplete arrays
of VLAs themselves count as VLAs, it does not make
sense to permit them to be initialized given that
ordinary VLAs may not be initialized.
|
|
|
|
không thể khởi tạo một đối tượng có kích cỡ biến đổi
|
|
Translated by
Trần Ngọc Quân
|
|
|
|
Located in
c/c-decl.cc:5169 c/c-decl.cc:5184 c/c-typeck.cc:8270
|
|
76.
|
|
|
invalid initializer
|
|
|
|
bộ khởi tạo sai
|
|
Translated by
Trần Ngọc Quân
|
|
|
|
Located in
c/c-typeck.cc:8274
|
|
77.
|
|
|
extra brace group at end of initializer
|
|
|
|
gặp nhóm ngoặc móc thừa tại kết thúc của bộ khởi tạo
|
|
Translated by
Trần Ngọc Quân
|
|
|
|
Located in
c/c-typeck.cc:8774
|
|
78.
|
|
|
missing braces around initializer
|
|
|
|
thiếu ngoặc móc chung quanh bộ khởi tạo
|
|
Translated by
Trần Ngọc Quân
|
|
|
|
Located in
c/c-typeck.cc:8960
|
|
79.
|
|
|
braces around scalar initializer
|
|
|
|
ngoặc chung quanh bộ khởi tạo vô hướng
|
|
Translated by
Trần Ngọc Quân
|
|
|
|
Located in
c/c-typeck.cc:8857
|