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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to jos...@codesourcery.com from comment #1)
> See bugs 14030, 26732, 48091, 64526.  Not sure how many bugs in this area 
> are genuinely different - I suspect a single bug could be considered to 
> cover the whole area of checking arguments to K&R functions (with 
> warnings, not pedwarns or errors, for bad calls), as long as all different 
> cases are properly covered with tests added for any fix.

Which of these is closest to clang's -Wknr-promoted-parameter?
https://clang.llvm.org/docs/DiagnosticsReference.html#wknr-promoted-parameter

Reply via email to