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 bootstrap/60984] AIX: gcc-4.9.0 bootstrap fails in stage-2


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));


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