This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37342] [4.4 Regression] same canonical type node for different types void (Asm::*)(std::ostream&) and void (Asm::* const)(std::ostream&)
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Sep 2008 08:19:35 -0000
- Subject: [Bug c++/37342] [4.4 Regression] same canonical type node for different types void (Asm::*)(std::ostream&) and void (Asm::* const)(std::ostream&)
- References: <bug-37342-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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