[Bug c++/59480] Missing error diagnostic: friend declaration specifying a default argument must be a definition
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 24 14:43:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59480
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2014-12-14 00:00:00 |2015-8-24
CC| |manu at gcc dot gnu.org
--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Strangely enough, this is one of the bugs in GCC that OpenMandriva developers
present as a reason for them switching to Clang as the default compiler.
http://mirror.as35701.net/video.fosdem.org//2015/devroom-llvm_toolchain/openmandriva__CAM_ONLY.mp4
(around 16:00)
class A {
friend void b(int, const char *s= 0);
};
More information about the Gcc-bugs
mailing list