[Bug bootstrap/60984] AIX: gcc-4.9.0 bootstrap fails in stage-2

2014-04-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984

--- Comment #5 from Jakub Jelinek  ---
Isn't it --enable-checking=yes vs. --enable-checking=release ?
Bet that is the most important change since 4.9.0 branch creation.


[Bug bootstrap/60984] AIX: gcc-4.9.0 bootstrap fails in stage-2

2014-04-28 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984

David Edelsohn  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #4 from David Edelsohn  ---
AIX bootstraps at the gcc-4_9-branch creation point, but fails at GCC 4.9.0
release point. Trunk also bootstraps successfully. I am trying to bisect.

r209304 okay
r209518 fail


[Bug bootstrap/60984] AIX: gcc-4.9.0 bootstrap fails in stage-2

2014-04-28 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984

--- Comment #3 from David Edelsohn  ---
731 template
732 inline T &
733 vec::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));


[Bug bootstrap/60984] AIX: gcc-4.9.0 bootstrap fails in stage-2

2014-04-28 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984

David Edelsohn  changed:

   What|Removed |Added

 Target|powerpc-ibm-aix6.1  |powerpc-ibm-aix*
   Priority|P3  |P2
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-04-28
 CC||rguenth at gcc dot gnu.org
   Host|powerpc-ibm-aix6.1  |powerpc-ibm-aix*
   Target Milestone|--- |4.9.1
 Ever confirmed|0   |1
  Build|powerpc-ibm-aix6.1  |powerpc-ibm-aix*

--- Comment #2 from David Edelsohn  ---
Okay, I can confirm this now. Bootstrap is working on trunk and was working at
the point of the branch, so this is due to some 4.9-specific patch.


[Bug bootstrap/60984] AIX: gcc-4.9.0 bootstrap fails in stage-2

2014-04-28 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984

--- Comment #1 from David Edelsohn  ---
I have been bootstrapping GCC trunk and 4.9 on AIX 7.1 without any failures.