[Bug tree-optimization/68413] [6 Regression] internal compiler error: in vect_transform_stmt
alan.hayward at arm dot com
gcc-bugzilla@gcc.gnu.org
Thu Nov 19 12:07:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68413
Alan Hayward <alan.hayward at arm dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alan.hayward at arm dot com
--- Comment #2 from Alan Hayward <alan.hayward at arm dot com> ---
The the first call to vectorizable_condition (the check stage) succeeded, but
the second call (the build stage) failed, causing an assert.
Reproduced with head r230297
When updated to latest head, r230596 , issue is no longer present.
Looking at changes in the vectorisor, there have been some vector bool changes,
r230309. The vector bool work previously clashed with my work, so I suspect
those changes have fixed it.
More information about the Gcc-bugs
mailing list