This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/14718] New: ICE in force_decl_die (dwarf2out.c)
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2004 16:33:45 -0000
- Subject: [Bug debug/14718] New: ICE in force_decl_die (dwarf2out.c)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc version 3.5-tree-ssa 20040311 (merged 20040307)
% cat test.c
namespace Graphics {
enum { kTextAlignCenter };
using Graphics::kTextAlignCenter;
}
% g++ -c -g test.c
test.c:3: internal compiler error: in force_decl_die, at dwarf2out.c:12321
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: ICE in force_decl_die (dwarf2out.c)
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: debug
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: falk at debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: alphaev68-unknown-linux-gnu
GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14718