open-power / skiboot

OPAL boot and runtime firmware for POWER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCOV build fails with gcc 8.2

shenki opened this issue · comments

powerpc64-linux-gnu-ld: section .bss VMA [0000000000300000,000000000035f3f7] overlaps section .data VMA [00000000002cf878,000000000030a7af]
powerpc64-linux-gnu-ld: section .dtors.65435 VMA [000000000030a7b0,000000000030af5f] overlaps section .bss VMA [0000000000300000,000000000035f3f7]

powerpc64-linux-gnu-gcc (Ubuntu 8.2.0-7ubuntu1) 8.2.0

When this is fixed, consider moving ubuntu-latest out of the expected failures list in travis.

@stewart-ibm still a problem?