This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18538] New: internal compiler error / tree_low_cst / tree.c:3313
- From: "thomas-dloop at kuehne dot cn" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Nov 2004 09:38:27 -0000
- Subject: [Bug c++/18538] New: internal compiler error / tree_low_cst / tree.c:3313
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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