[Bug lto/93493] -flto -flto-partition=none -fipa-pass -fdump-ipa-pass dump_file still in /tmp

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 5 12:09:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93493

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Ok, you should use -o a.out (or -o libxyz.so), and so that you'll see something
like:

$ gcc -flto ../test.c -fdump-ipa-icf -o a.out
$ ls
$ a.out  a.out.wpa.070i.icf


More information about the Gcc-bugs mailing list