[Bug ld/9727] ld crashes in bfd/elf.c bfd_elf_set_group_contents()
-- What|Removed |Added CC||bruck dot michael at ||googlemail dot com http://sourceware.org
[Bug ld/9727] New: ld crashes in bfd/elf.c bfd_elf_set_group_contents()
$ cat test.c struct A { virtual void aaa() { } }; void foo() { A myA; } $ arm-elf-g++ -O6 test.c -c -o test.o $ arm-elf-ld -r --gc-sections --entry _Z3foov test.o -o test.o2 with GDB: Program received signal SIGSEGV, Segmentation fault. 0x0042a5d4 in bfd_elf_set_group_contents