[Bug c++/60106] ICE in g++.dg/gomp/pr59150.C
bernd.edlinger at hotmail dot de
gcc-bugzilla@gcc.gnu.org
Thu Mar 13 09:50:00 GMT 2014
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 ***
More information about the Gcc-bugs
mailing list