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);
};

Reply via email to