On Thu, Sep 17, 2020 at 01:24:26AM -0400, Elliott Sales de Andrade wrote:
> When using Fedora's containers, LTO appears to be broken. I'm not sure
> who to report this to, the container builder or gcc.
>
> $ podman run --pull=always --rm -it registry.fedoraproject.org/fedora:rawhide
> # dnf install
When using Fedora's containers, LTO appears to be broken. I'm not sure
who to report this to, the container builder or gcc.
$ podman run --pull=always --rm -it registry.fedoraproject.org/fedora:rawhide
# dnf install -y gcc
# echo 'int main(void) { int class=0; return class; }' > sanitycheck.c
# gc