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

Reply via email to