Re: LTO is broken in Rawhide/33 containers

2020-09-17 Thread Petr Pisar
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

LTO is broken in Rawhide/33 containers

2020-09-16 Thread Elliott Sales de Andrade
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 #