--- Comment #2 from pinskia at gcc dot gnu dot org 2009-10-04 16:13 ---
Ok, this works but /tmp seems the wrong place for the dumps.
pins...@gcc13:~/src/lua-5.1.4/src$ !ls
ls /tmp/*.[0-9][0-9][0-9]t.*
/tmp/lua.o.057t.addressables
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-04 09:20 ---
It works - look into /tmp.
$ ./xgcc -B. -o t t.i -flto -fdump-tree-all
$ ls /tmp/
ccJKyW5f.o.140t.optimized
ccJKyW5f.o.221t.statistics
you need to use -save-temps to get nice names here. It also works with your
lt