This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13151] New: ICE: in size_binop, at fold-const.c:1459
- From: "dig at mirky dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Nov 2003 16:57:34 -0000
- Subject: [Bug c++/13151] New: ICE: in size_binop, at fold-const.c:1459
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
g++ crashes when the following one-line file is being compiled:
-- cut here --
int foo[] = {[0] 0};
-- cut here --
Transcript follows:
-- cut here --
$ g++ foo.c
foo.c:1: internal compiler error: in size_binop, at fold-const.c:1459
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ g++ --version
g++ (GCC) 3.3.2 (Debian)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$
-- cut here --
--
Summary: ICE: in size_binop, at fold-const.c:1459
Product: gcc
Version: 3.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dig at mirky dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux
GCC target triplet: i686-pc-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13151