https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90636
Bug ID: 90636
Summary: [libbacktrace] Tests
edtest/edtest_alloc/ttest/ttest_alloc are failing on
x64 Linux
Product: gcc
Version: 9.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libbacktrace
Assignee: unassigned at gcc dot gnu.org
Reporter: romain.geissler at amadeus dot com
CC: ian at gcc dot gnu.org
Target Milestone: ---
Hi,
I am trying to build and test gcc from branch gcc-9-branch, and the tests
edtest/edtest_alloc/ttest/ttest_alloc are failing always for the same reason:
test1: [0]: missing file name or function name
I use:
- Linux x64 (runtime kernel is a Linux 4.4 Ubuntu, headers against my
toolchain is built are from Linux 4.12)
- Binutils 2.32 (from git branch binutils-2_32-branch, configured with
--enable-compressed-debug-sections=all)
- glibc 2.29 (from git branch release/2.29/master)
- gcc 9.1.1 20190524 built with PGO + LTO
I have tried to remove PGO/LTO build of gcc, as well as removing
--enable-compressed-debug-sections=all in binutils, and these test still fail.
I have no idea how to investigate this further, nor if I am the only one to
have these failures.
Cheers,
Romain