Fix for PR c/59825.
commit69c9b6070858e7e5a52d601f37783d3d285597bb
authorbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Jan 2014 17:00:53 +0000 (23 17:00 +0000)
committerbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Jan 2014 17:00:53 +0000 (23 17:00 +0000)
tree5169513707a6f8d8bcc95326cc2a05ff5acac171
parent99886254e28c24ca1e70c183219d20e842b386cd
Fix for PR c/59825.
2014-01-23  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        PR c/59825
        * c-array-notation.c (expand_array_notation_exprs): Rewrote this
        function to use walk_tree and moved a lot of its functionality to
        expand_array_notations.
        (expand_array_notations): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206991 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c/ChangeLog
gcc/c/c-array-notation.c