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] [4.9 Regression] AIX: gcc-4.9.0 bootstrap fails in stage-2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60984

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|4.10.0                      |

--- Comment #22 from David Edelsohn <dje at gcc dot gnu.org> ---
The failure first appears with r208916, producing a different error:

In file included from /home/dje/src/src/gcc/tree-core.h:27:0,
                 from /home/dje/src/src/gcc/tree.h:23,
                 from /home/dje/src/src/gcc/tree-ssa-address.c:27:
/home/dje/src/src/gcc/vec.h: In function 'rtx_def*
addr_for_mem_ref(mem_address*, addr_space_t, bool)':
/home/dje/src/src/gcc/vec.h:253:68: internal compiler error: in
cgraph_get_body, at cgraph.c:3025
   return calculate_allocation_1 (pfx->m_alloc, pfx->m_num + reserve);
                                                                    ^


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