This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/59480] Missing error diagnostic: friend declaration specifying a default argument must be a definition


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59480

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
And the next slide shows a "missing warning", that actually GCC has warned
about since 4.8

And the next slide is a gnu89-inline issue, which would also show up with GCC 5
due to the -std=c11 default.

etc. etc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]