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

JD <t at sharklasers dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t at sharklasers dot com

--- Comment #3 from JD <t at sharklasers dot com> ---
Encountered seemingly the same error in gcc-9.2 with config bootstrap-lto and
make target profiledbootstrap-lean 

lto1: internal compiler error: in add_symbol_to_partition_1, at
lto/lto-partition.c:216
0x11d9271 add_symbol_to_partition_1
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:216
0x11d9423 add_symbol_to_partition
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:271
0x11d90bf add_symbol_to_partition_1
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:181
0x11d908c add_symbol_to_partition_1
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:179
0x11d9423 add_symbol_to_partition
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:271
0x11da0a7 lto_balanced_map(int, int)
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:596
0x11c4fd0 do_whole_program_analysis
        ../../gcc-9.2.0/gcc/lto/lto.c:3200
0x11c5348 lto_main()
        ../../gcc-9.2.0/gcc/lto/lto.c:3399
lto-wrapper: fatal error: /home/test/gccbuild/./prev-gcc/xg++ returned 1 exit
status


lto1: internal compiler error: in add_symbol_to_partition_1, at
lto/lto-partition.c:216
0x11d9271 add_symbol_to_partition_1
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:216
0x11d9423 add_symbol_to_partition
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:271
0x11d8db2 add_references_to_partition
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:112
0x11d9142 add_symbol_to_partition_1
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:189
0x11d9423 add_symbol_to_partition
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:271
0x11d8db2 add_references_to_partition
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:112
0x11d9142 add_symbol_to_partition_1
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:189
0x11d908c add_symbol_to_partition_1
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:179
0x11d9423 add_symbol_to_partition
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:271
0x11da0a7 lto_balanced_map(int, int)
        ../../gcc-9.2.0/gcc/lto/lto-partition.c:596
0x11c4fd0 do_whole_program_analysis
        ../../gcc-9.2.0/gcc/lto/lto.c:3200
0x11c5348 lto_main()
        ../../gcc-9.2.0/gcc/lto/lto.c:3399

Reply via email to