[Bug c++/37342] [4.4 Regression] same canonical type node for different types void (Asm::*)(std::ostream&) and void (Asm::* const)(std::ostream&)

tbm at cyrius dot com gcc-bugzilla@gcc.gnu.org
Wed Sep 3 08:20:00 GMT 2008



------- Comment #2 from tbm at cyrius dot com  2008-09-03 08:19 -------
Presumably this one is the same, or do you want preprocessed code (or a
different PR) for this too?

internal compiler error: same canonical type node for different types void
(Atlas::Objects::Dispatcher::* const)(const Atlas::Objects::Root&) and void
(Atlas::Objects::Dispatcher::*)(const Atlas::Objects::Root&)

and one more:

internal compiler error: same canonical type node for different types void
(MSN::Connection::*
const)(std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >&,
std::string, std::string) and void
(MSN::Connection::*)(std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > >&, std::string, std::string)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37342



More information about the Gcc-bugs mailing list