[Bug c++/57783] New: Silly instantiation of class template when using dependent type

2013-07-02 Thread ibugs at qult dot net
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ibugs at qult dot net The following code fails to compile on GCC 4.4.7, while it succeeds on 3.3.6, 4.5.3, 4.6.3, 4.6.4 and 4.7.3. template class T1, class T2 struct Two { T1a; T2

[Bug c++/53405] New: Enum-dependent class template instantiations not recognized

2012-05-18 Thread ibugs at qult dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53405 Bug #: 53405 Summary: Enum-dependent class template instantiations not recognized Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug c++/53403] Function template friend denied access to private types of granting template class.

2012-05-18 Thread ibugs at qult dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53403 Ignacy Gawedzki ibugs at qult dot net changed: What|Removed |Added Severity|normal |minor

[Bug c++/53403] New: Function template friend denied access to private types of granting template class.

2012-05-18 Thread ibugs at qult dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53403 Bug #: 53403 Summary: Function template friend denied access to private types of granting template class. Classification: Unclassified Product: gcc Version: 4.7.0