[Bug c/37041] -Wc++-compat refinements

2017-07-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37041 egallager at gcc dot gnu.org changed: What|Removed |Added CC||gdr at gcc dot gnu.org ---

[Bug c/37041] -Wc++-compat refinements

2015-03-06 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37041 --- Comment #7 from Eric Gallager --- (In reply to Manuel López-Ibáñez from comment #6) > (In reply to Eric Gallager from comment #5) > > #ifdef __cplusplus > > extern "C" { > > #endif > > > > /* code that is C-only */ > > This is not what exte

[Bug c/37041] -Wc++-compat refinements

2014-12-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37041 --- Comment #6 from Manuel López-Ibáñez --- (In reply to Eric Gallager from comment #5) > #ifdef __cplusplus > extern "C" { > #endif > > /* code that is C-only */ This is not what extern "C" means. The code still needs to be valid C++ and this

[Bug c/37041] -Wc++-compat refinements

2014-12-21 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37041 Eric Gallager changed: What|Removed |Added CC||egall at gwmail dot gwu.edu --- Comment

[Bug c/37041] -Wc++-compat refinements

2010-07-03 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2010-07-03 20:10 --- We should collect individual Wc++-compat issues here. -- manu at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/37041] -Wc++-compat refinements

2009-06-12 Thread ian at airs dot com
--- Comment #3 from ian at airs dot com 2009-06-12 21:07 --- -Wc++-compat now warns about alternative representations for operators and punctuators such as "and". The other issues have not yet been addressed. -- ian at airs dot com changed: What|Removed

[Bug c/37041] -Wc++-compat refinements

2008-08-07 Thread joseph at codesourcery dot com
--- Comment #2 from joseph at codesourcery dot com 2008-08-07 12:04 --- Subject: Re: -Wc++-compat refinements On Thu, 7 Aug 2008, manu at gcc dot gnu dot org wrote: > To clarify how to implement this, I have some questions: > > (In reply to comment #0) > > -Wc++-compat should allow b

[Bug c/37041] -Wc++-compat refinements

2008-08-07 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2008-08-07 11:54 --- Confirmed as enhancement. To clarify how to implement this, I have some questions: (In reply to comment #0) > -Wc++-compat should allow bool, wchar_t, char16_t and char32_t as typedefs > defined in system headers, whi