the compiler panics on following code:

struct NameId{
    char name[];
};

static NameId names[]={
    0
};

-- 
           Summary: internal compiler error / tree_low_cst / tree.c:3313
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: thomas-dloop at kuehne dot cn
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18538

Reply via email to