[Bug c++/71593] New: initializing array with mixed constant and variable size results in error
editing101 at aol dot com
gcc-bugzilla@gcc.gnu.org
Mon Jun 20 14:11:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71593
Bug ID: 71593
Summary: initializing array with mixed constant and variable
size results in error
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: editing101 at aol dot com
Target Milestone: ---
int length=5;
float test[5][len]={};
gives internal compiler error: in make_decl_rtl, at varasm.c:1313
More information about the Gcc-bugs
mailing list