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 ipa/80609] New: crash_signal in reset_inline_summary on ia64 bootstrap


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80609

            Bug ID: 80609
           Summary: crash_signal in reset_inline_summary on ia64 bootstrap
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: matz at gcc dot gnu.org
  Target Milestone: ---

Bootstrap on ia64 just got this:

0x40000000017dc5ff crash_signal
        /gcc/spec/sb-terbium-head-64/gcc/gcc/toplev.c:337
0x40000000008c7570 base_pool_allocator<memory_block_pool>::remove(void*)
        /gcc/spec/sb-terbium-head-64/gcc/gcc/alloc-pool.h:450
0x4000000000fe994f object_allocator<predicate>::remove(predicate*)
        /gcc/spec/sb-terbium-head-64/gcc/gcc/alloc-pool.h:520
0x4000000000faceaf reset_inline_summary
        /gcc/spec/sb-terbium-head-64/gcc/gcc/ipa-inline-analysis.c:1108
0x4000000000fd744f compute_inline_parameters(cgraph_node*, bool)
        /gcc/spec/sb-terbium-head-64/gcc/gcc/ipa-inline-analysis.c:3028
0x4000000000fd900f compute_inline_parameters_for_current
        /gcc/spec/sb-terbium-head-64/gcc/gcc/ipa-inline-analysis.c:3137
0x4000000000ff0bbf (anonymous
namespace)::pass_inline_parameters::execute(function*)
        /gcc/spec/sb-terbium-head-64/gcc/gcc/ipa-inline-analysis.c:3167
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
make[3]: *** [_gcov.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
`/gcc/spec/sb-terbium-head-64/ia64/build/ia64-unknown-linux-gnu/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2

Configured with:

/gcc/spec/sb-terbium-head-64/gcc/configure
--prefix=/gcc/spec/sb-terbium-head-64/ia64/install-201705031104 
--enable-languages=c,c++,fortran --enable-threads=posix --disable-nls
--enable-__cxa_atexit --enable-clocale=gn
u --enable-checking=release --disable-libstdcxx-pch --disable-libsanitizer
--disable-libcilkrts --without-isl

svn revision 247544.  I'll attach a preprocessed file once I get it.

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