This is the mail archive of the gcc-patches@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]

Re: PING^3: [PATCH] Add a new option -Wvla to warn variable length array


Seongbae Park wrote:
gcc/ChangeLog
2007-03-05 Seongbae Park <seongbae.park@gmail.com>
       * c-decl.c (warn_variable_length_array): New function.
       Refactored from grokdeclarator to handle warn_vla
       and handle unnamed array case.
       (grokdeclarator): Refactored VLA warning case.
       * c.opt (Wvla): New flag.

ChangeLog
2007-03-05  Seongbae Park <seongbae.park@gmail.com>

* gcc/doc/invoke.texi (Wvla): New warning.


Unfortunately, the reviewer missed this ChangeLog error -- documentation changes in gcc/doc should go in gcc/ChangeLog, not in the toplevel ChangeLog. I fixed the entries just now.


- Brooks


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