[Bug driver/69351] response files on linux leave undeleted temporary files

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 22 20:57:00 GMT 2016


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |6.0

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Works for me with GCC 6 with 2.26.51.20151215 binutils.

apinski@arm64:~/src/nsa-benchmark$ mkdir temp
apinski@arm64:~/src/nsa-benchmark$ touch a.rsp
apinski@arm64:~/src/nsa-benchmark$ echo 'int main(){}' > a.c
apinski@arm64:~/src/nsa-benchmark$ TEMP=./temp gcc a.c -o a @a.rsp
apinski@arm64:~/src/nsa-benchmark$ TEMP=./temp gcc a.c -o a @a.rsp
apinski@arm64:~/src/nsa-benchmark$ !!;!!;!!;!!;!!
TEMP=./temp gcc a.c -o a @a.rsp;TEMP=./temp gcc a.c -o a @a.rsp;TEMP=./temp gcc
a.c -o a @a.rsp;TEMP=./temp gcc a.c -o a @a.rsp;TEMP=./temp gcc a.c -o a @a.rsp
apinski@arm64:~/src/nsa-benchmark$ ls temp
apinski@arm64:~/src/nsa-benchmark$ ls -l temp
total 0
apinski@arm64:~/src/nsa-benchmark$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/apinski/local-gcc/libexec/gcc/aarch64-unknown-linux-gnu/6.0.0/lto-wrapper
Target: aarch64-unknown-linux-gnu
Configured with: /home/apinski/src/local/gcc/configure
--prefix=/home/apinski/local-gcc --enable-languages=c,c++,fortran
--disable-sanitizer --with-cpu=thunderx+lse
Thread model: posix
gcc version 6.0.0 20160122 (experimental) [trunk revision 232737] (GCC)


More information about the Gcc-bugs mailing list