This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13543] [tree-ssa] ICE in make_decl_rtl at -O3


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]