Re: [PATCH driver/36312] should refuse to overwrite input file with output file

2014-11-10 Thread Joseph Myers
On Sat, 8 Nov 2014, Manuel López-Ibáñez wrote: > This patch is a minor variant of the one approved here: > > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00246.html > > fixing the problem with linker parameters (which are stored in infiles). > > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00

[PATCH driver/36312] should refuse to overwrite input file with output file

2014-11-08 Thread Manuel López-Ibáñez
This patch is a minor variant of the one approved here: https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00246.html fixing the problem with linker parameters (which are stored in infiles). https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00391.html The only part that has changed, and thus requires ap