--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-14 16:23 ---
One symptom is that (from PR41708) the dg-torture leaves behind dump files
in /tmp:
[...@gnu-26 tmp]$ ls cc*
cc04uxjw.o.063t.alias ccij5SzB.o.063t.alias ccS3qzsd.o.063t.alias
cc2agDxi.o.063t.alias ccI
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-10-14 16:20 ---
*** Bug 41708 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|WAITING |NEW
Ever Confirmed|0 |1
Last reconfi
--- 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