--- Comment #7 from rguenth at gcc dot gnu dot org 2010-06-04 11:00 ---
Subject: Bug 41584
Author: rguenth
Date: Fri Jun 4 11:00:09 2010
New Revision: 160258
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160258
Log:
2010-06-04 Richard Guenther
PR lto/41584
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-06-03 14:23 ---
Subject: Bug 41584
Author: rguenth
Date: Thu Jun 3 14:22:46 2010
New Revision: 160223
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160223
Log:
2010-06-03 Richard Guenther
PR lto/41584
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-06-03 14:22 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #4 from hubicka at gcc dot gnu dot org 2010-04-26 07:55 ---
Well, or just use some default name of the unit ;)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41584
--- Comment #3 from steven at gcc dot gnu dot org 2010-04-08 11:09 ---
Interestingly, LTO actually tries to use the original file name:
/* Since SET does not need to be processed by LTRANS, use
the original file name and mark it with a '*' prefix so that
lto_exec
--- Comment #2 from rwild at gcc dot gnu dot org 2010-04-01 18:15 ---
Same happens with
cat >a.c <<\EOF
int i = 42;
EOF
or with
cat >a.c <<\EOF
int foo;
int *i = &foo;
EOF
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41584
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-04-01 13:53 ---
*** Bug 43609 has been marked as a duplicate of this bug. ***
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---