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++/60106] ICE in g++.dg/gomp/pr59150.C


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

Bernd Edlinger <bernd.edlinger at hotmail dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
probably fixed by:

Author: jakub
Date: Thu Feb  6 10:59:30 2014
New Revision: 207551

URL: http://gcc.gnu.org/viewcvs?rev=207551&root=gcc&view=rev
Log:
    PR middle-end/59150
    * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
    free_data_ref on the dr first, and before goto again also set dr
    to the next dr.  For simd_lane_access, free old datarefs[i] before
    overwriting it.  For get_vectype_for_scalar_type failure, don't
    free_data_ref if simd_lane_access.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-data-refs.c

*** This bug has been marked as a duplicate of bug 59150 ***


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