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/65232] New: [5 Regression] bootstrap failure (ICE in change_symbol_block, at varasm.c:1230) on arm-linux-gnueabihf, in libstdc++ stage1


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

            Bug ID: 65232
           Summary: [5 Regression] bootstrap failure (ICE in
                    change_symbol_block, at varasm.c:1230) on
                    arm-linux-gnueabihf, in libstdc++ stage1
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

seen with r221042

configured with --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard
--with-mode=thumb

../../../../../src/libstdc++-v3/src/c++98/valarray.cc  -fPIC -DPIC
-D_GLIBCXX_SHARED -o valarray.o
../../../../../src/libstdc++-v3/src/c++98/strstream.cc:417:1: internal compiler
error: in change_symbol_block, at varasm.c:1230
 } // namespace
 ^
0x9dfd7d change_symbol_block
    ../../src/gcc/varasm.c:1230
0x9e0045 make_decl_rtl(tree_node*)
    ../../src/gcc/varasm.c:1346
0x9e79cf do_assemble_alias(tree_node*, tree_node*)
    ../../src/gcc/varasm.c:5608
0x9efc41 varpool_node::assemble_aliases()
    ../../src/gcc/varpool.c:557
0x9efd61 varpool_node::assemble_decl()
    ../../src/gcc/varpool.c:600
0x9f01e9 symbol_table::output_variables()
    ../../src/gcc/varpool.c:750
0x47d2eb symbol_table::compile()
    ../../src/gcc/cgraphunit.c:2360
0x47d3b7 symbol_table::finalize_compilation_unit()
    ../../src/gcc/cgraphunit.c:2436
0x2fb569 cp_write_global_declarations()
    ../../src/gcc/cp/decl2.c:4754
Please submit a full bug report,
with preprocessed source if appropriate.

complete build log at
https://launchpadlibrarian.net/198874381/buildlog_ubuntu-vivid-armhf.gcc-5_5-20150227-1ubuntu11_BUILDING.txt.gz


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