Bug 41931 - -fuse-linker-plugin leaves temporary file behind
Summary: -fuse-linker-plugin leaves temporary file behind
Status: RESOLVED DUPLICATE of bug 43336
Alias: None
Product: gcc
Classification: Unclassified
Component: driver (show other bugs)
Version: 4.5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: lto
Depends on:
Blocks:
 
Reported: 2009-11-03 20:09 UTC by H.J. Lu
Modified: 2010-03-11 20:06 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2009-11-03 20:09:26 UTC
[hjl@gnu-6 gold-1]$ make clean
rm -f *.o *.s *.c.*
[hjl@gnu-6 gold-1]$ rm -f  /tmp/cc*
[hjl@gnu-6 gold-1]$ make
/export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc/build-x86_64-linux/gcc/ -B/export/build/gnu/gcc/build-x86_64-linux/gcc/../lto-plugin/.libs/ -O2 -flto -fuse-linker-plugin -c foo.c
/export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc/build-x86_64-linux/gcc/ -B/export/build/gnu/gcc/build-x86_64-linux/gcc/../lto-plugin/.libs/ -O2 -flto -fuse-linker-plugin -c main.c
/export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc/build-x86_64-linux/gcc/ -B/export/build/gnu/gcc/build-x86_64-linux/gcc/../lto-plugin/.libs/ -O2 -flto -fuse-linker-plugin  -o foo foo.o main.o
./foo
[hjl@gnu-6 gold-1]$ ls -l /tmp/cc*  
-rw------- 1 hjl hjl 1800 2009-11-03 12:08 /tmp/ccJdADth.lto.o
[hjl@gnu-6 gold-1]$
Comment 1 H.J. Lu 2010-03-11 20:06:16 UTC

*** This bug has been marked as a duplicate of 43336 ***