[Bug c++/56971] GCC claims a friend function to be overloaded, but it isn't

2013-04-15 Thread henn...@still-hidden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56971 --- Comment #1 from henn...@still-hidden.de 2013-04-15 16:19:21 UTC --- > gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper Target: x86_64-unknown-linux-

[Bug c++/56971] New: GCC claims a friend function to be overloaded, but it isn't

2013-04-15 Thread henn...@still-hidden.de
tatus: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: henn...@still-hidden.de template class rp { }; template class P> struct b { template class FriendP> friend vo

[Bug c++/51096] No EBCO if a member of the base class type is defined

2011-11-11 Thread henn...@still-hidden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51096 henn...@still-hidden.de changed: What|Removed |Added Keywords||missed-optimization

[Bug c++/51096] New: No EBCO if a member of the base class type is defined

2011-11-11 Thread henn...@still-hidden.de
Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: henn...@still-hidden.de There is no EBCO if a member of the base class type is defined. I do not see any reason why there is no EBCO in this case. It works with every other empty struct. MSVC