This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13543] [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 10:00:21 -0000
- Subject: [Bug c++/13543] [tree-ssa] ICE in make_decl_rtl at -O3
- References: <20040102095349.13543.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From falk at debian dot org 2004-01-02 10:00 -------
Hey, we don't even need TrieNode:
struct basic_string { basic_string(const basic_string&); };
basic_string operator+(const basic_string& lhs, char);
void dumpNode(basic_string start) { dumpNode(start + 'a'); }
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13543