[Bug c++/42567] internal compiler error: in type_unification_real, at cp/pt.c:13310

2009-12-31 Thread smm2rc at Virginia dot EDU
--- Comment #1 from smm2rc at Virginia dot EDU 2009-12-31 19:22 --- Oh, and replacing the 'auto&& key = *b' line with 'auto&& key = b.member_function()' results in a no-error compilation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42567

[Bug c++/42567] New: internal compiler error: in type_unification_real, at cp/pt.c:13310

2009-12-31 Thread smm2rc at Virginia dot EDU
nts: Buh whuh? */ -- Summary: internal compiler error: in type_unification_real, at cp/pt.c:13310 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: un