Hi!

I've rebased on top of trunk.  The range-diff (see below) shows that the
only change in trunk has been a comment.  So far, I have only tested
that it still builds.  I'll send the results of regression testing
later today (from the desktop computer at home, which is more powerful).


Have a lovely night!
Alex

Alejandro Colomar (4):
  gcc/: Rename warn_parm_array_mismatch() => warn_parms_array_mismatch()
  Fix typos in comment
  gcc/: Reduce scope of local variable (refactor)
  gcc/: Factor out helper function

 gcc/c-family/c-common.h |   2 +-
 gcc/c-family/c-warn.cc  | 584 ++++++++++++++++++++--------------------
 gcc/c/c-decl.cc         |   2 +-
 gcc/c/c-parser.cc       |   2 +-
 4 files changed, 298 insertions(+), 292 deletions(-)

Range-diff against v2:
1:  d2e0c979f2a ! 1:  8ba6937b57d gcc/: Rename warn_parm_array_mismatch() => 
warn_parms_array_mismatch()
    @@ gcc/c/c-decl.cc: start_function (struct c_declspecs *declspecs, struct 
c_declara
     +      warn_parms_array_mismatch (origloc, old_decl, parms);
          }
      
    -   /* Record the decl so that the function name is defined.
    +   /* To enable versions to be created across TU's we mark and mangle all
     
      ## gcc/c/c-parser.cc ##
     @@ gcc/c/c-parser.cc: c_parser_declaration_or_fndef (c_parser *parser, 
bool fndef_ok,
2:  d3496c602ee = 2:  d69384585c4 Fix typos in comment
3:  e04fe1b4408 = 3:  94ad4167bed gcc/: Reduce scope of local variable 
(refactor)
4:  7f69542c1d5 = 4:  2e5ba090b71 gcc/: Factor out helper function
-- 
2.51.0

Reply via email to