[Bug bootstrap/60984] AIX: gcc-4.9.0 bootstrap fails in stage-2
dje at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 28 19:41:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984
--- Comment #3 from David Edelsohn <dje at gcc dot gnu.org> ---
731 template<typename T, typename A>
732 inline T &
733 vec<T, A, vl_embed>::operator[] (unsigned ix)
734 {
735 gcc_checking_assert (ix < m_vecpfx.m_num);
736 return m_vecdata[ix];
737 }
3153 gcc_checking_assert (true_predicate_p
(&(*info->entry)[0].predicate));
More information about the Gcc-bugs
mailing list