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

[Bug c/59825] Many cilkplus test failures


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59825

--- Comment #6 from bviyer at gcc dot gnu.org ---
Author: bviyer
Date: Thu Jan 23 17:00:53 2014
New Revision: 206991

URL: http://gcc.gnu.org/viewcvs?rev=206991&root=gcc&view=rev
Log:
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.



Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-array-notation.c


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