This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13543] New: [tree-ssa] ICE in make_decl_rtl at -O3
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2004 09:53:54 -0000
- Subject: [Bug c++/13543] New: [tree-ssa] ICE in make_decl_rtl at -O3
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc version 3.5-tree-ssa 20031230 (merged 20031130)
% cat bug.i
struct basic_string { basic_string(const basic_string&); };
basic_string operator+(const basic_string& lhs, char);
struct TrieNode { const TrieNode* nextSibling() const; };
void dumpNode(const TrieNode* node, basic_string start)
{
dumpNode(node, start + 'a');
}
% g++ -c -O3 bug.i
bug.i: In function `void dumpNode(const TrieNode*, basic_string)':
bug.i:6: internal compiler error: in make_decl_rtl, at varasm.c:760
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: [tree-ssa] ICE in make_decl_rtl at -O3
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: c++
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=13543